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:
parent
cdeb7a9c67
commit
a34e0d8712
@ -16,6 +16,7 @@ export class POSSettings extends Doc {
|
||||
itemWeightDigits?: number;
|
||||
|
||||
posUI?: 'Classic' | 'Modern';
|
||||
submitInvoice?:string;
|
||||
|
||||
static filters: FiltersMap = {
|
||||
cashAccount: () => ({
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user