Can you please share any code for simple invoice please

Can you please share any code for simple invoice please where there is no due date in sales invoice.

Thanks in advance. any smallest help is highly appreciated. Thanks again.

There is no approved code for such a theme. Due dates are always required. If you want to suppress the due date in a custom theme, you are on your own.

This can work,

 {% for field in fields %}
       {% if field.label != "Due date" %}
             <div style="font-weight: bold">{{ field.label }}</div>
             <div style="margin-bottom: 10px">{{ field.text }}</div>
       {% endif %}
   {% endfor %}
1 Like

you can select any official theme design from the website https://www.manager.io/themes/

read this guide on how to set a theme https://www.manager.io/guides/10366

to remove due date, follow the below post. if you do not have necessary coding skills to customize a theme yourself, please hire someone locally to do it for you.

Worked Perfectly. Thanks everyone for your help.:grinning::grinning: