[OFBiz] Dev - Struggeling with packing and shipment processes
David E. Jones
jonesde at ofbiz.org
Wed Jun 1 02:55:30 EDT 2005
Look at the section on Shipments. There are links on the order detail
screen in the Order Manager to create a shipment for each ship group
in an order, or you can create shipments from the Facility Manager as
well. It is best to create them based on an orderId and the
shipGroupSeqId and nothing else and it will fill in most of the stuff
based on the order and ship group.
The picklist stuff just keeps track of what needs to be picked, and
once it is picked it is on an implied queue to be packed and shipped,
which are managed through the shipment. As show in the docs (in the
process/triggers section of the Application Overview for Users) once
a Shipment is "packed" the order items in that shipments are marked
as complete (if the entire quantity is in the shipment), and once all
order items are complete the order status is changed to complete. A
shipment going into the packed status also triggers the creation of
an invoice for the items that were shipped (and have not already been
invoiced).
-David
On Jun 1, 2005, at 12:39 AM, dirk.osterkamp at agrenon.com wrote:
>
> David,
> i read all through the order and facility parts of the docusite. I
> have now my picklists and start picking successful (Some code
> changes were required because i'm hanging between to refactorings
> of picklist services.)
> What is the normal workflow now. I didn't find anything in the docu.
> Approving order,
> generating picklist (flag pick startet)
> and then?
> is the shipping startet automatically by some resonse to sucessful
> picking?
> How does the system know when the packages are ready for shipping?
>
> Thanks for a short guideline.
>
> Viele Gruesse
> Best Regards
>
> Dirk Osterkamp
>
> Agrenon GmbH , a Subsidiary of Lynx Consulting AG
> Johanniskirchplatz 6, D-33615 Bielefeld, Germany
> Tel. +49 (521) 5247-0, Fax.+49 (521) 5247-250, Mobile +49(171)7437992
> E-Mail: dirk.osterkamp at agrenon.com
>
>
>
>
> "David E. Jones" <jonesde at ofbiz.org>
> Sent by: dev-bounces at lists.ofbiz.org
> 30.05.2005 20:38
> Please respond to OFBiz Project Development Discussion
>
>
> To: OFBiz Project Development Discussion
> <dev at lists.ofbiz.org>
> cc:
> Subject: Re: [OFBiz] Dev - Struggeling with packing
> and shipment processes
>
>
>
>
> Dirk,
>
> It sounds like what you are looking for is the picklists and the
> picklist management in the Facility Manager.
>
> As far as documentation goes, this information is available in the
> Undersun on-line docs. The Application Overview for Users has role
> and task oriented overviews, including the fulfillment process.
>
> -David
>
>
> On May 30, 2005, at 11:04 AM, dirk.osterkamp at agrenon.com wrote:
>
> >
> > Dear experts,
> > i have some problems with the packing and shipping processes and
> > were happy to get some guidelines.
> >
> > We have a long time productive ofbiz ship until now only used with
> > shopping features connected to an external warehouse management
> > system.
> > Now we migrated to newest ofbiz (code from January 05) and want to
> > do the whole retail shipping process with ofbiz.
> > Szenario one shop with one warehouse and only one shipping provider
> > (german dhl)
> > The customer placed an order in ecommerce and payed by creditcard.
> > The credit card authorization is ok and the order is shipable. One
> > or two times a day the workers in the warehouse should pack the
> > approved orders and transfer the packing data to an interface we
> > wrote (exporting order shipping data in a csv file). The interface
> > of the shipping provider returns a csv file which should be
> > imported to ofbiz for the tracking data.
> >
> > I set up a warehouse and attach it to the store.
> > I set up facility loc's and assinged it to inventory items
> > I set up inventory items and fill them with quantities.
> > I set up a shipping method etc.
> >
> >
> > What i don't get is what the real work path through ofbiz for
> > packing and shipping is.
> > I didn't get any work items in the task tab of ordermgr.
> > The link "quick ship ..." in the order view generates a shipment.
> > But where do a start the packing and shipping process for a list of
> > orders?
> > Appear's the picking work efforts in the task tab of the ordermgr
> > normally and i didn't made the right setup.
> >
> > I looked throug the demo data and through a lot of services and
> > events (ecas..) about packing and shipping but didn't get the right
> > global view.
> >
> > Can somebody give me the direction through the standard functions
> > and their normal order.
> > I didn't need a detailed description like a manual (i didn't think
> > anybody has time for this) but some hints were appreciated.
> >
> > Many thanks in advance!!
> >
> >
> > Viele Gruesse
> > Best Regards
> >
> > Dirk Osterkamp
> >
> > Agrenon GmbH , a Subsidiary of Lynx Consulting AG
> > Johanniskirchplatz 6, D-33615 Bielefeld, Germany
> > Tel. +49 (521) 5247-0, Fax.+49 (521) 5247-250, Mobile +49(171)
> 7437992
> > E-Mail: dirk.osterkamp at agrenon.com
> >
> > _______________________________________________
> > Dev mailing list
> > Dev at lists.ofbiz.org
> > http://lists.ofbiz.org/mailman/listinfo/dev
>
>
> _______________________________________________
> Dev mailing list
> Dev at lists.ofbiz.org
> http://lists.ofbiz.org/mailman/listinfo/dev
>
> _______________________________________________
> Dev mailing list
> Dev at lists.ofbiz.org
> http://lists.ofbiz.org/mailman/listinfo/dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2363 bytes
Desc: not available
Url : http://lists.ofbiz.org/pipermail/dev/attachments/20050601/24039ae9/smime.bin
More information about the Dev
mailing list