Hello Ashish,

Many many thanks. So much appreciated input from your side as usual.
Talking about Sharan's work, I already read her book on the subject and it
is very interesting and valuable. However, and this is another subject I
know but thought you may help. I understand that Ofbiz has a rich data
model and configuration in Accounting around which GL Account to use
especially when creating automated transactions like those related to a
sales invoice.

By this, I mean configuration - for example - related to Payment Methods,
Payment Types, etc. And those other settings that are available via the
following URL. My concern here, is there any 'Process diagram / workflow
logic' that simplifies the order of using such settings. In other words, I
find it a bit difficult to get the logic from the code having the fact that
Ofbiz is using multiple ways of creating services and calling them. So I'm
wondering if such flowcharts exist to simplify the logic and explain the
big picture.


https://demo-stable.ofbiz.apache.org/accounting/control/GlAccountAssignment?organizationPartyId=Company

Regards,
Emad

On Tue, Sep 27, 2022 at 11:51 AM Ashish Vijaywargiya <
[email protected]> wrote:

> Hello Emad,
>
> Following links will be helpful for you:
>
>
> https://demo-stable.ofbiz.apache.org/accounting/control/editPaymentApplications?paymentId=10001
> Here you can associate the Invoices with respect to the Payment.
>
>
> https://demo-stable.ofbiz.apache.org/accounting/control/editInvoiceApplications?invoiceId=CI1
> Here you can associate the Payments with respect to the Invoice.
>
> Sales Invoices can be created in the system by the following ways.
>
> 1) When the Sales Order gets completed in the system then a Sales Invoice
> gets created in the System. The payment associated with Sales Order creates
> an entry in the system as a "Customer Payment". All the Transaction and Gl
> related postings are done automatically.
> 2) You can manually create Sales Invoices directly in the system and with
> respect to that invoice you can do the manual entry of payment as well in
> the system.
>
> There are status transitions for Invoices as well as for the Payments in
> the system. Following link can help you:
>
> https://www.hotwaxsystems.com/ofbiz/ofbiz-ecommerce/ofbiz-invoice-processing-workflow-explained/
>
> Types of Invoices:
>
> https://www.hotwaxsystems.com/ofbiz/ofbiz-ecommerce/types-of-invoices-in-ofbiz/
>
> Sharan wrote a wonderful details on Accounting, please refer following
> links:
> https://cwiki.apache.org/confluence/display/OFBENDUSER/02+Invoices
> https://cwiki.apache.org/confluence/display/OFBENDUSER/03+Payments
>
> Apache OFBiz provides the flexibility to the users to use the
> Invoice/Payment data model based on their need.
>
> Hope this helps!
>
> --
> Kind Regards,
> Ashish Vijaywargiya
> Vice President of Operations
> *HotWax Systems*
> *Enterprise open source experts*
> http://www.hotwaxsystems.com
>
>
>
> On Tue, Sep 27, 2022 at 1:17 PM Emad Radwan <[email protected]> wrote:
>
> > Hello Community,
> >
> > I noticed that there's no link in Ofbiz to create a payment application
> > from the Payments menu.
> >
> > How to apply a payment or part of it to an invoice? What I can think of
> is
> > by creating a GL Transaction!  Correct? Or there are other options?
> >
> > Please shed some light.
> >
> > Regards,
> > Emad
> >
>

Reply via email to