You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by salmant <sa...@free.fr> on 2008/04/29 16:51:34 UTC

Accounting transactions Entries

May someone give some explanations about the way the accounting 
transactions entries are generated from an invoice : when and which 
services makes it happen and contains the dispatching of the invoice 
into the concerned GlAccounts ?
Thank you by advance

Re: Accounting transactions Entries

Posted by BJ Freeman <bj...@free-man.net>.
If your using the trunk you can use
https://localhost:8443/webtools/control/ArtifactInfo
it will show you all the things that are related.

salmant sent the following on 4/29/2008 7:51 AM:
> May someone give some explanations about the way the accounting
> transactions entries are generated from an invoice : when and which
> services makes it happen and contains the dispatching of the invoice
> into the concerned GlAccounts ?
> Thank you by advance
> 
> 
> 


Re: Accounting transactions Entries

Posted by Christian Geisert <ch...@isu-gmbh.de>.
salmant schrieb:
> May someone give some explanations about the way the accounting 
> transactions entries are generated from an invoice : when and which 
> services makes it happen and contains the dispatching of the invoice 
> into the concerned GlAccounts ?

The service is called createAcctgTransForSalesInvoice and is triggerd by 
a SECA for setInvoiceStatus (See 
applications/accounting/servicedef/secas_ledger.xml)

Some documentation is available at http://docs.ofbiz.org/x/sgw and 
http://docs.ofbiz.org/x/Qw0 (work in progress ;-)

-- 
Christian