Cool Beans is an inventory management system hosted on Google App Engine for small businesses and vendors that is easy to setup and use. Main features include:
- The ability to upload pictures of inventory items.
- A unique inventory number for each item.
- The ability to create categories for items.
- You can easily add and track sales for each item.
- A realtime dashboard to track sales and profits per category.
To deploy you need to create a new Google App Engine app and specify the app name in app.yaml. You need to also turn on Google Cloud services, such as Blob storage and NDB data store.
- Merge with normal POS systems in terminology (SKU not item).
- Make categories editable!
- Graph and D3.js integration for data.
- Authentication!