Customer returns of type 'store credit' and BillingAccount vs FinAccount

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

Customer returns of type 'store credit' and BillingAccount vs FinAccount

Jacopo Cappellato-3
When a customer return of type "store credit" is approved, OFBiz  
creates a new Billing Account and 'stores' the credit in a payment  
associated to the billing account.
I'm wondering if we should use a FinAccount instead of a billing  
account for this.

Jacopo

Reply | Threaded
Open this post in threaded view
|

Re: Customer returns of type 'store credit' and BillingAccount vs FinAccount

David E Jones

On May 21, 2008, at 6:10 AM, Jacopo Cappellato wrote:

> When a customer return of type "store credit" is approved, OFBiz  
> creates a new Billing Account and 'stores' the credit in a payment  
> associated to the billing account.
> I'm wondering if we should use a FinAccount instead of a billing  
> account for this.

Ideally yes, we should use a FinAccount and not a BillingAccount for  
this. If memory serves the only reason BillingAccount was used (kind  
of a hack really) was that early code for it was developed before the  
current FinAccount fanciness and maturity existed.

-David