I know that it is bad form to put calculations in a table, however I have a good reason. A long time ago I create a "Restaurant Sales Transactions" table so that I could put each unique ticket number and the total sale in. All of my reports are generated from this table the way it is.
Now I am trying to create new tables where the servers can enter the food items from a form and have it do a quantity total (i.e., for example 2 bowls of she crab soup is 2*4.95 for a quantity total of $9.90). Then I want to add the whole ticket up and add tax. Then I want this total to go into the restaurant sales transactions table along with the employee id.
Is this impossible? I know buying a POS system would be better, however we are a small restaurant and my cheap owner will not pay for a POS system.
Therefore, I am trying to work off the database I have already built.
Any suggestions?
Thanks,
Julie
Now I am trying to create new tables where the servers can enter the food items from a form and have it do a quantity total (i.e., for example 2 bowls of she crab soup is 2*4.95 for a quantity total of $9.90). Then I want to add the whole ticket up and add tax. Then I want this total to go into the restaurant sales transactions table along with the employee id.
Is this impossible? I know buying a POS system would be better, however we are a small restaurant and my cheap owner will not pay for a POS system.
Therefore, I am trying to work off the database I have already built.
Any suggestions?
Thanks,
Julie