Author: ashish
Date: Mon Dec 17 15:02:25 2007 New Revision: 605035 URL: http://svn.apache.org/viewvc?rev=605035&view=rev Log: glAccountId field don't exists in the PaymentMethodType entity. Instead we should provide defaultGlAccountId field in the same entity. Thanks to Pranay Pandey for pointing it out. Modified: ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml Modified: ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml?rev=605035&r1=605034&r2=605035&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml (original) +++ ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml Mon Dec 17 15:02:25 2007 @@ -123,23 +123,23 @@ <InvoiceItemType invoiceItemTypeId="COMM_INV_ITEM" defaultGlAccountId="601300"/> <InvoiceItemType invoiceItemTypeId="COMM_INV_ADJ" defaultGlAccountId="601400"/> - <PaymentMethodType paymentMethodTypeId="CREDIT_CARD" glAccountId="122000"/> - <PaymentMethodType paymentMethodTypeId="GIFT_CARD" glAccountId="122000"/> - <PaymentMethodType paymentMethodTypeId="GIFT_CERTIFICATE" glAccountId="122000"/> - <PaymentMethodType paymentMethodTypeId="CASH" glAccountId="122000"/> - <PaymentMethodType paymentMethodTypeId="EFT_ACCOUNT" glAccountId="122000"/> - <PaymentMethodType paymentMethodTypeId="FIN_ACCOUNT" glAccountId="122000"/> - <PaymentMethodType paymentMethodTypeId="PERSONAL_CHECK" glAccountId="122000"/> - <PaymentMethodType paymentMethodTypeId="COMPANY_CHECK" glAccountId="122000"/> - <PaymentMethodType paymentMethodTypeId="CERTIFIED_CHECK" glAccountId="122000"/> - <PaymentMethodType paymentMethodTypeId="MONEY_ORDER" glAccountId="122000"/> - <PaymentMethodType paymentMethodTypeId="COMPANY_ACCOUNT" glAccountId="122000"/> - <PaymentMethodType paymentMethodTypeId="EXT_BILLACT" glAccountId="122000"/> - <PaymentMethodType paymentMethodTypeId="EXT_COD" glAccountId="122000"/> - <PaymentMethodType paymentMethodTypeId="EXT_EBAY" glAccountId="122000"/> - <PaymentMethodType paymentMethodTypeId="EXT_OFFLINE" glAccountId="122000"/> - <PaymentMethodType paymentMethodTypeId="EXT_PAYPAL" glAccountId="122000"/> - <PaymentMethodType paymentMethodTypeId="EXT_WORLDPAY" glAccountId="122000"/> + <PaymentMethodType paymentMethodTypeId="CREDIT_CARD" defaultGlAccountId="122000"/> + <PaymentMethodType paymentMethodTypeId="GIFT_CARD" defaultGlAccountId="122000"/> + <PaymentMethodType paymentMethodTypeId="GIFT_CERTIFICATE" defaultGlAccountId="122000"/> + <PaymentMethodType paymentMethodTypeId="CASH" defaultGlAccountId="122000"/> + <PaymentMethodType paymentMethodTypeId="EFT_ACCOUNT" defaultGlAccountId="122000"/> + <PaymentMethodType paymentMethodTypeId="FIN_ACCOUNT" defaultGlAccountId="122000"/> + <PaymentMethodType paymentMethodTypeId="PERSONAL_CHECK" defaultGlAccountId="122000"/> + <PaymentMethodType paymentMethodTypeId="COMPANY_CHECK" defaultGlAccountId="122000"/> + <PaymentMethodType paymentMethodTypeId="CERTIFIED_CHECK" defaultGlAccountId="122000"/> + <PaymentMethodType paymentMethodTypeId="MONEY_ORDER" defaultGlAccountId="122000"/> + <PaymentMethodType paymentMethodTypeId="COMPANY_ACCOUNT" defaultGlAccountId="122000"/> + <PaymentMethodType paymentMethodTypeId="EXT_BILLACT" defaultGlAccountId="122000"/> + <PaymentMethodType paymentMethodTypeId="EXT_COD" defaultGlAccountId="122000"/> + <PaymentMethodType paymentMethodTypeId="EXT_EBAY" defaultGlAccountId="122000"/> + <PaymentMethodType paymentMethodTypeId="EXT_OFFLINE" defaultGlAccountId="122000"/> + <PaymentMethodType paymentMethodTypeId="EXT_PAYPAL" defaultGlAccountId="122000"/> + <PaymentMethodType paymentMethodTypeId="EXT_WORLDPAY" defaultGlAccountId="122000"/> <CostComponentCalc costComponentCalcId="EXAMPLE_COST" costGlAccountTypeId="OPERATING_EXPENSE"/> |
Free forum by Nabble | Edit this page |