- Serialized Inventory Item model & migration (20020901000000)
- Grouped Inventory Item model & migration (20020902000000)
- As Inventory Item concern
- Improve the Grouped Inventory Item model to include the As Inventory Item concern
- Improve the Serialized Inventory Item model to include the As Inventory Item concern
- As Store concern
- As Stored concern
- Lot model & migration (20020911000000)
- Improve the As Inventory Item concern to add the optional
belongs_to :lot
macro
- Item Issuing model & migration (20020923000000)
- Pick List model & migration (20020921000000)
- Pick Item model & migration (20020921000000)
- Improve the As Inventory Item concern to add the
has_many :pick_items, class_name: 'Unidom::Inventory::PickItem', as: :inventory_item
macro
- Inventory Item Variance model & migration (20020903000000)
- Improve the As Inventory Item concern to add the
has_many :variances, class_name: 'Unidom::Inventory::InventoryItemVariance', as: :inventory_item
macro
- Improve the Inventory Item Variance model to add the .
adjust!
method - Improve the As Inventory Item concern to add the #
is_adjusted!
method
- Improve the Ruby Gem Specification to depend on unidom-common v1.6
- Improve the Ruby Gem Specification to depend on unidom-common v1.7
- Improve the Ruby Gem Specification to depend on unidom-common v1.7.1
- Improve the Ruby Gem Specification to depend on unidom-common v1.8
- Improve the Engine class to include the Engine Extension concern
- Improve the Ruby Gem Specification to depend on unidom-common v1.9
- Improve the models to support the namespace neglecting
- Models RSpec examples manifest
- Types RSpec examples manifest
- Validators RSpec examples manifest
- Improve the Grouped Inventory Item migration for the #
quantity
column - Improve the Inventory Item Variance migration for the #
quantity
column - Improve the Lot migration for the #
quantity
column - Improve the Pick Item migration for the #
quantity
column - Improve the Item Issuing migration for the #
quantity
column
- Improve the Grouped Inventory Item model for the validations on the #quantity attribute
- Improve the Inventory Item Variance model for the validations on the #quantity attribute
- Improve the Grouped Inventory Item spec for the validations on the #quantity attribute
- Improve the Inventory Item Variance spec for the validations on the #quantity attribute
- Improve the Serialized Inventory Item spec for the validations on the #serial_number attribute
- Improve the Grouped Inventory Item model for the validations on the #quantity attribute
- Improve the Grouped Inventory Item spec for the validations on the #quantity attribute
- Improve the Serialized Inventory Item spec for the validations on the #serial_number attribute
- As Inventory Item shared examples
- Improve the Grouped Inventory Item spec for the As Inventory Item concern
- Improve the Serialized Inventory Item spec for the As Inventory Item concern
- RSpec shared examples manifest
- As Store shared examples
- Improve the RSpec shared examples manifest to require the As Store shared examples
- As Stored shared examples
- Improve the RSpec shared examples manifest to require the As Stored shared examples
- Improve the Ruby Gem Specification to depend on unidom-common v1.10
- Improve the Serialized Inventory Item migration, the Grouped Inventory Item migration, the Inventory Item Variance migration, the Lot migration, the Pick List migration, the Pick Item migration, & the Item Issuing migration for the #opened_at column, & the #closed_at column