{% extends 'base.html' %} {% block header %} {% block title %}Invoice Report Per Brand{% endblock %} {% endblock %} {% block custom_head %} {% endblock %} {% block custom_scripts %} {% endblock %} {% block content %}
Di sini anda dapat menghitung nilai invoice dipecah per brand
Invoice Date | Partner Name | Partner ID | Number | Brand | Gross Sales | Promo Discount | Margin Discount | Cash Discount | Distribution Fee Discount | Tax | Total Amount | GT Price |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ result[inv][brand]['Invoice Date'] }} | {{ result[inv][brand]['Partner Name'] }} | {{ result[inv][brand]['Partner ID'] }} | {{ result[inv][brand]['Number'] }} | {{ result[inv][brand]['Brand'] }} | {{ result[inv][brand]['Gross Sales'] }} | {{ result[inv][brand]['Promo Discount'] }} | {{ result[inv][brand]['Margin Discount'] }} | {{ result[inv][brand]['Cash Discount'] }} | {{ result[inv][brand]['Distribution Fee Discount'] }} | {{ result[inv][brand]['Tax'] }} | {{ result[inv][brand]['Total Amount'] }} | {{ result[inv][brand]['GT Price'] }} |