stillwillyboy
Technical User
I am trying to create an inventory tracking/invoicing/accounts receivable program. I have my tables created and relationships set. I have tested what I have so far and for the most part, it looks like it’s working.
What I am needing is some direction. Basically, “What do I do now?” I have some questions below:
After all orders for the week have been entered, how do I go about processing this information and create the invoices? The Orders and Orders Detail are in two separate tables. Each Order and related Detail may have more than one line of entry. This could happen if an order has both a part item and shipping charges.
I want the system to assign the invoice number, but if an order could have more than one line of entry, each line should be on the same invoice. I don’t think Autonumber would work here. It seems that all of the info would need to sorted and then processed, then have an invoice number assigned to it.
It seems to me that after the orders have been processed that they should be moved to their own Sales History table for lookup, reports, etc.
Should I set up a separate Accounts Receivable table for the application of payments, debits and credits to outstanding invoices. Or could I just use the Sales History table for the AR also?
Any input on the above would be greatly appreciated.
TIA,
Bill
What I am needing is some direction. Basically, “What do I do now?” I have some questions below:
After all orders for the week have been entered, how do I go about processing this information and create the invoices? The Orders and Orders Detail are in two separate tables. Each Order and related Detail may have more than one line of entry. This could happen if an order has both a part item and shipping charges.
I want the system to assign the invoice number, but if an order could have more than one line of entry, each line should be on the same invoice. I don’t think Autonumber would work here. It seems that all of the info would need to sorted and then processed, then have an invoice number assigned to it.
It seems to me that after the orders have been processed that they should be moved to their own Sales History table for lookup, reports, etc.
Should I set up a separate Accounts Receivable table for the application of payments, debits and credits to outstanding invoices. Or could I just use the Sales History table for the AR also?
Any input on the above would be greatly appreciated.
TIA,
Bill