Releases: mauricecalhoun/inventory
Releases · mauricecalhoun/inventory
Fixed v1.0.2 release
v1.0.3 Fixed missing comma
Updated the rollback methods return value
The rollback method now returns false if no movement is given and the inserted movement is not valid.
First release
- Full laravel 5 compatibility
- Updated pre-built models
- Updated service provider
- Updated translation retrieval in traits
Laravel 5 language file fix
Merge pull request #2 from rawcreative/provider-patch Move loadTranslationsFrom() call to boot method
Working on Laravel 5 compatibility and other tweaks
v0.9 Woops
Code documentation updates and small code organization changes
v0.8 Updated readme and some small code documentation
Bug fixes
- Fixed composer tests directory location
- Fixed user identification trait returning '1' when using sentry/sentinel
Auth identifier fix and pre-built models
- Fixed dce1251
- Added pre-built models
Functionality update
- Costs can now be updating with take/remove functions
- Costs can now be reversed when rolling back movements (config file)
Now uses model events to generate movements
v0.4 Updated the way stock movements are generated. Movements are now gene…