Receipt
{{ company_name }}
{{ company_address }}
{{ company_email }}{% if company_phone %} · {{ company_phone }}{% endif %}
Receipt No.
{{ receipt_number }}
Date
{{ date }}
Client
{{ client_name }}
Payment Method
{{ payment_method }}
{% if reference_number %}
Reference
{{ reference_number }}
{% endif %}
Services
{% for item in items %}
{{ item.description }}
{{ item.amount }}
{% endfor %}
Subtotal
{{ subtotal }}
{% if tax %}
{{ tax_label | default("Tax") }}
{{ tax }}
{% endif %}
{% if discount %}
Discount
-{{ discount }}
{% endif %}
{% if notes %}
{% endif %}