2
0
mirror of https://github.com/frappe/books.git synced 2025-02-10 07:59:03 +00:00

feat: add submitInvoice option in POS settings

This commit is contained in:
AbleKSaju 2024-12-23 11:29:22 +05:30
parent cdeb7a9c67
commit a34e0d8712
2 changed files with 9 additions and 0 deletions

View File

@ -16,6 +16,7 @@ export class POSSettings extends Doc {
itemWeightDigits?: number;
posUI?: 'Classic' | 'Modern';
submitInvoice?:string;
static filters: FiltersMap = {
cashAccount: () => ({

View File

@ -57,6 +57,14 @@
"required": true,
"section": "Default"
},
{
"fieldname": "submitInvoice",
"label": "Post Payment",
"fieldtype": "Check",
"default": false,
"description": "create invoice and shipment with payment option later.",
"section": "Default"
},
{
"fieldname": "weightEnabledBarcode",
"label": "Weigth Enabled Barcode",