Skip to content

Releases: mauricecalhoun/inventory

Updated schema check command to include proper tables

09 Mar 21:00
Compare
Choose a tag to compare
  • Updated schema check command with the proper reserved database tables

Added Inventory Suppliers

09 Mar 14:58
Compare
Choose a tag to compare
  • Added inventory suppliers
  • Added global exception catching when processing stock changes
  • Reformatted and added more tests

Updated version, optimized methods, added more documention

05 Mar 20:14
Compare
Choose a tag to compare
  • Updated InventoryServiceProvider::version to correct 1.2.1
  • Optimized methods in most traits
  • Added more documentation throughout

Combined SKU's prefix and code column into one

05 Mar 15:22
Compare
Choose a tag to compare
  • Merged inventory_skus prefix and code column into one column named code
  • Added sku_separator configuration option
  • Removed default 20 limit on the code column on the inventory_skus table. It is now Laravel's default (255)

Regenerating an SKU will restore the previous if generation fails

04 Mar 16:51
Compare
Choose a tag to compare
  • Make sure regenerating an SKU doesn't destroy the old record if recreating a new SKU fails
  • Updated test to match

Update to SKU generation

04 Mar 16:30
Compare
Choose a tag to compare
  • The generate SKU method will now return false if the category name for the item is blank
  • Added test
  • Updated configuration documentation and increased default sku code length to 6

New features and bug fix

04 Mar 15:16
Compare
Choose a tag to compare
  • Added Inventory model method findBySku($sku = '')
  • Added test testInventoryFindBySku()
  • Fixed generateSku() returning actual SKU string instead of the SKU model record

Added event to SKU generation

03 Mar 20:19
Compare
Choose a tag to compare
  • Added new 'inventory.sku.generated' event when an SKU record is created

Update to the SchemaCheckCommand

03 Mar 17:41
Compare
Choose a tag to compare
  • Included inventory_skus in the schema check command

Automatic SKU Generation

03 Mar 17:26
Compare
Choose a tag to compare
  • Unique inventory item SKU's can now be automatically generated and regenerated