Update Template
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 23m22s

This commit is contained in:
Leandro Hernan Rojas 2025-05-15 20:04:29 -03:00
parent 14b04e7533
commit 0fa8d98fca

View File

@ -10,8 +10,8 @@
<title>Presupuesto N° @Model.Quotenumber</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 40px;
font-family: DejaVu Sans, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
}
@ -56,7 +56,7 @@
</head>
<body>
<div class="header">
<h1>phronCare - Presupuesto</h1>
<h1>phronCare DEMO - Presupuesto</h1>
<h2>N° @Model.Quotenumber</h2>
<p>Fecha de Emisión: @Model.IssueDate.ToString("dd/MM/yyyy")</p>
</div>