Financial component problem

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Financial component problem

Rashko Rejmer
Hi,

I tried to add financial component to ofbiz. I put it in the hot-deploy
folder of the ofbiz tree structure and I got this error:

"...ServiceDispatcher.java:406:ERROR] Service Error
[getPaymentAccountAndParties]: No GL Account found for Payment with
paymentId demo10010
...
Error loading XML Resource
"file:/applications/accounting/data/PaymentsInvoices.xml"; Error was: A
transaction error occurred reading data..."

I found that the problem is in Payments(OFBiz) demo data. More
specifically this line:

/applications/accounting/data/PaymentsInvoices.xml (line 29 - <Payment
paymentId="demo10010" paymentTypeId="CUSTOMER_REFUND"
paymentMethodTypeId="EXT_BILLACT" partyIdFrom="TESTING"
partyIdTo="AcctBuyer" statusId="PMNT_SENT" effectiveDate="2006-04-25
13:11:05.94" amount="20.0" currencyUomId="USD"
lastUpdatedStamp="2006-04-25 13:12:57.445"
lastUpdatedTxStamp="2006-04-25 13:12:57.33" createdStamp="2006-04-25
13:11:05.941" createdTxStamp="2006-04-25 13:11:05.941"/>)

Demo data can't be loaded because status of the payment is
"PMNT_SENT"(in this situation financial eca rule invokes postPaymentToGl
service which requires additional demo data).

Is there any solution of my problem?

Regards:
Rashko Rejmer

Reply | Threaded
Open this post in threaded view
|

Re: Financial component problem

Si Chen-2
You can safely ignore that.  David and I have talked about this on  
the mailing list before, so you can search for this to see why, but  
it's not important--just some demo data.

Also, to save you some potential headaches, read the README.txt and  
use the ofbiz-svn-build.patch to fix various files if you're using it  
with the ofbiz svn or basically any version of ofbiz later than  
opentaps 0.9.x

On Dec 1, 2006, at 10:38 AM, Rashko Rejmer wrote:

> I found that the problem is in Payments(OFBiz) demo data. More

Best Regards,

Si
[hidden email]