Project Description - mschvarc/PB138-Inventory-Management GitHub Wiki

Create a web application, which will allow a shop owner to keep track of the current inventory by adding new shipments and past sales from XML files. It will also allow to manually set the current inventory count for the items. The system will allow the following operations from a web interface:

  • Provide daily/weekly/monthly overview of sales by category or for individual items. This overview will be exportable as XML;
  • Show the current individual item count;
  • Send alerts when stock gets below a certain threshold defined per item;
  • Allow importing of received shipments from an XML format;
  • Allow exporting of current inventory in XML format;
  • Support importing shipments and sales via a SOAP API;