}}) |
{% if roleRight == true %}
{{ obj[0].codeInvoice }} |
{% else %}
{{ obj[0].codeInvoice }} |
{% endif %}
{{ obj[0].getDealer.getName }} |
{{ obj[0].getCompany.getName }} |
{{ obj[0].dateCreation | date('d/m/Y H:i') }} |
{% if obj[0].dateInvoiced %} {{ obj[0].dateInvoiced | date('d/m/Y') }} {% endif %} |
{% for invoiceElement in obj[0].invoiceElements %}
{{ invoiceElement.reception.getAlias }},
{% endfor %}
|
{% for invoiceElement in obj[0].invoiceElements %}
{{ invoiceElement.reception.numDeliveryNote }},
{% endfor %}
|
{% if obj[0].datePayed %}{{ obj[0].datePayed | date('Ymd') }}{{ obj[0].datePayed | date('d/m/Y') }}{% endif %} |
{{ obj[0].getTotalCustom }} |
{{ obj[0].gettypeStatusInvoice.description }} |
{% if roleRight == true or isOffice %}
Acceder
|
{% endif %}
{% endfor %}