All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added Support for Tracking an Item's Asset ID
- This item ID is also now included in Transaction Receipts
- Added Application/Touch Icon
- To support the Asset ID, a column was added to the
inventory
table. To adjust your Database to match the new required Schema, run the SQL statement below. This can be done prior to the update.
ALTER TABLE inventory
ADD asset_id TEXT;
- [VIMS-1] Category was not assigned on item creation.
- [VIMS-2] Added App Icon.
- [VIMS-8] Added Asset ID Support.
- Macro Support
- Category Support
- Improved Item Handling
- Improved UI and rebuilt Transaction Model
- Redesign of Admin Panel
- More Secure Admin login
- Stability Issues
- Initial Release