f3f0dfef2a
* Invoice copy, state code in gst print format, hsn code in other sales/purchase docs * Formatted Net Amount in item-tax-breakup * GST print format fixes * removed trailing whitespace * removed trailing whitespace
9 lines
482 B
HTML
9 lines
482 B
HTML
{{ address_line1 }}<br>{% if address_line2 %}{{ address_line2 }}<br>{% endif -%}{{ city }}<br>
|
|
{% if gst_state %}{{ gst_state }}{% endif -%},
|
|
{% if gst_state_number %}State Code: {{ gst_state_number }}<br>{% endif -%}
|
|
{% if pincode %}PIN: {{ pincode }}<br>{% endif -%}
|
|
{{ country }}<br>
|
|
{% if phone %}Phone: {{ phone }}<br>{% endif -%}
|
|
{% if fax %}Fax: {{ fax }}<br>{% endif -%}
|
|
{% if email_id %}Email: {{ email_id }}<br>{% endif -%}
|
|
{% if gstin %}GSTIN: {{ gstin }}<br>{% endif -%} |