diff --git a/accounts/doctype/account/account.txt b/accounts/doctype/account/account.txt index 9ce509c1785..b29c61782fd 100644 --- a/accounts/doctype/account/account.txt +++ b/accounts/doctype/account/account.txt @@ -12,7 +12,7 @@ # These values are common for all DocType { - '_last_update': '1308829300', + '_last_update': '1309508836', 'allow_copy': 1, 'allow_trash': 1, 'colour': 'White:FFF', @@ -179,7 +179,7 @@ 'oldfieldtype': 'Data', 'permlevel': 1, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -225,7 +225,7 @@ 'options': '\nLedger\nGroup', 'permlevel': 1, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -259,7 +259,7 @@ 'oldfieldname': 'debit_or_credit', 'oldfieldtype': 'Data', 'permlevel': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -274,7 +274,7 @@ 'oldfieldtype': 'Select', 'options': 'Yes\nNo', 'permlevel': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -344,7 +344,7 @@ 'options': 'Company', 'permlevel': 1, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/accounts/doctype/account_balance/account_balance.txt b/accounts/doctype/account_balance/account_balance.txt index a53def25be1..1d23bb2fa1e 100644 --- a/accounts/doctype/account_balance/account_balance.txt +++ b/accounts/doctype/account_balance/account_balance.txt @@ -174,7 +174,7 @@ 'oldfieldname': 'fiscal_year', 'oldfieldtype': 'Link', 'options': 'Fiscal Year', - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/accounts/doctype/cost_center/cost_center.txt b/accounts/doctype/cost_center/cost_center.txt index ce39929003f..fab2dd5f4d1 100644 --- a/accounts/doctype/cost_center/cost_center.txt +++ b/accounts/doctype/cost_center/cost_center.txt @@ -182,6 +182,7 @@ 'options': 'Company', 'permlevel': 0, 'reqd': 1, + 'search_index': 0, 'trigger': 'Client' }, @@ -227,7 +228,8 @@ 'oldfieldname': 'distribution_id', 'oldfieldtype': 'Link', 'options': 'Budget Distribution', - 'permlevel': 0 + 'permlevel': 0, + 'search_index': 0 }, # DocField diff --git a/accounts/doctype/fiscal_year/fiscal_year.txt b/accounts/doctype/fiscal_year/fiscal_year.txt index fe02b343109..4a7f49ac828 100644 --- a/accounts/doctype/fiscal_year/fiscal_year.txt +++ b/accounts/doctype/fiscal_year/fiscal_year.txt @@ -182,7 +182,7 @@ 'oldfieldtype': 'Link', 'options': 'Company', 'permlevel': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/accounts/doctype/gl_entry/gl_entry.txt b/accounts/doctype/gl_entry/gl_entry.txt index 7278c4d13ad..776cbb3decf 100644 --- a/accounts/doctype/gl_entry/gl_entry.txt +++ b/accounts/doctype/gl_entry/gl_entry.txt @@ -12,7 +12,7 @@ # These values are common for all DocType { - '_last_update': '1294312170', + '_last_update': '1309508838', 'autoname': 'GL.#######', 'colour': 'White:FFF', 'doctype': 'DocType', @@ -119,7 +119,7 @@ 'label': 'Aging Date', 'oldfieldname': 'aging_date', 'oldfieldtype': 'Date', - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -221,7 +221,7 @@ 'oldfieldname': 'voucher_type', 'oldfieldtype': 'Select', 'options': 'Journal Voucher\nReceivable Voucher\nPayable Voucher', - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -262,7 +262,7 @@ 'oldfieldname': 'is_cancelled', 'oldfieldtype': 'Select', 'options': 'No\nYes', - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -276,7 +276,7 @@ 'oldfieldname': 'is_opening', 'oldfieldtype': 'Select', 'options': 'No\nYes', - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -304,7 +304,7 @@ 'oldfieldname': 'fiscal_year', 'oldfieldtype': 'Select', 'options': 'link:Fiscal Year', - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -318,6 +318,6 @@ 'oldfieldname': 'company', 'oldfieldtype': 'Link', 'options': 'Company', - 'search_index': 1 + 'search_index': 0 } ] \ No newline at end of file diff --git a/accounts/doctype/journal_voucher/journal_voucher.txt b/accounts/doctype/journal_voucher/journal_voucher.txt index 43ec61437a8..1260ec94d1b 100644 --- a/accounts/doctype/journal_voucher/journal_voucher.txt +++ b/accounts/doctype/journal_voucher/journal_voucher.txt @@ -21,7 +21,7 @@ # These values are common for all DocType { - '_last_update': '1305714002', + '_last_update': '1309508838', 'colour': 'White:FFF', 'doctype': 'DocType', 'module': 'Accounts', @@ -237,7 +237,7 @@ 'permlevel': 0, 'print_hide': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -297,7 +297,8 @@ 'oldfieldtype': 'Link', 'options': 'Journal Voucher', 'permlevel': 1, - 'print_hide': 1 + 'print_hide': 1, + 'search_index': 0 }, # DocField @@ -336,7 +337,7 @@ 'oldfieldname': 'cheque_no', 'oldfieldtype': 'Data', 'permlevel': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -365,7 +366,7 @@ 'oldfieldtype': 'Date', 'permlevel': 1, 'print_hide': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -536,7 +537,7 @@ 'options': 'No\nYes', 'permlevel': 0, 'print_hide': 1, - 'search_index': 1, + 'search_index': 0, 'trigger': 'Client' }, @@ -634,7 +635,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -651,7 +652,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -670,6 +671,7 @@ 'permlevel': 0, 'print_hide': 1, 'report_hide': 1, + 'search_index': 0, 'trigger': 'Client' }, @@ -722,7 +724,7 @@ 'options': '\nYes\nNo', 'permlevel': 0, 'print_hide': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -741,7 +743,7 @@ 'options': 'link:TDS Category', 'permlevel': 0, 'print_hide': 1, - 'search_index': 1, + 'search_index': 0, 'trigger': 'Client' }, @@ -760,6 +762,7 @@ 'options': 'Account', 'permlevel': 0, 'print_hide': 1, + 'search_index': 0, 'trigger': 'Client' }, @@ -790,7 +793,8 @@ 'oldfieldtype': 'Link', 'options': 'Account', 'permlevel': 0, - 'print_hide': 1 + 'print_hide': 1, + 'search_index': 0 }, # DocField diff --git a/accounts/doctype/journal_voucher_detail/journal_voucher_detail.txt b/accounts/doctype/journal_voucher_detail/journal_voucher_detail.txt index 39da0841f72..4a350c21f4b 100644 --- a/accounts/doctype/journal_voucher_detail/journal_voucher_detail.txt +++ b/accounts/doctype/journal_voucher_detail/journal_voucher_detail.txt @@ -69,7 +69,7 @@ 'oldfieldtype': 'Link', 'options': 'Cost Center', 'permlevel': 0, - 'search_index': 1, + 'search_index': 0, 'width': '180px' }, diff --git a/accounts/doctype/payable_voucher/payable_voucher.txt b/accounts/doctype/payable_voucher/payable_voucher.txt index c330e8d5087..c77db19dd23 100644 --- a/accounts/doctype/payable_voucher/payable_voucher.txt +++ b/accounts/doctype/payable_voucher/payable_voucher.txt @@ -12,7 +12,7 @@ # These values are common for all DocType { - '_last_update': '1308741898', + '_last_update': '1309508838', 'colour': 'White:FFF', 'doctype': 'DocType', 'module': 'Accounts', @@ -221,6 +221,7 @@ 'options': 'Supplier', 'permlevel': 0, 'print_hide': 1, + 'search_index': 1, 'trigger': 'Client' }, @@ -326,7 +327,7 @@ 'oldfieldtype': 'Date', 'permlevel': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -342,7 +343,7 @@ 'oldfieldtype': 'Date', 'permlevel': 0, 'print_hide': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -378,7 +379,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -394,7 +395,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -690,7 +691,7 @@ 'options': 'No\nYes', 'permlevel': 0, 'print_hide': 1, - 'search_index': 1, + 'search_index': 0, 'trigger': 'Client' }, @@ -768,7 +769,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -785,7 +786,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -1084,7 +1085,7 @@ 'oldfieldtype': 'Currency', 'permlevel': 1, 'print_hide': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/accounts/doctype/period_closing_voucher/period_closing_voucher.txt b/accounts/doctype/period_closing_voucher/period_closing_voucher.txt index e5bb1a274a4..58508871e7a 100644 --- a/accounts/doctype/period_closing_voucher/period_closing_voucher.txt +++ b/accounts/doctype/period_closing_voucher/period_closing_voucher.txt @@ -147,7 +147,8 @@ 'oldfieldtype': 'Select', 'options': 'link:Fiscal Year', 'permlevel': 0, - 'reqd': 1 + 'reqd': 1, + 'search_index': 1 }, # DocField diff --git a/accounts/doctype/pos_setting/pos_setting.txt b/accounts/doctype/pos_setting/pos_setting.txt index 7b1b9fa5a88..3809d67608c 100755 --- a/accounts/doctype/pos_setting/pos_setting.txt +++ b/accounts/doctype/pos_setting/pos_setting.txt @@ -172,7 +172,8 @@ 'oldfieldname': 'company', 'oldfieldtype': 'Link', 'options': 'Company', - 'reqd': 1 + 'reqd': 1, + 'search_index': 0 }, # DocField @@ -193,7 +194,8 @@ 'oldfieldname': 'customer_account', 'oldfieldtype': 'Link', 'options': 'Account', - 'reqd': 0 + 'reqd': 0, + 'search_index': 0 }, # DocField @@ -206,7 +208,8 @@ 'oldfieldname': 'cash_bank_account', 'oldfieldtype': 'Link', 'options': 'Account', - 'reqd': 1 + 'reqd': 1, + 'search_index': 0 }, # DocField @@ -219,7 +222,8 @@ 'oldfieldname': 'income_account', 'oldfieldtype': 'Link', 'options': 'Account', - 'reqd': 1 + 'reqd': 1, + 'search_index': 0 }, # DocField @@ -232,7 +236,8 @@ 'oldfieldname': 'warehouse', 'oldfieldtype': 'Link', 'options': 'Warehouse', - 'reqd': 1 + 'reqd': 1, + 'search_index': 0 }, # DocField @@ -245,7 +250,8 @@ 'oldfieldname': 'cost_center', 'oldfieldtype': 'Link', 'options': 'Cost Center', - 'reqd': 1 + 'reqd': 1, + 'search_index': 0 }, # DocField @@ -257,7 +263,8 @@ 'label': 'Charge', 'oldfieldname': 'charge', 'oldfieldtype': 'Link', - 'options': 'Other Charges' + 'options': 'Other Charges', + 'search_index': 0 }, # DocField @@ -282,7 +289,8 @@ 'label': 'Terms', 'oldfieldname': 'tc_name', 'oldfieldtype': 'Link', - 'options': 'Term' + 'options': 'Term', + 'search_index': 0 }, # DocField diff --git a/accounts/doctype/purchase_tax_detail/purchase_tax_detail.txt b/accounts/doctype/purchase_tax_detail/purchase_tax_detail.txt index 583a97f2606..ed67ba2f0bd 100644 --- a/accounts/doctype/purchase_tax_detail/purchase_tax_detail.txt +++ b/accounts/doctype/purchase_tax_detail/purchase_tax_detail.txt @@ -151,6 +151,7 @@ 'oldfieldtype': 'Link', 'options': 'Cost Center', 'permlevel': 0, + 'search_index': 0, 'trigger': 'Client' }, diff --git a/accounts/doctype/pv_detail/pv_detail.txt b/accounts/doctype/pv_detail/pv_detail.txt index 0243d71bbec..1e05160261b 100644 --- a/accounts/doctype/pv_detail/pv_detail.txt +++ b/accounts/doctype/pv_detail/pv_detail.txt @@ -111,7 +111,7 @@ 'options': 'Item Group', 'permlevel': 1, 'print_hide': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/accounts/doctype/receivable_voucher/receivable_voucher.txt b/accounts/doctype/receivable_voucher/receivable_voucher.txt index bcad9cc31c5..f2f9eafb20b 100644 --- a/accounts/doctype/receivable_voucher/receivable_voucher.txt +++ b/accounts/doctype/receivable_voucher/receivable_voucher.txt @@ -12,7 +12,7 @@ # These values are common for all DocType { - '_last_update': '1308741898', + '_last_update': '1309508839', 'change_log': '1. Change in pull_details method dt.-26-06-2009', 'colour': 'White:FFF', 'doctype': 'DocType', @@ -323,7 +323,7 @@ 'oldfieldtype': 'Date', 'permlevel': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -342,7 +342,7 @@ 'oldfieldtype': 'Date', 'permlevel': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -433,7 +433,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -903,7 +903,7 @@ 'options': 'No\nYes', 'permlevel': 0, 'print_hide': 1, - 'search_index': 1, + 'search_index': 0, 'trigger': 'Client' }, @@ -1027,7 +1027,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -1045,7 +1045,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -1116,7 +1116,7 @@ 'permlevel': 1, 'print_hide': 1, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/accounts/doctype/rv_detail/rv_detail.txt b/accounts/doctype/rv_detail/rv_detail.txt index 6950ca921a7..94a45837c1f 100644 --- a/accounts/doctype/rv_detail/rv_detail.txt +++ b/accounts/doctype/rv_detail/rv_detail.txt @@ -243,6 +243,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, + 'search_index': 1, 'trigger': 'Client', 'width': '120px' }, @@ -262,6 +263,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 0, + 'search_index': 1, 'trigger': 'Client', 'width': '120px' }, diff --git a/accounts/doctype/rv_tax_detail/rv_tax_detail.txt b/accounts/doctype/rv_tax_detail/rv_tax_detail.txt index 94846cb3c76..a9326a02861 100644 --- a/accounts/doctype/rv_tax_detail/rv_tax_detail.txt +++ b/accounts/doctype/rv_tax_detail/rv_tax_detail.txt @@ -80,7 +80,8 @@ 'oldfieldname': 'cost_center_other_charges', 'oldfieldtype': 'Link', 'options': 'Cost Center', - 'permlevel': 0 + 'permlevel': 0, + 'search_index': 0 }, # DocField diff --git a/accounts/doctype/tds_category_account/tds_category_account.txt b/accounts/doctype/tds_category_account/tds_category_account.txt index 88ee39a70d1..6f6022b243f 100644 --- a/accounts/doctype/tds_category_account/tds_category_account.txt +++ b/accounts/doctype/tds_category_account/tds_category_account.txt @@ -51,7 +51,7 @@ 'label': 'Company', 'oldfieldname': 'company', 'options': 'Company', - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/accounts/doctype/tds_payment/tds_payment.txt b/accounts/doctype/tds_payment/tds_payment.txt index abd4b0cdc07..8d0edfb10da 100644 --- a/accounts/doctype/tds_payment/tds_payment.txt +++ b/accounts/doctype/tds_payment/tds_payment.txt @@ -207,7 +207,7 @@ 'options': 'link:Fiscal Year', 'permlevel': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -269,7 +269,7 @@ 'oldfieldtype': 'Link', 'options': 'Company', 'permlevel': 0, - 'search_index': 1, + 'search_index': 0, 'trigger': 'Client' }, diff --git a/buying/doctype/indent/indent.txt b/buying/doctype/indent/indent.txt index 93767a8d208..cd6c91296c1 100644 --- a/buying/doctype/indent/indent.txt +++ b/buying/doctype/indent/indent.txt @@ -282,6 +282,7 @@ 'oldfieldtype': 'Data', 'options': 'Sales Order', 'permlevel': 0, + 'search_index': 0, 'width': '100px' }, @@ -338,7 +339,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1, + 'search_index': 0, 'width': '150px' }, @@ -357,7 +358,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1, + 'search_index': 0, 'width': '150px' }, @@ -487,7 +488,8 @@ 'options': 'Term', 'permlevel': 0, 'print_hide': 1, - 'report_hide': 1 + 'report_hide': 1, + 'search_index': 0 }, # DocField diff --git a/buying/doctype/indent_detail/indent_detail.txt b/buying/doctype/indent_detail/indent_detail.txt index c81b9cf4b25..c207266bbbb 100644 --- a/buying/doctype/indent_detail/indent_detail.txt +++ b/buying/doctype/indent_detail/indent_detail.txt @@ -85,7 +85,7 @@ 'oldfieldtype': 'Data', 'permlevel': 0, 'reqd': 1, - 'search_index': 1, + 'search_index': 0, 'width': '100px' }, @@ -132,6 +132,7 @@ 'options': 'Brand', 'permlevel': 1, 'print_hide': 1, + 'search_index': 0, 'width': '100px' }, @@ -151,7 +152,7 @@ 'permlevel': 1, 'print_hide': 1, 'reqd': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -199,6 +200,7 @@ 'options': 'UOM', 'permlevel': 1, 'reqd': 1, + 'search_index': 0, 'width': '50px' }, diff --git a/buying/doctype/po_detail/po_detail.txt b/buying/doctype/po_detail/po_detail.txt index 9e4d790c0df..71d78df1f3e 100644 --- a/buying/doctype/po_detail/po_detail.txt +++ b/buying/doctype/po_detail/po_detail.txt @@ -54,7 +54,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -89,7 +89,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -182,6 +182,7 @@ 'permlevel': 0, 'print_hide': 0, 'reqd': 1, + 'search_index': 0, 'trigger': 'Client', 'width': '100px' }, @@ -331,7 +332,8 @@ 'oldfieldtype': 'Link', 'options': 'Brand', 'permlevel': 1, - 'print_hide': 1 + 'print_hide': 1, + 'search_index': 0 }, # DocField @@ -348,7 +350,7 @@ 'options': 'Item Group', 'permlevel': 1, 'print_hide': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/buying/doctype/qa_inspection_report/qa_inspection_report.txt b/buying/doctype/qa_inspection_report/qa_inspection_report.txt index 5febdec44ef..10890dc8461 100644 --- a/buying/doctype/qa_inspection_report/qa_inspection_report.txt +++ b/buying/doctype/qa_inspection_report/qa_inspection_report.txt @@ -206,7 +206,8 @@ 'oldfieldtype': 'Link', 'options': 'Serial No', 'permlevel': 0, - 'print_hide': 0 + 'print_hide': 0, + 'search_index': 0 }, # DocField @@ -219,7 +220,8 @@ 'oldfieldname': 'batch_no', 'oldfieldtype': 'Link', 'options': 'Batch', - 'permlevel': 0 + 'permlevel': 0, + 'search_index': 0 }, # DocField @@ -255,7 +257,7 @@ 'options': 'Delivery Note', 'permlevel': 0, 'print_hide': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/buying/doctype/supplier/supplier.txt b/buying/doctype/supplier/supplier.txt index 3995c92fdc7..a7a08c3a07d 100644 --- a/buying/doctype/supplier/supplier.txt +++ b/buying/doctype/supplier/supplier.txt @@ -250,7 +250,7 @@ 'options': 'Company', 'permlevel': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/hr/doctype/attendance/attendance.txt b/hr/doctype/attendance/attendance.txt index a52225e7a57..4f189b1cdcf 100644 --- a/hr/doctype/attendance/attendance.txt +++ b/hr/doctype/attendance/attendance.txt @@ -141,7 +141,7 @@ 'oldfieldtype': 'Select', 'options': '\nPresent\nAbsent\nHalf Day', 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -193,7 +193,7 @@ 'oldfieldname': 'att_date', 'oldfieldtype': 'Date', 'reqd': 1, - 'search_index': 0 + 'search_index': 1 }, # DocField diff --git a/hr/doctype/educational_qualifications/educational_qualifications.txt b/hr/doctype/educational_qualifications/educational_qualifications.txt index 21f4a9adf1c..d57139bdf81 100644 --- a/hr/doctype/educational_qualifications/educational_qualifications.txt +++ b/hr/doctype/educational_qualifications/educational_qualifications.txt @@ -75,7 +75,7 @@ 'oldfieldtype': 'Select', 'options': '\nGraduate\nPost Graduate\nUnder Graduate', 'reqd': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/hr/doctype/employee/employee.txt b/hr/doctype/employee/employee.txt index cbe281d8377..49a494b99b1 100644 --- a/hr/doctype/employee/employee.txt +++ b/hr/doctype/employee/employee.txt @@ -173,7 +173,8 @@ 'oldfieldname': 'employee_name', 'oldfieldtype': 'Data', 'permlevel': 0, - 'reqd': 1 + 'reqd': 1, + 'search_index': 1 }, # DocField @@ -275,7 +276,7 @@ 'options': '\nActive\nLeft', 'permlevel': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -408,7 +409,8 @@ 'oldfieldtype': 'Link', 'options': 'Department', 'permlevel': 0, - 'reqd': 1 + 'reqd': 1, + 'search_index': 1 }, # DocField diff --git a/hr/doctype/expense_voucher/expense_voucher.txt b/hr/doctype/expense_voucher/expense_voucher.txt index 0f7812e87c6..596d4b5c500 100644 --- a/hr/doctype/expense_voucher/expense_voucher.txt +++ b/hr/doctype/expense_voucher/expense_voucher.txt @@ -189,7 +189,7 @@ 'oldfieldname': 'employee_name', 'oldfieldtype': 'Data', 'permlevel': 1, - 'search_index': 1, + 'search_index': 0, 'width': '150px' }, diff --git a/hr/doctype/leave_allocation/leave_allocation.txt b/hr/doctype/leave_allocation/leave_allocation.txt index 0b0c96c25d4..b147a7fb023 100644 --- a/hr/doctype/leave_allocation/leave_allocation.txt +++ b/hr/doctype/leave_allocation/leave_allocation.txt @@ -136,7 +136,7 @@ 'in_filter': 1, 'label': 'Employee Name', 'permlevel': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/hr/doctype/leave_application/leave_application.txt b/hr/doctype/leave_application/leave_application.txt index 11d01e6ba11..06b4170eb4c 100644 --- a/hr/doctype/leave_application/leave_application.txt +++ b/hr/doctype/leave_application/leave_application.txt @@ -3,9 +3,9 @@ # These values are common in all dictionaries { - 'creation': '2011-02-17 13:25:56', + 'creation': '2011-02-10 14:10:08', 'docstatus': 0, - 'modified': '2011-07-08 13:28:15', + 'modified': '2011-07-11 12:48:49', 'modified_by': 'Administrator', 'owner': 'Administrator' }, @@ -54,28 +54,28 @@ # DocPerm { - 'amend': 0, - 'cancel': 0, + 'amend': 1, + 'cancel': 1, 'create': 1, 'doctype': 'DocPerm', 'idx': 1, + 'match': 'owner', 'permlevel': 0, - 'role': 'Employee', - 'submit': 0, + 'submit': 1, 'write': 1 }, # DocPerm { - 'amend': 1, - 'cancel': 1, - 'create': 1, + 'amend': 0, + 'cancel': 0, + 'create': 0, 'doctype': 'DocPerm', 'idx': 2, + 'match': 'owner', 'permlevel': 0, - 'role': 'HR User', - 'submit': 1, - 'write': 1 + 'submit': 0, + 'write': 0 }, # DocPerm @@ -86,6 +86,19 @@ 'doctype': 'DocPerm', 'idx': 3, 'permlevel': 0, + 'role': 'HR User', + 'submit': 1, + 'write': 1 + }, + + # DocPerm + { + 'amend': 1, + 'cancel': 1, + 'create': 1, + 'doctype': 'DocPerm', + 'idx': 4, + 'permlevel': 0, 'role': 'HR Manager', 'submit': 1, 'write': 1 @@ -93,28 +106,18 @@ # DocPerm { - 'amend': 0, - 'cancel': 0, - 'create': 0, 'doctype': 'DocPerm', - 'idx': 4, + 'idx': 5, 'permlevel': 1, - 'role': 'HR User', - 'submit': 0, - 'write': 0 + 'role': 'HR User' }, # DocPerm { - 'amend': 0, - 'cancel': 0, - 'create': 0, 'doctype': 'DocPerm', - 'idx': 5, + 'idx': 6, 'permlevel': 1, - 'role': 'HR Manager', - 'submit': 0, - 'write': 0 + 'role': 'HR Manager' }, # DocField @@ -149,7 +152,7 @@ 'in_filter': 1, 'label': 'Employee Name', 'permlevel': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -201,7 +204,7 @@ 'options': 'link:Fiscal Year', 'permlevel': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -234,6 +237,7 @@ 'idx': 10, 'label': 'From Date', 'permlevel': 0, + 'search_index': 1, 'trigger': 'Client' }, @@ -246,6 +250,7 @@ 'idx': 11, 'label': 'To Date', 'permlevel': 0, + 'search_index': 1, 'trigger': 'Client' }, diff --git a/hr/doctype/salary_slip/salary_slip.txt b/hr/doctype/salary_slip/salary_slip.txt index d2ce4e3fb3b..d50499a6767 100644 --- a/hr/doctype/salary_slip/salary_slip.txt +++ b/hr/doctype/salary_slip/salary_slip.txt @@ -5,7 +5,7 @@ { 'creation': '2010-08-08 17:09:20', 'docstatus': 0, - 'modified': '2011-07-13 17:38:55', + 'modified': '2011-07-18 15:30:04', 'modified_by': 'Administrator', 'owner': 'Administrator' }, @@ -51,38 +51,72 @@ # DocPerm { - 'amend': 1, - 'cancel': 1, - 'create': 1, + 'amend': 0, + 'cancel': 0, + 'create': 0, 'doctype': 'DocPerm', - 'idx': 1, + 'match': 'owner', 'permlevel': 0, - 'role': 'System Manager', - 'submit': 1, - 'write': 1 + 'submit': 0, + 'write': 0 }, # DocPerm { 'amend': 0, 'cancel': 0, - 'create': 1, + 'create': 0, 'doctype': 'DocPerm', - 'idx': 2, + 'match': 'owner', 'permlevel': 0, - 'role': 'HR User', - 'submit': 1, - 'write': 1 + 'submit': 0, + 'write': 0 }, # DocPerm { 'amend': 0, 'cancel': 0, + 'create': 0, + 'doctype': 'DocPerm', + 'match': 'owner', + 'permlevel': 0, + 'submit': 0, + 'write': 0 + }, + + # DocPerm + { + 'amend': 0, + 'cancel': 0, + 'create': 0, + 'doctype': 'DocPerm', + 'match': 'owner', + 'permlevel': 0, + 'submit': 0, + 'write': 0 + }, + + # DocPerm + { + 'amend': 0, 'create': 1, 'doctype': 'DocPerm', 'idx': 3, 'permlevel': 0, + 'role': 'HR User', + 'submit': 1, + 'write': 1 + }, + + # DocPerm + { + 'amend': 1, + 'cancel': 1, + 'create': 1, + 'doctype': 'DocPerm', + 'idx': 4, + 'permlevel': 0, 'role': 'HR Manager', 'submit': 1, 'write': 1 @@ -90,28 +124,18 @@ # DocPerm { - 'amend': 0, - 'cancel': 0, - 'create': 0, 'doctype': 'DocPerm', - 'idx': 4, + 'idx': 5, 'permlevel': 1, - 'role': 'HR User', - 'submit': 0, - 'write': 0 + 'role': 'HR User' }, # DocPerm { - 'amend': 0, - 'cancel': 0, - 'create': 0, 'doctype': 'DocPerm', - 'idx': 5, + 'idx': 6, 'permlevel': 1, - 'role': 'HR Manager', - 'submit': 0, - 'write': 0 + 'role': 'HR Manager' }, # DocField @@ -148,7 +172,7 @@ 'options': 'Employee', 'permlevel': 0, 'reqd': 1, - 'search_index': 0 + 'search_index': 1 }, # DocField @@ -178,7 +202,7 @@ 'options': 'Department', 'permlevel': 1, 'reqd': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -193,7 +217,7 @@ 'oldfieldtype': 'Link', 'options': 'Designation', 'permlevel': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -208,7 +232,7 @@ 'oldfieldtype': 'Link', 'options': 'Branch', 'permlevel': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -223,7 +247,7 @@ 'oldfieldtype': 'Link', 'options': 'Grade', 'permlevel': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -261,6 +285,28 @@ 'permlevel': 0 }, + # DocField + { + 'doctype': 'DocField', + 'fieldname': 'letter_head', + 'fieldtype': 'Link', + 'idx': 11, + 'label': 'Letter Head', + 'options': 'Letter Head', + 'permlevel': 0 + }, + + # DocField + { + 'doctype': 'DocField', + 'fieldname': 'letter_head', + 'fieldtype': 'Link', + 'idx': 11, + 'label': 'Letter Head', + 'options': 'Letter Head', + 'permlevel': 0 + }, + # DocField { 'doctype': 'DocField', @@ -285,7 +331,33 @@ 'options': 'Fiscal Year', 'permlevel': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 + }, + + # DocField + { + 'doctype': 'DocField', + 'fieldname': 'company', + 'fieldtype': 'Select', + 'idx': 14, + 'in_filter': 1, + 'label': 'Company', + 'options': 'link:Company', + 'permlevel': 0, + 'reqd': 1 + }, + + # DocField + { + 'doctype': 'DocField', + 'fieldname': 'company', + 'fieldtype': 'Select', + 'idx': 14, + 'in_filter': 1, + 'label': 'Company', + 'options': 'link:Company', + 'permlevel': 0, + 'reqd': 1 }, # DocField diff --git a/knowledge_base/doctype/question/question.txt b/knowledge_base/doctype/question/question.txt index 428d269fe99..187789ce6fc 100644 --- a/knowledge_base/doctype/question/question.txt +++ b/knowledge_base/doctype/question/question.txt @@ -115,7 +115,8 @@ 'label': 'Tag 1', 'oldfieldname': 'tag_1', 'oldfieldtype': 'Link', - 'options': 'Question Tag' + 'options': 'Question Tag', + 'search_index': 0 }, # DocField @@ -136,7 +137,8 @@ 'label': 'Tag 2', 'oldfieldname': 'tag_2', 'oldfieldtype': 'Link', - 'options': 'Question Tag' + 'options': 'Question Tag', + 'search_index': 0 }, # DocField @@ -148,7 +150,8 @@ 'label': 'Tag 3', 'oldfieldname': 'tag_3', 'oldfieldtype': 'Link', - 'options': 'Question Tag' + 'options': 'Question Tag', + 'search_index': 0 }, # DocField diff --git a/patches/index_patch.py b/patches/index_patch.py index 9daf4fb96b1..53989f40b13 100644 --- a/patches/index_patch.py +++ b/patches/index_patch.py @@ -2,6 +2,9 @@ This patch removes wrong indexs and add proper indexes in tables """ +import webnotes +sql = webnotes.conn.sql +from webnotes.utils import cint, cstr def create_proper_index(): from webnotes.modules.export_module import export_to_files @@ -102,7 +105,7 @@ def create_proper_index(): 'File Group': ['parent_group'], 'Maintenance Visit Detail': ['item_code', 'service_person'], 'Support Ticket Response': [], - 'PV Detail': ['item_code', 'purchase_order', 'purchase_receipt', 'expense_head', 'cost_center'], + 'PV Detail': ['item_code', 'purchase_order', 'po_detail', 'purchase_receipt', 'pr_detail', 'expense_head', 'cost_center'], 'Timesheet Detail': ['project_name', 'task_id', 'customer_name'], 'Holiday List Detail': [], 'Workflow Rule Detail': [], @@ -125,7 +128,7 @@ def create_proper_index(): 'Declaration Detail': [], 'Holiday List': ['fiscal_year'], 'Sales Person': ['lft', 'rgt', 'parent_sales_person'], - 'RV Detail': ['item_code', 'sales_order', 'delivery_note', 'cost_center', 'income_account'], + 'RV Detail': ['item_code', 'sales_order', 'so_detail', 'delivery_note', 'dn_detail', 'cost_center', 'income_account'], 'Module Def Item': [], 'TDS Category': [], 'DocTrigger': [], @@ -264,29 +267,34 @@ def create_proper_index(): 'Print Heading': [], 'TDS Rate Detail': ['category'] } - - for dt in dt_index_fields.keys(): - current_index = sql("show indexes from `tab%s`" % dt) + sql("commit") + exist_dt = [cstr(d[0]) for d in sql("select name from `tabDocType`")] - proper_index = dt_index_fields[dt] + for dt in [d for d in dt_index_fields.keys() if d in exist_dt]: + try: + current_index = sql("show indexes from `tab%s`" % dt) - for d in current_index: - if d[4] not in ['name', 'parent', 'parenttype']: - if d[4] not in proper_index: - sql("ALTER TABLE `tab%s` DROP INDEX %s" % (dt, d[4])) - sql("start transaction") - sql("UPDATE `tabDocField` SET search_index = 0 WHERE fieldname = '%s' AND parent = '%s'" % (d[4], dt)) - sql("commit") - else: - proper_index.remove(d[4]) + proper_index = dt_index_fields[dt] - for d in proper_index: - sql("ALTER TABLE `tab%s` ADD INDEX ( `%s` ) " % (dt, d)) - sql("start transaction") - sql("UPDATE `tabDocField` SET search_index = 1 WHERE fieldname = '%s' AND parent = '%s'" % (d, dt)) - sql("commit") + for d in current_index: + if d[4] not in ['name', 'parent', 'parenttype']: + if d[4] not in proper_index: + sql("ALTER TABLE `tab%s` DROP INDEX %s" % (dt, d[4])) + sql("start transaction") + sql("UPDATE `tabDocField` SET search_index = 0 WHERE fieldname = '%s' AND parent = '%s'" % (d[4], dt)) + sql("commit") + else: + proper_index.remove(d[4]) + + for d in proper_index: + sql("ALTER TABLE `tab%s` ADD INDEX ( `%s` ) " % (dt, d)) + sql("start transaction") + sql("UPDATE `tabDocField` SET search_index = 1 WHERE fieldname = '%s' AND parent = '%s'" % (d, dt)) + sql("commit") - sql("start transaction") - dt_module = sql("select module from `tabDocType` where name = '%s'" % dt)[0][0] - export_to_files(record_list = [['DocType', dt]], record_module = dt_module) - sql("commit") + sql("start transaction") + dt_module = sql("select module from `tabDocType` where name = '%s'" % dt)[0][0] + export_to_files(record_list = [['DocType', dt]], record_module = dt_module) + sql("commit") + except: + continue diff --git a/patches/patch.py b/patches/patch.py index ad7eb7d623d..83e85acf9a6 100644 --- a/patches/patch.py +++ b/patches/patch.py @@ -1,7 +1,7 @@ # REMEMBER to update this # ======================== -last_patch = 327 +last_patch = 328 #------------------------------------------- @@ -1301,3 +1301,6 @@ def execute(patch_no): elif patch_no == 327: if webnotes.conn.get_value('Control Panel', None, 'account_id') != 'axjanak2011': sql("delete from `tabDocField` where fieldname = 'supplier_status' and parent = 'Supplier'") + elif patch_no == 328: + from index_patch import create_proper_index + create_proper_index() diff --git a/production/doctype/bill_of_materials/bill_of_materials.txt b/production/doctype/bill_of_materials/bill_of_materials.txt index 4e788d7cdb5..37d8b69491b 100644 --- a/production/doctype/bill_of_materials/bill_of_materials.txt +++ b/production/doctype/bill_of_materials/bill_of_materials.txt @@ -12,6 +12,7 @@ # These values are common for all DocType { + '_last_update': '1309508837', 'allow_attach': 0, 'allow_copy': 0, 'allow_email': 0, diff --git a/production/doctype/bom_operation/bom_operation.txt b/production/doctype/bom_operation/bom_operation.txt index 873faec352c..9bc7f9e32f6 100644 --- a/production/doctype/bom_operation/bom_operation.txt +++ b/production/doctype/bom_operation/bom_operation.txt @@ -114,6 +114,7 @@ 'options': 'Workstation', 'permlevel': 0, 'reqd': 1, + 'search_index': 0, 'trigger': 'Client' }, diff --git a/production/doctype/bom_replace_utility_detail/bom_replace_utility_detail.txt b/production/doctype/bom_replace_utility_detail/bom_replace_utility_detail.txt index ab18e44accb..d36f26ba0ac 100644 --- a/production/doctype/bom_replace_utility_detail/bom_replace_utility_detail.txt +++ b/production/doctype/bom_replace_utility_detail/bom_replace_utility_detail.txt @@ -99,6 +99,7 @@ 'oldfieldname': 'bom_created', 'oldfieldtype': 'Link', 'options': 'Bill Of Materials', - 'permlevel': 1 + 'permlevel': 1, + 'search_index': 0 } ] \ No newline at end of file diff --git a/production/doctype/flat_bom_detail/flat_bom_detail.txt b/production/doctype/flat_bom_detail/flat_bom_detail.txt index 4b8812b44eb..73393005fb2 100644 --- a/production/doctype/flat_bom_detail/flat_bom_detail.txt +++ b/production/doctype/flat_bom_detail/flat_bom_detail.txt @@ -162,7 +162,8 @@ 'label': 'Stock UOM', 'oldfieldname': 'stock_uom', 'oldfieldtype': 'Link', - 'options': 'UOM' + 'options': 'UOM', + 'search_index': 0 }, # DocField diff --git a/production/doctype/pp_detail/pp_detail.txt b/production/doctype/pp_detail/pp_detail.txt index 61a34bdf76c..482fae23ca4 100644 --- a/production/doctype/pp_detail/pp_detail.txt +++ b/production/doctype/pp_detail/pp_detail.txt @@ -131,7 +131,7 @@ 'oldfieldtype': 'Date', 'permlevel': 0, 'reqd': 1, - 'search_index': 1, + 'search_index': 0, 'width': '100px' }, @@ -146,6 +146,7 @@ 'oldfieldtype': 'Link', 'options': 'Bill Of Materials', 'permlevel': 0, + 'search_index': 0, 'width': '100px' }, diff --git a/production/doctype/production_order/production_order.txt b/production/doctype/production_order/production_order.txt index 7df63971d41..c927edfae1d 100644 --- a/production/doctype/production_order/production_order.txt +++ b/production/doctype/production_order/production_order.txt @@ -180,6 +180,7 @@ 'options': 'Bill Of Materials', 'permlevel': 1, 'reqd': 1, + 'search_index': 0, 'trigger': 'Client' }, @@ -306,7 +307,8 @@ 'oldfieldtype': 'Link', 'options': 'Warehouse', 'permlevel': 0, - 'reqd': 1 + 'reqd': 1, + 'search_index': 0 }, # DocField @@ -323,7 +325,8 @@ 'oldfieldtype': 'Link', 'options': 'Warehouse', 'permlevel': 0, - 'reqd': 1 + 'reqd': 1, + 'search_index': 0 }, # DocField @@ -367,7 +370,8 @@ 'oldfieldtype': 'Link', 'options': 'Company', 'permlevel': 0, - 'reqd': 1 + 'reqd': 1, + 'search_index': 0 }, # DocField diff --git a/production/doctype/update_delivery_date_detail/update_delivery_date_detail.txt b/production/doctype/update_delivery_date_detail/update_delivery_date_detail.txt index f8499ce4a77..646a97ee0af 100644 --- a/production/doctype/update_delivery_date_detail/update_delivery_date_detail.txt +++ b/production/doctype/update_delivery_date_detail/update_delivery_date_detail.txt @@ -86,7 +86,8 @@ 'oldfieldname': 'state', 'oldfieldtype': 'Link', 'options': 'State', - 'permlevel': 0 + 'permlevel': 0, + 'search_index': 0 }, # DocField @@ -100,7 +101,8 @@ 'oldfieldtype': 'Link', 'options': 'Territory', 'permlevel': 1, - 'print_hide': 1 + 'print_hide': 1, + 'search_index': 0 }, # DocField diff --git a/projects/doctype/project/project.txt b/projects/doctype/project/project.txt index b1442468898..3d57e12b919 100644 --- a/projects/doctype/project/project.txt +++ b/projects/doctype/project/project.txt @@ -94,7 +94,8 @@ 'oldfieldname': 'project_name', 'oldfieldtype': 'Data', 'permlevel': 0, - 'reqd': 1 + 'reqd': 1, + 'search_index': 1 }, # DocField @@ -112,7 +113,7 @@ 'options': 'Open\nCompleted\nCancelled', 'permlevel': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -356,7 +357,7 @@ 'oldfieldname': 'customer_name', 'oldfieldtype': 'Data', 'permlevel': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -401,6 +402,7 @@ 'options': 'Territory', 'permlevel': 0, 'reqd': 0, + 'search_index': 0, 'trigger': 'Client' }, @@ -438,7 +440,8 @@ 'oldfieldname': 'customer_group', 'oldfieldtype': 'Link', 'options': 'Customer Group', - 'permlevel': 1 + 'permlevel': 1, + 'search_index': 0 }, # DocField diff --git a/projects/doctype/timesheet/timesheet.txt b/projects/doctype/timesheet/timesheet.txt index 462b64bc284..839da19ad1a 100644 --- a/projects/doctype/timesheet/timesheet.txt +++ b/projects/doctype/timesheet/timesheet.txt @@ -145,7 +145,8 @@ 'oldfieldtype': 'Link', 'options': 'Profile', 'permlevel': 0, - 'reqd': 1 + 'reqd': 1, + 'search_index': 0 }, # DocField diff --git a/projects/doctype/timesheet_detail/timesheet_detail.txt b/projects/doctype/timesheet_detail/timesheet_detail.txt index a96c14b9ff4..0098228ff10 100644 --- a/projects/doctype/timesheet_detail/timesheet_detail.txt +++ b/projects/doctype/timesheet_detail/timesheet_detail.txt @@ -75,6 +75,7 @@ 'options': 'Activity Type', 'permlevel': 0, 'reqd': 1, + 'search_index': 0, 'width': '200px' }, diff --git a/selling/doctype/customer/customer.txt b/selling/doctype/customer/customer.txt index 364b148fafb..e53a243bfa8 100644 --- a/selling/doctype/customer/customer.txt +++ b/selling/doctype/customer/customer.txt @@ -12,7 +12,7 @@ # These values are common for all DocType { - '_last_update': '1306834669', + '_last_update': '1309508837', 'allow_print': 0, 'allow_trash': 1, 'colour': 'White:FFF', @@ -176,7 +176,7 @@ 'idx': 4, 'label': 'Series', 'no_copy': 1, - 'options': '\nCUST\nCUSTMUM', + 'options': '\nCUST\nCUSTMUM\nCUSTOM', 'permlevel': 0, 'print_hide': 0 }, @@ -340,7 +340,7 @@ 'options': 'Company', 'permlevel': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/selling/doctype/enquiry/enquiry.txt b/selling/doctype/enquiry/enquiry.txt index c13ad46956d..260e077bae7 100644 --- a/selling/doctype/enquiry/enquiry.txt +++ b/selling/doctype/enquiry/enquiry.txt @@ -187,7 +187,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 0, - 'search_index': 0, + 'search_index': 1, 'trigger': 'Client' }, @@ -244,6 +244,7 @@ 'options': 'Lead', 'permlevel': 0, 'print_hide': 1, + 'search_index': 1, 'trigger': 'Client' }, @@ -326,6 +327,7 @@ 'oldfieldtype': 'Date', 'permlevel': 0, 'reqd': 1, + 'search_index': 1, 'width': '50px' }, @@ -405,7 +407,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1, + 'search_index': 0, 'trigger': 'Client' }, @@ -426,7 +428,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 0, - 'search_index': 1, + 'search_index': 0, 'trigger': 'Client' }, @@ -492,7 +494,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -509,7 +511,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/selling/doctype/enquiry_detail/enquiry_detail.txt b/selling/doctype/enquiry_detail/enquiry_detail.txt index bd9275b93ba..284b43642c9 100644 --- a/selling/doctype/enquiry_detail/enquiry_detail.txt +++ b/selling/doctype/enquiry_detail/enquiry_detail.txt @@ -90,7 +90,8 @@ 'oldfieldname': 'item_group', 'oldfieldtype': 'Link', 'options': 'Item Group', - 'print_hide': 1 + 'print_hide': 1, + 'search_index': 0 }, # DocField @@ -104,7 +105,8 @@ 'oldfieldname': 'brand', 'oldfieldtype': 'Link', 'options': 'Brand', - 'print_hide': 1 + 'print_hide': 1, + 'search_index': 0 }, # DocField @@ -140,6 +142,7 @@ 'label': 'UOM', 'oldfieldname': 'uom', 'oldfieldtype': 'Link', - 'options': 'UOM' + 'options': 'UOM', + 'search_index': 0 } ] \ No newline at end of file diff --git a/selling/doctype/installation_note/installation_note.txt b/selling/doctype/installation_note/installation_note.txt index adfce208b1c..8feb2f59913 100644 --- a/selling/doctype/installation_note/installation_note.txt +++ b/selling/doctype/installation_note/installation_note.txt @@ -201,7 +201,7 @@ 'oldfieldtype': 'Data', 'permlevel': 1, 'reqd': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -257,7 +257,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -292,7 +292,8 @@ 'oldfieldname': 'inst_date', 'oldfieldtype': 'Date', 'permlevel': 0, - 'reqd': 1 + 'reqd': 1, + 'search_index': 1 }, # DocField @@ -340,7 +341,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1, + 'search_index': 0, 'trigger': 'Client' }, diff --git a/selling/doctype/installed_item_details/installed_item_details.txt b/selling/doctype/installed_item_details/installed_item_details.txt index 7971cb52d2e..3b4632c56fe 100644 --- a/selling/doctype/installed_item_details/installed_item_details.txt +++ b/selling/doctype/installed_item_details/installed_item_details.txt @@ -140,7 +140,7 @@ 'oldfieldtype': 'Data', 'permlevel': 1, 'print_hide': 1, - 'search_index': 1, + 'search_index': 0, 'width': '150px' }, diff --git a/selling/doctype/lead/lead.txt b/selling/doctype/lead/lead.txt index a476c66577b..23873236a59 100644 --- a/selling/doctype/lead/lead.txt +++ b/selling/doctype/lead/lead.txt @@ -188,7 +188,7 @@ 'options': "\nExisting Customer\nReference\nAdvertisement\nCold Calling\nExhibition\nSupplier Reference\nMass Mailing\nCustomer's Vendor\nCampaign\nWebsite", 'permlevel': 0, 'reqd': 1, - 'search_index': 1, + 'search_index': 0, 'trigger': 'Client' }, @@ -239,7 +239,7 @@ 'oldfieldtype': 'Data', 'permlevel': 0, 'reqd': 0, - 'search_index': 1, + 'search_index': 0, 'trigger': 'Client' }, @@ -350,7 +350,7 @@ 'options': '\nHot\nWarm\nCold', 'permlevel': 0, 'reqd': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -616,7 +616,7 @@ 'oldfieldtype': 'Link', 'options': 'Profile', 'permlevel': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -633,7 +633,7 @@ 'options': '\nLower Income\nMiddle Income\nUpper Income', 'permlevel': 0, 'reqd': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/selling/doctype/quotation/quotation.txt b/selling/doctype/quotation/quotation.txt index e198b86086f..6763c2df254 100644 --- a/selling/doctype/quotation/quotation.txt +++ b/selling/doctype/quotation/quotation.txt @@ -414,7 +414,7 @@ 'permlevel': 0, 'print_hide': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -435,7 +435,7 @@ 'permlevel': 1, 'print_hide': 1, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -520,7 +520,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1, + 'search_index': 0, 'trigger': 'Client' }, @@ -539,7 +539,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 0, - 'search_index': 1, + 'search_index': 0, 'trigger': 'Client' }, @@ -584,7 +584,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1, + 'search_index': 0, 'trigger': 'Client', 'width': '100px' }, @@ -1035,7 +1035,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1, + 'search_index': 0, 'trigger': 'Client', 'width': '150px' }, @@ -1055,7 +1055,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/selling/doctype/quotation_detail/quotation_detail.txt b/selling/doctype/quotation_detail/quotation_detail.txt index 074443bd267..23c86fab4f6 100644 --- a/selling/doctype/quotation_detail/quotation_detail.txt +++ b/selling/doctype/quotation_detail/quotation_detail.txt @@ -73,7 +73,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1, + 'search_index': 0, 'width': '150px' }, @@ -260,7 +260,7 @@ 'options': 'Item Group', 'permlevel': 1, 'print_hide': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -276,7 +276,7 @@ 'options': 'Brand', 'permlevel': 1, 'print_hide': 1, - 'search_index': 1, + 'search_index': 0, 'width': '150px' }, diff --git a/selling/doctype/return_detail/return_detail.txt b/selling/doctype/return_detail/return_detail.txt index 7091b3f3821..4c1e2f721c7 100644 --- a/selling/doctype/return_detail/return_detail.txt +++ b/selling/doctype/return_detail/return_detail.txt @@ -75,7 +75,8 @@ 'oldfieldname': 'uom', 'oldfieldtype': 'Link', 'options': 'UOM', - 'permlevel': 1 + 'permlevel': 1, + 'search_index': 0 }, # DocField diff --git a/selling/doctype/sales_order_detail/sales_order_detail.txt b/selling/doctype/sales_order_detail/sales_order_detail.txt index e89768c6ecf..7e46d74af15 100644 --- a/selling/doctype/sales_order_detail/sales_order_detail.txt +++ b/selling/doctype/sales_order_detail/sales_order_detail.txt @@ -394,7 +394,7 @@ 'options': 'Brand', 'permlevel': 1, 'print_hide': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -410,7 +410,7 @@ 'options': 'Item Group', 'permlevel': 1, 'print_hide': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/setup/doctype/authorization_rule/authorization_rule.txt b/setup/doctype/authorization_rule/authorization_rule.txt index ef20f3621a3..a4364956ae5 100644 --- a/setup/doctype/authorization_rule/authorization_rule.txt +++ b/setup/doctype/authorization_rule/authorization_rule.txt @@ -79,7 +79,8 @@ 'oldfieldname': 'company', 'oldfieldtype': 'Link', 'options': 'Company', - 'reqd': 0 + 'reqd': 0, + 'search_index': 0 }, # DocField @@ -157,7 +158,8 @@ 'label': 'Applicable To (Employee)', 'oldfieldname': 'to_emp', 'oldfieldtype': 'Link', - 'options': 'Employee' + 'options': 'Employee', + 'search_index': 0 }, # DocField @@ -171,7 +173,8 @@ 'label': 'Applicable To (Designation)', 'oldfieldname': 'to_designation', 'oldfieldtype': 'Link', - 'options': 'Designation' + 'options': 'Designation', + 'search_index': 0 }, # DocField diff --git a/setup/doctype/company/company.txt b/setup/doctype/company/company.txt index a7498d6e057..15ba781a67e 100644 --- a/setup/doctype/company/company.txt +++ b/setup/doctype/company/company.txt @@ -5,7 +5,7 @@ { 'creation': '2010-08-08 17:08:55', 'docstatus': 0, - 'modified': '2011-07-06 11:42:34', + 'modified': '2011-07-01 17:43:29', 'modified_by': 'Administrator', 'owner': 'Administrator' }, diff --git a/setup/doctype/naming_series_options/naming_series_options.txt b/setup/doctype/naming_series_options/naming_series_options.txt index f30686daaa6..b964556fdce 100644 --- a/setup/doctype/naming_series_options/naming_series_options.txt +++ b/setup/doctype/naming_series_options/naming_series_options.txt @@ -66,7 +66,8 @@ 'idx': 1, 'label': 'Doc Type', 'oldfieldname': 'doc_type', - 'oldfieldtype': 'Data' + 'oldfieldtype': 'Data', + 'search_index': 1 }, # DocField diff --git a/setup/doctype/other_charges/other_charges.txt b/setup/doctype/other_charges/other_charges.txt index b9908fc3b01..ac9c6c58b16 100644 --- a/setup/doctype/other_charges/other_charges.txt +++ b/setup/doctype/other_charges/other_charges.txt @@ -160,7 +160,7 @@ 'oldfieldtype': 'Data', 'permlevel': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -186,7 +186,7 @@ 'options': 'Company', 'permlevel': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/setup/doctype/sales_partner/sales_partner.txt b/setup/doctype/sales_partner/sales_partner.txt index a61a9fb2dce..18b3abb5b4e 100644 --- a/setup/doctype/sales_partner/sales_partner.txt +++ b/setup/doctype/sales_partner/sales_partner.txt @@ -191,7 +191,7 @@ 'oldfieldtype': 'Select', 'options': '\nChannel Partner\nDistributor\nDealer\nAgent\nRetailer\nImplementation Partner\nReseller', 'permlevel': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/setup/doctype/sales_person/sales_person.txt b/setup/doctype/sales_person/sales_person.txt index 0ffcd7422ab..0680c3886fb 100644 --- a/setup/doctype/sales_person/sales_person.txt +++ b/setup/doctype/sales_person/sales_person.txt @@ -156,7 +156,7 @@ 'oldfieldtype': 'Data', 'permlevel': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -281,7 +281,7 @@ 'oldfieldtype': 'Select', 'options': 'link:Country', 'permlevel': 0, - 'search_index': 1, + 'search_index': 0, 'trigger': 'Client' }, @@ -297,7 +297,7 @@ 'oldfieldtype': 'Select', 'options': 'link:State', 'permlevel': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -324,7 +324,8 @@ 'oldfieldname': 'territory', 'oldfieldtype': 'Link', 'options': 'Territory', - 'permlevel': 0 + 'permlevel': 0, + 'search_index': 0 }, # DocField @@ -397,7 +398,8 @@ 'oldfieldname': 'distribution_id', 'oldfieldtype': 'Link', 'options': 'Budget Distribution', - 'permlevel': 0 + 'permlevel': 0, + 'search_index': 0 }, # DocField diff --git a/setup/doctype/term/term.txt b/setup/doctype/term/term.txt index f169780b4da..fe3bd7576d3 100644 --- a/setup/doctype/term/term.txt +++ b/setup/doctype/term/term.txt @@ -155,7 +155,7 @@ 'oldfieldtype': 'Data', 'permlevel': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/setup/doctype/territory/territory.txt b/setup/doctype/territory/territory.txt index 0bf94f30299..a4de2d6f2d5 100644 --- a/setup/doctype/territory/territory.txt +++ b/setup/doctype/territory/territory.txt @@ -160,7 +160,7 @@ 'oldfieldtype': 'Link', 'options': 'Sales Person', 'permlevel': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -267,7 +267,8 @@ 'oldfieldname': 'distribution_id', 'oldfieldtype': 'Link', 'options': 'Budget Distribution', - 'permlevel': 0 + 'permlevel': 0, + 'search_index': 0 }, # DocField diff --git a/setup/doctype/workflow_rule/workflow_rule.txt b/setup/doctype/workflow_rule/workflow_rule.txt index d95a481be0c..7c358265ad1 100644 --- a/setup/doctype/workflow_rule/workflow_rule.txt +++ b/setup/doctype/workflow_rule/workflow_rule.txt @@ -106,7 +106,7 @@ 'oldfieldtype': 'Select', 'options': '\nActive\nInactive', 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/stock/doctype/bin/bin.txt b/stock/doctype/bin/bin.txt index 2ecbcf0d3c3..6a402972fdb 100644 --- a/stock/doctype/bin/bin.txt +++ b/stock/doctype/bin/bin.txt @@ -162,7 +162,7 @@ 'label': 'Reserved Quantity', 'oldfieldname': 'reserved_qty', 'oldfieldtype': 'Currency', - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -176,7 +176,7 @@ 'label': 'Actual Quantity', 'oldfieldname': 'actual_qty', 'oldfieldtype': 'Currency', - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -190,7 +190,7 @@ 'label': 'Ordered Quantity', 'oldfieldname': 'ordered_qty', 'oldfieldtype': 'Currency', - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -204,7 +204,7 @@ 'label': 'Indented Quantity', 'oldfieldname': 'indented_qty', 'oldfieldtype': 'Currency', - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -217,7 +217,7 @@ 'label': 'Planned Qty', 'oldfieldname': 'planned_qty', 'oldfieldtype': 'Currency', - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -258,7 +258,7 @@ 'label': 'UOM', 'oldfieldname': 'stock_uom', 'oldfieldtype': 'Data', - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/stock/doctype/delivery_note/delivery_note.txt b/stock/doctype/delivery_note/delivery_note.txt index 0c1cc52c36e..97280e99831 100644 --- a/stock/doctype/delivery_note/delivery_note.txt +++ b/stock/doctype/delivery_note/delivery_note.txt @@ -332,7 +332,7 @@ 'permlevel': 0, 'print_hide': 0, 'reqd': 1, - 'search_index': 1, + 'search_index': 0, 'width': '100px' }, @@ -352,7 +352,7 @@ 'permlevel': 1, 'print_hide': 1, 'reqd': 1, - 'search_index': 1, + 'search_index': 0, 'width': '150px' }, @@ -372,7 +372,7 @@ 'oldfieldtype': 'Currency', 'permlevel': 1, 'print_hide': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -391,7 +391,7 @@ 'oldfieldtype': 'Currency', 'permlevel': 1, 'print_hide': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -439,7 +439,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -453,7 +453,7 @@ 'options': 'Customer Group', 'permlevel': 0, 'print_hide': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -1014,7 +1014,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1, + 'search_index': 0, 'width': '150px' }, @@ -1032,7 +1032,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1, + 'search_index': 0, 'width': '150px' }, diff --git a/stock/doctype/delivery_note_detail/delivery_note_detail.txt b/stock/doctype/delivery_note_detail/delivery_note_detail.txt index f5dd8bf9514..78aea3267f0 100644 --- a/stock/doctype/delivery_note_detail/delivery_note_detail.txt +++ b/stock/doctype/delivery_note_detail/delivery_note_detail.txt @@ -285,7 +285,8 @@ 'oldfieldtype': 'Link', 'options': 'Batch', 'permlevel': 0, - 'print_hide': 1 + 'print_hide': 1, + 'search_index': 0 }, # DocField @@ -299,7 +300,8 @@ 'oldfieldtype': 'Link', 'options': 'Item Group', 'permlevel': 1, - 'print_hide': 1 + 'print_hide': 1, + 'search_index': 0 }, # DocField @@ -314,6 +316,7 @@ 'options': 'Brand', 'permlevel': 1, 'print_hide': 1, + 'search_index': 0, 'width': '150px' }, @@ -423,7 +426,7 @@ 'oldfieldtype': 'Data', 'permlevel': 1, 'print_hide': 1, - 'search_index': 1, + 'search_index': 0, 'width': '150px' }, @@ -455,7 +458,7 @@ 'oldfieldtype': 'Data', 'permlevel': 1, 'print_hide': 1, - 'search_index': 0, + 'search_index': 1, 'width': '150px' }, diff --git a/stock/doctype/delivery_note_packing_detail/delivery_note_packing_detail.txt b/stock/doctype/delivery_note_packing_detail/delivery_note_packing_detail.txt index 10fdfdaa4ec..3924c13a8fd 100644 --- a/stock/doctype/delivery_note_packing_detail/delivery_note_packing_detail.txt +++ b/stock/doctype/delivery_note_packing_detail/delivery_note_packing_detail.txt @@ -178,7 +178,8 @@ 'oldfieldname': 'uom', 'oldfieldtype': 'Link', 'options': 'UOM', - 'permlevel': 1 + 'permlevel': 1, + 'search_index': 0 }, # DocField diff --git a/stock/doctype/item/item.txt b/stock/doctype/item/item.txt index a20c9687aca..ec42ff4a589 100644 --- a/stock/doctype/item/item.txt +++ b/stock/doctype/item/item.txt @@ -12,7 +12,7 @@ # These values are common for all DocType { - '_last_update': '1308741898', + '_last_update': '1309508838', 'allow_attach': 1, 'allow_trash': 1, 'autoname': 'field:item_code', @@ -197,7 +197,7 @@ 'oldfieldtype': 'Data', 'permlevel': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -241,7 +241,8 @@ 'options': 'Brand', 'permlevel': 0, 'print_hide': 1, - 'reqd': 0 + 'reqd': 0, + 'search_index': 0 }, # DocField @@ -312,7 +313,8 @@ 'oldfieldtype': 'Link', 'options': 'UOM', 'permlevel': 0, - 'reqd': 1 + 'reqd': 1, + 'search_index': 0 }, # DocField @@ -355,7 +357,8 @@ 'oldfieldname': 'default_warehouse', 'oldfieldtype': 'Link', 'options': 'Warehouse', - 'permlevel': 0 + 'permlevel': 0, + 'search_index': 0 }, # DocField @@ -556,6 +559,7 @@ 'oldfieldtype': 'Link', 'options': 'Account', 'permlevel': 0, + 'search_index': 0, 'trigger': 'Client' }, @@ -571,7 +575,8 @@ 'oldfieldname': 'cost_center', 'oldfieldtype': 'Link', 'options': 'Cost Center', - 'permlevel': 0 + 'permlevel': 0, + 'search_index': 0 }, # DocField @@ -719,7 +724,8 @@ 'idx': 43, 'label': 'Default Income Account', 'options': 'Account', - 'permlevel': 0 + 'permlevel': 0, + 'search_index': 0 }, # DocField @@ -730,7 +736,8 @@ 'idx': 44, 'label': 'Cost Center', 'options': 'Cost Center', - 'permlevel': 0 + 'permlevel': 0, + 'search_index': 0 }, # DocField @@ -872,7 +879,8 @@ 'oldfieldname': 'default_bom', 'oldfieldtype': 'Link', 'options': 'Bill Of Materials', - 'permlevel': 1 + 'permlevel': 1, + 'search_index': 0 }, # DocField @@ -909,19 +917,6 @@ 'reqd': 1 }, - # DocField - { - 'doctype': 'DocField', - 'fieldname': 'item_attachments_details', - 'fieldtype': 'Table', - 'idx': 58, - 'label': 'Item Attachments Details', - 'oldfieldname': 'item_attachments_details', - 'oldfieldtype': 'Table', - 'options': 'Item Attachments Detail', - 'permlevel': 0 - }, - # DocField { 'doctype': 'DocField', diff --git a/stock/doctype/landed_cost_detail/landed_cost_detail.txt b/stock/doctype/landed_cost_detail/landed_cost_detail.txt index 78efae544cc..57c73703f41 100644 --- a/stock/doctype/landed_cost_detail/landed_cost_detail.txt +++ b/stock/doctype/landed_cost_detail/landed_cost_detail.txt @@ -49,7 +49,8 @@ 'label': 'Account Head', 'oldfieldname': 'account_head', 'oldfieldtype': 'Link', - 'options': 'Account' + 'options': 'Account', + 'search_index': 1 }, # DocField diff --git a/stock/doctype/landed_cost_master/landed_cost_master.txt b/stock/doctype/landed_cost_master/landed_cost_master.txt index e405274e5e8..71374f870ce 100644 --- a/stock/doctype/landed_cost_master/landed_cost_master.txt +++ b/stock/doctype/landed_cost_master/landed_cost_master.txt @@ -12,6 +12,7 @@ # These values are common for all DocType { + '_last_update': '1309508838', 'autoname': 'field:title', 'colour': 'White:FFF', 'doctype': 'DocType', diff --git a/stock/doctype/lc_pr_detail/lc_pr_detail.txt b/stock/doctype/lc_pr_detail/lc_pr_detail.txt index 706af56586d..d09285db92e 100644 --- a/stock/doctype/lc_pr_detail/lc_pr_detail.txt +++ b/stock/doctype/lc_pr_detail/lc_pr_detail.txt @@ -48,7 +48,8 @@ 'label': 'Purchase Receipt No', 'oldfieldname': 'purchase_receipt_no', 'oldfieldtype': 'Link', - 'options': 'Purchase Receipt' + 'options': 'Purchase Receipt', + 'search_index': 1 }, # DocField diff --git a/stock/doctype/purchase_receipt/purchase_receipt.txt b/stock/doctype/purchase_receipt/purchase_receipt.txt index 97596302929..31f6cd60056 100644 --- a/stock/doctype/purchase_receipt/purchase_receipt.txt +++ b/stock/doctype/purchase_receipt/purchase_receipt.txt @@ -338,7 +338,7 @@ 'oldfieldtype': 'Date', 'permlevel': 0, 'reqd': 1, - 'search_index': 1, + 'search_index': 0, 'trigger': 'Client', 'width': '100px' }, @@ -359,7 +359,7 @@ 'permlevel': 1, 'print_hide': 1, 'reqd': 1, - 'search_index': 1, + 'search_index': 0, 'width': '150px' }, @@ -888,7 +888,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1, + 'search_index': 0, 'width': '150px' }, @@ -906,7 +906,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1, + 'search_index': 0, 'width': '150px' }, diff --git a/stock/doctype/purchase_receipt_detail/purchase_receipt_detail.txt b/stock/doctype/purchase_receipt_detail/purchase_receipt_detail.txt index d030b9e4b7e..a8e0d47060e 100644 --- a/stock/doctype/purchase_receipt_detail/purchase_receipt_detail.txt +++ b/stock/doctype/purchase_receipt_detail/purchase_receipt_detail.txt @@ -100,6 +100,7 @@ 'options': 'UOM', 'permlevel': 0, 'reqd': 1, + 'search_index': 0, 'trigger': 'Client', 'width': '100px' }, @@ -324,6 +325,7 @@ 'options': 'Batch', 'permlevel': 0, 'print_hide': 1, + 'search_index': 0, 'trigger': 'Client' }, @@ -342,6 +344,7 @@ 'options': 'Warehouse', 'permlevel': 1, 'print_hide': 1, + 'search_index': 0, 'width': '100px' }, @@ -358,7 +361,8 @@ 'oldfieldtype': 'Link', 'options': 'QA Inspection Report', 'permlevel': 0, - 'print_hide': 1 + 'print_hide': 1, + 'search_index': 0 }, # DocField @@ -373,7 +377,8 @@ 'oldfieldtype': 'Link', 'options': 'Brand', 'permlevel': 1, - 'print_hide': 1 + 'print_hide': 1, + 'search_index': 0 }, # DocField @@ -390,7 +395,7 @@ 'options': 'Item Group', 'permlevel': 1, 'print_hide': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -474,7 +479,7 @@ 'permlevel': 1, 'print_hide': 1, 'reqd': 0, - 'search_index': 1, + 'search_index': 0, 'width': '150px' }, diff --git a/stock/doctype/ref_rate_detail/ref_rate_detail.txt b/stock/doctype/ref_rate_detail/ref_rate_detail.txt index 078fadc75d7..1774b08d3a1 100644 --- a/stock/doctype/ref_rate_detail/ref_rate_detail.txt +++ b/stock/doctype/ref_rate_detail/ref_rate_detail.txt @@ -34,8 +34,7 @@ 'parent': 'Ref Rate Detail', 'parentfield': 'fields', 'parenttype': 'DocType', - 'permlevel': 0, - 'search_index': 1 + 'permlevel': 0 }, # DocType, Ref Rate Detail @@ -54,7 +53,8 @@ 'oldfieldname': 'price_list_name', 'oldfieldtype': 'Select', 'options': 'link:Price List', - 'reqd': 1 + 'reqd': 1, + 'search_index': 1 }, # DocField @@ -66,7 +66,8 @@ 'label': 'Ref Rate', 'oldfieldname': 'ref_rate', 'oldfieldtype': 'Currency', - 'reqd': 0 + 'reqd': 0, + 'search_index': 0 }, # DocField @@ -79,6 +80,7 @@ 'oldfieldname': 'ref_currency', 'oldfieldtype': 'Select', 'options': 'link:Currency', - 'reqd': 1 + 'reqd': 1, + 'search_index': 1 } ] \ No newline at end of file diff --git a/stock/doctype/sales_bom/sales_bom.txt b/stock/doctype/sales_bom/sales_bom.txt index 8863eb2d344..b97458aec37 100644 --- a/stock/doctype/sales_bom/sales_bom.txt +++ b/stock/doctype/sales_bom/sales_bom.txt @@ -268,6 +268,7 @@ 'oldfieldname': 'stock_uom', 'oldfieldtype': 'Link', 'options': 'UOM', - 'permlevel': 0 + 'permlevel': 0, + 'search_index': 0 } ] \ No newline at end of file diff --git a/stock/doctype/sales_bom_detail/sales_bom_detail.txt b/stock/doctype/sales_bom_detail/sales_bom_detail.txt index 31d2f1a47ec..3b104e7b40f 100644 --- a/stock/doctype/sales_bom_detail/sales_bom_detail.txt +++ b/stock/doctype/sales_bom_detail/sales_bom_detail.txt @@ -114,6 +114,7 @@ 'oldfieldname': 'uom', 'oldfieldtype': 'Link', 'options': 'UOM', - 'permlevel': 1 + 'permlevel': 1, + 'search_index': 0 } ] \ No newline at end of file diff --git a/stock/doctype/serial_no/serial_no.txt b/stock/doctype/serial_no/serial_no.txt index dd250ee7bd7..9aa6119ffc3 100644 --- a/stock/doctype/serial_no/serial_no.txt +++ b/stock/doctype/serial_no/serial_no.txt @@ -193,7 +193,7 @@ 'oldfieldtype': 'Data', 'permlevel': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -628,7 +628,7 @@ 'oldfieldtype': 'Select', 'options': '\nUnder Warranty\nOut of Warranty\nUnder AMC\nOut of AMC', 'permlevel': 0, - 'search_index': 1, + 'search_index': 0, 'width': '150px' }, @@ -715,7 +715,7 @@ 'options': 'link:Company', 'permlevel': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -729,7 +729,7 @@ 'options': 'link:Fiscal Year', 'permlevel': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/stock/doctype/stock_entry/stock_entry.txt b/stock/doctype/stock_entry/stock_entry.txt index 951986fea3d..d7477c223bd 100644 --- a/stock/doctype/stock_entry/stock_entry.txt +++ b/stock/doctype/stock_entry/stock_entry.txt @@ -3,9 +3,9 @@ # These values are common in all dictionaries { - 'creation': '2009-05-12 16:46:45', + 'creation': '2010-08-08 17:09:25', 'docstatus': 0, - 'modified': '2011-07-10 14:12:39', + 'modified': '2011-07-11 12:48:52', 'modified_by': 'Administrator', 'owner': 'Administrator' }, @@ -76,7 +76,7 @@ 'doctype': 'DocPerm', 'idx': 1, 'permlevel': 0, - 'role': 'Material User', + 'role': 'Material Manager', 'submit': 1, 'write': 1 }, @@ -89,28 +89,35 @@ 'doctype': 'DocPerm', 'idx': 2, 'permlevel': 1, - 'role': 'Material User', + 'role': 'Material Manager', 'submit': 0, 'write': 0 }, # DocPerm { - 'create': 0, + 'amend': 1, + 'cancel': 1, + 'create': 1, 'doctype': 'DocPerm', 'idx': 3, - 'permlevel': 2, - 'role': 'Production User', + 'permlevel': 0, + 'role': 'Material User', + 'submit': 1, 'write': 1 }, # DocPerm { + 'amend': 0, + 'cancel': 0, + 'create': 0, 'doctype': 'DocPerm', 'idx': 4, - 'permlevel': 2, - 'role': 'Production Manager', - 'write': 1 + 'permlevel': 1, + 'role': 'Material User', + 'submit': 0, + 'write': 0 }, # DocPerm @@ -134,13 +141,23 @@ 'role': 'Production User' }, + # DocPerm + { + 'create': 0, + 'doctype': 'DocPerm', + 'idx': 7, + 'permlevel': 2, + 'role': 'Production User', + 'write': 1 + }, + # DocPerm { 'amend': 1, 'cancel': 1, 'create': 1, 'doctype': 'DocPerm', - 'idx': 7, + 'idx': 8, 'permlevel': 0, 'role': 'Production Manager', 'submit': 1, @@ -150,34 +167,17 @@ # DocPerm { 'doctype': 'DocPerm', - 'idx': 8, + 'idx': 9, 'permlevel': 1, 'role': 'Production Manager' }, # DocPerm { - 'amend': 0, - 'cancel': 0, - 'create': 0, - 'doctype': 'DocPerm', - 'idx': 9, - 'permlevel': 1, - 'role': 'Material Manager', - 'submit': 0, - 'write': 0 - }, - - # DocPerm - { - 'amend': 1, - 'cancel': 1, - 'create': 1, 'doctype': 'DocPerm', 'idx': 10, - 'permlevel': 0, - 'role': 'Material Manager', - 'submit': 1, + 'permlevel': 2, + 'role': 'Production Manager', 'write': 1 }, @@ -209,14 +209,13 @@ 'doctype': 'DocField', 'fieldname': 'naming_series', 'fieldtype': 'Select', - 'hidden': 0, 'idx': 3, 'in_filter': 0, 'label': 'Series', 'no_copy': 1, 'oldfieldname': 'naming_series', 'oldfieldtype': 'Select', - 'options': '\nSTE', + 'options': 'STE', 'permlevel': 0, 'print_hide': 1, 'report_hide': 0, @@ -231,7 +230,6 @@ 'doctype': 'DocField', 'fieldname': 'amendment_date', 'fieldtype': 'Date', - 'hidden': 0, 'idx': 4, 'in_filter': 0, 'label': 'Amendment Date', @@ -241,7 +239,6 @@ 'permlevel': 0, 'print_hide': 1, 'report_hide': 0, - 'reqd': 0, 'search_index': 0 }, @@ -252,7 +249,6 @@ 'doctype': 'DocField', 'fieldname': 'purpose', 'fieldtype': 'Select', - 'hidden': 0, 'idx': 5, 'in_filter': 1, 'label': 'Purpose', @@ -261,7 +257,6 @@ 'oldfieldtype': 'Select', 'options': 'Material Issue\nMaterial Receipt\nMaterial Transfer\nSales Return\nPurchase Return\nSubcontracting\nProduction Order', 'permlevel': 0, - 'print_hide': 0, 'report_hide': 0, 'reqd': 1, 'search_index': 0, @@ -286,8 +281,7 @@ 'permlevel': 0, 'print_hide': 1, 'report_hide': 0, - 'reqd': 0, - 'search_index': 0, + 'search_index': 1, 'trigger': 'Client' }, @@ -309,8 +303,7 @@ 'permlevel': 0, 'print_hide': 1, 'report_hide': 0, - 'reqd': 0, - 'search_index': 0, + 'search_index': 1, 'trigger': 'Client' }, @@ -345,7 +338,6 @@ 'permlevel': 0, 'print_hide': 1, 'report_hide': 0, - 'reqd': 0, 'search_index': 0, 'trigger': 'Client' }, @@ -356,7 +348,6 @@ 'doctype': 'DocField', 'fieldname': 'supplier_name', 'fieldtype': 'Data', - 'hidden': 0, 'idx': 10, 'in_filter': 0, 'label': 'Supplier Name', @@ -364,9 +355,7 @@ 'oldfieldname': 'supplier_name', 'oldfieldtype': 'Data', 'permlevel': 1, - 'print_hide': 0, 'report_hide': 0, - 'reqd': 0, 'search_index': 0 }, @@ -385,9 +374,7 @@ 'oldfieldname': 'supplier_address', 'oldfieldtype': 'Small Text', 'permlevel': 0, - 'print_hide': 0, 'report_hide': 0, - 'reqd': 0, 'search_index': 0, 'trigger': 'Client' }, @@ -410,7 +397,6 @@ 'permlevel': 0, 'print_hide': 1, 'report_hide': 0, - 'reqd': 0, 'search_index': 0, 'trigger': 'Client' }, @@ -429,9 +415,7 @@ 'oldfieldname': 'customer_name', 'oldfieldtype': 'Data', 'permlevel': 1, - 'print_hide': 0, 'report_hide': 0, - 'reqd': 0, 'search_index': 0 }, @@ -449,9 +433,7 @@ 'oldfieldname': 'customer_address', 'oldfieldtype': 'Small Text', 'permlevel': 0, - 'print_hide': 0, 'report_hide': 0, - 'reqd': 0, 'search_index': 0 }, @@ -473,7 +455,6 @@ 'permlevel': 2, 'print_hide': 1, 'report_hide': 0, - 'reqd': 0, 'search_index': 0, 'trigger': 'Client' }, @@ -496,8 +477,7 @@ 'permlevel': 2, 'print_hide': 1, 'report_hide': 0, - 'reqd': 0, - 'search_index': 0, + 'search_index': 1, 'trigger': 'Client' }, @@ -507,7 +487,6 @@ 'doctype': 'DocField', 'fieldname': 'fg_completed_qty', 'fieldtype': 'Currency', - 'hidden': 0, 'idx': 17, 'in_filter': 0, 'label': 'FG Completed Qty', @@ -517,7 +496,6 @@ 'permlevel': 2, 'print_hide': 1, 'report_hide': 0, - 'reqd': 0, 'search_index': 0, 'trigger': 'Client' }, @@ -527,15 +505,13 @@ 'colour': 'White:FFF', 'doctype': 'DocField', 'fieldtype': 'HTML', - 'hidden': 0, 'idx': 18, 'label': 'Warehouse HTML', 'no_copy': 0, 'oldfieldtype': 'HTML', 'options': "
Warehouse
", 'permlevel': 0, - 'print_hide': 1, - 'reqd': 0 + 'print_hide': 1 }, # DocField @@ -545,7 +521,6 @@ 'doctype': 'DocField', 'fieldname': 'from_warehouse', 'fieldtype': 'Link', - 'hidden': 0, 'idx': 19, 'in_filter': 0, 'label': 'Source Warehouse', @@ -569,7 +544,6 @@ 'doctype': 'DocField', 'fieldname': 'to_warehouse', 'fieldtype': 'Link', - 'hidden': 0, 'idx': 20, 'in_filter': 0, 'label': 'Target Warehouse', @@ -581,7 +555,7 @@ 'print_hide': 1, 'report_hide': 0, 'reqd': 0, - 'search_index': 1, + 'search_index': 0, 'trigger': 'Client' }, @@ -616,7 +590,6 @@ 'doctype': 'DocField', 'fieldname': 'transfer_date', 'fieldtype': 'Date', - 'hidden': 0, 'idx': 23, 'in_filter': 1, 'label': 'Transfer Date', @@ -627,7 +600,7 @@ 'print_hide': 0, 'report_hide': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -637,7 +610,6 @@ 'doctype': 'DocField', 'fieldname': 'posting_date', 'fieldtype': 'Date', - 'hidden': 0, 'idx': 24, 'in_filter': 1, 'label': 'Posting Date', @@ -657,7 +629,6 @@ 'doctype': 'DocField', 'fieldname': 'posting_time', 'fieldtype': 'Time', - 'hidden': 0, 'idx': 25, 'in_filter': 0, 'label': 'Posting Time', @@ -677,7 +648,6 @@ 'doctype': 'DocField', 'fieldname': 'amended_from', 'fieldtype': 'Link', - 'hidden': 0, 'idx': 26, 'in_filter': 0, 'label': 'Amended From', @@ -688,7 +658,6 @@ 'permlevel': 1, 'print_hide': 1, 'report_hide': 0, - 'reqd': 0, 'search_index': 0 }, @@ -698,7 +667,6 @@ 'doctype': 'DocField', 'fieldname': 'transporter', 'fieldtype': 'Data', - 'hidden': 0, 'idx': 27, 'in_filter': 0, 'label': 'Transporter', @@ -708,7 +676,6 @@ 'permlevel': 0, 'print_hide': 1, 'report_hide': 0, - 'reqd': 0, 'search_index': 0 }, @@ -718,7 +685,6 @@ 'doctype': 'DocField', 'fieldname': 'is_excisable_goods', 'fieldtype': 'Select', - 'hidden': 0, 'idx': 28, 'in_filter': 0, 'label': 'Is Excisable Goods', @@ -729,7 +695,6 @@ 'permlevel': 0, 'print_hide': 1, 'report_hide': 0, - 'reqd': 0, 'search_index': 0 }, @@ -739,7 +704,6 @@ 'doctype': 'DocField', 'fieldname': 'excisable_goods', 'fieldtype': 'Select', - 'hidden': 0, 'idx': 29, 'in_filter': 0, 'label': 'Excisable Goods', @@ -750,7 +714,6 @@ 'permlevel': 0, 'print_hide': 1, 'report_hide': 0, - 'reqd': 0, 'search_index': 0 }, @@ -771,7 +734,6 @@ 'permlevel': 0, 'print_hide': 1, 'report_hide': 0, - 'reqd': 0, 'search_index': 0 }, @@ -781,7 +743,6 @@ 'doctype': 'DocField', 'fieldname': 'remarks', 'fieldtype': 'Text', - 'hidden': 0, 'idx': 31, 'in_filter': 0, 'label': 'Remarks', @@ -837,25 +798,6 @@ 'print_hide': 1 }, - # DocField - { - 'allow_on_submit': 0, - 'doctype': 'DocField', - 'fieldtype': 'Button', - 'hidden': 0, - 'idx': 35, - 'in_filter': 0, - 'label': 'Get Current Stock', - 'no_copy': 0, - 'oldfieldtype': 'Button', - 'options': 'get_stock_and_rate', - 'permlevel': 0, - 'print_hide': 1, - 'report_hide': 0, - 'reqd': 0, - 'search_index': 0 - }, - # DocField { 'doctype': 'DocField', @@ -881,7 +823,6 @@ 'permlevel': 2, 'print_hide': 1, 'report_hide': 0, - 'reqd': 0, 'search_index': 0 }, @@ -902,7 +843,6 @@ 'doctype': 'DocField', 'fieldname': 'mtn_details', 'fieldtype': 'Table', - 'hidden': 0, 'idx': 39, 'in_filter': 0, 'label': 'MTN Details', @@ -913,7 +853,6 @@ 'permlevel': 0, 'print_hide': 0, 'report_hide': 0, - 'reqd': 0, 'search_index': 0 }, @@ -923,7 +862,6 @@ 'doctype': 'DocField', 'fieldname': 'total_amount', 'fieldtype': 'Currency', - 'hidden': 0, 'idx': 40, 'in_filter': 0, 'label': 'Total Amount', @@ -933,7 +871,6 @@ 'permlevel': 1, 'print_hide': 1, 'report_hide': 0, - 'reqd': 0, 'search_index': 0 }, @@ -953,7 +890,6 @@ 'doctype': 'DocField', 'fieldname': 'company', 'fieldtype': 'Link', - 'hidden': 0, 'idx': 42, 'in_filter': 1, 'label': 'Company', @@ -965,7 +901,7 @@ 'print_hide': 1, 'report_hide': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -974,7 +910,6 @@ 'doctype': 'DocField', 'fieldname': 'fiscal_year', 'fieldtype': 'Select', - 'hidden': 0, 'idx': 43, 'in_filter': 0, 'label': 'Fiscal Year', @@ -986,7 +921,7 @@ 'print_hide': 1, 'report_hide': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -995,7 +930,6 @@ 'doctype': 'DocField', 'fieldname': 'select_print_heading', 'fieldtype': 'Link', - 'hidden': 0, 'idx': 44, 'in_filter': 0, 'label': 'Select Print Heading', @@ -1004,9 +938,7 @@ 'oldfieldtype': 'Link', 'options': 'Print Heading', 'permlevel': 0, - 'print_hide': 0, 'report_hide': 0, - 'reqd': 0, 'search_index': 0 } ] \ No newline at end of file diff --git a/stock/doctype/stock_entry_detail/stock_entry_detail.txt b/stock/doctype/stock_entry_detail/stock_entry_detail.txt index b4fca096383..1d2408bf88b 100644 --- a/stock/doctype/stock_entry_detail/stock_entry_detail.txt +++ b/stock/doctype/stock_entry_detail/stock_entry_detail.txt @@ -135,6 +135,7 @@ 'options': 'Batch', 'permlevel': 0, 'print_hide': 1, + 'search_index': 0, 'trigger': 'Client' }, @@ -152,7 +153,7 @@ 'permlevel': 1, 'print_hide': 1, 'reqd': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -196,6 +197,7 @@ 'options': 'UOM', 'permlevel': 0, 'reqd': 1, + 'search_index': 0, 'trigger': 'Client' }, diff --git a/stock/doctype/stock_ledger_entry/stock_ledger_entry.txt b/stock/doctype/stock_ledger_entry/stock_ledger_entry.txt index 603f095aa3e..823837a160c 100644 --- a/stock/doctype/stock_ledger_entry/stock_ledger_entry.txt +++ b/stock/doctype/stock_ledger_entry/stock_ledger_entry.txt @@ -12,7 +12,7 @@ # These values are common for all DocType { - '_last_update': '1307707462', + '_last_update': '1309508840', 'autoname': 'SLE/.########', 'colour': 'White:FFF', 'doctype': 'DocType', @@ -163,7 +163,7 @@ 'oldfieldtype': 'Select', 'options': 'link:Warehouse Type', 'permlevel': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -194,7 +194,7 @@ 'oldfieldname': 'posting_time', 'oldfieldtype': 'Time', 'permlevel': 1, - 'search_index': 0, + 'search_index': 1, 'width': '100px' }, @@ -210,7 +210,7 @@ 'oldfieldname': 'transaction_date', 'oldfieldtype': 'Date', 'permlevel': 1, - 'search_index': 1, + 'search_index': 0, 'width': '100px' }, @@ -225,7 +225,7 @@ 'oldfieldname': 'voucher_type', 'oldfieldtype': 'Data', 'permlevel': 1, - 'search_index': 1, + 'search_index': 0, 'width': '150px' }, @@ -240,7 +240,7 @@ 'oldfieldname': 'voucher_no', 'oldfieldtype': 'Data', 'permlevel': 1, - 'search_index': 1, + 'search_index': 0, 'width': '150px' }, @@ -394,7 +394,7 @@ 'oldfieldname': 'company', 'oldfieldtype': 'Data', 'permlevel': 1, - 'search_index': 1, + 'search_index': 0, 'width': '150px' }, @@ -409,7 +409,7 @@ 'oldfieldname': 'fiscal_year', 'oldfieldtype': 'Data', 'permlevel': 1, - 'search_index': 1, + 'search_index': 0, 'width': '150px' }, @@ -425,7 +425,7 @@ 'oldfieldtype': 'Select', 'options': '\nYes\nNo', 'permlevel': 1, - 'search_index': 1, + 'search_index': 0, 'width': '100px' }, @@ -441,7 +441,7 @@ 'oldfieldtype': 'Select', 'options': '\nYes\nNo', 'permlevel': 1, - 'search_index': 1, + 'search_index': 0, 'width': '100px' } ] \ No newline at end of file diff --git a/stock/doctype/stock_reconciliation/stock_reconciliation.txt b/stock/doctype/stock_reconciliation/stock_reconciliation.txt index 1080a27e051..771068ddd1d 100644 --- a/stock/doctype/stock_reconciliation/stock_reconciliation.txt +++ b/stock/doctype/stock_reconciliation/stock_reconciliation.txt @@ -12,7 +12,7 @@ # These values are common for all DocType { - '_last_update': '1307707462', + '_last_update': '1309508840', 'allow_attach': 1, 'colour': 'White:FFF', 'doctype': 'DocType', @@ -131,7 +131,8 @@ 'oldfieldname': 'reconciliation_date', 'oldfieldtype': 'Date', 'permlevel': 0, - 'reqd': 1 + 'reqd': 1, + 'search_index': 1 }, # DocField @@ -185,7 +186,7 @@ 'oldfieldtype': 'Link', 'options': 'Company', 'permlevel': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -200,7 +201,7 @@ 'oldfieldtype': 'Select', 'options': 'link:Fiscal Year', 'permlevel': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/stock/doctype/warehouse/warehouse.txt b/stock/doctype/warehouse/warehouse.txt index 3d69b07e5f4..1363eef7014 100644 --- a/stock/doctype/warehouse/warehouse.txt +++ b/stock/doctype/warehouse/warehouse.txt @@ -244,7 +244,7 @@ 'oldfieldtype': 'Link', 'options': 'Company', 'permlevel': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/support/doctype/customer_issue/customer_issue.txt b/support/doctype/customer_issue/customer_issue.txt index 93c274f1fe4..122f92df4d2 100644 --- a/support/doctype/customer_issue/customer_issue.txt +++ b/support/doctype/customer_issue/customer_issue.txt @@ -167,7 +167,7 @@ 'options': '\nOpen\nClosed\nWork In Progress\nCancelled', 'permlevel': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -340,7 +340,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -371,7 +371,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1, + 'search_index': 0, 'trigger': 'Client' }, @@ -389,7 +389,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -563,7 +563,7 @@ 'oldfieldname': 'allocated_on', 'oldfieldtype': 'Date', 'permlevel': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -578,7 +578,7 @@ 'oldfieldtype': 'Link', 'options': 'Sales Person', 'permlevel': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -627,7 +627,7 @@ 'oldfieldname': 'resolution_date', 'oldfieldtype': 'Date', 'permlevel': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -643,7 +643,7 @@ 'oldfieldtype': 'Link', 'options': 'Sales Person', 'permlevel': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/support/doctype/item_maintenance_detail/item_maintenance_detail.txt b/support/doctype/item_maintenance_detail/item_maintenance_detail.txt index ff5d2116757..4d4e26ad209 100644 --- a/support/doctype/item_maintenance_detail/item_maintenance_detail.txt +++ b/support/doctype/item_maintenance_detail/item_maintenance_detail.txt @@ -150,7 +150,7 @@ 'options': 'Sales Person', 'permlevel': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/support/doctype/maintenance_schedule/maintenance_schedule.txt b/support/doctype/maintenance_schedule/maintenance_schedule.txt index 3881aa3cc3a..a053cf93b17 100644 --- a/support/doctype/maintenance_schedule/maintenance_schedule.txt +++ b/support/doctype/maintenance_schedule/maintenance_schedule.txt @@ -167,7 +167,7 @@ 'oldfieldtype': 'Data', 'permlevel': 1, 'reqd': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -252,7 +252,7 @@ 'options': '\nDraft\nSubmitted\nCancelled', 'permlevel': 1, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -297,7 +297,7 @@ 'options': 'Company', 'permlevel': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -313,7 +313,7 @@ 'options': 'Territory', 'permlevel': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/support/doctype/maintenance_schedule_detail/maintenance_schedule_detail.txt b/support/doctype/maintenance_schedule_detail/maintenance_schedule_detail.txt index 01cf7f093e5..edd8091f950 100644 --- a/support/doctype/maintenance_schedule_detail/maintenance_schedule_detail.txt +++ b/support/doctype/maintenance_schedule_detail/maintenance_schedule_detail.txt @@ -112,7 +112,7 @@ 'options': 'Sales Person', 'permlevel': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/support/doctype/maintenance_visit/maintenance_visit.txt b/support/doctype/maintenance_visit/maintenance_visit.txt index 2485f57b41e..76cf56f242c 100644 --- a/support/doctype/maintenance_visit/maintenance_visit.txt +++ b/support/doctype/maintenance_visit/maintenance_visit.txt @@ -241,7 +241,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -258,7 +258,7 @@ 'permlevel': 0, 'print_hide': 1, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -410,7 +410,7 @@ 'options': '\nScheduled\nUnscheduled\nBreakdown', 'permlevel': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/support/doctype/support_ticket/support_ticket.txt b/support/doctype/support_ticket/support_ticket.txt index caeb801f9ad..e1556ba0115 100644 --- a/support/doctype/support_ticket/support_ticket.txt +++ b/support/doctype/support_ticket/support_ticket.txt @@ -264,7 +264,7 @@ 'oldfieldtype': 'Data', 'permlevel': 2, 'reqd': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -391,7 +391,7 @@ 'oldfieldname': 'resolution_date', 'oldfieldtype': 'Date', 'permlevel': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField diff --git a/utilities/doctype/address/address.txt b/utilities/doctype/address/address.txt index e7ff8cce1ed..4f44806cf5e 100644 --- a/utilities/doctype/address/address.txt +++ b/utilities/doctype/address/address.txt @@ -117,7 +117,7 @@ 'label': 'City/Town', 'permlevel': 0, 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -129,7 +129,7 @@ 'in_filter': 1, 'label': 'Pincode', 'permlevel': 0, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -144,7 +144,7 @@ 'options': 'link:Country', 'permlevel': 0, 'reqd': 1, - 'search_index': 1, + 'search_index': 0, 'trigger': 'Client' }, @@ -214,6 +214,7 @@ 'label': 'Customer', 'options': 'Customer', 'permlevel': 0, + 'search_index': 1, 'trigger': 'Client' }, @@ -240,6 +241,7 @@ 'label': 'Supplier', 'options': 'Supplier', 'permlevel': 0, + 'search_index': 1, 'trigger': 'Client' }, diff --git a/utilities/doctype/gl_mapper_detail/gl_mapper_detail.txt b/utilities/doctype/gl_mapper_detail/gl_mapper_detail.txt index 404e8fcb47b..bf77e7c84fa 100644 --- a/utilities/doctype/gl_mapper_detail/gl_mapper_detail.txt +++ b/utilities/doctype/gl_mapper_detail/gl_mapper_detail.txt @@ -173,7 +173,7 @@ 'label': 'Fiscal Year', 'oldfieldname': 'fiscal_year', 'reqd': 1, - 'search_index': 1 + 'search_index': 0 }, # DocField @@ -202,7 +202,7 @@ 'in_filter': 1, 'label': 'Company', 'oldfieldname': 'company', - 'search_index': 1 + 'search_index': 0 }, # DocField