- miglioramenti ricerca titoli e modifica del trafiletto

- miglior visualizzazione delle liste
This commit is contained in:
Surya Paolo
2025-04-30 13:27:47 +02:00
parent 493ebf51f3
commit 358f0d6816
40 changed files with 1093 additions and 148 deletions

View File

@@ -10,6 +10,7 @@ export interface ICatalog {
foto_collana?: IImg,
idCollane?: string[]
argomenti?: string[]
condition_andor: number,
editore?: string[]
collana_info?: ICollana
descr_introduttiva?: string

View File

@@ -822,6 +822,7 @@ export interface IMyScheda {
export interface IRecFields {
editOn?: boolean
label?: string
title?: string
table?: string
id?: string
rec?: any
@@ -1064,6 +1065,7 @@ export interface ISearchList {
filteradv?: boolean
filter_extra?: object
visible: boolean
dense?: boolean
}
export interface IOptGrid {

View File

@@ -57,7 +57,7 @@ export interface IProductInfo {
fatLast3M?: number,
fatLast6M?: number,
vLast6M?: number,
vLastY?: number,
vLast1Y?: number,
vLast2Y?: number,
dataUltimoOrdine?: Date,
rank3M?: number,
@@ -105,6 +105,10 @@ export interface IProdView {
id: string
}
export interface IOpAndOr {
condition_andor: number
}
export interface IProduct {
_id?: any
active?: boolean
@@ -243,6 +247,11 @@ export interface ICatPrTotali {
name: string,
quanti: number,
}
export interface ICollaneTotali {
_id: string,
name: string,
quanti: number,
}
export interface ICollana {
_id?: any
@@ -271,6 +280,7 @@ export interface IPublisher {
idapp?: string
name?: string
link?: string
quanti?: number
}
export interface ISubCatProd {