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