Paul Foxworthy created OFBIZ-9592:
-------------------------------------
Summary: Order Item "Remaining" duplicates "Outstanding"
Key: OFBIZ-9592
URL:
https://issues.apache.org/jira/browse/OFBIZ-9592 Project: OFBiz
Issue Type: Improvement
Components: order
Affects Versions: Trunk
Reporter: Paul Foxworthy
Assignee: Paul Foxworthy
In the quantities relating to order items, there are two numbers presented: "remaining" and "outstanding". The calculations for these two numbers are identical.
Compare
https://github.com/apache/ofbiz-framework/blame/trunk/applications/order/template/order/OrderItems.ftl#L250 for a purchase order item (and two lines below for a sales order item)
with
https://github.com/apache/ofbiz-framework/blame/trunk/applications/order/template/order/OrderItems.ftl#L302 for a purchases order item (and two lines below for a sales order item)
The only difference I can see between the Remaining and Outstanding numbers
is the extra test the second time to force the outstanding number to zero for a
status of ITEM_COMPLETED. As the comment says, some goods won't need a
shipment. In that case, it seems confusing and ridiculous to say some items
are "remaining" but none are "outstanding". In other words, the calculation
for outstanding is slightly better.
I propose we should remove "remaining".
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)