{% extends "portal/base_portal.html" %} {% block contenido %}
{{ _('Bienvenido a su portal de servicios de lectura. Aquí puede consultar sus cotizaciones, pedidos, remisiones y facturas.') }}
| {{ _('Número') }} | {{ _('Fecha') }} | {{ _('Total') }} | {{ _('Estado') }} | {{ _('Acción') }} |
|---|---|---|---|---|
| {{ item.document_no or item.id }} | {{ item.posting_date }} | {{ format_money_with_currency(item.grand_total, document_currency_code(item)) }} | {{ macros.docstatus_badge(item.docstatus) }} | {{ _('Ver') }} |
| {{ _('No se encontraron cotizaciones.') }} | ||||
| {{ _('Número') }} | {{ _('Fecha') }} | {{ _('Total') }} | {{ _('Estado') }} | {{ _('Acción') }} |
|---|---|---|---|---|
| {{ item.document_no or item.id }} | {{ item.posting_date }} | {{ format_money_with_currency(item.grand_total, document_currency_code(item)) }} | {{ macros.docstatus_badge(item.docstatus) }} | {{ _('Ver') }} |
| {{ _('No se encontraron órdenes de venta.') }} | ||||
| {{ _('Número') }} | {{ _('Fecha') }} | {{ _('Total') }} | {{ _('Estado') }} | {{ _('Acción') }} |
|---|---|---|---|---|
| {{ item.document_no or item.id }} | {{ item.posting_date }} | {{ format_money_with_currency(item.grand_total, document_currency_code(item)) }} | {{ macros.docstatus_badge(item.docstatus) }} | {{ _('Ver') }} |
| {{ _('No se encontraron notas de entrega.') }} | ||||
| {{ _('Número') }} | {{ _('Fecha') }} | {{ _('Total') }} | {{ _('Estado') }} | {{ _('Acción') }} |
|---|---|---|---|---|
| {{ item.document_no or item.id }} | {{ item.posting_date }} | {{ format_money_with_currency(item.grand_total, document_currency_code(item)) }} | {{ macros.docstatus_badge(item.docstatus) }} | {{ _('Ver') }} |
| {{ _('No se encontraron facturas.') }} | ||||