Change "VAT" to "GST"

Hi all,
Will like to know on how can I change « VAT » name to « GST » in the system.

Thanks.

Hello,

It is necessary to modify certain lines of the ../src/main/resources/i18n/messages*.csv files in all the modules concerned.

Example for the axelor-open-suite module
../modules/axelor-open-suite/axelor-account/src/main/resources/i18n/messages_en.csv

to modify
"AccountingReportType12.deductibleVAT","Deductible **VAT**",,

by
"AccountingReportType12.deductibleVAT","Deductible **GST**",,

https://docs.axelor.com/adk/latest/dev-guide/modules/i18n.html#:~:text=6.1-,Internationalization,-Internationalization%2C%20often%20referred

Regards

Ce sujet a été automatiquement fermé après 30 jours. Aucune réponse n’est permise dorénavant.