Skip to content

Releases: mauricecalhoun/inventory

Fixed v1.0.2 release

28 Feb 21:41
Compare
Choose a tag to compare
v1.0.3

Fixed missing comma

Updated the rollback methods return value

20 Feb 22:19
Compare
Choose a tag to compare

The rollback method now returns false if no movement is given and the inserted movement is not valid.

First release

20 Feb 21:02
Compare
Choose a tag to compare
  • Full laravel 5 compatibility
  • Updated pre-built models
  • Updated service provider
  • Updated translation retrieval in traits

Laravel 5 language file fix

20 Feb 00:28
Compare
Choose a tag to compare
Pre-release
Merge pull request #2 from rawcreative/provider-patch

Move loadTranslationsFrom() call to boot method

Working on Laravel 5 compatibility and other tweaks

16 Feb 06:39
Compare
Choose a tag to compare
v0.9

Woops

Code documentation updates and small code organization changes

13 Feb 20:51
Compare
Choose a tag to compare
v0.8

Updated readme and some small code documentation

Bug fixes

03 Feb 18:17
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release
  • Fixed composer tests directory location
  • Fixed user identification trait returning '1' when using sentry/sentinel

Auth identifier fix and pre-built models

22 Jan 18:49
Compare
Choose a tag to compare
  • Fixed dce1251
  • Added pre-built models

Functionality update

21 Jan 18:26
Compare
Choose a tag to compare
Functionality update Pre-release
Pre-release
  • 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

21 Jan 17:27
Compare
Choose a tag to compare
Updated the way stock movements are generated. Movements are now gene…

…rated upon model events