Simple Inventory Web

Integrated Inventory System

Technology Stack:

  • Python
  • Django
  • jQuery
  • Javascript
  • MySQL
  • MongoDB
  • Nginx
User can counting the sold item automatic using planogram edit, scheduling (with calendaring system), and reporting stuff. Project description by client: Looking to use data from either cvs or xml files that are already generated into an inventory scheme. There will need to be a way to either setup a new area(Machine) with items being set by price from the cvs file(as well as user defined to compare) and sold items subtracted. I also will require a way to report what items are sold and define an amount of how many items to pull for restock ie: Location Item par sold pull filled to fill time A1 Cheetos 10 6 4 8 Monday 12:00 A3 Fritos 10 9 8 9 Monday 12:00 Instead of pulling 6 items when sold I want the items to be user defined for how many to pull in pairs (see above example defined with 4's) This amount will be either 4, 8, 12, or 24 .The filling time will be defined by another file that will come into a dir once a day along with the sales information. Basically leaving us with a rolling inventory that is scheduled, preferably by calendar, for each location to be refilled.
Voidsolution