{{ organization.address }}
{% endif %} {% if organization.phone %}Tel: {{ organization.phone }}
{% endif %} {% if organization.email %}Email: {{ organization.email }}
{% endif %} {% if organization.business_registration_no %}Reg No: {{ organization.business_registration_no }}
{% endif %} {% if organization.sst_registered %}SST Reg No: {{ organization.tax_id|default:"N/A" }}
{% endif %}| Item | Amount |
|---|---|
|
{{ item.product.name }}
{{ item.quantity }} x RM {{ item.unit_price }}
{% if item.sst_percentage > 0 %}
SST ({{ item.sst_percentage }}%): RM {{ item.sst_amount }} {% endif %} |
RM {{ item.total }}
|