I have a sales/marketing database for my business well under construction. I have it entering orders, prinitng out invoices via Word etc. All working to plan.
I have a table to hold data of expenses/invoices paid, i.e. suppliers, shipping etc. tblInvoices holds data like to whom, date recd, date paid etc. A linked table, tblInvoiceDetails hold details of Expense Catorgory, amount etc. so i can split any invoice e.g. I pay the post office for shipping and i buy supplies.
My question relates to Income. Should i take the easy way out and flag each order when it is paid?? Or should i try to record the data a little like the Invoices paid structure??
Is there an accepted data model for an accounts system?? I guess if i get it right the database could also reconcile my company bank account too..