mirror of
https://github.com/frappe/books.git
synced 2025-02-14 01:40:26 +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;
|
itemWeightDigits?: number;
|
||||||
|
|
||||||
posUI?: 'Classic' | 'Modern';
|
posUI?: 'Classic' | 'Modern';
|
||||||
|
submitInvoice?:string;
|
||||||
|
|
||||||
static filters: FiltersMap = {
|
static filters: FiltersMap = {
|
||||||
cashAccount: () => ({
|
cashAccount: () => ({
|
||||||
|
@ -57,6 +57,14 @@
|
|||||||
"required": true,
|
"required": true,
|
||||||
"section": "Default"
|
"section": "Default"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "submitInvoice",
|
||||||
|
"label": "Post Payment",
|
||||||
|
"fieldtype": "Check",
|
||||||
|
"default": false,
|
||||||
|
"description": "create invoice and shipment with payment option later.",
|
||||||
|
"section": "Default"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "weightEnabledBarcode",
|
"fieldname": "weightEnabledBarcode",
|
||||||
"label": "Weigth Enabled Barcode",
|
"label": "Weigth Enabled Barcode",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user