I didnt define a business. Would say its a retail (small mobile shop or something), where customer order comes face to face. It would be cool to make online support too, so they can buy online and we deliver (would mean also to define delivery with tables and so) but I dont have time to go so deep :/
Anyhow, what Im interested in is are these relationships Ok and can I do next with these tables and relationships...
1) When I make a quote it will have a status of new and then further it will be possible to send the quote to a customer so it will have a status of sent. If the quote is accepted by the customer I want it to be invoiced (after I click the invoiced button in the form) and automatically to convert into an invoice. Do I need VBA or Macros for this or is there a workaround without them bcoz I dont really know to use them (is there a tutorial for something like this?).
2) When an invoice gets the status paid or completed (dono yet how I will name it), can I make it possible that the products and the quantity from the invoice, including the date, are written in the stockMovements table automatically with the status "stock out". Guess for this there is no way to make it without coding, if so, is there a tutorial for this?
3) And last is the PurchaseOrder, like the invoice just to get the status "stock in", but guess I would figure out this one if I know the answer for the previous question.