From 3f5e80ebe33d75d7422680eae530a3f048fa5c09 Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Fri, 6 Jul 2018 12:39:04 +0530 Subject: [PATCH] Allow bulk edit for the sales invoice item (#14826) --- .../accounts/doctype/purchase_invoice/purchase_invoice.json | 4 ++-- erpnext/accounts/doctype/sales_invoice/sales_invoice.json | 4 ++-- erpnext/buying/doctype/purchase_order/purchase_order.json | 4 ++-- .../buying/doctype/supplier_quotation/supplier_quotation.json | 4 ++-- erpnext/selling/doctype/quotation/quotation.json | 4 ++-- erpnext/selling/doctype/sales_order/sales_order.json | 4 ++-- erpnext/stock/doctype/delivery_note/delivery_note.json | 4 ++-- erpnext/stock/doctype/material_request/material_request.json | 4 ++-- erpnext/stock/doctype/purchase_receipt/purchase_receipt.json | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json index b940a6a312..a73d607ff2 100755 --- a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json +++ b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json @@ -1239,7 +1239,7 @@ "unique": 0 }, { - "allow_bulk_edit": 0, + "allow_bulk_edit": 1, "allow_on_submit": 0, "bold": 0, "collapsible": 0, @@ -3973,7 +3973,7 @@ "istable": 0, "max_attachments": 0, "menu_index": 0, - "modified": "2018-05-28 02:38:40.310899", + "modified": "2018-07-06 02:38:40.310899", "modified_by": "Administrator", "module": "Accounts", "name": "Purchase Invoice", diff --git a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json index a033bb0528..75792f85e0 100644 --- a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json +++ b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json @@ -1459,7 +1459,7 @@ "unique": 0 }, { - "allow_bulk_edit": 0, + "allow_bulk_edit": 1, "allow_on_submit": 0, "bold": 0, "collapsible": 0, @@ -4713,7 +4713,7 @@ "istable": 0, "max_attachments": 0, "menu_index": 0, - "modified": "2018-05-28 04:47:29.879475", + "modified": "2018-07-06 12:09:02.039783", "modified_by": "Administrator", "module": "Accounts", "name": "Sales Invoice", diff --git a/erpnext/buying/doctype/purchase_order/purchase_order.json b/erpnext/buying/doctype/purchase_order/purchase_order.json index 95aca6b02f..baf3b234d0 100644 --- a/erpnext/buying/doctype/purchase_order/purchase_order.json +++ b/erpnext/buying/doctype/purchase_order/purchase_order.json @@ -1207,7 +1207,7 @@ "unique": 0 }, { - "allow_bulk_edit": 0, + "allow_bulk_edit": 1, "allow_on_submit": 0, "bold": 0, "collapsible": 0, @@ -3355,7 +3355,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2018-02-17 11:00:05.037716", + "modified": "2018-07-06 11:00:05.037716", "modified_by": "Administrator", "module": "Buying", "name": "Purchase Order", diff --git a/erpnext/buying/doctype/supplier_quotation/supplier_quotation.json b/erpnext/buying/doctype/supplier_quotation/supplier_quotation.json index ad47d52d73..bee6553515 100644 --- a/erpnext/buying/doctype/supplier_quotation/supplier_quotation.json +++ b/erpnext/buying/doctype/supplier_quotation/supplier_quotation.json @@ -781,7 +781,7 @@ "unique": 0 }, { - "allow_bulk_edit": 0, + "allow_bulk_edit": 1, "allow_on_submit": 0, "bold": 0, "collapsible": 0, @@ -2549,7 +2549,7 @@ "istable": 0, "max_attachments": 0, "menu_index": 0, - "modified": "2018-05-28 02:45:48.616334", + "modified": "2018-07-06 02:45:48.616334", "modified_by": "Administrator", "module": "Buying", "name": "Supplier Quotation", diff --git a/erpnext/selling/doctype/quotation/quotation.json b/erpnext/selling/doctype/quotation/quotation.json index 61973d6a84..f38156c95f 100644 --- a/erpnext/selling/doctype/quotation/quotation.json +++ b/erpnext/selling/doctype/quotation/quotation.json @@ -1076,7 +1076,7 @@ "unique": 0 }, { - "allow_bulk_edit": 0, + "allow_bulk_edit": 1, "allow_on_submit": 0, "bold": 0, "collapsible": 0, @@ -2911,7 +2911,7 @@ "istable": 0, "max_attachments": 1, "menu_index": 0, - "modified": "2018-05-28 03:23:15.354674", + "modified": "2018-07-06 03:23:15.354674", "modified_by": "Administrator", "module": "Selling", "name": "Quotation", diff --git a/erpnext/selling/doctype/sales_order/sales_order.json b/erpnext/selling/doctype/sales_order/sales_order.json index f302c1cd1c..b0437e30c6 100644 --- a/erpnext/selling/doctype/sales_order/sales_order.json +++ b/erpnext/selling/doctype/sales_order/sales_order.json @@ -1131,7 +1131,7 @@ "unique": 0 }, { - "allow_bulk_edit": 0, + "allow_bulk_edit": 1, "allow_on_submit": 0, "bold": 0, "collapsible": 0, @@ -3529,7 +3529,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2018-01-12 15:56:12.483019", + "modified": "2018-07-06 15:56:12.483019", "modified_by": "Administrator", "module": "Selling", "name": "Sales Order", diff --git a/erpnext/stock/doctype/delivery_note/delivery_note.json b/erpnext/stock/doctype/delivery_note/delivery_note.json index e3777833b4..325b234267 100644 --- a/erpnext/stock/doctype/delivery_note/delivery_note.json +++ b/erpnext/stock/doctype/delivery_note/delivery_note.json @@ -1253,7 +1253,7 @@ "unique": 0 }, { - "allow_bulk_edit": 0, + "allow_bulk_edit": 1, "allow_on_submit": 0, "bold": 0, "collapsible": 0, @@ -3731,7 +3731,7 @@ "istable": 0, "max_attachments": 0, "menu_index": 0, - "modified": "2018-05-28 03:03:35.035396", + "modified": "2018-07-06 03:03:35.035396", "modified_by": "Administrator", "module": "Stock", "name": "Delivery Note", diff --git a/erpnext/stock/doctype/material_request/material_request.json b/erpnext/stock/doctype/material_request/material_request.json index ba373453be..7ba139ce66 100644 --- a/erpnext/stock/doctype/material_request/material_request.json +++ b/erpnext/stock/doctype/material_request/material_request.json @@ -294,7 +294,7 @@ "unique": 0 }, { - "allow_bulk_edit": 0, + "allow_bulk_edit": 1, "allow_on_submit": 0, "bold": 0, "collapsible": 0, @@ -716,7 +716,7 @@ "istable": 0, "max_attachments": 0, "menu_index": 0, - "modified": "2017-10-05 18:24:17.148782", + "modified": "2018-07-06 18:24:17.148782", "modified_by": "Administrator", "module": "Stock", "name": "Material Request", diff --git a/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json index 3f4337f353..15372c15d9 100755 --- a/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json +++ b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json @@ -1038,7 +1038,7 @@ "unique": 0 }, { - "allow_bulk_edit": 0, + "allow_bulk_edit": 1, "allow_on_submit": 0, "bold": 0, "collapsible": 0, @@ -3301,7 +3301,7 @@ "istable": 0, "max_attachments": 0, "menu_index": 0, - "modified": "2018-05-28 02:59:59.609643", + "modified": "2018-07-06 02:59:59.609643", "modified_by": "Administrator", "module": "Stock", "name": "Purchase Receipt",