- catalogo macro, importazione dati

This commit is contained in:
Surya Paolo
2024-04-29 14:58:45 +02:00
parent 2cdb83cddf
commit e1f2e799d6
13 changed files with 358 additions and 23 deletions

View File

@@ -53,6 +53,9 @@ const productSchema = new Schema({
type: Number,
required: true,
},
sale_price: {
type: Number,
},
price_acquistato: {
type: Number,
required: true,
@@ -79,6 +82,9 @@ const productSchema = new Schema({
type: Number,
default: 0,
},
status: { //publish
type: String,
},
stockBloccatiQty: { // Prenotati Bloccati
type: Number,
default: 0,