{% icon 'mdi:receipt-text' 24 %} {% trans 'Receipts' %}
{% if receipts %}| {% trans 'Receipt Number' %} | {% trans 'Date' %} | {% trans 'Type' %} | {% trans 'Actions' %} |
|---|---|---|---|
| {{ receipt.receipt_number }} | {{ receipt.receipt_date }} | {{ receipt.receipt_type|title }} | {% if receipt.get_import_job_url %} {% trans 'Bank Feed Job' %} {% endif %} |
{% trans 'No receipts found for this customer.' %}
{% endif %}{% icon 'mdi:file-document-edit-outline' 24 %} {% trans 'Invoices' %}
{% if invoices %}| {% trans 'Invoice Number' %} | {% trans 'Status' %} |
|---|---|
| {{ invoice.invoice_number }} | {{ invoice.get_invoice_status_display }} |
{% trans 'No invoices found for this customer.' %}
{% endif %}