New GST Format Better Print Single Paper Layout

I was trying to past html code in css dialogue box source ,I was not aware that I must click custom format and then paste html code, Now my code works!!!.
I did not know what to choose in custom format type, “Server”, “Client” or “Js”, currently I had choose server and after inteserting some html, it does not allow me to edit format, but luckily I had copy of default format. I can make changes again.

Since, I can not got source code of default “GST tax Invoice” I think it is better to make it from scratch with html tables is easier for code.

  1. Here is link to fetch invoice fields. https://erpnext.org/docs/current/models/accounts/sales_invoice?
  2. here is another useful link to start invoice from scratch : How to display Item Wise Tax in invoice? - #23 by UmaG

Better Address Format To Save Space and Better Readability for New Indian GST Invoice
Deepak,
Here is css code I used to make some changes in Address to save space, pincode areacode is always with city name, I put few things in Bold letters to get the attention.If someone decide to display GST at other place they can remove last line. This code should be pasted in Address Template list and click on Country In our case “India”, delete old code or save it in another notepad file in case you want to go back to it. Paste following code in that window

{{ address_line1 }},

{% if address_line2 %}{{ address_line2 }}{% endif -%},

{{ city }}{% if pincode %}-{{ pincode }},

{% if gst_state %}{{ gst_state }}{% endif -%},{% if gst_state_number %} St.Code: {{ gst_state_number }}
{% endif -%}
{{ country }}
{% endif -%}
{% if phone %}Phone: {{ phone }}
{% endif -%}
{% if gstin %}GSTIN: {{ gstin }}
{% endif -%}

new address will look like after pasting…

I am not programmer but I can alter some html code, but due my professional commitment, I don’t have much time. So, I added two three custom filed like IEC gstn which is okay for me but note perfect like excel invoice I used to make.To make perfect formatted new Indian gst invoice,it is task of 4-5 hours for professional but for non-coder it might take couple of days. So I think it is better to hire some newbie/freelancer coder to code in html for this task and 2-4 people can share the cost which can be anything between 1000 to 2000 Rs. We can paste the code here so that other people can use or it can be adopted in the main code.