Received From
Name
{{ client_name }}
{% if client_company %}
Company
{{ client_company }}
{% endif %}
Email
{{ client_email }}
{% if client_address %}
Address
{{ client_address }}
{% endif %}
Payment Information
Date
{{ payment_date }}
Method
{{ payment_method }}
{% if reference_number %}
Reference
{{ reference_number }}
{% endif %}
{% if invoice_number %}
Invoice
#{{ invoice_number }}
{% endif %}
Service Description
{{ service_description }}
Subtotal
{{ subtotal }}
{% if discount %}
Discount
-{{ discount }}
{% endif %}
{% if tax %}
{{ tax_label | default("Tax") }}
{{ tax }}
{% endif %}
Total Paid
{{ total }}
{% if notes %}
{% endif %}