| {{cols[0].header}}{{invoice.totalAmount | currency: invoice.currency : 'symbol-narrow' : '1.0-2'}} |
{{cols[1].header}}{{invoice.code}} |
{{cols[2].header}}{{invoice.clients}} |
{{cols[3].header}}{{invoice.openDate | date:'shortDate'}} |
{{cols[4].header}}{{invoice.dueDate | date:'shortDate'}} |
{{cols[5].header}}{{ (invoice.status.charAt(0).toUpperCase() + invoice.status.slice(1)) | invoiceStatus }} |
{{cols[6].header}}
|