- Aggiornati margini.

- Cataloghi: Export ed Import di una pagine ed i suoi elementi !
This commit is contained in:
Surya Paolo
2024-12-13 18:09:55 +01:00
parent 14bca3e282
commit 14b3e18986
10 changed files with 182 additions and 11 deletions

View File

@@ -43,6 +43,7 @@ const IText = new Schema(
contenuto: String,
maxlength: Number,
font: IFont,
size: ISize,
}
);
@@ -98,6 +99,7 @@ const IBarCode = new Schema(
size: ISize,
font: IFont,
widthlines: Number,
show_at_right: Boolean,
}
);
@@ -116,6 +118,7 @@ const scheletroScheda = {
numschede_perRiga: { type: Number },
numschede_perCol: { type: Number },
show_separatore: { type: Boolean },
testo_right_attaccato: IText,
testo_right: IText,
testo_bottom: IText,
barcode: IBarCode,