From 45c9b1c065abcb86d8309735a01f05da53e14ff1 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 8 Sep 2014 17:42:14 +0530 Subject: [PATCH] [minor] Set in_list_view for Sales and Purchase item tables --- .../purchase_invoice_item.json | 30 +++------------- .../sales_invoice_item.json | 24 ++++--------- .../purchase_order_item.json | 35 ++++--------------- .../supplier_quotation_item.json | 25 +++---------- .../quotation_item/quotation_item.json | 21 +++-------- .../sales_order_item/sales_order_item.json | 29 +++------------ .../delivery_note_item.json | 20 ++++------- .../purchase_receipt_item.json | 24 +++++-------- 8 files changed, 47 insertions(+), 161 deletions(-) diff --git a/erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json b/erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json index d26dec0a92..c81d065f02 100755 --- a/erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json +++ b/erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json @@ -8,7 +8,7 @@ "fieldname": "item_code", "fieldtype": "Link", "in_filter": 1, - "in_list_view": 0, + "in_list_view": 1, "label": "Item", "oldfieldname": "item_code", "oldfieldtype": "Link", @@ -52,7 +52,6 @@ { "fieldname": "quantity_and_rate", "fieldtype": "Section Break", - "in_list_view": 0, "label": "Quantity and Rate", "permlevel": 0 }, @@ -76,7 +75,7 @@ { "fieldname": "uom", "fieldtype": "Link", - "in_list_view": 0, + "in_list_view": 1, "label": "UOM", "options": "UOM", "permlevel": 0, @@ -86,7 +85,6 @@ { "fieldname": "conversion_factor", "fieldtype": "Float", - "in_list_view": 0, "label": "Conversion Factor", "permlevel": 0, "print_hide": 1, @@ -100,7 +98,6 @@ { "fieldname": "price_list_rate", "fieldtype": "Currency", - "in_list_view": 0, "label": "Price List Rate", "options": "currency", "permlevel": 0, @@ -110,7 +107,7 @@ { "fieldname": "discount_percentage", "fieldtype": "Percent", - "in_list_view": 0, + "in_list_view": 1, "label": "Discount %", "permlevel": 0, "print_hide": 0, @@ -124,7 +121,6 @@ { "fieldname": "base_price_list_rate", "fieldtype": "Currency", - "in_list_view": 0, "label": "Price List Rate (Company Currency)", "options": "Company:company:default_currency", "permlevel": 0, @@ -169,7 +165,6 @@ { "fieldname": "base_rate", "fieldtype": "Currency", - "in_list_view": 0, "label": "Rate (Company Currency)", "oldfieldname": "rate", "oldfieldtype": "Currency", @@ -182,7 +177,6 @@ { "fieldname": "base_amount", "fieldtype": "Currency", - "in_list_view": 0, "label": "Amount (Company Currency)", "oldfieldname": "amount", "oldfieldtype": "Currency", @@ -203,14 +197,12 @@ { "fieldname": "accounting", "fieldtype": "Section Break", - "in_list_view": 0, "label": "Accounting", "permlevel": 0 }, { "fieldname": "expense_account", "fieldtype": "Link", - "in_list_view": 0, "label": "Expense Head", "oldfieldname": "expense_head", "oldfieldtype": "Link", @@ -231,7 +223,6 @@ "fieldname": "project_name", "fieldtype": "Link", "in_filter": 1, - "in_list_view": 0, "label": "Project Name", "options": "Project", "permlevel": 0, @@ -242,7 +233,6 @@ "default": ":Company", "fieldname": "cost_center", "fieldtype": "Link", - "in_list_view": 0, "label": "Cost Center", "oldfieldname": "cost_center", "oldfieldtype": "Link", @@ -256,7 +246,6 @@ { "fieldname": "reference", "fieldtype": "Section Break", - "in_list_view": 0, "label": "Reference", "permlevel": 0 }, @@ -264,7 +253,6 @@ "fieldname": "brand", "fieldtype": "Data", "hidden": 1, - "in_list_view": 0, "label": "Brand", "oldfieldname": "brand", "oldfieldtype": "Data", @@ -278,7 +266,6 @@ "fieldtype": "Link", "hidden": 1, "in_filter": 1, - "in_list_view": 0, "label": "Item Group", "oldfieldname": "item_group", "oldfieldtype": "Link", @@ -293,7 +280,6 @@ "fieldname": "item_tax_rate", "fieldtype": "Small Text", "hidden": 1, - "in_list_view": 0, "label": "Item Tax Rate", "oldfieldname": "item_tax_rate", "oldfieldtype": "Small Text", @@ -306,7 +292,6 @@ "fieldname": "item_tax_amount", "fieldtype": "Currency", "hidden": 1, - "in_list_view": 0, "label": "Item Tax Amount", "no_copy": 1, "options": "Company:company:default_currency", @@ -321,7 +306,6 @@ "fieldname": "purchase_order", "fieldtype": "Link", "in_filter": 1, - "in_list_view": 0, "label": "Purchase Order", "no_copy": 1, "oldfieldname": "purchase_order", @@ -342,7 +326,6 @@ "fieldtype": "Data", "hidden": 1, "in_filter": 1, - "in_list_view": 0, "label": "Purchase Order Item", "no_copy": 1, "oldfieldname": "po_detail", @@ -356,7 +339,6 @@ "fieldname": "purchase_receipt", "fieldtype": "Link", "in_filter": 1, - "in_list_view": 0, "label": "Purchase Receipt", "no_copy": 1, "oldfieldname": "purchase_receipt", @@ -371,7 +353,6 @@ "allow_on_submit": 1, "fieldname": "page_break", "fieldtype": "Check", - "in_list_view": 0, "label": "Page Break", "no_copy": 1, "permlevel": 0, @@ -384,7 +365,6 @@ "fieldtype": "Data", "hidden": 1, "in_filter": 1, - "in_list_view": 0, "label": "PR Detail", "no_copy": 1, "oldfieldname": "pr_detail", @@ -398,7 +378,6 @@ "fieldname": "valuation_rate", "fieldtype": "Currency", "hidden": 1, - "in_list_view": 0, "label": "Valuation Rate", "no_copy": 1, "options": "Company:company:default_currency", @@ -410,7 +389,6 @@ "fieldname": "rm_supp_cost", "fieldtype": "Currency", "hidden": 1, - "in_list_view": 0, "label": "Raw Materials Supplied Cost", "no_copy": 1, "options": "Company:company:default_currency", @@ -421,7 +399,7 @@ ], "idx": 1, "istable": 1, - "modified": "2014-08-26 12:34:42.790959", + "modified": "2014-09-08 08:06:30.027289", "modified_by": "Administrator", "module": "Accounts", "name": "Purchase Invoice Item", diff --git a/erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json b/erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json index cff661c851..19c124f617 100644 --- a/erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json +++ b/erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json @@ -7,7 +7,6 @@ { "fieldname": "barcode", "fieldtype": "Data", - "in_list_view": 0, "label": "Barcode", "permlevel": 0, "print_hide": 1, @@ -32,7 +31,7 @@ "fieldname": "item_name", "fieldtype": "Data", "in_filter": 0, - "in_list_view": 0, + "in_list_view": 1, "label": "Item Name", "oldfieldname": "item_name", "oldfieldtype": "Data", @@ -51,7 +50,6 @@ "fieldname": "customer_item_code", "fieldtype": "Data", "hidden": 1, - "in_list_view": 0, "label": "Customer's Item Code", "permlevel": 0, "print_hide": 1, @@ -73,7 +71,6 @@ { "fieldname": "quantity_and_rate", "fieldtype": "Section Break", - "in_list_view": 0, "label": "Quantity and Rate", "permlevel": 0 }, @@ -91,7 +88,6 @@ { "fieldname": "price_list_rate", "fieldtype": "Currency", - "in_list_view": 0, "label": "Price List Rate", "oldfieldname": "ref_rate", "oldfieldtype": "Currency", @@ -104,7 +100,7 @@ { "fieldname": "discount_percentage", "fieldtype": "Percent", - "in_list_view": 0, + "in_list_view": 1, "label": "Discount (%)", "oldfieldname": "adj_rate", "oldfieldtype": "Float", @@ -120,7 +116,7 @@ { "fieldname": "stock_uom", "fieldtype": "Link", - "in_list_view": 0, + "in_list_view": 1, "label": "UOM", "options": "UOM", "permlevel": 0, @@ -129,7 +125,6 @@ { "fieldname": "base_price_list_rate", "fieldtype": "Currency", - "in_list_view": 0, "label": "Price List Rate (Company Currency)", "oldfieldname": "base_ref_rate", "oldfieldtype": "Currency", @@ -176,7 +171,6 @@ "fieldname": "base_rate", "fieldtype": "Currency", "in_filter": 0, - "in_list_view": 0, "label": "Rate (Company Currency)", "oldfieldname": "basic_rate", "oldfieldtype": "Currency", @@ -190,7 +184,6 @@ { "fieldname": "base_amount", "fieldtype": "Currency", - "in_list_view": 0, "label": "Amount (Company Currency)", "oldfieldname": "amount", "oldfieldtype": "Currency", @@ -211,7 +204,6 @@ { "fieldname": "accounting", "fieldtype": "Section Break", - "in_list_view": 0, "label": "Accounting", "permlevel": 0 }, @@ -219,7 +211,6 @@ "fieldname": "income_account", "fieldtype": "Link", "in_filter": 1, - "in_list_view": 0, "label": "Income Account", "oldfieldname": "income_account", "oldfieldtype": "Link", @@ -236,7 +227,6 @@ "fieldtype": "Link", "hidden": 0, "in_filter": 1, - "in_list_view": 0, "label": "Expense Account", "options": "Account", "permlevel": 0, @@ -254,7 +244,6 @@ "fieldname": "cost_center", "fieldtype": "Link", "in_filter": 1, - "in_list_view": 0, "label": "Cost Center", "oldfieldname": "cost_center", "oldfieldtype": "Link", @@ -269,7 +258,6 @@ { "fieldname": "warehouse_and_reference", "fieldtype": "Section Break", - "in_list_view": 0, "label": "Warehouse and Reference", "permlevel": 0 }, @@ -277,7 +265,7 @@ "fieldname": "warehouse", "fieldtype": "Link", "hidden": 0, - "in_list_view": 0, + "in_list_view": 1, "label": "Warehouse", "oldfieldname": "warehouse", "oldfieldtype": "Link", @@ -302,6 +290,7 @@ { "fieldname": "batch_no", "fieldtype": "Link", + "in_list_view": 1, "label": "Batch No", "options": "Batch", "permlevel": 0, @@ -373,6 +362,7 @@ "fieldname": "sales_order", "fieldtype": "Link", "in_filter": 1, + "in_list_view": 1, "label": "Sales Order", "no_copy": 1, "oldfieldname": "sales_order", @@ -449,7 +439,7 @@ ], "idx": 1, "istable": 1, - "modified": "2014-08-11 03:52:58.926627", + "modified": "2014-09-08 08:06:30.382092", "modified_by": "Administrator", "module": "Accounts", "name": "Sales Invoice Item", diff --git a/erpnext/buying/doctype/purchase_order_item/purchase_order_item.json b/erpnext/buying/doctype/purchase_order_item/purchase_order_item.json index f6bcc23e8f..741b664982 100755 --- a/erpnext/buying/doctype/purchase_order_item/purchase_order_item.json +++ b/erpnext/buying/doctype/purchase_order_item/purchase_order_item.json @@ -24,7 +24,6 @@ "fieldname": "supplier_part_no", "fieldtype": "Data", "hidden": 1, - "in_list_view": 0, "label": "Supplier Part Number", "permlevel": 0, "print_hide": 1, @@ -35,7 +34,7 @@ "fieldtype": "Data", "hidden": 0, "in_filter": 1, - "in_list_view": 0, + "in_list_view": 1, "label": "Item Name", "oldfieldname": "item_name", "oldfieldtype": "Data", @@ -50,7 +49,7 @@ "fieldtype": "Date", "hidden": 0, "in_filter": 1, - "in_list_view": 0, + "in_list_view": 1, "label": "Reqd By Date", "no_copy": 0, "oldfieldname": "schedule_date", @@ -82,7 +81,6 @@ { "fieldname": "quantity_and_rate", "fieldtype": "Section Break", - "in_list_view": 0, "label": "Quantity and Rate", "permlevel": 0 }, @@ -102,7 +100,7 @@ { "fieldname": "uom", "fieldtype": "Link", - "in_list_view": 0, + "in_list_view": 1, "label": "UOM", "oldfieldname": "uom", "oldfieldtype": "Link", @@ -123,7 +121,7 @@ "fieldname": "stock_uom", "fieldtype": "Link", "hidden": 0, - "in_list_view": 0, + "in_list_view": 1, "label": "Stock UOM", "oldfieldname": "stock_uom", "oldfieldtype": "Data", @@ -139,7 +137,6 @@ "fieldname": "conversion_factor", "fieldtype": "Float", "hidden": 0, - "in_list_view": 0, "label": "UOM Conversion Factor", "oldfieldname": "conversion_factor", "oldfieldtype": "Currency", @@ -158,7 +155,6 @@ { "fieldname": "price_list_rate", "fieldtype": "Currency", - "in_list_view": 0, "label": "Price List Rate", "options": "currency", "permlevel": 0, @@ -168,7 +164,7 @@ { "fieldname": "discount_percentage", "fieldtype": "Percent", - "in_list_view": 0, + "in_list_view": 1, "label": "Discount %", "permlevel": 0, "print_hide": 0, @@ -182,7 +178,6 @@ { "fieldname": "base_price_list_rate", "fieldtype": "Currency", - "in_list_view": 0, "label": "Price List Rate (Company Currency)", "options": "Company:company:default_currency", "permlevel": 0, @@ -226,7 +221,6 @@ { "fieldname": "base_rate", "fieldtype": "Currency", - "in_list_view": 0, "label": "Rate (Company Currency)", "oldfieldname": "purchase_rate", "oldfieldtype": "Currency", @@ -241,7 +235,6 @@ { "fieldname": "base_amount", "fieldtype": "Currency", - "in_list_view": 0, "label": "Amount (Company Currency)", "oldfieldname": "amount", "oldfieldtype": "Currency", @@ -262,7 +255,6 @@ { "fieldname": "warehouse_and_reference", "fieldtype": "Section Break", - "in_list_view": 0, "label": "Warehouse and Reference", "permlevel": 0 }, @@ -270,7 +262,7 @@ "fieldname": "warehouse", "fieldtype": "Link", "hidden": 0, - "in_list_view": 0, + "in_list_view": 1, "label": "Warehouse", "oldfieldname": "warehouse", "oldfieldtype": "Link", @@ -284,7 +276,6 @@ "fieldname": "project_name", "fieldtype": "Link", "in_filter": 1, - "in_list_view": 0, "label": "Project Name", "options": "Project", "permlevel": 0, @@ -296,7 +287,6 @@ "fieldname": "prevdoc_doctype", "fieldtype": "Data", "hidden": 1, - "in_list_view": 0, "label": "Prevdoc DocType", "no_copy": 1, "oldfieldname": "prevdoc_doctype", @@ -310,7 +300,6 @@ "fieldtype": "Link", "hidden": 0, "in_filter": 1, - "in_list_view": 0, "label": "Material Request No", "no_copy": 1, "oldfieldname": "prevdoc_docname", @@ -328,7 +317,6 @@ "fieldtype": "Data", "hidden": 1, "in_filter": 1, - "in_list_view": 0, "label": "Material Request Detail No", "no_copy": 1, "oldfieldname": "prevdoc_detail_docname", @@ -343,7 +331,6 @@ "fieldtype": "Link", "hidden": 0, "in_filter": 0, - "in_list_view": 0, "label": "Supplier Quotation", "no_copy": 1, "options": "Supplier Quotation", @@ -355,7 +342,6 @@ "fieldname": "supplier_quotation_item", "fieldtype": "Link", "hidden": 1, - "in_list_view": 1, "label": "Supplier Quotation Item", "no_copy": 1, "options": "Supplier Quotation Item", @@ -373,7 +359,6 @@ "fieldtype": "Link", "hidden": 1, "in_filter": 1, - "in_list_view": 1, "label": "Item Group", "oldfieldname": "item_group", "oldfieldtype": "Link", @@ -387,7 +372,6 @@ "fieldname": "brand", "fieldtype": "Link", "hidden": 1, - "in_list_view": 1, "label": "Brand", "oldfieldname": "brand", "oldfieldtype": "Link", @@ -400,7 +384,6 @@ "fieldname": "stock_qty", "fieldtype": "Float", "hidden": 0, - "in_list_view": 1, "label": "Qty as per Stock UOM", "no_copy": 1, "oldfieldname": "stock_qty", @@ -415,7 +398,6 @@ "fieldname": "received_qty", "fieldtype": "Float", "hidden": 0, - "in_list_view": 1, "label": "Received Qty", "no_copy": 1, "oldfieldname": "received_qty", @@ -427,7 +409,6 @@ { "fieldname": "billed_amt", "fieldtype": "Currency", - "in_list_view": 1, "label": "Billed Amt", "no_copy": 1, "options": "currency", @@ -440,7 +421,6 @@ "fieldname": "item_tax_rate", "fieldtype": "Small Text", "hidden": 1, - "in_list_view": 1, "label": "Item Tax Rate", "oldfieldname": "item_tax_rate", "oldfieldtype": "Small Text", @@ -454,7 +434,6 @@ "fieldname": "page_break", "fieldtype": "Check", "hidden": 0, - "in_list_view": 1, "label": "Page Break", "no_copy": 1, "oldfieldname": "page_break", @@ -466,7 +445,7 @@ ], "idx": 1, "istable": 1, - "modified": "2014-07-24 05:49:51.099682", + "modified": "2014-09-08 08:06:30.684601", "modified_by": "Administrator", "module": "Buying", "name": "Purchase Order Item", diff --git a/erpnext/buying/doctype/supplier_quotation_item/supplier_quotation_item.json b/erpnext/buying/doctype/supplier_quotation_item/supplier_quotation_item.json index 11b14e98c2..30243856ac 100644 --- a/erpnext/buying/doctype/supplier_quotation_item/supplier_quotation_item.json +++ b/erpnext/buying/doctype/supplier_quotation_item/supplier_quotation_item.json @@ -24,7 +24,6 @@ "fieldname": "supplier_part_no", "fieldtype": "Data", "hidden": 1, - "in_list_view": 0, "label": "Supplier Part Number", "permlevel": 0, "print_hide": 1, @@ -35,7 +34,7 @@ "fieldtype": "Data", "hidden": 0, "in_filter": 1, - "in_list_view": 0, + "in_list_view": 1, "label": "Item Name", "oldfieldname": "item_name", "oldfieldtype": "Data", @@ -66,7 +65,6 @@ { "fieldname": "quantity_and_rate", "fieldtype": "Section Break", - "in_list_view": 0, "label": "Quantity and Rate", "permlevel": 0 }, @@ -86,7 +84,6 @@ { "fieldname": "price_list_rate", "fieldtype": "Currency", - "in_list_view": 0, "label": "Price List Rate", "options": "currency", "permlevel": 0, @@ -96,7 +93,7 @@ { "fieldname": "discount_percentage", "fieldtype": "Percent", - "in_list_view": 0, + "in_list_view": 1, "label": "Discount %", "permlevel": 0, "print_hide": 0, @@ -110,7 +107,7 @@ { "fieldname": "uom", "fieldtype": "Link", - "in_list_view": 0, + "in_list_view": 1, "label": "UOM", "oldfieldname": "uom", "oldfieldtype": "Link", @@ -125,7 +122,6 @@ { "fieldname": "base_price_list_rate", "fieldtype": "Currency", - "in_list_view": 0, "label": "Price List Rate (Company Currency)", "options": "Company:company:default_currency", "permlevel": 0, @@ -169,7 +165,6 @@ { "fieldname": "base_rate", "fieldtype": "Currency", - "in_list_view": 0, "label": "Rate (Company Currency)", "oldfieldname": "purchase_rate", "oldfieldtype": "Currency", @@ -184,7 +179,6 @@ { "fieldname": "base_amount", "fieldtype": "Currency", - "in_list_view": 0, "label": "Amount (Company Currency)", "oldfieldname": "amount", "oldfieldtype": "Currency", @@ -205,7 +199,6 @@ { "fieldname": "warehouse_and_reference", "fieldtype": "Section Break", - "in_list_view": 0, "label": "Warehouse and Reference", "permlevel": 0 }, @@ -213,7 +206,7 @@ "fieldname": "warehouse", "fieldtype": "Link", "hidden": 0, - "in_list_view": 0, + "in_list_view": 1, "label": "Warehouse", "oldfieldname": "warehouse", "oldfieldtype": "Link", @@ -227,7 +220,6 @@ "fieldname": "project_name", "fieldtype": "Link", "in_filter": 1, - "in_list_view": 0, "label": "Project Name", "options": "Project", "permlevel": 0, @@ -239,7 +231,6 @@ "fieldname": "prevdoc_doctype", "fieldtype": "Data", "hidden": 1, - "in_list_view": 0, "label": "Prevdoc DocType", "no_copy": 1, "oldfieldname": "prevdoc_doctype", @@ -253,7 +244,6 @@ "fieldtype": "Link", "hidden": 0, "in_filter": 1, - "in_list_view": 0, "label": "Material Request No", "no_copy": 1, "oldfieldname": "prevdoc_docname", @@ -276,7 +266,6 @@ "fieldtype": "Data", "hidden": 1, "in_filter": 1, - "in_list_view": 0, "label": "Material Request Detail No", "no_copy": 1, "oldfieldname": "prevdoc_detail_docname", @@ -290,7 +279,6 @@ "fieldname": "brand", "fieldtype": "Link", "hidden": 0, - "in_list_view": 0, "label": "Brand", "oldfieldname": "brand", "oldfieldtype": "Link", @@ -305,7 +293,6 @@ "fieldtype": "Link", "hidden": 0, "in_filter": 1, - "in_list_view": 0, "label": "Item Group", "oldfieldname": "item_group", "oldfieldtype": "Link", @@ -320,7 +307,6 @@ "fieldname": "item_tax_rate", "fieldtype": "Small Text", "hidden": 1, - "in_list_view": 0, "label": "Item Tax Rate", "oldfieldname": "item_tax_rate", "oldfieldtype": "Small Text", @@ -334,7 +320,6 @@ "fieldname": "page_break", "fieldtype": "Check", "hidden": 0, - "in_list_view": 0, "label": "Page Break", "no_copy": 1, "oldfieldname": "page_break", @@ -346,7 +331,7 @@ ], "idx": 1, "istable": 1, - "modified": "2014-07-24 05:45:04.371142", + "modified": "2014-09-08 08:06:30.976906", "modified_by": "Administrator", "module": "Buying", "name": "Supplier Quotation Item", diff --git a/erpnext/selling/doctype/quotation_item/quotation_item.json b/erpnext/selling/doctype/quotation_item/quotation_item.json index c260505b29..e769655e96 100644 --- a/erpnext/selling/doctype/quotation_item/quotation_item.json +++ b/erpnext/selling/doctype/quotation_item/quotation_item.json @@ -26,7 +26,6 @@ "fieldname": "customer_item_code", "fieldtype": "Data", "hidden": 1, - "in_list_view": 0, "label": "Customer's Item Code", "permlevel": 0, "print_hide": 1, @@ -36,7 +35,7 @@ "fieldname": "item_name", "fieldtype": "Data", "in_filter": 1, - "in_list_view": 0, + "in_list_view": 1, "label": "Item Name", "oldfieldname": "item_name", "oldfieldtype": "Data", @@ -70,7 +69,6 @@ { "fieldname": "quantity_and_rate", "fieldtype": "Section Break", - "in_list_view": 0, "label": "Quantity and Rate", "permlevel": 0 }, @@ -93,7 +91,6 @@ { "fieldname": "price_list_rate", "fieldtype": "Currency", - "in_list_view": 0, "label": "Price List Rate", "oldfieldname": "ref_rate", "oldfieldtype": "Currency", @@ -108,7 +105,7 @@ { "fieldname": "discount_percentage", "fieldtype": "Percent", - "in_list_view": 0, + "in_list_view": 1, "label": "Discount (%)", "oldfieldname": "adj_rate", "oldfieldtype": "Float", @@ -126,7 +123,7 @@ { "fieldname": "stock_uom", "fieldtype": "Link", - "in_list_view": 0, + "in_list_view": 1, "label": "UOM", "oldfieldname": "stock_uom", "oldfieldtype": "Data", @@ -141,7 +138,6 @@ { "fieldname": "base_price_list_rate", "fieldtype": "Currency", - "in_list_view": 0, "label": "Price List Rate (Company Currency)", "oldfieldname": "base_ref_rate", "oldfieldtype": "Currency", @@ -200,7 +196,6 @@ "fieldname": "base_rate", "fieldtype": "Currency", "in_filter": 0, - "in_list_view": 0, "label": "Basic Rate (Company Currency)", "oldfieldname": "basic_rate", "oldfieldtype": "Currency", @@ -217,7 +212,6 @@ "fieldname": "base_amount", "fieldtype": "Currency", "in_filter": 0, - "in_list_view": 0, "label": "Amount (Company Currency)", "oldfieldname": "amount", "oldfieldtype": "Currency", @@ -241,7 +235,6 @@ { "fieldname": "reference", "fieldtype": "Section Break", - "in_list_view": 0, "label": "Reference", "permlevel": 0 }, @@ -249,7 +242,6 @@ "fieldname": "prevdoc_doctype", "fieldtype": "Data", "hidden": 1, - "in_list_view": 0, "label": "Against Doctype", "no_copy": 1, "oldfieldname": "prevdoc_doctype", @@ -264,7 +256,6 @@ { "fieldname": "prevdoc_docname", "fieldtype": "Data", - "in_list_view": 0, "label": "Against Docname", "no_copy": 1, "oldfieldname": "prevdoc_docname", @@ -280,7 +271,6 @@ "fieldname": "item_tax_rate", "fieldtype": "Small Text", "hidden": 1, - "in_list_view": 0, "label": "Item Tax Rate", "oldfieldname": "item_tax_rate", "oldfieldtype": "Small Text", @@ -299,7 +289,6 @@ "fieldname": "page_break", "fieldtype": "Check", "hidden": 0, - "in_list_view": 0, "label": "Page Break", "no_copy": 1, "oldfieldname": "page_break", @@ -315,7 +304,6 @@ "fieldtype": "Link", "hidden": 1, "in_filter": 1, - "in_list_view": 0, "label": "Item Group", "oldfieldname": "item_group", "oldfieldtype": "Link", @@ -330,7 +318,6 @@ "fieldtype": "Link", "hidden": 1, "in_filter": 1, - "in_list_view": 0, "label": "Brand", "oldfieldname": "brand", "oldfieldtype": "Link", @@ -345,7 +332,7 @@ ], "idx": 1, "istable": 1, - "modified": "2014-07-24 05:52:49.665788", + "modified": "2014-09-08 08:06:31.198440", "modified_by": "Administrator", "module": "Selling", "name": "Quotation Item", diff --git a/erpnext/selling/doctype/sales_order_item/sales_order_item.json b/erpnext/selling/doctype/sales_order_item/sales_order_item.json index 9afc6565aa..979b56710a 100644 --- a/erpnext/selling/doctype/sales_order_item/sales_order_item.json +++ b/erpnext/selling/doctype/sales_order_item/sales_order_item.json @@ -24,7 +24,6 @@ "fieldname": "customer_item_code", "fieldtype": "Data", "hidden": 1, - "in_list_view": 0, "label": "Customer's Item Code", "permlevel": 0, "print_hide": 1, @@ -33,7 +32,7 @@ { "fieldname": "item_name", "fieldtype": "Data", - "in_list_view": 0, + "in_list_view": 1, "label": "Item Name", "oldfieldname": "item_name", "oldfieldtype": "Data", @@ -67,7 +66,6 @@ { "fieldname": "quantity_and_rate", "fieldtype": "Section Break", - "in_list_view": 0, "label": "Quantity and Rate", "permlevel": 0 }, @@ -87,7 +85,6 @@ { "fieldname": "price_list_rate", "fieldtype": "Currency", - "in_list_view": 0, "label": "Price List Rate", "oldfieldname": "ref_rate", "oldfieldtype": "Currency", @@ -102,7 +99,7 @@ { "fieldname": "discount_percentage", "fieldtype": "Percent", - "in_list_view": 0, + "in_list_view": 1, "label": "Discount(%)", "oldfieldname": "adj_rate", "oldfieldtype": "Float", @@ -121,7 +118,7 @@ "fieldname": "stock_uom", "fieldtype": "Link", "hidden": 0, - "in_list_view": 0, + "in_list_view": 1, "label": "UOM", "oldfieldname": "stock_uom", "oldfieldtype": "Data", @@ -135,7 +132,6 @@ { "fieldname": "base_price_list_rate", "fieldtype": "Currency", - "in_list_view": 0, "label": "Price List Rate (Company Currency)", "oldfieldname": "base_ref_rate", "oldfieldtype": "Currency", @@ -188,7 +184,6 @@ { "fieldname": "base_rate", "fieldtype": "Currency", - "in_list_view": 0, "label": "Basic Rate (Company Currency)", "oldfieldname": "basic_rate", "oldfieldtype": "Currency", @@ -203,7 +198,6 @@ { "fieldname": "base_amount", "fieldtype": "Currency", - "in_list_view": 0, "label": "Amount (Company Currency)", "no_copy": 0, "oldfieldname": "amount", @@ -227,14 +221,13 @@ { "fieldname": "warehouse_and_reference", "fieldtype": "Section Break", - "in_list_view": 0, "label": "Warehouse and Reference", "permlevel": 0 }, { "fieldname": "warehouse", "fieldtype": "Link", - "in_list_view": 0, + "in_list_view": 1, "label": "Reserved Warehouse", "no_copy": 0, "oldfieldname": "reserved_warehouse", @@ -252,7 +245,6 @@ "fieldtype": "Link", "hidden": 0, "in_filter": 1, - "in_list_view": 0, "label": "Quotation", "no_copy": 1, "oldfieldname": "prevdoc_docname", @@ -268,7 +260,6 @@ "fieldtype": "Link", "hidden": 1, "in_filter": 1, - "in_list_view": 0, "label": "Brand Name", "oldfieldname": "brand", "oldfieldtype": "Link", @@ -284,7 +275,6 @@ "fieldtype": "Link", "hidden": 1, "in_filter": 1, - "in_list_view": 0, "label": "Item Group", "oldfieldname": "item_group", "oldfieldtype": "Link", @@ -298,7 +288,6 @@ "allow_on_submit": 1, "fieldname": "page_break", "fieldtype": "Check", - "in_list_view": 0, "label": "Page Break", "oldfieldname": "page_break", "oldfieldtype": "Check", @@ -317,7 +306,6 @@ "fieldname": "projected_qty", "fieldtype": "Float", "hidden": 0, - "in_list_view": 0, "label": "Projected Qty", "no_copy": 1, "oldfieldname": "projected_qty", @@ -332,7 +320,6 @@ "allow_on_submit": 1, "fieldname": "actual_qty", "fieldtype": "Float", - "in_list_view": 0, "label": "Actual Qty", "no_copy": 1, "permlevel": 0, @@ -346,7 +333,6 @@ "fieldtype": "Float", "hidden": 0, "in_filter": 0, - "in_list_view": 0, "label": "Delivered Qty", "no_copy": 1, "oldfieldname": "delivered_qty", @@ -361,7 +347,6 @@ { "fieldname": "billed_amt", "fieldtype": "Currency", - "in_list_view": 0, "label": "Billed Amt", "no_copy": 1, "options": "currency", @@ -374,7 +359,6 @@ "fieldname": "planned_qty", "fieldtype": "Float", "hidden": 1, - "in_list_view": 0, "label": "Planned Quantity", "no_copy": 1, "oldfieldname": "planned_qty", @@ -391,7 +375,6 @@ "fieldname": "produced_qty", "fieldtype": "Float", "hidden": 1, - "in_list_view": 0, "label": "Produced Quantity", "oldfieldname": "produced_qty", "oldfieldtype": "Currency", @@ -406,7 +389,6 @@ "fieldname": "item_tax_rate", "fieldtype": "Small Text", "hidden": 1, - "in_list_view": 0, "label": "Item Tax Rate", "oldfieldname": "item_tax_rate", "oldfieldtype": "Small Text", @@ -421,7 +403,6 @@ "fieldtype": "Date", "hidden": 1, "in_filter": 0, - "in_list_view": 0, "label": "Sales Order Date", "oldfieldname": "transaction_date", "oldfieldtype": "Date", @@ -434,7 +415,7 @@ ], "idx": 1, "istable": 1, - "modified": "2014-08-14 08:36:39.773447", + "modified": "2014-09-08 08:06:31.435020", "modified_by": "Administrator", "module": "Selling", "name": "Sales Order Item", diff --git a/erpnext/stock/doctype/delivery_note_item/delivery_note_item.json b/erpnext/stock/doctype/delivery_note_item/delivery_note_item.json index a91c552c2f..d2d6af2d71 100644 --- a/erpnext/stock/doctype/delivery_note_item/delivery_note_item.json +++ b/erpnext/stock/doctype/delivery_note_item/delivery_note_item.json @@ -7,7 +7,6 @@ { "fieldname": "barcode", "fieldtype": "Data", - "in_list_view": 0, "label": "Barcode", "permlevel": 0, "print_hide": 1, @@ -32,7 +31,7 @@ { "fieldname": "item_name", "fieldtype": "Data", - "in_list_view": 0, + "in_list_view": 1, "label": "Item Name", "oldfieldname": "item_name", "oldfieldtype": "Data", @@ -52,7 +51,6 @@ "fieldname": "customer_item_code", "fieldtype": "Data", "hidden": 1, - "in_list_view": 0, "label": "Customer's Item Code", "permlevel": 0, "print_hide": 1, @@ -74,7 +72,6 @@ { "fieldname": "quantity_and_rate", "fieldtype": "Section Break", - "in_list_view": 0, "label": "Quantity and Rate", "permlevel": 0 }, @@ -94,7 +91,6 @@ { "fieldname": "price_list_rate", "fieldtype": "Currency", - "in_list_view": 0, "label": "Price List Rate", "no_copy": 0, "oldfieldname": "ref_rate", @@ -110,7 +106,7 @@ { "fieldname": "discount_percentage", "fieldtype": "Float", - "in_list_view": 0, + "in_list_view": 1, "label": "Discount (%)", "oldfieldname": "adj_rate", "oldfieldtype": "Float", @@ -128,7 +124,7 @@ { "fieldname": "stock_uom", "fieldtype": "Link", - "in_list_view": 0, + "in_list_view": 1, "label": "UOM", "oldfieldname": "stock_uom", "oldfieldtype": "Data", @@ -143,7 +139,6 @@ { "fieldname": "base_price_list_rate", "fieldtype": "Currency", - "in_list_view": 0, "label": "Price List Rate (Company Currency)", "oldfieldname": "base_ref_rate", "oldfieldtype": "Currency", @@ -197,7 +192,6 @@ { "fieldname": "base_rate", "fieldtype": "Currency", - "in_list_view": 0, "label": "Rate (Company Currency)", "oldfieldname": "basic_rate", "oldfieldtype": "Currency", @@ -212,7 +206,6 @@ { "fieldname": "base_amount", "fieldtype": "Currency", - "in_list_view": 0, "label": "Amount (Company Currency)", "oldfieldname": "amount", "oldfieldtype": "Currency", @@ -235,14 +228,13 @@ { "fieldname": "warehouse_and_reference", "fieldtype": "Section Break", - "in_list_view": 0, "label": "Warehouse and Reference", "permlevel": 0 }, { "fieldname": "warehouse", "fieldtype": "Link", - "in_list_view": 0, + "in_list_view": 1, "label": "Warehouse", "oldfieldname": "warehouse", "oldfieldtype": "Link", @@ -270,6 +262,7 @@ "fieldname": "batch_no", "fieldtype": "Link", "hidden": 0, + "in_list_view": 1, "label": "Batch No", "oldfieldname": "batch_no", "oldfieldtype": "Link", @@ -363,6 +356,7 @@ { "fieldname": "against_sales_order", "fieldtype": "Link", + "in_list_view": 1, "label": "Against Sales Order", "options": "Sales Order", "permlevel": 0, @@ -432,7 +426,7 @@ ], "idx": 1, "istable": 1, - "modified": "2014-08-11 03:54:26.513630", + "modified": "2014-09-08 08:06:31.703783", "modified_by": "Administrator", "module": "Stock", "name": "Delivery Note Item", diff --git a/erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.json b/erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.json index 69c27556ce..aff8bbd5da 100755 --- a/erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.json +++ b/erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.json @@ -24,7 +24,7 @@ "fieldname": "item_name", "fieldtype": "Data", "in_filter": 0, - "in_list_view": 0, + "in_list_view": 1, "label": "Item Name", "oldfieldname": "item_name", "oldfieldtype": "Data", @@ -55,14 +55,12 @@ { "fieldname": "received_and_accepted", "fieldtype": "Section Break", - "in_list_view": 0, "label": "Received and Accepted", "permlevel": 0 }, { "fieldname": "received_qty", "fieldtype": "Float", - "in_list_view": 0, "label": "Recd Quantity", "oldfieldname": "received_qty", "oldfieldtype": "Currency", @@ -89,7 +87,6 @@ "fieldname": "rejected_qty", "fieldtype": "Float", "in_filter": 0, - "in_list_view": 0, "label": "Rejected Quantity", "oldfieldname": "rejected_qty", "oldfieldtype": "Currency", @@ -108,7 +105,7 @@ { "fieldname": "uom", "fieldtype": "Link", - "in_list_view": 0, + "in_list_view": 1, "label": "UOM", "oldfieldname": "uom", "oldfieldtype": "Link", @@ -123,7 +120,7 @@ { "fieldname": "stock_uom", "fieldtype": "Link", - "in_list_view": 0, + "in_list_view": 1, "label": "Stock UOM", "oldfieldname": "stock_uom", "oldfieldtype": "Data", @@ -138,7 +135,6 @@ { "fieldname": "conversion_factor", "fieldtype": "Float", - "in_list_view": 0, "label": "Conversion Factor", "oldfieldname": "conversion_factor", "oldfieldtype": "Currency", @@ -152,14 +148,12 @@ { "fieldname": "rate_and_amount", "fieldtype": "Section Break", - "in_list_view": 0, "label": "Rate and Amount", "permlevel": 0 }, { "fieldname": "price_list_rate", "fieldtype": "Currency", - "in_list_view": 0, "label": "Price List Rate", "options": "currency", "permlevel": 0, @@ -169,7 +163,7 @@ { "fieldname": "discount_percentage", "fieldtype": "Percent", - "in_list_view": 0, + "in_list_view": 1, "label": "Discount %", "permlevel": 0, "print_hide": 1, @@ -183,7 +177,6 @@ { "fieldname": "base_price_list_rate", "fieldtype": "Currency", - "in_list_view": 0, "label": "Price List Rate (Company Currency)", "options": "Company:company:default_currency", "permlevel": 0, @@ -228,7 +221,6 @@ { "fieldname": "base_rate", "fieldtype": "Currency", - "in_list_view": 0, "label": "Rate (Company Currency)", "oldfieldname": "purchase_rate", "oldfieldtype": "Currency", @@ -243,7 +235,6 @@ { "fieldname": "base_amount", "fieldtype": "Currency", - "in_list_view": 0, "label": "Amount (Company Currency)", "oldfieldname": "amount", "oldfieldtype": "Currency", @@ -266,7 +257,6 @@ { "fieldname": "warehouse_and_reference", "fieldtype": "Section Break", - "in_list_view": 0, "label": "Warehouse and Reference", "permlevel": 0 }, @@ -274,7 +264,7 @@ "fieldname": "warehouse", "fieldtype": "Link", "hidden": 0, - "in_list_view": 0, + "in_list_view": 1, "label": "Accepted Warehouse", "oldfieldname": "warehouse", "oldfieldtype": "Link", @@ -335,6 +325,7 @@ { "fieldname": "schedule_date", "fieldtype": "Date", + "in_list_view": 1, "label": "Required By", "no_copy": 0, "oldfieldname": "schedule_date", @@ -434,6 +425,7 @@ { "fieldname": "batch_no", "fieldtype": "Link", + "in_list_view": 1, "label": "Batch No", "oldfieldname": "batch_no", "oldfieldtype": "Link", @@ -557,7 +549,7 @@ ], "idx": 1, "istable": 1, - "modified": "2014-08-26 12:38:04.065982", + "modified": "2014-09-08 08:06:31.957563", "modified_by": "Administrator", "module": "Stock", "name": "Purchase Receipt Item",