Update Template y Dockerfile
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 5m45s
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 5m45s
This commit is contained in:
parent
a0a87ab306
commit
b85796600b
@ -87,13 +87,39 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<img src="data:image/png;base64,@Model.LogoBase64" alt="Logo" style="height: 60px; float: left;" />
|
||||
<div style="margin-left: 70px;">
|
||||
<h2>Presupuesto</h2>
|
||||
<h2>@Model.Quotenumber</h2>
|
||||
<p>Fecha de emisión: @Model.IssueDate.ToString("dd/MM/yyyy")</p>
|
||||
<table style="width:100%; border: 1px solid black; border-radius: 6px; border-collapse: separate; margin-bottom: 20px;">
|
||||
<tr>
|
||||
<!-- Columna izquierda: empresa -->
|
||||
<td style="width: 50%; padding: 10px; vertical-align: top;">
|
||||
<img src="data:image/png;base64,@Model.LogoBase64" alt="Logo" style="height: 60px;" />
|
||||
<div style="font-size: 10px; margin-top: 8px;">
|
||||
<strong>BIODEC S.R.L.</strong><br />
|
||||
Segurola 1885<br />
|
||||
C.P. (C1407AOK) - Capital Federal<br />
|
||||
Buenos Aires - Argentina<br />
|
||||
Tel: 4864 6005 / Fax directo: 4864 5710<br />
|
||||
www.biodec.net<br />
|
||||
Email: ventas@biodec.net<br />
|
||||
Urgencias: 15-2155-9380 * 15-5909-4987 * 15-5909-4892
|
||||
</div>
|
||||
</td>
|
||||
|
||||
<!-- Columna derecha: presupuesto -->
|
||||
<td style="width: 50%; padding: 10px; vertical-align: top; text-align: center;">
|
||||
<h2 style="margin: 0;">PRESUPUESTO</h2>
|
||||
<h3 style="margin: 5px 0;">Nº @Model.Quotenumber</h3>
|
||||
<strong>FECHA @Model.IssueDate.ToString("dd/MM/yyyy")</strong>
|
||||
<div style="font-size: 10px; margin-top: 8px;">
|
||||
CUIT: 33-70849672-9<br />
|
||||
INGRESOS BRUTOS: 901-070604-2<br />
|
||||
INICIO DE ACTIVIDADES: 02-10-2003<br />
|
||||
IVA RESPONSABLE INSCRIPTO
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<hr />
|
||||
<div class="row">
|
||||
<div class="col izquierda">
|
||||
<!-- Datos del Cliente -->
|
||||
|
||||
@ -42,6 +42,7 @@ COPY ["Domain/Domain.csproj", "Domain/"]
|
||||
COPY ["Models/Models.csproj", "Models/"]
|
||||
COPY ["Transversal/Transversal.csproj", "Transversal/"]
|
||||
COPY ["Services/Services.csproj", "Services/"]
|
||||
COPY ["Documents/Documents.csproj", "Documents/"]
|
||||
RUN dotnet restore "./phronCare.API/phronCare.API.csproj"
|
||||
COPY . .
|
||||
WORKDIR "/src/phronCare.API"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user