I'm having a real problem trying to make an inventory, purchase order, invoicing, payment system.
So far I got form to enter products.
I got a form to order those products from our only supplier.
This tracks the onorder and onhand.
It all comes apart when I do the purchase orders from our customers.
I made this form to put info in the following tables:
Orders: OrderID Orderdate CustomerID
InventoryOrder: InventoryID OrderID QtyOrdered
I made this interesting form to enter the data into those two tables. Now I want to ship the orders. Only problem is I need to be able to list all the unshipped orders and then have a field on that form to put in how much is being shipped. We don't always ship the full amount and often have backorders.
After that I need to make invoices. Well the invoices may cover more than one shipment. Then payments which is the same. Im in way over my head here design wise so I would appreciate any advice on how to design this thing.
What shocks me the most is every company under the sun must have a system like this made but I can't find anything on the net describing how to build one.
Any advice?
So far I got form to enter products.
I got a form to order those products from our only supplier.
This tracks the onorder and onhand.
It all comes apart when I do the purchase orders from our customers.
I made this form to put info in the following tables:
Orders: OrderID Orderdate CustomerID
InventoryOrder: InventoryID OrderID QtyOrdered
I made this interesting form to enter the data into those two tables. Now I want to ship the orders. Only problem is I need to be able to list all the unshipped orders and then have a field on that form to put in how much is being shipped. We don't always ship the full amount and often have backorders.
After that I need to make invoices. Well the invoices may cover more than one shipment. Then payments which is the same. Im in way over my head here design wise so I would appreciate any advice on how to design this thing.
What shocks me the most is every company under the sun must have a system like this made but I can't find anything on the net describing how to build one.
Any advice?