Squeaky Clean DB

2019-01-02 Thread Craig Parker
Is this still how to get a clean db that you can  then start putting real data in? ./gradlew "ofbiz ‐‐load-data readers=seed,seed-initial" loadAdminUserLogin -PuserLoginId=admin I'm getting an error about this command not being valid any more:

Re: multiples

2019-01-02 Thread ygk
On 2019/01/02 11:03:58, Rishi Solanki 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

Re: multiples

2019-01-02 Thread Rishi Solanki
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

multiples

2019-01-02 Thread ygk
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