This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new 88886bdf9f Improved: Have 'Tax Authority' menu item in GlobalGLSettingMenus (OFBIZ-13026) (#759) 88886bdf9f is described below commit 88886bdf9fb67063cb60a8faa95fc354c3efb110 Author: Pierre Smits <pierre.sm...@somonar.com> AuthorDate: Mon Apr 15 11:15:24 2024 +0200 Improved: Have 'Tax Authority' menu item in GlobalGLSettingMenus (OFBIZ-13026) (#759) In order to enhance the UX of users of the accounting application, the TaxAuthorities should move into the GlobalGLSettingMenus. The motivation for this are that: TaxAuthority functionality is applicable to all internal organisations with accounting set up, for which we have the GlobalGLSettingMenus; It reduces distractions for users that do day-to-day accounting activities regarding: search/finding gl transactions, invoices and payments creating, reviewing, updating gl transactions, invoices and payments modiified: AccountingMenus.xml - move menu-item 'TaxAuthorities' from menu AccountingAppBar to menu GlobalGLSettingMenus --- applications/accounting/widget/AccountingMenus.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/accounting/widget/AccountingMenus.xml b/applications/accounting/widget/AccountingMenus.xml index 4bcbed2285..a94f1922b0 100644 --- a/applications/accounting/widget/AccountingMenus.xml +++ b/applications/accounting/widget/AccountingMenus.xml @@ -45,7 +45,6 @@ under the License. </menu-item> <menu-item name="billingaccount" title="${uiLabelMap.AccountingBillingMenu}"><link target="FindBillingAccount"/></menu-item> <menu-item name="FindFinAccount" title="${uiLabelMap.AccountingFinAccount}"><link target="FinAccountMain"/></menu-item> - <menu-item name="TaxAuthorities" title="${uiLabelMap.AccountingTaxAuthorities}"><link target="FindTaxAuthority"/></menu-item> <menu-item name="agreements" title="${uiLabelMap.AccountingAgreements}"><link target="FindAgreement"/></menu-item> <menu-item name="ListFixedAssets" title="${uiLabelMap.AccountingFixedAssets}"><link target="ListFixedAssets"/></menu-item> <menu-item name="ListBudgets" title="${uiLabelMap.AccountingBudgets}"><link target="ListBudgets"/></menu-item> @@ -1383,6 +1382,7 @@ under the License. <menu-item name="CostCenters" title="${uiLabelMap.FormFieldTitle_costCenters}"> <link target="CostCenters"/> </menu-item> + <menu-item name="TaxAuthorities" title="${uiLabelMap.AccountingTaxAuthorities}"><link target="FindTaxAuthority"/></menu-item> </menu> <menu name="AgreementTabBar" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml">