Oahdev / Product_inventory_management_system

A simple product listing system that records stock of products

Home Page:https://oahdev.github.io/Product_inventory_management_system/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Product_inventory_management_system

A simple product listing system that records stock of products;

  • Product name
  • Quantity in stock
  • Price

Returns "Total product value" i.e product name * quantity in stock.

Total sum of all products is also calculated and returned.

It uses;

  • PHP -> scripting.
  • JavaScript(jQuery,AJAX) -> relation with the scripting language(PHP) asynchronously.
  • JSON -> storing product informations.
  • Twitter bootstrap -> interface.

About

A simple product listing system that records stock of products

https://oahdev.github.io/Product_inventory_management_system/

License:Apache License 2.0


Languages

Language:JavaScript 42.4%Language:HTML 29.0%Language:PHP 28.6%