{% extends "base.html.twig" %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block wrapper %}
{{ 'Template.To.Approve'|trans }}
| {{ "No.N"|trans }} | {{ "Customer.S"|trans }} | {% if isSalesRep == false %}{{ "Sales.Rep"|trans }} | {% endif %}{{ "Amount"|trans }} | {{ "Status"|trans }} | {{ "Date.Doc"|trans }} |
|---|---|---|---|---|---|
| {{ st.getDocumentno }} | {{ st.getCBpartner.getName }} | {% if isSalesRep == false %}{{ st.getSalesrep.getName }} | {% endif %}{{ st.getTotallines|number_format(2) }} | {{ docstatus[st.getDocstatus].name|trans }} | |
| No hay registros para mostrar | |||||
| {{ "No.N"|trans }} | {{ "Customer.S"|trans }} | {{ "Amount"|trans }} | {{ "Status"|trans }} | {{ "Date.Doc"|trans }} |
|---|---|---|---|---|
| {{ lst.getDocumentno }} | {{ lst.getCBpartner.getName ?? null }} | {{ lst.getTotallines|number_format(2) }} | {{ 'Temp.Template'|trans }} | |
| No hay registros para mostrar | ||||
| {{ "No.N"|trans }} | {{ "Customer.S"|trans }} | {{ "Amount"|trans }} | {{ "Status"|trans }} | {{ "Date.Doc"|trans }} |
|---|---|---|---|---|
| {{ st.getDocumentno }} | {{ st.getCBpartner.getName }} | {{ st.getTotallines|number_format(2) }} | {% if status == 'DR' %} {% set text, flag = 'Borrador', 'info' %} {% else %} {% set text, flag = 'Desconocido', 'warning' %} {% endif %}{{ text }} | |
| No hay registros para mostrar | ||||
{% endif %}
{{ product.getMProductCategory.getName }}
{{ product.getPrice|number_format(2) }}
No hay registros para mostrar
{% endif %}
{{ product.getMProductCategory.getName }}
{{ product.getPrice|number_format(2) }}
No hay registros para mostrar