You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2013/12/20 16:18:12 UTC

[jira] [Commented] (OFBIZ-5387) Improve to allow purchase order ship method options

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

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

You missed to add at least the SupplierProductServices.xml file changes, please check

{code}
2013-12-20 16:10:10,765 (http-bio-0.0.0.0-8443-exec-31) [    TransactionUtil.java:276:WARN ] [TransactionUtil.commit] Not committing transaction, status is No Transaction (6)
2013-12-20 16:10:10,781 (http-bio-0.0.0.0-8443-exec-31) [ServiceEventHandler.java:354:ERROR]
---- exception report ----------------------------------------------------------
Service invocation error
Exception: org.ofbiz.service.GenericServiceException
Message: Error running simple method [addFacilityCarrierShipment] in XML file [component://product/script/org/ofbiz/product/supplierSupplierProductServices.xml]:  (Could not find SimpleMethod addFacilityCarrierShipment in XML document in resource: component://product/script/org/ofbiz/product/supplier/SupplierProductServices.xml)
{code}

> Improve to allow purchase order ship method options
> ---------------------------------------------------
>
>                 Key: OFBIZ-5387
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5387
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Christian Carlow
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-5387-0.patch
>
>
> OFBiz should be improved to allow shipment methods to be selected for a purchase order from a supplier.  Currently optionsettings.ftl sets the shipping method as a hidden field with value "STANDARD@_NA" for purchase orders.  I have the need to keep track of the shipping methods as well as due dates of purchase order items.
> The shipment methods will have to somehow be related back to the supplier.  Currently the shipment methods are determined by those related to the store but no store is associated with a cart for purchase orders.  
> Stores could be created for all suppliers specifically for associating carriers and shipment methods and the order creation form could be updated so that the supplier store is selected instead of the supplier party.  The ProductStore payToPartyId field could be used to identify the supplier that is supposed to be associated with the store.
> Anyone else have some ideas?



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)