wandored / stockcount

MIT License
0 stars 0 forks source link

Automate Sales #28

Closed wandored closed 1 month ago

wandored commented 2 months ago

Import sales from datamart. All previous day sales will be imported. We need to have a place for the user to enter todays sales to calculate the current days variance. All historical variances will be based on imported data.

  1. Change the way sales are entered from purchase item to Menu item. the "stockcount_sales" table has all the menu items that are being counted.
  2. change the the sales page so it only lets the user enter current date sales.
  3. Sales should be entered based on the Menu item and then the amount of product is calculated from that.
wandored commented 1 month ago

"template" column was added to transaction and stock_count tables. this can be used to identify what items were counted in the "Meat Count" template. (not currently being used)