You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacopo Cappellato (JIRA)" <ji...@apache.org> on 2007/05/08 14:28:15 UTC

[jira] Closed: (OFBIZ-971) Rounding error in invoices

     [ https://issues.apache.org/jira/browse/OFBIZ-971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato closed OFBIZ-971.
-----------------------------------

    Resolution: Won't Fix

Thinking more about this, it is not an error and probably the best way of handling this situation.
The important thing is that OFBiz captures the exact amount invoiced.


> Rounding error in invoices
> --------------------------
>
>                 Key: OFBIZ-971
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-971
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: accounting
>            Reporter: Jacopo Cappellato
>
> Here is a way to recreate a rounding error with seed data:
> 1) enter an order for DemoCustomer for 10 units of WG-1111
> 2) select no-shipping as the shipping method
> 3) split ship the order: 5 units (plus the promo item) in the first shipment; pack the shipment to get the invoice and capture
> 4) create the second shipment for the remaining 5 units; pack the shipment to get the invoice and capture
> You'll get:
> order total = 344.65
> total first invoice = 172.32
> total second invoice = 172.32
> So the total amount captured and invoiced is 344.64 instead of 344.65

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.