[
https://issues.apache.org/jira/browse/OFBIZ-1036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523357
]
Joel Blouin commented on OFBIZ-1036:
------------------------------------
I may have found a bug in the Packing Slip. The qty shown "In this Shipment"
and "Total Shipped" is the sum of the components instead of the product
ordered.
> Implementation of Pick Assembled Marketing Packages
> ---------------------------------------------------
>
> Key: OFBIZ-1036
> URL: https://issues.apache.org/jira/browse/OFBIZ-1036
> Project: OFBiz
> Issue Type: New Feature
> Components: order, product
> Reporter: Jacopo Cappellato
> Assignee: Jacopo Cappellato
> Priority: Minor
> Attachments: marketing_package_pick.patch, mktpkgpick.patch,
> pack.patch
>
>
> For those who want "assembly" by picking multiple items instead of one, the
> "Marketing Package: Pick Assembly" product type (ie a set of products grouped
> for marketing purposes) makes more sense than the existing "Marketing
> Package: Auto Manufactured" (that is based on a production run).
> Extend the reservation and issuance code; if the product type ordered is a
> MARKETING_PKG_PICK; then look up the associated items in that package
> (handled by ProductAssoc), reserve the order item inventory for each of the
> products in the package.
> Each item reserved should be a line item on the pick slip. Packing may need
> to be adjusted to display the package and each item in the package; to allow
> the packer to show which parts of the package are being issued.
> Then the issuance would be for each order item and each inventory item; there
> would be multiple item issuance records for each order item since there are
> multiple products associated.
> If one of the components of the marketing package is not available, the
> marketing package (and all its components) will be excluded by the picking
> list (even if the flag in the ship group is set to "allow split" shipment).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.