how to combine multiple sales order in one delivery if orders have same shipping point,ship to party & delivery date.
But we have a requirement that the orders should get combine in a delivery only when shippping point,ship to party,delivery date & pricing date are same for orders. Please let me know is there is any standard config available Please reply ASAP . |
Hi Yokesh,
You may need to go for custom logic around Picklist, Shipment, OrderShipment and ShipmentItem data creation. This is not congfigurable at moment, but yes it is supported by data model to club multiple orders in single shipment. Please check the Facility > Facilities > Select Facilty > Picking Here you can select multiple orders picked in single pick list and proceed further. Later the pack them in single shipmemt and ship. But the algoritham you are looking for needs to be implemented. HTH! -- Rishi On Wed, 2 Jan 2019, 13:52 ygk <[hidden email] wrote: > how to combine multiple sales order in one delivery if orders have same > shipping point,ship to party & delivery date. > > But we have a requirement that the orders should get combine in a delivery > only when shippping point,ship to party,delivery date & pricing date are > same for orders. > > Please let me know is there is any standard config available > > Please reply ASAP . > |
On 2019/01/02 11:03:58, Rishi Solanki <[hidden email]> wrote: > Hi Yokesh, > > You may need to go for custom logic around Picklist, Shipment, > OrderShipment and ShipmentItem data creation. > > This is not congfigurable at moment, but yes it is supported by data model > to club multiple orders in single shipment. > > Please check the Facility > Facilities > Select Facilty > Picking > > Here you can select multiple orders picked in single pick list and proceed > further. Later the pack them in single shipmemt and ship. > > But the algoritham you are looking for needs to be implemented. > > HTH! > > -- > Rishi > > > On Wed, 2 Jan 2019, 13:52 ygk <[hidden email] wrote: > > > how to combine multiple sales order in one delivery if orders have same > > shipping point,ship to party & delivery date. > > > > But we have a requirement that the orders should get combine in a delivery > > only when shippping point,ship to party,delivery date & pricing date are > > same for orders. > > > > Please let me know is there is any standard config available > > > > Please reply ASAP . > > > Thanks a lot rishi :-) |
Hi Yokesh,
In picklist you need customization but at shipment level multiple orders supported. Here is the shipment on demo instance <https://demo-trunk.ofbiz.apache.org/facility/control/AddItemsFromOrder?shipmentId=9998> where you can add multiple orders. Thanks & Regards -- Yashwant Dhakad On Wed, Jan 2, 2019 at 4:50 PM ygk <[hidden email]> wrote: > > > On 2019/01/02 11:03:58, Rishi Solanki <[hidden email]> wrote: > > Hi Yokesh, > > > > You may need to go for custom logic around Picklist, Shipment, > > OrderShipment and ShipmentItem data creation. > > > > This is not congfigurable at moment, but yes it is supported by data > model > > to club multiple orders in single shipment. > > > > Please check the Facility > Facilities > Select Facilty > Picking > > > > Here you can select multiple orders picked in single pick list and > proceed > > further. Later the pack them in single shipmemt and ship. > > > > But the algoritham you are looking for needs to be implemented. > > > > HTH! > > > > -- > > Rishi > > > > > > On Wed, 2 Jan 2019, 13:52 ygk <[hidden email] wrote: > > > > > how to combine multiple sales order in one delivery if orders have same > > > shipping point,ship to party & delivery date. > > > > > > But we have a requirement that the orders should get combine in a > delivery > > > only when shippping point,ship to party,delivery date & pricing date > are > > > same for orders. > > > > > > Please let me know is there is any standard config available > > > > > > Please reply ASAP . > > > > > Thanks a lot rishi :-) > > |
Hi yashwant,
After issueing two different Order's order items for the "Shipment Id-9998". i clicked on "Edit",to change the status from "Input" to Pick" But it throws error.kindy check and let me know is that my approach is rite or wrong? Regards, Yokesh On Fri, Jan 4, 2019 at 10:07 AM Yashwant Dhakad < [hidden email]> wrote: > Hi Yokesh, > In picklist you need customization but at shipment level multiple orders > supported. Here is the shipment on demo instance > < > https://demo-trunk.ofbiz.apache.org/facility/control/AddItemsFromOrder?shipmentId=9998 > > > where you can add multiple orders. > > Thanks & Regards > -- > Yashwant Dhakad > > > On Wed, Jan 2, 2019 at 4:50 PM ygk <[hidden email]> wrote: > > > > > > > On 2019/01/02 11:03:58, Rishi Solanki <[hidden email]> wrote: > > > Hi Yokesh, > > > > > > You may need to go for custom logic around Picklist, Shipment, > > > OrderShipment and ShipmentItem data creation. > > > > > > This is not congfigurable at moment, but yes it is supported by data > > model > > > to club multiple orders in single shipment. > > > > > > Please check the Facility > Facilities > Select Facilty > Picking > > > > > > Here you can select multiple orders picked in single pick list and > > proceed > > > further. Later the pack them in single shipmemt and ship. > > > > > > But the algoritham you are looking for needs to be implemented. > > > > > > HTH! > > > > > > -- > > > Rishi > > > > > > > > > On Wed, 2 Jan 2019, 13:52 ygk <[hidden email] wrote: > > > > > > > how to combine multiple sales order in one delivery if orders have > same > > > > shipping point,ship to party & delivery date. > > > > > > > > But we have a requirement that the orders should get combine in a > > delivery > > > > only when shippping point,ship to party,delivery date & pricing date > > are > > > > same for orders. > > > > > > > > Please let me know is there is any standard config available > > > > > > > > Please reply ASAP . > > > > > > > Thanks a lot rishi :-) > > > > > |
In reply to this post by Yashwant Dhakad-2
Hi yashwant,
After issueing two different Order's order items for the "Shipment Id-9998". i clicked on "Edit",to change the status from "Input" to Pick" But it throws error.kindy check and let me know is that my approach is rite or wrong? Regards, Yokesh -- Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html |
Hi,
Can you please provide an error message? I will look into that and provide more details. Thanks & Regards -- Yashwant Dhakad On Mon, Jan 7, 2019 at 7:41 PM ygk <[hidden email]> wrote: > Hi yashwant, > > After issueing two different Order's order items for the "Shipment > Id-9998". > i clicked on "Edit",to change the status from "Input" to Pick" > > But it throws error.kindy check and let me know is that my approach is rite > or wrong? > > > Regards, > Yokesh > > > > -- > Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html > |
Free forum by Nabble | Edit this page |