Closed nesh170 closed 7 years ago
Should be per item (just another column)
https://github.com/nesh170/asap-inventory-system/pull/229
minimum_stock = models.PositiveIntegerField(default=0) track_minimum_stock = models.BooleanField(default=False)
Should be per item (just another column)