milkyway-multimedia / ss-shop-inventory
A simple inventory tracker for the shop module
Installs: 82
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 4
Open Issues: 10
Type:silverstripe-module
Requires
- milkyway-multimedia/ss-eventful: dev-master
- milkyway-multimedia/ss-mwm: dev-master
- silverstripe/framework: ~3.1
Suggests
- colymba/gridfield-bulk-editing-tools: Allow bulk editing stock
- milkyway-multimedia/ss-gridfield-utils: Allow bulk editing stock (requires gridfieldextensions to work in ModelAdmin)
- silverstripe-australia/gridfieldextensions: Allow bulk editing stock (requires ss-gridfield-utils to work in ModelAdmin)
This package is not auto-updated.
Last update: 2024-10-26 19:10:40 UTC
README
Silverstripe Shop Inventory is a simple stock inventory tracker.
It hooks into the milkyway-multimedia/ss-events-handler module, so you can easily add global event listeners to hook it into an external PoS system.
Install
Add the following to your composer.json file
"require" : {
"milkyway-multimedia/ss-shop-inventory": "dev-master"
}
Configuration
Most configuration can be done via the CMS. You can also do some YAML configuration for how inventory is handled.
ShopConfig:
Inventory:
AffectStockDuring: 'placement'
# Above can be either placement, payment or cart - cart is rather volatile, and will update inventory during each add/remove from cart scenario
ZeroIndicatorInterval_Hours: 1 # Control how often the zero indicator event is fired (hours)
LowIndicatorInterval_Hours: 24 # Control how often the low indicator event is fired (hours)
License
- MIT
Version
- Version 0.2 - Alpha
Contact
Milkyway Multimedia
- Homepage: http://milkywaymultimedia.com.au
- E-mail: mell@milkywaymultimedia.com.au
- Twitter: @mwmdesign