Author: sichen Date: Fri Dec 1 17:20:03 2006 New Revision: 481480 URL: http://svn.apache.org/viewvc?view=rev&rev=481480 Log: seed and demo data to help with assessing interest charges on invoices
Modified: incubator/ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml Modified: incubator/ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml?view=diff&rev=481480&r1=481479&r2=481480 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml (original) +++ incubator/ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml Fri Dec 1 17:20:03 2006 @@ -332,6 +332,7 @@ <InvoiceType description="Sales Invoice" hasTable="N" invoiceTypeId="SALES_INVOICE" parentTypeId=""/> <InvoiceType description="Customer Return" hasTable="N" invoiceTypeId="CUST_RTN_INVOICE" parentTypeId=""/> <InvoiceType description="Commission" hasTable="N" invoiceTypeId="COMMISSION_INVOICE" parentTypeId=""/> + <InvoiceType description="Interest" hasTable="N" invoiceTypeId="INTEREST_INVOICE" parentTypeId=""/> <!-- maps line items such as order items to invoice item types. separate mapping for sales and purchase invoices --> <InvoiceItemTypeMap invoiceTypeId="SALES_INVOICE" invoiceItemMapKey="FINISHED_GOOD" invoiceItemTypeId="INV_FPROD_ITEM"/>