Show credit days in invoice

Hi Everyone,

is there a way to show credit days in sales invoice instead of Payment due date?

Thanks in advance for your help.

Hello,

You can insert a custom field to have Credit Days fetched from the Customer master, just like other customer details. Here is the help on how to add one such custom field.

https://frappe.github.io/frappe/user/en/guides/app-development/fetch-custom-field-value-from-master-to-all-related-transactions.html

Thanks for you help Umair, i will check it out!!!

Or you use a custom html field and fetch via jinja
Like

{{ customer.credit_days }}

Thank you spa for your help

1 Like