- aggiornamento cataloghi.

possibilità di estrapolare i dati da GM direttamente
- migrazione delle tabelle di GM in locale
- corretto l'ordinamento del Catalogo
This commit is contained in:
Surya Paolo
2025-04-18 13:23:52 +02:00
parent 14375d6b15
commit 6d0efaadb9
16 changed files with 452 additions and 73 deletions

View File

@@ -14,6 +14,7 @@ export interface IProductInfo {
idSubCatProds?: string[]
catprods?: ICatProd[]
subcatprods?: ISubCatProd[]
idStatoProdotto?: number
color?: string
size?: string
weight?: number
@@ -99,7 +100,6 @@ export interface IAuthor {
export interface IProdView {
id: string
showed: boolean
}
export interface IProduct {
@@ -179,6 +179,7 @@ export interface IProductsState {
products: IProduct[]
authors: IAuthor[]
publishers: IPublisher[]
stati_prodotto?: T_Web_StatiProdotto[]
cart: ICart
orders: IOrderCart[]
catprods: ICatProd[]
@@ -270,6 +271,12 @@ export interface ISubCatProd {
icon?: string
color?: string
}
export interface T_Web_StatiProdotto {
IdStatoProdotto: number
Descrizione: string
dataora?: Date,
enabled?: boolean
}
export interface IStorehouse {
_id?: any