{% extends 'admin/layout.html.twig' %} {% block title %}Income {{ income.referenceNumber }} - KitscoApp{% endblock %} {% block page_title %}Income {{ income.referenceNumber }}{% endblock %} {% block content %}
Reference Number
{{ income.referenceNumber }}
Date
{{ income.incomeDate|date('d M Y') }}
Description
{{ income.description }}
Category
{{ income.category.name }}
Account
{{ income.account.name }}
Customer
{{ income.customer.name }}
Related Invoice
#{{ income.relatedInvoice.displayInvoiceNumber }}Notes
{{ income.notes }}
{{ income.formattedAmount }}
{% if income.isForeignCurrency %}TZS Equivalent: {{ income.formattedAmountInTzs }}
Exchange rate: {{ income.exchangeRate }}
{% endif %}Currency
{{ income.currency.code }} ({{ income.currency.symbol }})