Project e Todos sistemati...

aggiunti Gruppi
This commit is contained in:
Paolo Arena
2021-02-03 01:33:30 +01:00
parent 5493953b58
commit 25096e862f
28 changed files with 2962 additions and 65 deletions

View File

@@ -54,6 +54,12 @@ const productSchema = new Schema({
quantityAvailable: {
type: Number
},
quantityLow: { //Soglia disponibilità bassa
type: Number
},
visibilityProductOutOfStock: { // Visibilità prodotto "esaurito"
type: Boolean
},
canBeShipped: { // è spedibile
type: Boolean
},