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