[
https://issues.apache.org/jira/browse/OFBIZ-2163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675009#action_12675009
]
Karim Rahimpur commented on OFBIZ-2163:
---------------------------------------
Hi Jacques,
Thanks for looking into this, about your questions:
- shippedQuantity was removed because it's already taken into account when it
comes to use (the quantity is taken from itemInfo which relies on
OrderItemAndShipGrpInvResAndItemSum and not OrderItem)
- as far as i know, the Next package button (yes it was already there) just
skips to the next package number
- FastMap can be used instead of Hashtable, although I don't see a big profit
here
> Packing issues: weights and remaining items
> -------------------------------------------
>
> Key: OFBIZ-2163
> URL: https://issues.apache.org/jira/browse/OFBIZ-2163
> Project: OFBiz
> Issue Type: Bug
> Components: product
> Affects Versions: SVN trunk
> Environment: any
> Reporter: Karim Rahimpur
> Assignee: Jacques Le Roux
> Fix For: SVN trunk
>
> Attachments: Packing.patch, Packing.patch, Packing.patch
>
>
> - package line weights are not cleared when lines are cleared, in:
> PackingSession.clearLine(...)
> PackingSession.clearAllLines(...)
> PackingSession.clear()
> - remaining number of items is not calculated correctly in PackOrder.ftl:
> inputQty
> Example: If the quantity of an order item is shipped in two ship groups and
> the first is packed, the second cannot be packed correctly because the
> remaining quantity is wrong.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.