page1
page2
page3

Project information

Create an Integrated System for Sales and Warehouse Management using Vanilla JavaScript

Create a System to take all the orders of customers and print the final check and update the quantities given in the warehouse for every sale for a coffee shop.

Requirements:

  • Only use JavaScript HTML/CSS with Bootstrap
  • Must control the in/outs of the products and be able to modify them
  • Must have a section for register an order from the customer and be able to add more items for those order in the coffee shop
  • The kitchen must be able to see any new order or update, and the cashier must be able to print a PDF for the final order amount
  • At the end of a sale, the inventory is updated, and the order is registered for purposes of accounting
  • Need to integrate some API REST for manage the database and objects used