Sales Item | Orig ex Vat | MA ex Vat | Profit ex Vat |
---|---|---|---|
{{ res['sales_code'] }} | R {{ res['orig_total']|number_format(2, '.', ' ') }} | R {{ res['markup_total']|number_format(2, '.', ' ') }} | R {{ (res['markup_total'] - res['orig_total'])|number_format(2, '.', ' ') }} |
R {{ total_invoices_orig|number_format(2, '.', ' ')}} | R {{ total_invoices_markup|number_format(2, '.', ' ') }} | R {{ total_invoices_profit|number_format(2, '.', ' ') }} |
Gross Profit Margin: {{ ((total_profit/total_markup)*100)|number_format(2, '.', ' ') }} %
{% else %}Gross Profit Margin: CALC ERROR
{% endif %}