![]() |
TAX mode default - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forum-17.html) +--- Forum: Administrator Support (https://discussions.corebos.org/forum-8.html) +--- Thread: TAX mode default (/thread-1535.html) |
TAX mode default - addady2 - 07-07-2019 Hi, Currently TAX mode is set to Individual as default, How do I change the Tax mode to group as default? In vtiger you need to edit tpl file like layouts/v7/modules/Inventory/partials/LineItemsEdit.tpl It ios the same dirction in corebos ? Thanks RE: TAX mode default - joebordes - 07-07-2019 In coreBOS we have very powerful and flexible ways of configuring the application without modifying the code. In this case, you need to define the Inventory_Tax_Type_Default global variable. Set it to "group" depending on the module and/or users. Let us know how it goes RE: TAX mode default - addady2 - 07-07-2019 Its work. Thank you RE: TAX mode default - joebordes - 07-07-2019 the power of coreBOS :-) |