{% load static %} BOYS MOBILES - INVOICE

{{ company.name.upper }}

{{ branch.name.upper }}

{{branch.address_line1}}

Cell: {{branch.phone}}

Email: {{ branch.email }}

{{branch.state.upper}}, {{branch.pincode}}


Invoice No. : {{ sales.inv_no }}

INVOICE

Invoice Date: {{ sales.inv_date|date:"d-m-Y" }} {{ sales.time|time:"H:i" }}


{% if sales.supply_branch_id and sales.supply_branch_id != 0 %} {% elif sales.customer_id and sales.customer_id != 0 %} {% endif %} {% for item in tx_data %} {% empty %} {% endfor %}

Supply Store: {{ store_name }} | Phone: {{ store_phone }}

Customer Name: {{ customer_name }} | Phone: {{ customer_phone }}

Item Name

Rate

Qty

Disc

CGST

SGST

Amount

{{ item.display_name }}

{{ item.rate|floatformat:2 }}

{{ item.quantity }}

{{ item.discount_amount|default:0|floatformat:2 }}

{{ item.tax_cgst|default:0|floatformat:2 }}

{{ item.tax_sgst|default:0|floatformat:2 }}

{{ item.amount|floatformat:2 }}

No items found.
Total: {{ total_amount|floatformat:2 }}
Total CGST: {{ sales.total_cgst|floatformat:2 }}
Total SGST: {{ sales.total_sgst|floatformat:2 }}
Total Discount: {{ sales.total_discount|floatformat:2 }}
Cash: {{ sales.cash|floatformat:2 }}
Bank : {{ sales.bank|floatformat:2 }}
Balance: {{ sales.balance|floatformat:2 }}


Customer Signature Authorized Signature