- miglioramenti ricerca titoli e modifica del trafiletto
- miglior visualizzazione delle liste
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user