Id | Type | Lot ° | Number of invoices | Created At | UpdatedAt At | Action |
---|---|---|---|---|---|---|
{{ invoice.id }} | {{ invoice.action }} | {{ invoice.numberOfLot }} | {{ invoice.listOfInvoiceIdCreated|length }} | {{ invoice.createdAt is not null ? invoice.createdAt|date }} | {{ invoice.updatedAt is not null ? invoice.updatedAt|date }} | {% if invoice.status == constant('App\\Entity\\Dolibarr\\DolibarrJumiaInvoice::STATUS_NOT_PAYED') and invoice.listOfInvoiceIdCreated|length > 0 %} {% endif %} {% if invoice.listOfInvoiceIdCreated|length == 0 %} Delete {% endif %} |