aggiornato prodotti e scontistica

This commit is contained in:
Surya Paolo
2023-12-29 15:19:21 +01:00
parent 2083655e99
commit 6758c6e00f
38 changed files with 49 additions and 9 deletions

View File

@@ -42,6 +42,7 @@ export interface IProduct {
QuantitaPrenotateInAttesa?: number,
stockQty: number,
minBuyQty: number,
minStepQty?: number,
maxBookableQty: number,
bookableQty: number,
canBeShipped?: boolean,
@@ -115,6 +116,8 @@ export interface ICatProd {
_id?: any
name: string,
img?: string,
icon?: string,
color?: string,
}
export interface IStorehouse {