diff --git a/Documents/Templates/Quotes/Template_v1.cshtml b/Documents/Templates/Quotes/Template_v1.cshtml index 663bed0..e9ac6ed 100644 --- a/Documents/Templates/Quotes/Template_v1.cshtml +++ b/Documents/Templates/Quotes/Template_v1.cshtml @@ -87,13 +87,39 @@
- Logo -
-

Presupuesto

-

@Model.Quotenumber

-

Fecha de emisión: @Model.IssueDate.ToString("dd/MM/yyyy")

-
+ + + + + + + + +
+ Logo +
+ BIODEC S.R.L.
+ Segurola 1885
+ C.P. (C1407AOK) - Capital Federal
+ Buenos Aires - Argentina
+ Tel: 4864 6005 / Fax directo: 4864 5710
+ www.biodec.net
+ Email: ventas@biodec.net
+ Urgencias: 15-2155-9380 * 15-5909-4987 * 15-5909-4892 +
+
+

PRESUPUESTO

+

Nº @Model.Quotenumber

+ FECHA @Model.IssueDate.ToString("dd/MM/yyyy") +
+ CUIT: 33-70849672-9
+ INGRESOS BRUTOS: 901-070604-2
+ INICIO DE ACTIVIDADES: 02-10-2003
+ IVA RESPONSABLE INSCRIPTO +
+
+
diff --git a/phronCare.API/Dockerfile b/phronCare.API/Dockerfile index 29e1cb0..9a57e63 100644 --- a/phronCare.API/Dockerfile +++ b/phronCare.API/Dockerfile @@ -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"