I ended up getting busy near the end of the day so sorry for the late reply!
Attached is a trimmed down version so it plays a little nicer (it kept locking up for me). Here are the details:
Row in the context of this file is what I am referring to as Aisle.
Location is what I am calling bay, row and shelf. I just chose to break it down a little more whereas they combined it into one code.
Color is simply the color of the paper label they taped to the material for easy identification (they might have some sort of color coding system with that, but if they do, I am not aware of it)
Customer and job name are self explanatory.
The description is simply what is on that pallet, so in this context, the pallet is a container of those listed items. Sometimes it has multiple of a single item, other times it can have a bunch of various items and it looks like they don't keep track of master cartons, just the overall quantity of an item on said pallet.
Can you attach the EXCEL file so I can download it? I may be able to import data from it. Also:
- What is the heading of the first column?
- What does the Color column mean? The color of what?
- You have Job Names. Do you have the potential for multiple Job Names for any Customer?
- Is Location the warehouse location of the pallet?
Answers to 1 and 2 are above. For 3, yes. A single customers can have many jobs, but a job only belongs to a single customer. For 4, the location is as I stated above, it is the location within the given aisle (which in this excel file, they refer to as row).
So you have:
- Multiple Customers
- Which may have multiple materials
- Which may be stored in one or more of multiple warehouses
- Which may have multiple storage locations within each warehouse
- Which may have multiple pallets of material at each storage location
Is this scenario correct?
1. Correct
2. Correct
3. Incorrect, currently we do have multiple locations but everything is being consolidated into one warehouse (I deleted out the other tabs in the file so it ran smoother and to not cause confusion). So for intent of this particular app, multiple warehouses is not needed.
4 & 5. Customer may have material on multiple pallets in multiple locations within a single warehouse.
I know you haven't mentioned this but it seems that you would want to double click on an item in the order database and have it copied over here, maybe with a question about quantity. i.e. all or part. That minimizes the data entry and goes a long way toward ensuring correctness. Or, even manage the whole thing in the order entry application.
I'm going to guess that you don't have any way to modify the order entry application also which makes all the data entry manual
I can export excel/csv files from our primary system, but more or less yes, the entry will sadly be manual.
If Pallets can contain multiple types of material, the Pallets table would need to be between Customer and Material rather than at the end of the line. Also, I'm not sure we are using pallets any more.
I am not entirely sure either lol. I always just thought of a pallet as a container of multiple items, whether all of the same item or different types of items. I guess we would not need pallet as the location itself would technically be the "container". However, how would you handle items that take up 2 spaces? So if a row in a bay has technically 2 spots, one item could take up both due to size.
Hopefully I answered everyone's questions!