Disable sales Tax and charges section

Hi All,

Is there a way to disable the tax and charges section in sales invoice, basically I want the tax to be calculated automatically and i do not want the user to be able to add or modify the calculated taxes

You can make the taxes section read-only, so users cannot change or edit the taxes.

Hello @NCP,

Is there any setting (in the System Settings / Accounts Settings) to make it read-only in every DocType ?

First, create a custom field in Accounting Settings with the field type set as “Checkbox.” When the checkbox is enabled, the specified section/field should be hidden using a Property Setter.

You also need to write a server script to automatically create a Property Setter when the checkbox is enabled. If the checkbox is disabled, the script should remove the Property Setter.

The checkbox should be linked to a specific app, so the showing/hiding of the table will work only if the app is installed ?

You can easily customize it from the UI. If you want to set it in a custom app, that is also possible.