Author: apatel
Date: Mon Oct 19 19:38:13 2009 New Revision: 826782 URL: http://svn.apache.org/viewvc?rev=826782&view=rev Log: Somewhere lost this little change, Now including use of PartyGlShortCuts from PartyAccountsSummary screen. Modified: ofbiz/trunk/applications/accounting/widget/GlScreens.xml Modified: ofbiz/trunk/applications/accounting/widget/GlScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlScreens.xml?rev=826782&r1=826781&r2=826782&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/GlScreens.xml (original) +++ ofbiz/trunk/applications/accounting/widget/GlScreens.xml Mon Oct 19 19:38:13 2009 @@ -60,36 +60,7 @@ <section> <widgets> <screenlet title="${uiLabelMap.AccountingPartyAccountsSummary}"> - <container> - <link target="CreateAcctgTransAndEntries" text="${uiLabelMap.AccountingCreateSalesAcctgTrans}" style="buttontext"> - <parameter param-name="organizationPartyId"/> - <parameter param-name="debitGlAccountClassId" value="CURRENT_ASSET"/> - <parameter param-name="creditGlAccountClassId" value="REVENUE"/> - <parameter param-name="acctgTransTypeId" value="SALES"/> - </link> - <link target="TrialBalance" text="${uiLabelMap.AccountingTrialBalance}" style="buttontext"> - <parameter param-name="organizationPartyId"/> - </link> - </container> - <container> - <link target="CreateAcctgTransAndEntries" text="${uiLabelMap.AccountingCreatePaymentAcctgTrans}" style="buttontext"> - <parameter param-name="organizationPartyId"/> - <parameter param-name="debitGlAccountClassId" value="CASH_EQUIVALENT"/> - <parameter param-name="creditGlAccountClassId" value="CURRENT_LIABILITY"/> - <parameter param-name="acctgTransTypeId" value="PAYMENT_ACCTG_TRANS"/> - </link> - <link target="IncomeStatement" text="${uiLabelMap.AccountingIncomeStatement}" style="buttontext"> - <parameter param-name="organizationPartyId"/> - </link> - </container> - <container> - <link text="${uiLabelMap.PageTitleUnpostedTransactions}" style="buttontext" target="ListUnpostedAcctgTrans"> - <parameter param-name="organizationPartyId"/> - </link> - <link target="BalanceSheet" text="${uiLabelMap.AccountingBalanceSheet}" style="buttontext"> - <parameter param-name="organizationPartyId"/> - </link> - </container> + <include-menu location="component://accounting/widget/Menus.xml" name="PartyGlShortCuts"/> </screenlet> </widgets> </section> |
Free forum by Nabble | Edit this page |