Author: apatel
Date: Sat Nov 7 05:27:31 2009 New Revision: 833631 URL: http://svn.apache.org/viewvc?rev=833631&view=rev Log: [OFBIZ-3171] Patch. Minor looks enhancements to deposit slip screen. Removed Add payment group member screen for deposit slip because right way to do so is from Diposit screen in FinancialAccount. Modified: ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml ofbiz/trunk/applications/accounting/widget/FinAccountScreens.xml Modified: ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml?rev=833631&r1=833630&r2=833631&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml Sat Nov 7 05:27:31 2009 @@ -255,7 +255,8 @@ <field name="finAccountId"><hidden/></field> <field name="paymentGroupTypeId"><hidden value="BATCH_PAYMENT"/></field> </form> - <form name="ListDepositSlips" type="list" target="FindDepositSlips" extends="ListPaymentGroup" extends-resource="component://accounting/widget/PaymentGroupForms.xml"> + <form name="ListDepositSlips" type="list" target="FindDepositSlips" extends="ListPaymentGroup" extends-resource="component://accounting/widget/PaymentGroupForms.xml" + odd-row-style="alternate-row" default-table-style="basic-table hover-bar" header-row-style="header-row-2"> <field name="paymentGroupId" widget-style="buttontext"> <hyperlink description="${paymentGroupId}" target="EditDepositSlipAndMembers"> <parameter param-name="paymentGroupId"/> @@ -276,7 +277,8 @@ <form name="AddDepositSlipMember" type="single" target="addDepositSlipMember" extends="AddPaymentGroupMember" extends-resource="component://accounting/widget/PaymentGroupForms.xml"> <field name="finAccountId"><hidden value="${finAccountId}"/></field> </form> - <form name="ListDepositSlipMember" type="list" target="updateDepositSlipMember" extends="ListPaymentGroupMember" extends-resource="component://accounting/widget/PaymentGroupForms.xml"> + <form name="ListDepositSlipMember" type="list" target="updateDepositSlipMember" extends="ListPaymentGroupMember" extends-resource="component://accounting/widget/PaymentGroupForms.xml" + odd-row-style="alternate-row" default-table-style="basic-table hover-bar" header-row-style="header-row"> <actions> <entity-and entity-name="PaymentGroupMember" list="paymentGroupMembers"> <field-map field-name="paymentGroupId"/> Modified: ofbiz/trunk/applications/accounting/widget/FinAccountScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/FinAccountScreens.xml?rev=833631&r1=833630&r2=833631&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/FinAccountScreens.xml (original) +++ ofbiz/trunk/applications/accounting/widget/FinAccountScreens.xml Sat Nov 7 05:27:31 2009 @@ -357,7 +357,6 @@ <include-form name="EditDepositSlip" location="component://accounting/widget/FinAccountForms.xml"/> </screenlet> <screenlet title="${uiLabelMap.AccountingEditPaymentGroupMemberFor}"> - <include-form name="AddDepositSlipMember" location="component://accounting/widget/FinAccountForms.xml"/> <include-form name="ListDepositSlipMember" location="component://accounting/widget/FinAccountForms.xml"/> </screenlet> </decorator-section> |
Free forum by Nabble | Edit this page |