Update UTF-8
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 4m55s
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 4m55s
This commit is contained in:
parent
6eaffd6da5
commit
cad00fad7c
@ -1,4 +1,4 @@
|
|||||||
@model Domain.Dtos.QuoteDto
|
@model Domain.Dtos.QuoteDto
|
||||||
@{
|
@{
|
||||||
var culture = System.Globalization.CultureInfo.GetCultureInfo("es-AR");
|
var culture = System.Globalization.CultureInfo.GetCultureInfo("es-AR");
|
||||||
}
|
}
|
||||||
@ -7,7 +7,7 @@
|
|||||||
<html lang="es">
|
<html lang="es">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>Presupuesto N° @Model.Quotenumber</title>
|
<title>Presupuesto N° @Model.Quotenumber</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: "DejaVu Sans", "Arial", "Helvetica", sans-serif;
|
font-family: "DejaVu Sans", "Arial", "Helvetica", sans-serif;
|
||||||
@ -56,53 +56,53 @@
|
|||||||
|
|
||||||
<div class="section" style="margin-bottom:40px; border: 2px dashed #555; padding: 15px;">
|
<div class="section" style="margin-bottom:40px; border: 2px dashed #555; padding: 15px;">
|
||||||
<h2 style="color: darkred;">TEST EXTENDIDO DE FUENTES Y ACENTOS</h2>
|
<h2 style="color: darkred;">TEST EXTENDIDO DE FUENTES Y ACENTOS</h2>
|
||||||
<p><strong>Texto de prueba:</strong> á é í ó ú ñ Ñ ¿ ¡ — Información técnica – José Rodríguez</p>
|
<p><strong>Texto de prueba:</strong> á é í ó ú ñ Ñ ¿ ¡ — Información técnica – José Rodríguez</p>
|
||||||
|
|
||||||
<p style="font-family: 'DejaVu Sans'; font-size: 14px; margin-top:10px;">
|
<p style="font-family: 'DejaVu Sans'; font-size: 14px; margin-top:10px;">
|
||||||
<strong>DejaVu Sans:</strong><br />
|
<strong>DejaVu Sans:</strong><br />
|
||||||
á é í ó ú ñ Ñ ¿ ¡ – Información técnica – José Rodríguez
|
á é í ó ú ñ Ñ ¿ ¡ – Información técnica – José Rodríguez
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p style="font-family: 'DejaVu Sans Mono'; font-size: 14px;">
|
<p style="font-family: 'DejaVu Sans Mono'; font-size: 14px;">
|
||||||
<strong>DejaVu Sans Mono:</strong><br />
|
<strong>DejaVu Sans Mono:</strong><br />
|
||||||
á é í ó ú ñ Ñ ¿ ¡ – Información técnica – José Rodríguez
|
á é í ó ú ñ Ñ ¿ ¡ – Información técnica – José Rodríguez
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p style="font-family: 'Liberation Sans'; font-size: 14px;">
|
<p style="font-family: 'Liberation Sans'; font-size: 14px;">
|
||||||
<strong>Liberation Sans:</strong><br />
|
<strong>Liberation Sans:</strong><br />
|
||||||
á é í ó ú ñ Ñ ¿ ¡ – Información técnica – José Rodríguez
|
á é í ó ú ñ Ñ ¿ ¡ – Información técnica – José Rodríguez
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p style="font-family: 'Liberation Serif'; font-size: 14px;">
|
<p style="font-family: 'Liberation Serif'; font-size: 14px;">
|
||||||
<strong>Liberation Serif:</strong><br />
|
<strong>Liberation Serif:</strong><br />
|
||||||
á é í ó ú ñ Ñ ¿ ¡ – Información técnica – José Rodríguez
|
á é í ó ú ñ Ñ ¿ ¡ – Información técnica – José Rodríguez
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p style="font-family: 'Arial'; font-size: 14px;">
|
<p style="font-family: 'Arial'; font-size: 14px;">
|
||||||
<strong>Arial (si disponible):</strong><br />
|
<strong>Arial (si disponible):</strong><br />
|
||||||
á é í ó ú ñ Ñ ¿ ¡ – Información técnica – José Rodríguez
|
á é í ó ú ñ Ñ ¿ ¡ – Información técnica – José Rodríguez
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p style="font-family: 'Times New Roman'; font-size: 14px;">
|
<p style="font-family: 'Times New Roman'; font-size: 14px;">
|
||||||
<strong>Times New Roman (si disponible):</strong><br />
|
<strong>Times New Roman (si disponible):</strong><br />
|
||||||
á é í ó ú ñ Ñ ¿ ¡ – Información técnica – José Rodríguez
|
á é í ó ú ñ Ñ ¿ ¡ – Información técnica – José Rodríguez
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p style="font-family: 'sans-serif'; font-size: 14px;">
|
<p style="font-family: 'sans-serif'; font-size: 14px;">
|
||||||
<strong>Sans-serif genérica (último fallback):</strong><br />
|
<strong>Sans-serif genérica (último fallback):</strong><br />
|
||||||
á é í ó ú ñ Ñ ¿ ¡ – Información técnica – José Rodríguez
|
á é í ó ú ñ Ñ ¿ ¡ – Información técnica – José Rodríguez
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<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>
|
||||||
|
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<h2>Datos del Cliente</h2>
|
<h2>Datos del Cliente</h2>
|
||||||
<p><strong>Razón Social:</strong> @Model.CustomerName</p>
|
<p><strong>Razón Social:</strong> @Model.CustomerName</p>
|
||||||
<p><strong>Paciente:</strong> @Model.PatientName</p>
|
<p><strong>Paciente:</strong> @Model.PatientName</p>
|
||||||
<p><strong>Médico:</strong> @Model.ProfessionalName</p>
|
<p><strong>Médico:</strong> @Model.ProfessionalName</p>
|
||||||
<p><strong>Institución:</strong> @Model.InstitutionName</p>
|
<p><strong>Institución:</strong> @Model.InstitutionName</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="section">
|
<div class="section">
|
||||||
@ -111,7 +111,7 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Cantidad</th>
|
<th>Cantidad</th>
|
||||||
<th>Descripción</th>
|
<th>Descripción</th>
|
||||||
<th>Precio Unitario (@Model.Currency)</th>
|
<th>Precio Unitario (@Model.Currency)</th>
|
||||||
<th>Total (@Model.Currency)</th>
|
<th>Total (@Model.Currency)</th>
|
||||||
</tr>
|
</tr>
|
||||||
@ -167,7 +167,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<p>Sistema de gestión y administración PhronCare © 2025</p>
|
<p>Sistema de gestión y administración PhronCare © 2025</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user