{% extends 'admin/layout.html.twig' %} {% block title %}Invoice #{{ invoice.displayInvoiceNumber }} - KitscoApp{% endblock %} {% block page_title %}Invoice #{{ invoice.displayInvoiceNumber }}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block content %}
{{ company.name }},
{{ company.formattedAddress }}.
{{ company.phone }}
{% endif %}
{% endif %}
Bill To {% if invoice.hasBillingOverrides %} {% endif %}
{{ invoice.effectiveBillingName }}
{{ invoice.effectiveFormattedAddress }}
{% if invoice.effectiveBillingContactPerson %}Att: {{ invoice.effectiveBillingContactPerson }}{% if invoice.effectiveBillingContactEmail %}, {{ invoice.effectiveBillingContactEmail }}{% endif %}
{% endif %}| Invoice # | {{ invoice.displayInvoiceNumber }} |
| Invoice Date | {{ invoice.invoiceDate|date('d/m/Y') }} |
| Due Date | {{ invoice.dueDate|date('d/m/Y') }} |
Revision History
| Qty | Description | Amount |
|---|---|---|
| {{ item.quantity }} |
{% if item.product %}
{{ item.product.name }}
{% if item.description %} {{ item.description }}{% endif %} {% else %} {{ item.description }} {% endif %} |
{{ item.amount|money }} |
| Subtotal | {{ invoice.subtotal|money }} | |
| Tax ({{ invoice.taxRate }}%) | {{ invoice.taxAmount|money }} | |
| TOTAL | {{ invoice.currency.symbol }}{{ invoice.total|money }} | |
| TZS Equivalent | {{ invoice.formattedTotalInTzs }} (1 {{ invoice.currency.code }} = {{ invoice.exchangeRate|money }} TZS) | |
Payment Information
Terms & Conditions