Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kennyfrc/inventory_mgt
Inventory Management Application
https://github.com/kennyfrc/inventory_mgt
Last synced: 28 days ago
JSON representation
Inventory Management Application
- Host: GitHub
- URL: https://github.com/kennyfrc/inventory_mgt
- Owner: kennyfrc
- Created: 2015-12-08T05:55:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-27T08:32:33.000Z (almost 9 years ago)
- Last Synced: 2023-03-08T21:11:24.629Z (over 1 year ago)
- Language: Ruby
- Homepage: https://nameless-river-29669.herokuapp.com/
- Size: 858 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##### Context:
I've tried a lot of inventory management applications but all of them don't accomplish why supply chain managers want an inventory management software to begin with, which is to solve either a) a low stock problem (leading to lost revenue) or b) a high stock problem (leading to the sunk cost problem). Such need requires a metric called "Days on Hand" which equips the user with the knowledge on when s/he needs to restock and how much he needs to push demand. Hence, the creation of this application.
##### Current Feature List (Jan 27, 2016):
* Graph Profit, Sales, and Costs (Overall)
* Graph Stock Level (Overall)
* Graph Days on Hand (Overall)
* By-SKU Search and view of profit, sales, costs, DoH, and stock levels
* Generate a Sales and Purchase Order PDF
* Email said PDF to either your supplier or customer##### To Do List:
* !!! Fix painful Google Charts issue in Heroku.
* Import / Export to and from CSV
* Multitenancy
* Billing via Braintree (Stripe not available in my country)
* Data binding in Purchase Orders and Sales Orders
* Update / Destroy functionality for Products, Sales Orders, Purchase Orders, Suppliers, and Customers##### Domain Model:
![](https://github.com/kennyfrc/inventory_mgt/blob/master/lib/assets/img/domain_model.jpg)