nesh170 / asap-inventory-system

This is a concept inventory system for ECE458. It is built by ASAPsolutions
1 stars 0 forks source link

added minimum_stocks #229

Closed nesh170 closed 7 years ago

nesh170 commented 7 years ago

Added the minimum_stocks

Added to additional fields to the Item json:- minimum_stock - The threshold quantity of minimum stock track_minimum_stock - If true, send email upon minimum stock

To filter for just under the threshold. Use URL parameter:- ?threshold=true

Current PATCH and CREATE for Item will support this!

image