You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Si Chen (JIRA)" <ji...@apache.org> on 2007/02/28 18:51:57 UTC

[jira] Commented: (OFBIZ-365) orderview of purchase orders incorrectly lists ProductStoreShipmentMethods as optional shipment methods

    [ https://issues.apache.org/jira/browse/OFBIZ-365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476654 ] 

Si Chen commented on OFBIZ-365:
-------------------------------

I fixed this in r 512870.  In reality, the setting of shipping method is not currently supported for purchase orders (the optionsetting page for PO's skips shipping method altogether), so I just commented out the shipping method for PO's altogether on this page.

At a future date we could support setting of shipping method for PO's, of course, but it would not be using ProductStoreShipmentMeth because PO's are not store dependent, and I think it may require a different shipment methods than those in CarrierAndShipmentMethod, or at least a different mapping of them.

> orderview of purchase orders incorrectly lists ProductStoreShipmentMethods as optional shipment methods
> -------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-365
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-365
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: order
>            Reporter: Chris Howe
>         Assigned To: Si Chen
>
> When viewing a purchase order, the ship group allows the setting of the Carrier/Method for the order.  The current options are those listed in the ProductStoreShipmentMeth entity for the Product Store.  This is incorrect as ProductStoreShipmentMeth is listing those shipment methods that the Company uses to ship out.  The Company is generally not in control of those carriers that are shipping to them.  This list should be populated by the CarrierAndShipmentMethod view-entity and should allow the creation of new CarrierAndShipmentMethods from this screen.

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