Kongrath Suankaewmanee created OFBIZ-6722:
---------------------------------------------
Summary: Service createAcctgTransForPurchaseInvoice doesn't work
as that I expected
Key: OFBIZ-6722
URL: https://issues.apache.org/jira/browse/OFBIZ-6722
Project: OFBiz
Issue Type: Bug
Components: accounting
Affects Versions: Trunk
Reporter: Kongrath Suankaewmanee
The problem, I want to link the glAccountId to the transaction when the status
invoice has set to "Ready to Post" and the transaction will create
automatically.
Can someone help me to check or give the reason about
createAcctgTransForPurchaseInvoice service, why we need to use this :
<set field="debitEntry.glAccountTypeId"
from-field="invoiceItem.invoiceItemTypeId"/>
It looks very strange because glAccountTypeId and invoiceItemTypeId filed
didn't link to each other.
And how we can get the glAccountId for this simple-method?
<simple-method method-name="getProductGlAccountInline" short-description="Gets
ProductGlAccount on the basis of primary key" >
<entity-one entity-name="ProductGlAccount"
value-field="productGlAccount" use-cache="true"/>
</simple-method>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)