2
0
mirror of https://github.com/frappe/books.git synced 2025-01-24 15:48:25 +00:00

upd: update PrintSettings schema

This commit is contained in:
AbleKSaju 2024-12-26 18:33:26 +05:30
parent a2eebbab6f
commit e82974ae68
2 changed files with 7 additions and 0 deletions

View File

@ -12,6 +12,7 @@ export class PrintSettings extends Doc {
font?: string;
displayLogo?: boolean;
displayTime?: boolean;
posPrintWidth?: number;
amountInWords?: boolean;
override hidden: HiddenMap = {};
}

View File

@ -126,6 +126,12 @@
"label": "Display Time In Invoice",
"fieldtype": "Check",
"section": "Customizations"
},{
"fieldname": "posPrintWidth",
"label": "Pos Print Width",
"fieldtype": "Float",
"default": 10,
"section": "Customizations"
}
]
}