- ordinamento aggiornare la pagina "templates" per Fatturati ultimo anno
- bestseller
This commit is contained in:
@@ -728,7 +728,7 @@ export interface INovita {
|
||||
|
||||
export interface IBestseller {
|
||||
show?: boolean
|
||||
primiNInClassifica?: number
|
||||
quantiFattRaggiunti?: number
|
||||
}
|
||||
|
||||
export interface IEtichette {
|
||||
@@ -850,6 +850,7 @@ export interface ISchedaSingola {
|
||||
|
||||
export interface IOptRigenera {
|
||||
visibilitaDisp?: string
|
||||
rig_mod?: string
|
||||
stato?: string
|
||||
}
|
||||
|
||||
|
||||
@@ -251,18 +251,19 @@ export interface ICatProd {
|
||||
export interface ICatPrTotali {
|
||||
_id: string,
|
||||
name: string,
|
||||
quanti: number,
|
||||
quanti?: number,
|
||||
}
|
||||
export interface ICollaneTotali {
|
||||
_id: string,
|
||||
name: string,
|
||||
quanti: number,
|
||||
quanti?: number,
|
||||
}
|
||||
|
||||
export interface ICollana {
|
||||
_id?: any
|
||||
idCollana: number,
|
||||
title: string,
|
||||
quanti?: number,
|
||||
}
|
||||
|
||||
export interface ICatAI {
|
||||
|
||||
Reference in New Issue
Block a user