- ordinamento aggiornare la pagina "templates" per Fatturati ultimo anno

- bestseller
This commit is contained in:
Surya Paolo
2025-05-02 10:10:04 +02:00
parent 721d2ac38c
commit 8a20186e59
21 changed files with 131 additions and 62 deletions

View File

@@ -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
}

View File

@@ -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 {