A inventory system for those who only need generate / edit / delete a simple list of items. It is based on Express + MongoDB + Jade.
The aim of this project is to generate a simple way of keep a record of things for small projects or very small companies.
By now, you can create a item with the following fields: Name, Description, Stock Number, Part Number, Vendor. Once an item is created you can edit or delete it.
- Improve search engine with a live search.
- Improve search to look in all fields and look into substrings of the fields.
- Improve item page.
- When an item is created searching for another item with the same name and merge/alert.