- aggiornamento catalogo: lista titoli del catalogo

- scheda prodotto libro
- migliorata tabella prodotto
This commit is contained in:
Surya Paolo
2025-04-04 18:15:14 +02:00
parent 79d1c5fe1d
commit 9cfc308d09
49 changed files with 1760 additions and 934 deletions

View File

@@ -818,6 +818,19 @@ export interface IMyScheda {
}
export interface IRecFields {
editOn?: boolean
label?: string
table?: string
id?: string
rec?: any
mykey?: string
debounce?: string
type?: number
dense?: boolean
maxlength?: number
}
export interface ISchedaSingola {
_id?: string
scheda?: IMyScheda,