I'm just wondering how you go about filling peoples orders.
for example, if you have many little items say: different size screws located in different bins.
How do you keep track where to find the bin that the screw is in, when an order has several different sized screws?
Also do you use the invoice to gather the items they ordered?
Thanks
how do you fill peoples orders and find the items if they are in multiple bins/boxes?
-
gsmiley007
- Member
- Posts: 82
- Joined: Sun Mar 14, 2021 9:28 pm
- Phoenix Version:
- Has thanked: 9 times
- Been thanked: 2 times
-
14Steve14
- Senior Contributor
- Posts: 922
- Joined: Fri Oct 25, 2019 7:01 pm
- Phoenix Version: v1.0.9.1
- Has thanked: 17 times
- Been thanked: 103 times
Re: how do you fill peoples orders and find the items if they are in multiple bins/boxes?
We have a similar problem with our small electronic and electrical components. We use the packing slips to find the items when picking the products. We changed the code to sort the order of the products on the invoice and packing slips so they are in model number order. We then store similar products in the same place which makes finding things easier, but as we work from home and work from the garage we cant really spread around and lay things out as we would like.
There must be a way of adding a new hook to the categories admin page where you could enter a product, bin/box or shelf location which could then be shown on the packing slips. If you don't have a mod to do something similar, then you may need to ask for help specifically on the forum, or speak to a developer.
There must be a way of adding a new hook to the categories admin page where you could enter a product, bin/box or shelf location which could then be shown on the packing slips. If you don't have a mod to do something similar, then you may need to ask for help specifically on the forum, or speak to a developer.
- Kofod95
- Senior Contributor
- Posts: 748
- Joined: Sat Feb 06, 2021 7:38 pm
- Phoenix Version: 1.0.8.20
- Has thanked: 99 times
- Been thanked: 179 times
Re: how do you fill peoples orders and find the items if they are in multiple bins/boxes?
I have updated an old addon allowing you to pre-define things you can assign to each product - it might be useful in this case? I plan to upload it to the addon-section, when I have it polished up. If someone needs it now, I can speed up that process?
//Daniel
//Daniel
I'm not smart, but sometimes even a blind chicken can find a corn.
Here are a lot of corns: Phoenix user guide
Here are a lot of corns: Phoenix user guide
-
gsmiley007
- Member
- Posts: 82
- Joined: Sun Mar 14, 2021 9:28 pm
- Phoenix Version:
- Has thanked: 9 times
- Been thanked: 2 times
Re: how do you fill peoples orders and find the items if they are in multiple bins/boxes?
Daniel
Once I get a QA server up, might be able to help you test.
Once I get a QA server up, might be able to help you test.
-
ecartz
- Core Team
- Posts: 3084
- Joined: Tue Nov 05, 2019 6:02 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 208 times
Re: how do you fill peoples orders and find the items if they are in multiple bins/boxes?
Note that app.php/addons/supporters_code/s04e10_product_specs/ already exists. Not sure if it allows hidden fields, but it certainly allows key/value data.
-
heatherbell
- Senior Contributor
- Posts: 2540
- Joined: Mon Oct 07, 2019 4:39 am
- Phoenix Version:
- Has thanked: 35 times
- Been thanked: 243 times
Re: how do you fill peoples orders and find the items if they are in multiple bins/boxes?
Packing slips already show Model, so presuming you store inventory in Bays and bins, it can be as simple as appending the Bay and bin number to the Model e.g. if Model = AZ12345 and item stored in Bay 3 and bin 8, then Model = AZ12345-B3-b8gsmiley007 wrote: ↑Tue May 18, 2021 1:12 am How do you keep track where to find the bin that the screw is in, when an order has several different sized screws?
-
lambro28
- Member
- Posts: 62
- Joined: Sun Jan 03, 2021 2:47 pm
- Phoenix Version: v1.1.0.6
- Has thanked: 11 times
- Been thanked: 8 times
Re: how do you fill peoples orders and find the items if they are in multiple bins/boxes?
our part numbers are where the item is kept. So number your bins, and then you know where they are.