2
0
mirror of https://github.com/frappe/books.git synced 2025-01-23 07:08:36 +00:00

feat: add option to display time in templates

This commit is contained in:
AbleKSaju 2024-12-20 09:09:20 +05:30
parent 94e1303101
commit aea29b0394
2 changed files with 7 additions and 0 deletions

View File

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

View File

@ -120,6 +120,12 @@
"label": "Display Amount In Words",
"fieldtype": "Check",
"section": "Customizations"
},
{
"fieldname": "displayTime",
"label": "Display Time In Invoice",
"fieldtype": "Check",
"section": "Customizations"
}
]
}