Good morning SO people,
First a bit of general information: I work in a warehouse with goods we manage with a WMS system which I operate. This program is on a VPN thats hosted in Switserland while i'm in Holland. I get also orders in this program through an EDI. I gather groups of orders together to create a full truck. After that they are picked by the warehouse. and stored until it's ready to be loaded.
As the WMS program is just as stated a WMS program and not designed to have an overview of which good are ready to be loaded with which reference at which dock etc, we've created an excel 2010 table which has the following information: Customer, Truck destination, dock loading, time to be ready, time ready, truck name, additional info, number of colli, Picked today?, load today?, wms groep number and scan-out list.
The above information is entered in the table for each truck and we keep an excelfile for each week which has 7 sheets for each day. I keep track each day what we have picked that day and which have been loaded or not. Because of preformance tracking, this needs to be almost perfect. If an order has been picked today the "picked today?"-flag will be set, and if it has been loaded than the "loaded today"-flag will be set. If the goods are picked, but not loaded that day, that row will be copied to the next day with the "Picked today?"-flag set to false.
In this manner we have an overview what goods needs to be picked and which are still waiting to be loaded. So that we dont loose track of any goods
I now this is a lot of information, but I believe this helps in solving my problem.
The problem is as follows:
I'm not the only one in this excel sheet. Each day around 6 people have this file open to either actively edit and save very often (like me and my colleague) or the truck planner who check regularly how far we are. They only do saves
As such we have the file open in "Shared"-mode which you all know is bugged. We get a lot of "File in use"" errors when saving.
Also, searching for a list of trucks to one destination in this manner can't be done, since there are multiple excel files. We can track day to day, but thats about it.
Also preformance over a period is out of the question. Or we have to keep track of the performance per week in a extra excelfile.
So my question now is: Do you guys know any program out there which can do all this, or otherwise has most of the same functionality. Which stores all data in the same database. Also multiuser functionality and per user read-only access would be a nice addition. Also Office 365 Co-authoring is not an option. My internet through the VPN isn't very fast and the cells need to be editted fast to keep the warehouse process from stopping (Time is money etc)
I do have experience with programming in Delphi, so I could in theorie create my own databse program (After a year of programming), but why re-invent the wheel, right ?
Thank you very much for reading this long tekst, and I hope someone can help me. And if you have any questions or need clarification, feel free to ask