Author: sichen Date: Thu Jan 4 16:42:47 2007 New Revision: 492837 URL: http://svn.apache.org/viewvc?view=rev&rev=492837 Log: fix misclassification of Income accounts as debit when they are actually credit accounts in the accounting seed data
Modified: ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml Modified: ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml?view=diff&rev=492837&r1=492836&r2=492837 ============================================================================== --- ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml (original) +++ ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml Thu Jan 4 16:42:47 2007 @@ -132,7 +132,7 @@ <GlAccountClass description="Return of Capital" glAccountClassId="RETURN_OF_CAPITAL" parentClassId="DISTRIBUTION"/> <GlAccountClass description="Dividends" glAccountClassId="DIVIDEND" parentClassId="DISTRIBUTION"/> <GlAccountClass description="Revenue" glAccountClassId="REVENUE" parentClassId="CREDIT"/> - <GlAccountClass description="Income" glAccountClassId="INCOME" parentClassId="DEBIT"/> + <GlAccountClass description="Income" glAccountClassId="INCOME" parentClassId="CREDIT"/> <GlAccountClass description="Cash Income" glAccountClassId="CASH_INCOME" parentClassId="INCOME"/> <GlAccountClass description="Non-Cash Income" glAccountClassId="NON_CASH_INCOME" parentClassId="INCOME"/> <GlAccountClass description="Expense" glAccountClassId="EXPENSE" parentClassId="DEBIT"/>