Author: jacopoc
Date: Sat Nov 24 04:07:12 2007 New Revision: 597844 URL: http://svn.apache.org/viewvc?rev=597844&view=rev Log: A few more ui enhancements to the organization accounting screens. Modified: ofbiz/trunk/applications/accounting/webapp/accounting/admin/AdminForms.xml ofbiz/trunk/applications/accounting/widget/AdminScreens.xml ofbiz/trunk/applications/accounting/widget/Menus.xml Modified: ofbiz/trunk/applications/accounting/webapp/accounting/admin/AdminForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/admin/AdminForms.xml?rev=597844&r1=597843&r2=597844&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/webapp/accounting/admin/AdminForms.xml (original) +++ ofbiz/trunk/applications/accounting/webapp/accounting/admin/AdminForms.xml Sat Nov 24 04:07:12 2007 @@ -50,8 +50,7 @@ <field name="organizationPartyId"><hidden/></field> <field name="glAccountId"> <drop-down> - <entity-options entity-name="GlAccountOrganizationAndClass" description="${accountName} [${glAccountId}]"> - <entity-constraint name="organizationPartyId" operator="equals" value="${organizationPartyId}"/> + <entity-options entity-name="GlAccount" description="${accountName} [${glAccountId}]"> <entity-order-by field-name="description"/> </entity-options> </drop-down> Modified: ofbiz/trunk/applications/accounting/widget/AdminScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/AdminScreens.xml?rev=597844&r1=597843&r2=597844&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/AdminScreens.xml (original) +++ ofbiz/trunk/applications/accounting/widget/AdminScreens.xml Sat Nov 24 04:07:12 2007 @@ -46,9 +46,9 @@ <section> <actions> <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/> - <set field="titleProperty" value="AcctgListGlAcctOrg"/> + <set field="titleProperty" value="AccountingChartOfAcctsMenu"/> <set field="tabButtonItem" value="ListGlAccountOrganization"/> - <set field="labelTitleProperty" value="${uiLabelMap.AcctgListGlAcctOrg}"/> + <set field="labelTitleProperty" value="${uiLabelMap.AccountingChartOfAcctsMenu}"/> <set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer" default-value="0"/> <set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="50"/> </actions> Modified: ofbiz/trunk/applications/accounting/widget/Menus.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/Menus.xml?rev=597844&r1=597843&r2=597844&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/Menus.xml (original) +++ ofbiz/trunk/applications/accounting/widget/Menus.xml Sat Nov 24 04:07:12 2007 @@ -433,7 +433,7 @@ <menu-item name="PartyAcctgPreference" title="${uiLabelMap.AccountingPreference}"> <link target="PartyAcctgPreference?organizationPartyId=${organizationPartyId}"/> </menu-item> - <menu-item name="ListGlAccountOrganization" title="${uiLabelMap.AcctgListGlAcctOrg}"> + <menu-item name="ListGlAccountOrganization" title="${uiLabelMap.AccountingChartOfAcctsMenu}"> <link target="ListGlAccountOrganization?organizationPartyId=${organizationPartyId}"/> </menu-item> <menu-item name="GlAccountAssignment" title="${uiLabelMap.AccountingGlAccountDefault}"> |
Free forum by Nabble | Edit this page |