- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user