{% extends "base.html" %} {% block contenido %} {%- if TESTING -%}
{%- endif -%}| {{ _('Documento') }} | {{ _('Fecha') }} | {{ _('Beneficiario') }} | {{ _('Concepto') }} | {{ _('Cuenta') }} | {{ _('Importe') }} | {{ _('Moneda') }} | {{ _('Estado') }} | {{ _('Acciones') }} |
|---|---|---|---|---|---|---|---|---|
| {{ item.document_no or item.id }} | {{ item.posting_date or '-' }} | {{ item.beneficiary or '-' }} | {{ item.concept }} | {{ item.expense_account_code or '-' }} | {{ item.amount }} | {{ item.transaction_currency or '-' }} | {% if item.docstatus == 1 %} {{ _('Posteado') }} {% elif item.docstatus == 2 %} {{ _('Anulado') }} {% else %} {{ _('Borrador') }} {% endif %} | {% if item.docstatus == 1 %} {% endif %} |
| {{ _('No hay gastos de caja chica registrados.') }} | ||||||||