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/25 06:32:16 UTC

[jira] Created: (OFBIZ-1036) Implementation of Pick Assembled Marketing Packages

Implementation of Pick Assembled Marketing Packages
---------------------------------------------------

                 Key: OFBIZ-1036
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1036
             Project: OFBiz (The Open for Business Project)
          Issue Type: New Feature
          Components: order, product
            Reporter: Jacopo Cappellato
            Priority: Minor


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.


[jira] Updated: (OFBIZ-1036) Implementation of Pick Assembled Marketing Packages

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Risaliti updated OFBIZ-1036:
----------------------------------

    Attachment: pack.patch

This patch is a trivial improve on packing to see the description of the products after searching by order number on the first screen of packing.
Furthermore now on the list in case of marketing package are showed also the description/code of the components associated with the marketing package.

Thanks in advance
Marco

> Implementation of Pick Assembled Marketing Packages
> ---------------------------------------------------
>
>                 Key: OFBIZ-1036
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1036
>             Project: OFBiz (The Open for Business Project)
>          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.


[jira] Closed: (OFBIZ-1036) Implementation of Pick Assembled Marketing Packages

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato closed OFBIZ-1036.
------------------------------------

    Resolution: Fixed

This is now implemented.

> Implementation of Pick Assembled Marketing Packages
> ---------------------------------------------------
>
>                 Key: OFBIZ-1036
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1036
>             Project: OFBiz (The Open for Business Project)
>          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.


[jira] Commented: (OFBIZ-1036) Implementation of Pick Assembled Marketing Packages

Posted by "Joel Blouin (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Assigned: (OFBIZ-1036) Implementation of Pick Assembled Marketing Packages

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato reassigned OFBIZ-1036:
----------------------------------------

    Assignee: Jacopo Cappellato

> Implementation of Pick Assembled Marketing Packages
> ---------------------------------------------------
>
>                 Key: OFBIZ-1036
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1036
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>         Assigned To: Jacopo Cappellato
>            Priority: Minor
>         Attachments: marketing_package_pick.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.


[jira] Commented: (OFBIZ-1036) Implementation of Pick Assembled Marketing Packages

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540836 ] 

Marco Risaliti commented on OFBIZ-1036:
---------------------------------------

Yes, I think it's enough to create a new issue for correcting the packing slip and complete the support of Pick Assembled Marketing Packages, I already saw this problem but I have not the time to correct it.

Thanks
Marco


> 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.


[jira] Updated: (OFBIZ-1036) Implementation of Pick Assembled Marketing Packages

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Risaliti updated OFBIZ-1036:
----------------------------------

    Attachment: marketing_package_pick.patch

This is the first patch for implement this new functionality.

Thanks
Marco

> Implementation of Pick Assembled Marketing Packages
> ---------------------------------------------------
>
>                 Key: OFBIZ-1036
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1036
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Priority: Minor
>         Attachments: marketing_package_pick.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.


[jira] Updated: (OFBIZ-1036) Implementation of Pick Assembled Marketing Packages

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Risaliti updated OFBIZ-1036:
----------------------------------

    Attachment: mktpkgpick.patch

This second patch solve most of the issues during packing, now the products are grouped and the packing will break only on the complete button if a product has more than one reservations.

Thanks
Marco

> Implementation of Pick Assembled Marketing Packages
> ---------------------------------------------------
>
>                 Key: OFBIZ-1036
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1036
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>         Assigned To: Jacopo Cappellato
>            Priority: Minor
>         Attachments: marketing_package_pick.patch, mktpkgpick.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.


[jira] Commented: (OFBIZ-1036) Implementation of Pick Assembled Marketing Packages

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540744 ] 

Jacques Le Roux commented on OFBIZ-1036:
----------------------------------------

Jacopo, Marco,

Should we reopend this issue or create a new one from Joel's comment above ?
I did not look at it yet at all, just a reminder  I will try Friday...

> 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.