- Sistemato link pdf che ogni volta che si aggiorna prendeva il PDF dalla cache...

- Raccolta Cataloghi, procedura che li AUTO genera in automatico.
This commit is contained in:
Surya Paolo
2025-06-13 17:45:57 +02:00
parent 286cc4e3a7
commit f146b36173
24 changed files with 353 additions and 188 deletions

View File

@@ -799,8 +799,6 @@ export interface IAreaDiStampa {
export interface IElementiPagina {
isTemplate?: boolean,
linkIdTemplate?: string,
scalexscheda?: number
scaleyscheda?: number
name?: string,
pagina: IDimensioni
}
@@ -828,6 +826,8 @@ export interface IMyScheda {
name?: string,
numschede_perRiga?: number
numschede_perCol?: number
scalexscheda?: number
scaleyscheda?: number
show_separatore: boolean
testo_right_attaccato?: IText
testo_right?: IText