Anil,
if the GL auto posting services are still causing issues (because they
are in alpha and because seed data is not completely implemented) we can
disable them all in the accounting/ofbiz-component.xml file.
I was the one that activated them all some time ago, but maybe it was
too early.
Jacopo
[EMAIL PROTECTED] wrote:
Author: apatel
Date: Wed Dec 19 08:34:06 2007
New Revision: 605608
URL: http://svn.apache.org/viewvc?rev=605608&view=rev
Log:
Sorry, I saw Jacopo's comments from his earlier commit. Instead I need to fix
seed data in my app.
Modified:
ofbiz/trunk/applications/accounting/servicedef/secas_ledger.xml
Modified: ofbiz/trunk/applications/accounting/servicedef/secas_ledger.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/secas_ledger.xml?rev=605608&r1=605607&r2=605608&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/secas_ledger.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/secas_ledger.xml Wed Dec 19
08:34:06 2007
@@ -78,12 +78,10 @@
<action service="createAcctgTransForFixedAssetMaintIssuance"
mode="sync"/>
</eca>
<!--attempt to create AcctgTrans and Entries for Incoming Payment -->
- <!-- Uncomment this entry if GL data is setup.
<eca service="createPayment" event="commit">
<condition field-name="statusId" operator="equals"
value="PMNT_RECEIVED"/>
<action service="createAcctgTransAndEntriesForIncomingPayment"
mode="sync"/>
</eca>
- -->
<!--attempt to create AcctgTrans and Entries for Incoming when set
PaymentStatus -->
<eca service="setPaymentStatus" event="commit">
<condition field-name="statusId" operator="equals"
value="PMNT_RECEIVED"/>