diff --git a/phronCare.UIBlazor/Layout/NavMenu.razor b/phronCare.UIBlazor/Layout/NavMenu.razor index 7907c6d..879c150 100644 --- a/phronCare.UIBlazor/Layout/NavMenu.razor +++ b/phronCare.UIBlazor/Layout/NavMenu.razor @@ -134,6 +134,11 @@ Remitos +
| # | +Origen | +Origin ID | +Quote detail | +Descripción | +Cantidad | +Unitario | +Impuesto | +Total | ++ |
|---|---|---|---|---|---|---|---|---|---|
| @item.LineNumber | +
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+ @GetItemTotal(item).ToString("N2") | ++ + | +
| Tipo | +Presupuesto | +Quote detail | +Porcentaje | +Importe | +Desde | +Hasta | +Notas | +
|---|---|---|---|---|---|---|---|
| @GetCoverageTypeLabel(coverage.CoverageType) | +@coverage.QuoteId | +@(coverage.QuoteDetailId?.ToString() ?? "—") | +@(coverage.CoveragePercentage?.ToString("N2") ?? "—") | +@(coverage.CoverageAmount?.ToString("N2") ?? "—") | +@FormatDate(coverage.PeriodFrom) | +@FormatDate(coverage.PeriodTo) | +@(string.IsNullOrWhiteSpace(coverage.Notes) ? "—" : coverage.Notes) | +
| Sin coverage informado. | |||||||
| # | +Origen | +Descripción | +Cantidad | +Unitario | +Neto | +Impuesto | +Total | +
|---|---|---|---|---|---|---|---|
| @item.LineNumber | +@GetOriginTypeLabel(item.OriginType) | +@item.Description | +@item.Quantity.ToString("N2") | +@item.UnitPrice.ToString("N2") | +@item.NetAmount.ToString("N2") | +@item.TaxAmount.ToString("N2") | +@item.TotalAmount.ToString("N2") | +
| Sin detalles. | |||||||
| Documento | +Emisión | +Cliente | +Facturar a | +Presupuesto | +Tipo | +Estado | +Moneda | +Total | +Acciones | +
|---|---|---|---|---|---|---|---|---|---|
| @(string.IsNullOrWhiteSpace(document.InternalDocumentNumber) ? $"#{document.Id}" : document.InternalDocumentNumber) | +@FormatDate(document.IssueDate) | +@document.CustomerName | +@document.BillToCustomerName | +@(document.QuoteId?.ToString() ?? "—") | +@GetDocumentTypeLabel(document.DocumentType) | +@GetStatusLabel(document.Status) | +@document.Currency | +@document.TotalAmount.ToString("N2") | ++ + | +
| Cargando... | |||||||||
| Sin resultados | |||||||||