From da8b75dd9a2ff5f6e894f501b7050b5c43b50241 Mon Sep 17 00:00:00 2001 From: AadithPunathilBuildsuite Date: Wed, 28 Jan 2026 14:56:44 +0530 Subject: [PATCH] fix:update the daliy cash --- .../daliy_cash_entry/daliy_cash_entry.json | 17 +- .../daliy_cash_entry/daliy_cash_entry.py | 6 +- calicut_textiles/fixtures/custom_field.json | 224 +- .../fixtures/property_setter.json | 12014 +++++++++++++++- calicut_textiles/fixtures/role.json | 28 +- calicut_textiles/fixtures/workflow.json | 1 - .../fixtures/workflow_action.json | 42 + calicut_textiles/hooks.py | 2 +- 8 files changed, 12183 insertions(+), 151 deletions(-) diff --git a/calicut_textiles/calicut_textiles/doctype/daliy_cash_entry/daliy_cash_entry.json b/calicut_textiles/calicut_textiles/doctype/daliy_cash_entry/daliy_cash_entry.json index 932f51f..b20324c 100644 --- a/calicut_textiles/calicut_textiles/doctype/daliy_cash_entry/daliy_cash_entry.json +++ b/calicut_textiles/calicut_textiles/doctype/daliy_cash_entry/daliy_cash_entry.json @@ -12,6 +12,7 @@ "column_break_rdjj", "amount", "note", + "cost_center", "attatchment", "section_break_m8ry", "payment_entry", @@ -28,7 +29,7 @@ "fieldname": "posting_date", "fieldtype": "Date", "in_list_view": 1, - "label": "Posting Date", + "label": "Date", "reqd": 1 }, { @@ -48,7 +49,7 @@ "fieldname": "note", "fieldtype": "Small Text", "in_list_view": 1, - "label": "Note", + "label": "Remarks", "reqd": 1 }, { @@ -61,7 +62,7 @@ "depends_on": "eval:doc.paid_type==\"Other\"", "fieldname": "paid_name", "fieldtype": "Data", - "label": "Paid Name", + "label": "Paid To", "mandatory_depends_on": "eval:doc.paid_type==\"Other\"" }, { @@ -94,7 +95,7 @@ "allow_in_quick_entry": 1, "fieldname": "paid_type", "fieldtype": "Select", - "label": "Paid Type", + "label": "Party Type", "options": "\nCustomer\nEmployee\nSupplier\nOther", "reqd": 1 }, @@ -106,13 +107,19 @@ "label": "Paid To", "mandatory_depends_on": "eval:doc.paid_type!=\"Other\"", "options": "paid_type" + }, + { + "fieldname": "cost_center", + "fieldtype": "Link", + "label": "Cost Center", + "options": "Cost Center" } ], "grid_page_length": 50, "index_web_pages_for_search": 1, "is_submittable": 1, "links": [], - "modified": "2026-01-28 13:08:44.577022", + "modified": "2026-01-28 14:04:14.217998", "modified_by": "Administrator", "module": "Calicut Textiles", "name": "Daliy Cash Entry", diff --git a/calicut_textiles/calicut_textiles/doctype/daliy_cash_entry/daliy_cash_entry.py b/calicut_textiles/calicut_textiles/doctype/daliy_cash_entry/daliy_cash_entry.py index 25a7227..ed49bbb 100644 --- a/calicut_textiles/calicut_textiles/doctype/daliy_cash_entry/daliy_cash_entry.py +++ b/calicut_textiles/calicut_textiles/doctype/daliy_cash_entry/daliy_cash_entry.py @@ -39,7 +39,7 @@ def create_payment_entry(daliy_cash_entry): "paid_amount": doc.amount, "source_exchange_rate": 1, "target_exchange_rate": 1, - "cost_center": frappe.db.get_value("Company", company, "cost_center"), + "cost_center": doc.cost_center if doc.cost_center else frappe.db.get_value("Company", company, "cost_center"), "remarks": doc.note }) payment_entry.insert() @@ -61,13 +61,13 @@ def create_journal_entry(daliy_cash_entry): "account": frappe.db.get_value("Company", company, "default_cash_account"), "debit_in_account_currency": doc.amount, "debit": doc.amount, - "cost_center": frappe.db.get_value("Company", company, "cost_center"), + "cost_center": doc.cost_center if doc.cost_center else frappe.db.get_value("Company", company, "cost_center"), }, { "account": frappe.db.get_value("Company", company, "default_expense_account"), "credit_in_account_currency": doc.amount, "credit": doc.amount, - "cost_center": frappe.db.get_value("Company", company, "cost_center"), + "cost_center": doc.cost_center if doc.cost_center else frappe.db.get_value("Company", company, "cost_center"), } ] }) diff --git a/calicut_textiles/fixtures/custom_field.json b/calicut_textiles/fixtures/custom_field.json index ea1961e..af1ad8c 100644 --- a/calicut_textiles/fixtures/custom_field.json +++ b/calicut_textiles/fixtures/custom_field.json @@ -239,11 +239,11 @@ "description": null, "docstatus": 0, "doctype": "Custom Field", - "dt": "Purchase Receipt", + "dt": "Attendance", "fetch_from": null, "fetch_if_empty": 0, - "fieldname": "bill_date", - "fieldtype": "Date", + "fieldname": "custom_is_system_generated", + "fieldtype": "Check", "hidden": 0, "hide_border": 0, "hide_days": 0, @@ -254,16 +254,16 @@ "in_list_view": 0, "in_preview": 0, "in_standard_filter": 0, - "insert_after": "bill_no", + "insert_after": "company", "is_system_generated": 0, "is_virtual": 0, - "label": "Supplier Invoice Date", + "label": "Is system generated", "length": 0, "link_filters": null, "mandatory_depends_on": null, - "modified": "2025-01-30 12:56:45.237353", + "modified": "2025-12-31 12:20:26.635696", "module": "Calicut Textiles", - "name": "Purchase Receipt-custom_supplier_invoice_date", + "name": "Attendance-custom_is_system_generated", "no_copy": 0, "non_negative": 0, "options": null, @@ -273,9 +273,9 @@ "print_hide": 0, "print_hide_if_no_value": 0, "print_width": null, - "read_only": 0, + "read_only": 1, "read_only_depends_on": null, - "report_hide": 0, + "report_hide": 1, "reqd": 0, "search_index": 0, "show_dashboard": 0, @@ -296,11 +296,11 @@ "description": null, "docstatus": 0, "doctype": "Custom Field", - "dt": "Attendance", + "dt": "Purchase Receipt", "fetch_from": null, "fetch_if_empty": 0, - "fieldname": "custom_is_system_generated", - "fieldtype": "Check", + "fieldname": "bill_date", + "fieldtype": "Date", "hidden": 0, "hide_border": 0, "hide_days": 0, @@ -311,16 +311,16 @@ "in_list_view": 0, "in_preview": 0, "in_standard_filter": 0, - "insert_after": "company", + "insert_after": "bill_no", "is_system_generated": 0, "is_virtual": 0, - "label": "Is system generated", + "label": "Supplier Invoice Date", "length": 0, "link_filters": null, "mandatory_depends_on": null, - "modified": "2025-12-31 12:20:26.635696", + "modified": "2025-01-30 12:56:45.237353", "module": "Calicut Textiles", - "name": "Attendance-custom_is_system_generated", + "name": "Purchase Receipt-custom_supplier_invoice_date", "no_copy": 0, "non_negative": 0, "options": null, @@ -330,9 +330,9 @@ "print_hide": 0, "print_hide_if_no_value": 0, "print_width": null, - "read_only": 1, + "read_only": 0, "read_only_depends_on": null, - "report_hide": 1, + "report_hide": 0, "reqd": 0, "search_index": 0, "show_dashboard": 0, @@ -2576,10 +2576,10 @@ "description": null, "docstatus": 0, "doctype": "Custom Field", - "dt": "Purchase Receipt", - "fetch_from": null, + "dt": "Purchase Order Item", + "fetch_from": "item_code.custom_rak_location", "fetch_if_empty": 0, - "fieldname": "custom_type_barcode", + "fieldname": "custom_rack_location", "fieldtype": "Link", "hidden": 0, "hide_border": 0, @@ -2588,29 +2588,29 @@ "ignore_user_permissions": 0, "ignore_xss_filter": 0, "in_global_search": 0, - "in_list_view": 0, + "in_list_view": 1, "in_preview": 0, "in_standard_filter": 0, - "insert_after": "column_break_31", + "insert_after": "rate", "is_system_generated": 0, "is_virtual": 0, - "label": "Type Barcode", + "label": "Rack Location", "length": 0, "link_filters": null, "mandatory_depends_on": null, - "modified": "2024-12-10 14:40:07.546289", + "modified": "2024-07-12 14:05:05.971810", "module": "Calicut Textiles", - "name": "Purchase Receipt-custom_type_barcode", + "name": "Purchase Order Item-custom_rack_location", "no_copy": 0, "non_negative": 0, - "options": "Batch", + "options": "Rack List", "permlevel": 0, "placeholder": null, "precision": "", "print_hide": 0, "print_hide_if_no_value": 0, "print_width": null, - "read_only": 0, + "read_only": 1, "read_only_depends_on": null, "report_hide": 0, "reqd": 0, @@ -2633,10 +2633,10 @@ "description": null, "docstatus": 0, "doctype": "Custom Field", - "dt": "Purchase Order Item", - "fetch_from": "item_code.custom_rak_location", + "dt": "Purchase Receipt", + "fetch_from": null, "fetch_if_empty": 0, - "fieldname": "custom_rack_location", + "fieldname": "custom_type_barcode", "fieldtype": "Link", "hidden": 0, "hide_border": 0, @@ -2645,29 +2645,29 @@ "ignore_user_permissions": 0, "ignore_xss_filter": 0, "in_global_search": 0, - "in_list_view": 1, + "in_list_view": 0, "in_preview": 0, "in_standard_filter": 0, - "insert_after": "rate", + "insert_after": "column_break_31", "is_system_generated": 0, "is_virtual": 0, - "label": "Rack Location", + "label": "Type Barcode", "length": 0, "link_filters": null, "mandatory_depends_on": null, - "modified": "2024-07-12 14:05:05.971810", + "modified": "2024-12-10 14:40:07.546289", "module": "Calicut Textiles", - "name": "Purchase Order Item-custom_rack_location", + "name": "Purchase Receipt-custom_type_barcode", "no_copy": 0, "non_negative": 0, - "options": "Rack List", + "options": "Batch", "permlevel": 0, "placeholder": null, "precision": "", "print_hide": 0, "print_hide_if_no_value": 0, "print_width": null, - "read_only": 1, + "read_only": 0, "read_only_depends_on": null, "report_hide": 0, "reqd": 0, @@ -3032,11 +3032,11 @@ "description": null, "docstatus": 0, "doctype": "Custom Field", - "dt": "Purchase Receipt", + "dt": "Purchase Receipt Item", "fetch_from": null, "fetch_if_empty": 0, - "fieldname": "custom_apply", - "fieldtype": "Button", + "fieldname": "custom_selling_percentage", + "fieldtype": "Percent", "hidden": 0, "hide_border": 0, "hide_days": 0, @@ -3044,19 +3044,19 @@ "ignore_user_permissions": 0, "ignore_xss_filter": 0, "in_global_search": 0, - "in_list_view": 0, + "in_list_view": 1, "in_preview": 0, "in_standard_filter": 0, - "insert_after": "custom_column_break_sl3dn", + "insert_after": "apply_tds", "is_system_generated": 0, "is_virtual": 0, - "label": "Apply", + "label": "Selling Percentage", "length": 0, "link_filters": null, "mandatory_depends_on": null, - "modified": "2025-01-22 15:42:39.716244", + "modified": "2025-01-18 17:23:53.670612", "module": "Calicut Textiles", - "name": "Purchase Receipt-custom_apply", + "name": "Purchase Receipt Item-custom_selling_percentage", "no_copy": 0, "non_negative": 0, "options": null, @@ -3089,11 +3089,11 @@ "description": null, "docstatus": 0, "doctype": "Custom Field", - "dt": "Purchase Receipt", + "dt": "Salary Slip", "fetch_from": null, "fetch_if_empty": 0, - "fieldname": "custom_clear", - "fieldtype": "Button", + "fieldname": "custom_deducted_gross_details", + "fieldtype": "Tab Break", "hidden": 0, "hide_border": 0, "hide_days": 0, @@ -3104,16 +3104,16 @@ "in_list_view": 0, "in_preview": 0, "in_standard_filter": 0, - "insert_after": "custom_apply", + "insert_after": "custom_pf_lt", "is_system_generated": 0, "is_virtual": 0, - "label": "Clear", + "label": "Deducted Gross Details", "length": 0, "link_filters": null, "mandatory_depends_on": null, - "modified": "2025-01-22 15:42:39.141124", + "modified": "2024-10-01 15:10:17.755896", "module": "Calicut Textiles", - "name": "Purchase Receipt-custom_clear", + "name": "Salary Slip-custom_deducted_gross_details", "no_copy": 0, "non_negative": 0, "options": null, @@ -3149,8 +3149,8 @@ "dt": "Purchase Receipt", "fetch_from": null, "fetch_if_empty": 0, - "fieldname": "custom_section_break_i6cpo", - "fieldtype": "Section Break", + "fieldname": "custom_apply", + "fieldtype": "Button", "hidden": 0, "hide_border": 0, "hide_days": 0, @@ -3161,16 +3161,16 @@ "in_list_view": 0, "in_preview": 0, "in_standard_filter": 0, - "insert_after": "custom_clear", + "insert_after": "custom_column_break_sl3dn", "is_system_generated": 0, "is_virtual": 0, - "label": null, + "label": "Apply", "length": 0, "link_filters": null, "mandatory_depends_on": null, - "modified": "2025-01-22 15:42:39.441632", + "modified": "2025-01-22 15:42:39.716244", "module": "Calicut Textiles", - "name": "Purchase Receipt-custom_section_break_i6cpo", + "name": "Purchase Receipt-custom_apply", "no_copy": 0, "non_negative": 0, "options": null, @@ -3206,8 +3206,8 @@ "dt": "Purchase Receipt Item", "fetch_from": null, "fetch_if_empty": 0, - "fieldname": "custom_selling_percentage", - "fieldtype": "Percent", + "fieldname": "custom_selling_rate", + "fieldtype": "Currency", "hidden": 0, "hide_border": 0, "hide_days": 0, @@ -3218,16 +3218,16 @@ "in_list_view": 1, "in_preview": 0, "in_standard_filter": 0, - "insert_after": "apply_tds", + "insert_after": "custom_selling_percentage", "is_system_generated": 0, "is_virtual": 0, - "label": "Selling Percentage", + "label": "Selling Rate", "length": 0, "link_filters": null, "mandatory_depends_on": null, - "modified": "2025-01-18 17:23:53.670612", + "modified": "2025-01-18 17:24:00.479896", "module": "Calicut Textiles", - "name": "Purchase Receipt Item-custom_selling_percentage", + "name": "Purchase Receipt Item-custom_selling_rate", "no_copy": 0, "non_negative": 0, "options": null, @@ -3263,8 +3263,8 @@ "dt": "Salary Slip", "fetch_from": null, "fetch_if_empty": 0, - "fieldname": "custom_deducted_gross_details", - "fieldtype": "Tab Break", + "fieldname": "custom_deducted_gross", + "fieldtype": "Currency", "hidden": 0, "hide_border": 0, "hide_days": 0, @@ -3275,16 +3275,16 @@ "in_list_view": 0, "in_preview": 0, "in_standard_filter": 0, - "insert_after": "custom_pf_lt", + "insert_after": "custom_deducted_gross_details", "is_system_generated": 0, "is_virtual": 0, - "label": "Deducted Gross Details", + "label": "Deducted Gross", "length": 0, "link_filters": null, "mandatory_depends_on": null, - "modified": "2024-10-01 15:10:17.755896", + "modified": "2024-10-01 15:10:08.034917", "module": "Calicut Textiles", - "name": "Salary Slip-custom_deducted_gross_details", + "name": "Salary Slip-custom_deducted_gross", "no_copy": 0, "non_negative": 0, "options": null, @@ -3294,7 +3294,7 @@ "print_hide": 0, "print_hide_if_no_value": 0, "print_width": null, - "read_only": 0, + "read_only": 1, "read_only_depends_on": null, "report_hide": 0, "reqd": 0, @@ -3317,11 +3317,11 @@ "description": null, "docstatus": 0, "doctype": "Custom Field", - "dt": "Purchase Receipt Item", + "dt": "Purchase Receipt", "fetch_from": null, "fetch_if_empty": 0, - "fieldname": "custom_selling_rate", - "fieldtype": "Currency", + "fieldname": "custom_clear", + "fieldtype": "Button", "hidden": 0, "hide_border": 0, "hide_days": 0, @@ -3329,19 +3329,19 @@ "ignore_user_permissions": 0, "ignore_xss_filter": 0, "in_global_search": 0, - "in_list_view": 1, + "in_list_view": 0, "in_preview": 0, "in_standard_filter": 0, - "insert_after": "custom_selling_percentage", + "insert_after": "custom_apply", "is_system_generated": 0, "is_virtual": 0, - "label": "Selling Rate", + "label": "Clear", "length": 0, "link_filters": null, "mandatory_depends_on": null, - "modified": "2025-01-18 17:24:00.479896", + "modified": "2025-01-22 15:42:39.141124", "module": "Calicut Textiles", - "name": "Purchase Receipt Item-custom_selling_rate", + "name": "Purchase Receipt-custom_clear", "no_copy": 0, "non_negative": 0, "options": null, @@ -3374,11 +3374,11 @@ "description": null, "docstatus": 0, "doctype": "Custom Field", - "dt": "Salary Slip", + "dt": "Purchase Receipt Item", "fetch_from": null, "fetch_if_empty": 0, - "fieldname": "custom_deducted_gross", - "fieldtype": "Currency", + "fieldname": "custom_retail_percentage_", + "fieldtype": "Percent", "hidden": 0, "hide_border": 0, "hide_days": 0, @@ -3386,19 +3386,19 @@ "ignore_user_permissions": 0, "ignore_xss_filter": 0, "in_global_search": 0, - "in_list_view": 0, + "in_list_view": 1, "in_preview": 0, "in_standard_filter": 0, - "insert_after": "custom_deducted_gross_details", + "insert_after": "custom_selling_rate", "is_system_generated": 0, "is_virtual": 0, - "label": "Deducted Gross", + "label": "Retail Percentage ", "length": 0, "link_filters": null, "mandatory_depends_on": null, - "modified": "2024-10-01 15:10:08.034917", + "modified": "2025-01-18 17:23:25.439981", "module": "Calicut Textiles", - "name": "Salary Slip-custom_deducted_gross", + "name": "Purchase Receipt Item-custom_retail_percentage_", "no_copy": 0, "non_negative": 0, "options": null, @@ -3408,7 +3408,7 @@ "print_hide": 0, "print_hide_if_no_value": 0, "print_width": null, - "read_only": 1, + "read_only": 0, "read_only_depends_on": null, "report_hide": 0, "reqd": 0, @@ -3431,11 +3431,11 @@ "description": null, "docstatus": 0, "doctype": "Custom Field", - "dt": "Purchase Receipt Item", + "dt": "Employee", "fetch_from": null, "fetch_if_empty": 0, - "fieldname": "custom_retail_percentage_", - "fieldtype": "Percent", + "fieldname": "custom_working_hour", + "fieldtype": "Float", "hidden": 0, "hide_border": 0, "hide_days": 0, @@ -3443,19 +3443,19 @@ "ignore_user_permissions": 0, "ignore_xss_filter": 0, "in_global_search": 0, - "in_list_view": 1, + "in_list_view": 0, "in_preview": 0, "in_standard_filter": 0, - "insert_after": "custom_selling_rate", + "insert_after": "attendance_device_id", "is_system_generated": 0, "is_virtual": 0, - "label": "Retail Percentage ", + "label": "Working Hour", "length": 0, "link_filters": null, "mandatory_depends_on": null, - "modified": "2025-01-18 17:23:25.439981", + "modified": "2024-10-09 21:50:52.727441", "module": "Calicut Textiles", - "name": "Purchase Receipt Item-custom_retail_percentage_", + "name": "Employee-custom_working_hour", "no_copy": 0, "non_negative": 0, "options": null, @@ -3488,10 +3488,10 @@ "description": null, "docstatus": 0, "doctype": "Custom Field", - "dt": "Employee", + "dt": "Salary Slip", "fetch_from": null, "fetch_if_empty": 0, - "fieldname": "custom_working_hour", + "fieldname": "custom_deducted_per_day", "fieldtype": "Float", "hidden": 0, "hide_border": 0, @@ -3503,16 +3503,16 @@ "in_list_view": 0, "in_preview": 0, "in_standard_filter": 0, - "insert_after": "attendance_device_id", + "insert_after": "custom_deducted_gross", "is_system_generated": 0, "is_virtual": 0, - "label": "Working Hour", + "label": "Deducted Per Day", "length": 0, "link_filters": null, "mandatory_depends_on": null, - "modified": "2024-10-09 21:50:52.727441", + "modified": "2024-10-01 15:09:55.702222", "module": "Calicut Textiles", - "name": "Employee-custom_working_hour", + "name": "Salary Slip-custom_deducted_per_day", "no_copy": 0, "non_negative": 0, "options": null, @@ -3522,7 +3522,7 @@ "print_hide": 0, "print_hide_if_no_value": 0, "print_width": null, - "read_only": 0, + "read_only": 1, "read_only_depends_on": null, "report_hide": 0, "reqd": 0, @@ -3545,11 +3545,11 @@ "description": null, "docstatus": 0, "doctype": "Custom Field", - "dt": "Salary Slip", + "dt": "Purchase Receipt", "fetch_from": null, "fetch_if_empty": 0, - "fieldname": "custom_deducted_per_day", - "fieldtype": "Float", + "fieldname": "custom_section_break_i6cpo", + "fieldtype": "Section Break", "hidden": 0, "hide_border": 0, "hide_days": 0, @@ -3560,16 +3560,16 @@ "in_list_view": 0, "in_preview": 0, "in_standard_filter": 0, - "insert_after": "custom_deducted_gross", + "insert_after": "custom_clear", "is_system_generated": 0, "is_virtual": 0, - "label": "Deducted Per Day", + "label": null, "length": 0, "link_filters": null, "mandatory_depends_on": null, - "modified": "2024-10-01 15:09:55.702222", + "modified": "2025-01-22 15:42:39.441632", "module": "Calicut Textiles", - "name": "Salary Slip-custom_deducted_per_day", + "name": "Purchase Receipt-custom_section_break_i6cpo", "no_copy": 0, "non_negative": 0, "options": null, @@ -3579,7 +3579,7 @@ "print_hide": 0, "print_hide_if_no_value": 0, "print_width": null, - "read_only": 1, + "read_only": 0, "read_only_depends_on": null, "report_hide": 0, "reqd": 0, diff --git a/calicut_textiles/fixtures/property_setter.json b/calicut_textiles/fixtures/property_setter.json index 1345eed..db4483e 100644 --- a/calicut_textiles/fixtures/property_setter.json +++ b/calicut_textiles/fixtures/property_setter.json @@ -1,35 +1,11923 @@ [ + { + "default_value": null, + "doc_type": "Payment Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "party", + "is_system_generated": 0, + "modified": "2025-03-26 22:06:06.347528", + "module": null, + "name": "Payment Order-party-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Payment Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "party", + "is_system_generated": 0, + "modified": "2025-03-26 22:06:06.333006", + "module": null, + "name": "Payment Order-party-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Payment Order Reference", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "supplier", + "is_system_generated": 0, + "modified": "2025-03-26 22:06:06.001290", + "module": null, + "name": "Payment Order Reference-supplier-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Payment Order Reference", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "supplier", + "is_system_generated": 0, + "modified": "2025-03-26 22:06:06.009014", + "module": null, + "name": "Payment Order Reference-supplier-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Payment Order Reference", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "bank_account", + "is_system_generated": 0, + "modified": "2025-03-26 22:06:06.016828", + "module": null, + "name": "Payment Order Reference-bank_account-mandatory_depends_on", + "property": "mandatory_depends_on", + "property_type": "Data", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Payment Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "company_bank", + "is_system_generated": 0, + "modified": "2025-03-26 22:06:06.325836", + "module": null, + "name": "Payment Order-company_bank-fetch_if_empty", + "property": "fetch_if_empty", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Payment Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "account", + "is_system_generated": 0, + "modified": "2025-03-26 22:06:06.318413", + "module": null, + "name": "Payment Order-account-fetch_if_empty", + "property": "fetch_if_empty", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Payment Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "party", + "is_system_generated": 0, + "modified": "2025-03-26 22:06:06.340469", + "module": null, + "name": "Payment Order-party-depends_on", + "property": "depends_on", + "property_type": "Data", + "row_name": null, + "value": "eval: doc.payment_order_type=='Bank Payment Request';" + }, + { + "default_value": null, + "doc_type": "Payment Order Summary", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "reference_name", + "is_system_generated": 0, + "modified": "2025-03-26 22:06:05.750986", + "module": null, + "name": "Payment Order Summary-reference_name-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Payment Order Summary", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-03-26 22:06:05.759146", + "module": null, + "name": "Payment Order Summary-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"party_type\", \"party\", \"amount\", \"banking_section\", \"mode_of_transfer\", \"payment_status\", \"bank_account\", \"message\", \"reference_number\", \"bank\", \"bank_account_no\", \"account_name\", \"branch_code\", \"email\", \"accounting_section\", \"account\", \"tax_withholding_category\", \"payment_entry\", \"reference_doctype\", \"reference_name\", \"accounting_dimensions_section\", \"cost_center\", \"project\", \"payment_initiated\", \"payment_date\"]" + }, + { + "default_value": null, + "doc_type": "Payment Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-03-26 22:06:06.354344", + "module": null, + "name": "Payment Order-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"naming_series\", \"company\", \"payment_order_type\", \"party\", \"column_break_2\", \"posting_date\", \"status\", \"company_bank_account\", \"company_bank_account_name\", \"mobile_number\", \"company_bank\", \"account\", \"company_account_number\", \"company_ifsc\", \"custom_icici_bank_api_info\", \"unique_id\", \"custom_column_break_wkolr\", \"file_sequence_number\", \"section_break_5\", \"file_reference_id\", \"references\", \"get_summary\", \"payment_summary\", \"default_mode_of_transfer\", \"is_party_wise\", \"summary\", \"total\", \"amended_from\"]" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "due_date", + "is_system_generated": 0, + "modified": "2024-07-24 11:16:21.576317", + "module": null, + "name": "Sales Order-due_date-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "payment_schedule", + "is_system_generated": 0, + "modified": "2024-07-24 11:16:21.583164", + "module": null, + "name": "Sales Order-payment_schedule-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "due_date", + "is_system_generated": 0, + "modified": "2024-07-24 11:16:21.590117", + "module": null, + "name": "Sales Invoice-due_date-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "payment_schedule", + "is_system_generated": 0, + "modified": "2024-07-24 11:16:21.596978", + "module": null, + "name": "Sales Invoice-payment_schedule-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "due_date", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.427096", + "module": null, + "name": "Purchase Order-due_date-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "payment_schedule", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.524999", + "module": null, + "name": "Purchase Order-payment_schedule-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "due_date", + "is_system_generated": 0, + "modified": "2024-07-24 11:16:21.618628", + "module": null, + "name": "Purchase Invoice-due_date-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "payment_schedule", + "is_system_generated": 0, + "modified": "2024-07-24 11:16:21.625349", + "module": null, + "name": "Purchase Invoice-payment_schedule-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2024-07-24 11:16:33.474882", + "module": null, + "name": "Purchase Receipt-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Asset Repair", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2024-07-24 11:16:33.483368", + "module": null, + "name": "Asset Repair-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2024-07-24 11:16:33.492115", + "module": null, + "name": "Payment Entry-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Bill of Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2024-07-24 11:16:33.502486", + "module": null, + "name": "Bill of Entry-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "POS Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2024-07-24 11:16:33.512587", + "module": null, + "name": "POS Invoice-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Invoice Discounting", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2024-07-24 11:16:33.522559", + "module": null, + "name": "Invoice Discounting-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Stock Reconciliation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2024-07-24 11:16:33.532884", + "module": null, + "name": "Stock Reconciliation-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Stock Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2024-07-24 11:16:33.543539", + "module": null, + "name": "Stock Entry-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Process Deferred Accounting", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2024-07-24 11:16:33.552862", + "module": null, + "name": "Process Deferred Accounting-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Journal Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2024-07-24 11:16:33.562078", + "module": null, + "name": "Journal Entry-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Asset Capitalization", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2024-07-24 11:16:33.571348", + "module": null, + "name": "Asset Capitalization-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2024-07-24 11:16:33.580058", + "module": null, + "name": "Delivery Note-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Accounts Settings", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2024-07-24 11:16:33.588437", + "module": null, + "name": "Accounts Settings-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Asset", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2024-07-24 11:16:33.598078", + "module": null, + "name": "Asset-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Dunning", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2024-07-24 11:16:33.607171", + "module": null, + "name": "Dunning-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Subcontracting Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2024-07-24 11:16:33.617146", + "module": null, + "name": "Subcontracting Receipt-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2024-07-24 11:16:33.625503", + "module": null, + "name": "Sales Invoice-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2024-07-24 11:16:33.635280", + "module": null, + "name": "Purchase Invoice-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Landed Cost Voucher", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2024-07-24 11:16:33.646755", + "module": null, + "name": "Landed Cost Voucher-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Period Closing Voucher", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2024-07-24 11:16:33.657312", + "module": null, + "name": "Period Closing Voucher-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "e-Waybill Log", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2024-07-24 11:16:44.776752", + "module": null, + "name": "e-Waybill Log-main-default_print_format", + "property": "default_print_format", + "property_type": "Data", + "row_name": null, + "value": "e-Waybill" + }, + { + "default_value": null, + "doc_type": "Quotation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2024-07-24 11:29:24.781579", + "module": null, + "name": "Quotation-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "QN.YY.####" + }, + { + "default_value": null, + "doc_type": "Quotation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2024-07-24 11:29:24.853634", + "module": null, + "name": "Quotation-naming_series-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "QN.YY.####" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2024-07-24 11:29:56.960515", + "module": null, + "name": "Sales Order-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "SO.YY.####" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2024-07-24 11:29:57.043605", + "module": null, + "name": "Sales Order-naming_series-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "SO.YY.####" + }, + { + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2024-07-24 11:30:08.891288", + "module": null, + "name": "Delivery Note-naming_series-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "DN.YY.####" + }, + { + "default_value": null, + "doc_type": "Material Request", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2024-07-24 11:30:23.282654", + "module": null, + "name": "Material Request-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "MR.YY.####" + }, + { + "default_value": null, + "doc_type": "Material Request", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2024-07-24 11:30:23.386910", + "module": null, + "name": "Material Request-naming_series-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "MR.YY.####" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.514680", + "module": null, + "name": "Purchase Order-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "PO.YY.####" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.498837", + "module": null, + "name": "Purchase Order-naming_series-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "PO.YY.####" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2024-07-24 11:32:06.937186", + "module": null, + "name": "Payment Entry-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "PE.YY.####" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2024-07-24 11:32:06.992301", + "module": null, + "name": "Payment Entry-naming_series-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "PE.YY.####" + }, + { + "default_value": null, + "doc_type": "Journal Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2024-07-24 11:32:15.814294", + "module": null, + "name": "Journal Entry-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "JE.YY.####" + }, + { + "default_value": null, + "doc_type": "Journal Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2024-07-24 11:32:15.872804", + "module": null, + "name": "Journal Entry-naming_series-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "JE.YY.####" + }, + { + "default_value": null, + "doc_type": "Stock Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2024-07-24 11:32:23.991985", + "module": null, + "name": "Stock Entry-naming_series-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "SE.YY.####" + }, + { + "default_value": null, + "doc_type": "Stock Reconciliation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2024-07-24 11:32:32.221356", + "module": null, + "name": "Stock Reconciliation-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "SR.YY.####" + }, + { + "default_value": null, + "doc_type": "Stock Reconciliation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2024-07-24 11:32:32.252061", + "module": null, + "name": "Stock Reconciliation-naming_series-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "SR.YY.####" + }, + { + "default_value": null, + "doc_type": "Supplier", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2024-07-24 15:08:56.522045", + "module": null, + "name": "Supplier-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "2.YY.###" + }, + { + "default_value": null, + "doc_type": "Supplier", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2024-07-24 15:08:56.567440", + "module": null, + "name": "Supplier-naming_series-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "2.YY.###" + }, + { + "default_value": null, + "doc_type": "Customer", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2024-07-24 15:09:08.095037", + "module": null, + "name": "Customer-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "1.YY.####" + }, + { + "default_value": null, + "doc_type": "Customer", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2024-07-24 15:09:08.148117", + "module": null, + "name": "Customer-naming_series-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "1.YY.####" + }, + { + "default_value": null, + "doc_type": "Employee", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2024-07-24 15:30:48.363342", + "module": null, + "name": "Employee-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "10.#####" + }, + { + "default_value": null, + "doc_type": "Employee", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2024-07-24 15:30:48.644994", + "module": null, + "name": "Employee-naming_series-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "10.#####" + }, + { + "default_value": null, + "doc_type": "Bank Account", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-03-26 22:06:05.854794", + "module": null, + "name": "Bank Account-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"account_name\", \"account\", \"bank\", \"account_type\", \"account_subtype\", \"column_break_7\", \"disabled\", \"is_default\", \"is_company_account\", \"company\", \"section_break_11\", \"party_type\", \"column_break_14\", \"party\", \"account_details_section\", \"iban\", \"mobile_number\", \"email\", \"column_break_12\", \"branch_code\", \"bank_account_no\", \"bank_balance\", \"address_and_contact\", \"address_html\", \"column_break_13\", \"contact_html\", \"integration_details_section\", \"integration_id\", \"last_integration_date\", \"column_break_27\", \"mask\"]" + }, + { + "default_value": null, + "doc_type": "Supplier", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "supplier_name", + "is_system_generated": 1, + "modified": "2024-07-26 16:44:45.907577", + "module": null, + "name": "Supplier-supplier_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Supplier", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "supplier_group", + "is_system_generated": 1, + "modified": "2024-07-26 16:44:45.924745", + "module": null, + "name": "Supplier-supplier_group-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Supplier", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "gstin", + "is_system_generated": 1, + "modified": "2024-07-26 16:44:45.938873", + "module": null, + "name": "Supplier-gstin-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Material Request", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "schedule_date", + "is_system_generated": 0, + "modified": "2024-07-27 14:51:38.031923", + "module": null, + "name": "Material Request-schedule_date-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Material Request", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "set_warehouse", + "is_system_generated": 0, + "modified": "2024-07-27 14:52:38.251623", + "module": null, + "name": "Material Request-set_warehouse-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "schedule_date", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.577788", + "module": null, + "name": "Purchase Order-schedule_date-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "set_warehouse", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.585026", + "module": null, + "name": "Purchase Order-set_warehouse-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "shelf_life_in_days", + "is_system_generated": 0, + "modified": "2024-07-28 10:43:08.212194", + "module": null, + "name": "Item-shelf_life_in_days-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "warranty_period", + "is_system_generated": 0, + "modified": "2024-07-28 10:43:08.284652", + "module": null, + "name": "Item-warranty_period-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "weight_per_unit", + "is_system_generated": 0, + "modified": "2024-07-28 10:50:09.413337", + "module": null, + "name": "Item-weight_per_unit-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "weight_uom", + "is_system_generated": 0, + "modified": "2024-07-28 10:50:09.487252", + "module": null, + "name": "Item-weight_uom-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "item_name", + "is_system_generated": 1, + "modified": "2025-01-04 14:17:59.008480", + "module": null, + "name": "Item-item_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "item_group", + "is_system_generated": 1, + "modified": "2025-01-04 14:17:59.044501", + "module": null, + "name": "Item-item_group-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "gst_hsn_code", + "is_system_generated": 1, + "modified": "2025-01-04 14:17:59.020857", + "module": null, + "name": "Item-gst_hsn_code-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Serial and Batch Bundle", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2024-07-30 10:05:55.405751", + "module": null, + "name": "Serial and Batch Bundle-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "SABB.YY.MM.####" + }, + { + "default_value": null, + "doc_type": "Serial and Batch Bundle", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2024-07-30 10:05:55.445351", + "module": null, + "name": "Serial and Batch Bundle-naming_series-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "SABB.YY.MM.####" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "base_rounded_total", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:28.198744", + "module": null, + "name": "Purchase Receipt-base_rounded_total-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "base_rounded_total", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:28.206606", + "module": null, + "name": "Purchase Receipt-base_rounded_total-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:28.242416", + "module": null, + "name": "Purchase Receipt-rounded_total-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:28.249745", + "module": null, + "name": "Purchase Receipt-rounded_total-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "disable_rounded_total", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:28.213740", + "module": null, + "name": "Purchase Receipt-disable_rounded_total-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "in_words", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:28.221282", + "module": null, + "name": "Purchase Receipt-in_words-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "in_words", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:28.227601", + "module": null, + "name": "Purchase Receipt-in_words-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "barcode", + "is_system_generated": 1, + "modified": "2026-01-28 14:51:27.974435", + "module": null, + "name": "Purchase Receipt Item-barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "is_system_generated": 1, + "modified": "2026-01-28 14:51:28.256706", + "module": null, + "name": "Purchase Receipt-scan_barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "from_warehouse", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:27.988159", + "module": null, + "name": "Purchase Receipt Item-from_warehouse-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:28.805159", + "module": null, + "name": "Item-naming_series-reqd", + "property": "reqd", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:28.795653", + "module": null, + "name": "Item-naming_series-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item Barcode", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "barcode", + "is_system_generated": 1, + "modified": "2026-01-28 14:51:27.625009", + "module": null, + "name": "Item Barcode-barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "barcodes", + "is_system_generated": 1, + "modified": "2026-01-28 14:51:28.751773", + "module": null, + "name": "Item-barcodes-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "item_code", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:28.772849", + "module": null, + "name": "Item-item_code-reqd", + "property": "reqd", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2026-01-28 14:51:28.787899", + "module": null, + "name": "Item-main-quick_entry", + "property": "quick_entry", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "User", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "full_name", + "is_system_generated": 1, + "modified": "2024-08-01 12:34:09.691599", + "module": null, + "name": "User-full_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "User", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "role_profile_name", + "is_system_generated": 1, + "modified": "2024-08-01 12:34:09.779737", + "module": null, + "name": "User-role_profile_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "User", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "user_type", + "is_system_generated": 1, + "modified": "2024-08-01 12:34:09.765307", + "module": null, + "name": "User-user_type-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "User", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "module_profile", + "is_system_generated": 1, + "modified": "2024-08-01 12:34:09.794252", + "module": null, + "name": "User-module_profile-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item Price", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2026-01-28 14:51:27.548828", + "module": null, + "name": "Item Price-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"item_code\", \"uom\", \"packing_unit\", \"column_break_17\", \"item_name\", \"brand\", \"item_description\", \"price_list_details\", \"price_list\", \"customer\", \"supplier\", \"batch_no\", \"column_break_3\", \"buying\", \"selling\", \"item_details\", \"currency\", \"col_br_1\", \"price_list_rate\", \"custom_rate_code\", \"section_break_15\", \"valid_from\", \"lead_time_days\", \"column_break_18\", \"valid_upto\", \"section_break_24\", \"note\", \"reference\"]" + }, + { + "default_value": null, + "doc_type": "Item Price", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "col_br_1", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:27.542365", + "module": null, + "name": "Item Price-col_br_1-read_only", + "property": "read_only", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Customer", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "customer_group", + "is_system_generated": 1, + "modified": "2025-05-07 14:44:27.385861", + "module": null, + "name": "Customer-customer_group-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Customer", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "customer_name", + "is_system_generated": 1, + "modified": "2025-05-07 14:44:27.330021", + "module": null, + "name": "Customer-customer_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Customer", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "territory", + "is_system_generated": 1, + "modified": "2025-05-07 14:44:27.351000", + "module": null, + "name": "Customer-territory-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Customer", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "gstin", + "is_system_generated": 1, + "modified": "2025-05-07 14:44:27.363039", + "module": null, + "name": "Customer-gstin-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item Group", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.997539", + "module": null, + "name": "Item Group-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"gs\", \"item_group_name\", \"parent_item_group\", \"is_group\", \"image\", \"column_break_5\", \"code\", \"defaults\", \"item_group_defaults\", \"sec_break_taxes\", \"taxes\", \"lft\", \"old_parent\", \"rgt\"]" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "brand", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:28.758210", + "module": null, + "name": "Item-brand-reqd", + "property": "reqd", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2026-01-28 14:51:28.234482", + "module": null, + "name": "Purchase Receipt-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"supplier_section\", \"column_break0\", \"title\", \"naming_series\", \"supplier\", \"supplier_name\", \"supplier_delivery_note\", \"subcontracting_receipt\", \"column_break1\", \"posting_date\", \"posting_time\", \"set_posting_time\", \"column_break_12\", \"company\", \"apply_putaway_rule\", \"is_return\", \"return_against\", \"accounting_dimensions_section\", \"cost_center\", \"dimension_col_break\", \"project\", \"currency_and_price_list\", \"currency\", \"conversion_rate\", \"column_break2\", \"buying_price_list\", \"price_list_currency\", \"plc_conversion_rate\", \"ignore_pricing_rule\", \"sec_warehouse\", \"scan_barcode\", \"column_break_31\", \"set_warehouse\", \"set_from_warehouse\", \"col_break_warehouse\", \"rejected_warehouse\", \"is_subcontracted\", \"supplier_warehouse\", \"items_section\", \"items\", \"section_break0\", \"total_qty\", \"total_net_weight\", \"column_break_43\", \"base_total\", \"base_net_total\", \"column_break_27\", \"total\", \"net_total\", \"tax_withholding_net_total\", \"base_tax_withholding_net_total\", \"taxes_charges_section\", \"tax_category\", \"taxes_and_charges\", \"shipping_col\", \"shipping_rule\", \"column_break_53\", \"incoterm\", \"named_place\", \"taxes_section\", \"taxes\", \"totals\", \"base_taxes_and_charges_added\", \"base_taxes_and_charges_deducted\", \"base_total_taxes_and_charges\", \"column_break3\", \"taxes_and_charges_added\", \"taxes_and_charges_deducted\", \"total_taxes_and_charges\", \"section_break_46\", \"base_grand_total\", \"base_rounding_adjustment\", \"base_rounded_total\", \"base_in_words\", \"column_break_50\", \"grand_total\", \"rounding_adjustment\", \"rounded_total\", \"in_words\", \"disable_rounded_total\", \"section_break_42\", \"apply_discount_on\", \"base_discount_amount\", \"column_break_44\", \"additional_discount_percentage\", \"discount_amount\", \"sec_tax_breakup\", \"other_charges_calculation\", \"pricing_rule_details\", \"pricing_rules\", \"raw_material_details\", \"get_current_stock\", \"supplied_items\", \"address_and_contact_tab\", \"section_addresses\", \"supplier_address\", \"address_display\", \"col_break_address\", \"contact_person\", \"contact_display\", \"contact_mobile\", \"contact_email\", \"section_break_98\", \"shipping_address\", \"column_break_100\", \"shipping_address_display\", \"billing_address_section\", \"billing_address\", \"column_break_104\", \"billing_address_display\", \"terms_tab\", \"tc_name\", \"terms\", \"more_info_tab\", \"status_section\", \"status\", \"column_break4\", \"per_billed\", \"per_returned\", \"subscription_detail\", \"auto_repeat\", \"printing_settings\", \"letter_head\", \"group_same_items\", \"column_break_97\", \"select_print_heading\", \"language\", \"transporter_info\", \"transporter_name\", \"custom_gc_no\", \"custom_from\", \"custom_total_lr_rate\", \"column_break5\", \"lr_no\", \"lr_date\", \"additional_info_section\", \"instructions\", \"is_internal_supplier\", \"represents_company\", \"inter_company_reference\", \"column_break_131\", \"remarks\", \"range\", \"amended_from\", \"is_old_subcontracting_flow\", \"other_details\", \"connections_tab\"]" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "item_code", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:28.765745", + "module": null, + "name": "Item-item_code-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Department", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2024-08-15 12:54:45.225649", + "module": null, + "name": "Department-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"department_name\", \"parent_department\", \"column_break_3\", \"company\", \"is_group\", \"disabled\", \"section_break_4\", \"payroll_cost_center\", \"column_break_9\", \"leave_block_list\", \"approvers\", \"shift_request_approver\", \"leave_approvers\", \"expense_approvers\", \"lft\", \"rgt\", \"old_parent\"]" + }, + { + "default_value": null, + "doc_type": "Department", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "department_name", + "is_system_generated": 0, + "modified": "2024-08-15 12:54:45.271543", + "module": null, + "name": "Department-department_name-unique", + "property": "unique", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Department", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2024-08-15 12:55:14.051629", + "module": null, + "name": "Department-main-naming_rule", + "property": "naming_rule", + "property_type": "Data", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Department", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2024-08-15 12:55:14.088397", + "module": null, + "name": "Department-main-autoname", + "property": "autoname", + "property_type": "Data", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Brand", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2024-08-15 17:13:58.459016", + "module": null, + "name": "Brand-main-quick_entry", + "property": "quick_entry", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Brand", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2024-08-15 17:13:58.516930", + "module": null, + "name": "Brand-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"brand\", \"custom_code\", \"image\", \"description\", \"defaults\", \"brand_defaults\"]" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2026-01-28 14:51:28.780023", + "module": null, + "name": "Item-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"details\", \"naming_series\", \"item_code\", \"item_name\", \"custom_item_short_name\", \"item_group\", \"gst_hsn_code\", \"stock_uom\", \"custom_rak_location\", \"brand\", \"column_break0\", \"disabled\", \"allow_alternative_item\", \"is_stock_item\", \"has_variants\", \"include_item_in_manufacturing\", \"opening_stock\", \"valuation_rate\", \"standard_rate\", \"is_fixed_asset\", \"auto_create_assets\", \"is_grouped_asset\", \"asset_category\", \"asset_naming_series\", \"over_delivery_receipt_allowance\", \"over_billing_allowance\", \"image\", \"section_break_11\", \"description\", \"dashboard_tab\", \"inventory_section\", \"inventory_settings_section\", \"shelf_life_in_days\", \"end_of_life\", \"default_material_request_type\", \"valuation_method\", \"column_break1\", \"warranty_period\", \"weight_per_unit\", \"weight_uom\", \"allow_negative_stock\", \"sb_barcodes\", \"barcodes\", \"reorder_section\", \"reorder_levels\", \"unit_of_measure_conversion\", \"uoms\", \"serial_nos_and_batches\", \"has_batch_no\", \"create_new_batch\", \"batch_number_series\", \"has_expiry_date\", \"retain_sample\", \"sample_quantity\", \"column_break_37\", \"has_serial_no\", \"serial_no_series\", \"variants_section\", \"variant_of\", \"variant_based_on\", \"attributes\", \"accounting\", \"deferred_accounting_section\", \"enable_deferred_expense\", \"no_of_months_exp\", \"column_break_9s9o\", \"enable_deferred_revenue\", \"no_of_months\", \"section_break_avcp\", \"item_defaults\", \"purchasing_tab\", \"purchase_uom\", \"min_order_qty\", \"safety_stock\", \"is_purchase_item\", \"purchase_details_cb\", \"lead_time_days\", \"last_purchase_rate\", \"is_customer_provided_item\", \"customer\", \"supplier_details\", \"delivered_by_supplier\", \"column_break2\", \"supplier_items\", \"foreign_trade_details\", \"country_of_origin\", \"column_break_59\", \"customs_tariff_number\", \"sales_details\", \"sales_uom\", \"grant_commission\", \"is_sales_item\", \"column_break3\", \"max_discount\", \"customer_details\", \"customer_items\", \"item_tax_section_break\", \"is_ineligible_for_itc\", \"taxes\", \"quality_tab\", \"inspection_required_before_purchase\", \"quality_inspection_template\", \"inspection_required_before_delivery\", \"manufacturing\", \"is_sub_contracted_item\", \"default_bom\", \"column_break_74\", \"customer_code\", \"default_item_manufacturer\", \"default_manufacturer_part_no\", \"total_projected_qty\"]" + }, + { + "default_value": null, + "doc_type": "Barcode Creator", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "barcode_creator_item", + "is_system_generated": 0, + "modified": "2024-08-19 12:52:55.091751", + "module": null, + "name": "Barcode Creator-barcode_creator_item-allow_bulk_edit", + "property": "allow_bulk_edit", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Barcode Update", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2026-01-28 14:51:28.529268", + "module": null, + "name": "Barcode Update-main-naming_rule", + "property": "naming_rule", + "property_type": "Data", + "row_name": null, + "value": "Expression" + }, + { + "default_value": null, + "doc_type": "Barcode Update", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2026-01-28 14:51:28.519357", + "module": null, + "name": "Barcode Update-main-autoname", + "property": "autoname", + "property_type": "Data", + "row_name": null, + "value": "format:BU-{###}" + }, + { + "default_value": null, + "doc_type": "Barcode Update", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "posting_date", + "is_system_generated": 0, + "modified": "2024-08-19 17:42:31.546266", + "module": null, + "name": "Barcode Update-posting_date-reqd", + "property": "reqd", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Barcode Update", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "posting_date", + "is_system_generated": 0, + "modified": "2024-08-19 17:42:31.577528", + "module": null, + "name": "Barcode Update-posting_date-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "Today" + }, + { + "default_value": null, + "doc_type": "Barcode Update Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "barcode", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.795652", + "module": null, + "name": "Barcode Update Item-barcode-fieldtype", + "property": "fieldtype", + "property_type": "Select", + "row_name": null, + "value": "Data" + }, + { + "default_value": null, + "doc_type": "Barcode Update", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2024-08-22 12:27:14.549722", + "module": null, + "name": "Barcode Update-main-default_print_format", + "property": "default_print_format", + "property_type": "Data", + "row_name": null, + "value": "Trial" + }, + { + "default_value": null, + "doc_type": "Barcode Update Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2024-08-22 18:00:50.157374", + "module": null, + "name": "Barcode Update Item-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"caption_above\", \"caption_above_2\", \"barcode\", \"custom_barcode_scan\"]" + }, + { + "default_value": null, + "doc_type": "Salary Slip", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2026-01-28 14:51:28.578667", + "module": null, + "name": "Salary Slip-main-default_print_format", + "property": "default_print_format", + "property_type": "Data", + "row_name": null, + "value": "Salary Slip" + }, + { + "default_value": null, + "doc_type": "Employee", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "holiday_list", + "is_system_generated": 0, + "modified": "2024-08-22 21:34:57.592945", + "module": null, + "name": "Employee-holiday_list-reqd", + "property": "reqd", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "default_shift", + "is_system_generated": 0, + "modified": "2024-08-22 21:34:57.661560", + "module": null, + "name": "Employee-default_shift-reqd", + "property": "reqd", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "expense_approver", + "is_system_generated": 0, + "modified": "2024-08-22 21:40:46.155401", + "module": null, + "name": "Employee-expense_approver-reqd", + "property": "reqd", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "leave_approver", + "is_system_generated": 0, + "modified": "2024-08-22 21:40:46.243799", + "module": null, + "name": "Employee-leave_approver-reqd", + "property": "reqd", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Barcode Update Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "barcode_scan", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.786239", + "module": null, + "name": "Barcode Update Item-barcode_scan-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "item_code", + "is_system_generated": 1, + "modified": "2025-01-04 14:17:59.032460", + "module": null, + "name": "Item-item_code-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Supplier", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2024-09-18 16:34:19.057971", + "module": null, + "name": "Supplier-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"naming_series\", \"supplier_name\", \"country\", \"column_break0\", \"supplier_group\", \"supplier_type\", \"is_transporter\", \"image\", \"defaults_section\", \"default_currency\", \"default_bank_account\", \"column_break_10\", \"default_price_list\", \"internal_supplier_section\", \"is_internal_supplier\", \"represents_company\", \"column_break_16\", \"companies\", \"column_break2\", \"supplier_details\", \"column_break_30\", \"website\", \"language\", \"dashboard_tab\", \"tax_tab\", \"tax_id\", \"column_break_27\", \"tax_category\", \"tax_withholding_category\", \"tax_details_section\", \"gstin\", \"pan\", \"tax_details_column_break\", \"gst_category\", \"gst_transporter_id\", \"is_reverse_charge_applicable\", \"contact_and_address_tab\", \"address_contacts\", \"address_html\", \"column_break1\", \"contact_html\", \"primary_address_and_contact_detail_section\", \"column_break_44\", \"supplier_primary_address\", \"primary_address\", \"column_break_mglr\", \"supplier_primary_contact\", \"mobile_no\", \"email_id\", \"accounting_tab\", \"payment_terms\", \"default_accounts_section\", \"accounts\", \"settings_tab\", \"allow_purchase_invoice_creation_without_purchase_order\", \"allow_purchase_invoice_creation_without_purchase_receipt\", \"column_break_54\", \"is_frozen\", \"disabled\", \"warn_rfqs\", \"warn_pos\", \"prevent_rfqs\", \"prevent_pos\", \"block_supplier_section\", \"on_hold\", \"hold_type\", \"column_break_59\", \"release_date\", \"portal_users_tab\", \"portal_users\", \"column_break_1mqv\"]" + }, + { + "default_value": null, + "doc_type": "Supplier", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "gstin", + "is_system_generated": 0, + "modified": "2024-09-18 16:34:19.132912", + "module": null, + "name": "Supplier-gstin-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "due_date", + "is_system_generated": 0, + "modified": "2024-09-20 12:26:15.060533", + "module": null, + "name": "Sales Invoice-due_date-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "Today" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "update_stock", + "is_system_generated": 0, + "modified": "2024-09-20 12:27:26.113934", + "module": null, + "name": "Sales Invoice-update_stock-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "employee_name", + "is_system_generated": 1, + "modified": "2025-03-01 12:32:18.022630", + "module": null, + "name": "Employee-employee_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "designation", + "is_system_generated": 1, + "modified": "2025-03-01 12:32:18.008004", + "module": null, + "name": "Employee-designation-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Employee", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "company", + "is_system_generated": 1, + "modified": "2025-03-01 12:32:18.048116", + "module": null, + "name": "Employee-company-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Journal Entry Account", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-03-26 22:06:05.656174", + "module": null, + "name": "Journal Entry Account-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"account\", \"account_type\", \"col_break1\", \"bank_account\", \"party_type\", \"party\", \"accounting_dimensions_section\", \"cost_center\", \"dimension_col_break\", \"project\", \"currency_section\", \"account_currency\", \"column_break_10\", \"exchange_rate\", \"sec_break1\", \"debit_in_account_currency\", \"debit\", \"col_break2\", \"credit_in_account_currency\", \"credit\", \"reference\", \"reference_type\", \"reference_name\", \"reference_due_date\", \"reference_detail_no\", \"col_break3\", \"is_advance\", \"user_remark\", \"against_account\", \"custom_payment_details\", \"payment_status\", \"custom_column_break_twbua\", \"reference_number\"]" + }, + { + "default_value": null, + "doc_type": "Payment Order Reference", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-03-26 22:06:05.992171", + "module": null, + "name": "Payment Order Reference-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"reference_doctype\", \"reference_name\", \"amount\", \"payment_entry\", \"bank_payment_request\", \"payroll_entry\", \"custom_journal_entry_account\", \"payment_term\", \"expense_head\", \"payment_due_date\", \"credit_period\", \"overdue_from_credit_period\", \"remarks\", \"column_break_4\", \"party_type\", \"party\", \"party_name\", \"supplier\", \"tax_withholding_category\", \"payment_request\", \"is_adhoc\", \"mode_of_payment\", \"cost_center\", \"project\", \"bank_account_details\", \"bank_account\", \"bank\", \"bank_account_no\", \"account_name\", \"branch_code\", \"column_break_10\", \"account\", \"payment_reference\"]" + }, + { + "default_value": null, + "doc_type": "Salary Component", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "description", + "is_system_generated": 1, + "modified": "2024-10-11 15:58:11.718296", + "module": null, + "name": "Salary Component-description-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Salary Component", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "salary_component_abbr", + "is_system_generated": 1, + "modified": "2024-10-11 15:58:52.032036", + "module": null, + "name": "Salary Component-salary_component_abbr-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Salary Component", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "salary_component", + "is_system_generated": 1, + "modified": "2024-10-11 15:58:52.055773", + "module": null, + "name": "Salary Component-salary_component-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Salary Component", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "type", + "is_system_generated": 1, + "modified": "2024-10-11 15:58:52.071762", + "module": null, + "name": "Salary Component-type-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Salary Detail", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2026-01-28 14:51:28.121753", + "module": null, + "name": "Salary Detail-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"salary_component\", \"abbr\", \"column_break_3\", \"amount\", \"year_to_date\", \"section_break_5\", \"additional_salary\", \"is_recurring_additional_salary\", \"statistical_component\", \"depends_on_payment_days\", \"exempted_from_income_tax\", \"is_tax_applicable\", \"column_break_11\", \"is_flexible_benefit\", \"variable_based_on_taxable_salary\", \"do_not_include_in_total\", \"deduct_full_tax_on_selected_payroll_date\", \"custom_is_late_early\", \"section_break_2\", \"condition\", \"column_break_18\", \"amount_based_on_formula\", \"formula\", \"section_break_19\", \"default_amount\", \"additional_amount\", \"column_break_24\", \"tax_on_flexible_benefit\", \"tax_on_additional_salary\"]" + }, + { + "default_value": null, + "doc_type": "Employee", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "attendance_device_id", + "is_system_generated": 1, + "modified": "2025-03-01 12:32:18.071706", + "module": null, + "name": "Employee-attendance_device_id-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Serial and Batch Bundle", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2024-11-04 11:54:42.299380", + "module": null, + "name": "Serial and Batch Bundle-main-default_print_format", + "property": "default_print_format", + "property_type": "Data", + "row_name": null, + "value": "Barcode clt" + }, + { + "default_value": null, + "doc_type": "Employee", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "custom_working_hour", + "is_system_generated": 1, + "modified": "2025-01-25 15:25:32.476462", + "module": null, + "name": "Employee-custom_working_hour-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Stock Reconciliation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "posting_date", + "is_system_generated": 1, + "modified": "2024-11-24 15:04:47.455214", + "module": null, + "name": "Stock Reconciliation-posting_date-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Stock Reconciliation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "posting_time", + "is_system_generated": 1, + "modified": "2024-11-24 15:04:47.471330", + "module": null, + "name": "Stock Reconciliation-posting_time-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Stock Reconciliation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "purpose", + "is_system_generated": 1, + "modified": "2024-11-24 15:04:47.484495", + "module": null, + "name": "Stock Reconciliation-purpose-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Loans", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "employee", + "is_system_generated": 1, + "modified": "2025-01-27 16:02:30.297216", + "module": null, + "name": "Loans-employee-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Loans", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "employee_name", + "is_system_generated": 1, + "modified": "2025-01-27 16:02:30.314838", + "module": null, + "name": "Loans-employee_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Loans", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "loan_amount", + "is_system_generated": 1, + "modified": "2025-01-27 16:02:30.326889", + "module": null, + "name": "Loans-loan_amount-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Loan Disbursement", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "employee", + "is_system_generated": 1, + "modified": "2025-12-08 10:01:17.837844", + "module": null, + "name": "Loan Disbursement-employee-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Loan Disbursement", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "employee_name", + "is_system_generated": 1, + "modified": "2025-12-08 10:01:17.875585", + "module": null, + "name": "Loan Disbursement-employee_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Loan Disbursement", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "loan_amount", + "is_system_generated": 1, + "modified": "2025-12-08 10:01:17.890443", + "module": null, + "name": "Loan Disbursement-loan_amount-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Account", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "account_name", + "is_system_generated": 1, + "modified": "2025-01-09 08:06:39.534931", + "module": null, + "name": "Account-account_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Account", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "account_number", + "is_system_generated": 1, + "modified": "2025-01-09 08:06:39.516452", + "module": null, + "name": "Account-account_number-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Account", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "parent_account", + "is_system_generated": 1, + "modified": "2025-01-09 08:06:39.547235", + "module": null, + "name": "Account-parent_account-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Stock Reconciliation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "difference_amount", + "is_system_generated": 1, + "modified": "2024-11-24 15:04:47.496579", + "module": null, + "name": "Stock Reconciliation-difference_amount-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Additional Salary", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "salary_component", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.892529", + "module": null, + "name": "Additional Salary-salary_component-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "Employee advance" + }, + { + "default_value": null, + "doc_type": "Batch", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "batch_id", + "is_system_generated": 1, + "modified": "2025-02-19 11:44:59.680175", + "module": null, + "name": "Batch-batch_id-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Batch", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "batch_qty", + "is_system_generated": 1, + "modified": "2025-02-19 11:44:59.695164", + "module": null, + "name": "Batch-batch_qty-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Batch", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "item_name", + "is_system_generated": 1, + "modified": "2025-02-19 11:44:59.719970", + "module": null, + "name": "Batch-item_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Salary Structure", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "is_active", + "is_system_generated": 1, + "modified": "2024-12-04 16:20:47.796431", + "module": null, + "name": "Salary Structure-is_active-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Salary Structure", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "company", + "is_system_generated": 1, + "modified": "2024-12-04 16:20:47.836635", + "module": null, + "name": "Salary Structure-company-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Order Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "conversion_factor", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:27.133016", + "module": null, + "name": "Sales Order Item-conversion_factor-precision", + "property": "precision", + "property_type": "Float", + "row_name": null, + "value": "9" + }, + { + "default_value": null, + "doc_type": "Sales Invoice Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "conversion_factor", + "is_system_generated": 0, + "modified": "2024-12-06 10:01:18.361438", + "module": null, + "name": "Sales Invoice Item-conversion_factor-precision", + "property": "precision", + "property_type": "Float", + "row_name": null, + "value": "9" + }, + { + "default_value": null, + "doc_type": "Delivery Note Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "conversion_factor", + "is_system_generated": 0, + "modified": "2024-12-06 10:01:18.376045", + "module": null, + "name": "Delivery Note Item-conversion_factor-precision", + "property": "precision", + "property_type": "Float", + "row_name": null, + "value": "9" + }, + { + "default_value": null, + "doc_type": "Quotation Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "conversion_factor", + "is_system_generated": 0, + "modified": "2024-12-06 10:01:18.396988", + "module": null, + "name": "Quotation Item-conversion_factor-precision", + "property": "precision", + "property_type": "Float", + "row_name": null, + "value": "9" + }, + { + "default_value": null, + "doc_type": "Purchase Order Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "conversion_factor", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:27.795448", + "module": null, + "name": "Purchase Order Item-conversion_factor-precision", + "property": "precision", + "property_type": "Float", + "row_name": null, + "value": "9" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "conversion_factor", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:27.981227", + "module": null, + "name": "Purchase Receipt Item-conversion_factor-precision", + "property": "precision", + "property_type": "Float", + "row_name": null, + "value": "9" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "conversion_factor", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.138274", + "module": null, + "name": "Purchase Invoice Item-conversion_factor-precision", + "property": "precision", + "property_type": "Float", + "row_name": null, + "value": "9" + }, + { + "default_value": null, + "doc_type": "Request for Quotation Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "conversion_factor", + "is_system_generated": 0, + "modified": "2024-12-06 10:01:18.470674", + "module": null, + "name": "Request for Quotation Item-conversion_factor-precision", + "property": "precision", + "property_type": "Float", + "row_name": null, + "value": "9" + }, + { + "default_value": null, + "doc_type": "Supplier Quotation Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "conversion_factor", + "is_system_generated": 0, + "modified": "2024-12-06 10:01:18.490449", + "module": null, + "name": "Supplier Quotation Item-conversion_factor-precision", + "property": "precision", + "property_type": "Float", + "row_name": null, + "value": "9" + }, + { + "default_value": null, + "doc_type": "Material Request Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "conversion_factor", + "is_system_generated": 0, + "modified": "2024-12-06 10:01:18.506868", + "module": null, + "name": "Material Request Item-conversion_factor-precision", + "property": "precision", + "property_type": "Float", + "row_name": null, + "value": "9" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2024-12-06 10:18:17.186836", + "module": null, + "name": "Item-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "I.AF.#####" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2024-12-06 10:18:17.246994", + "module": null, + "name": "Item-naming_series-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "I.AF.#####" + }, + { + "default_value": null, + "doc_type": "Salary Structure Assignment", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "employee_name", + "is_system_generated": 1, + "modified": "2024-12-07 11:46:18.214764", + "module": null, + "name": "Salary Structure Assignment-employee_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Salary Structure Assignment", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "employee", + "is_system_generated": 1, + "modified": "2024-12-07 11:46:18.261703", + "module": null, + "name": "Salary Structure Assignment-employee-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Salary Structure Assignment", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "salary_structure", + "is_system_generated": 1, + "modified": "2024-12-07 11:46:18.278841", + "module": null, + "name": "Salary Structure Assignment-salary_structure-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "title", + "is_system_generated": 1, + "modified": "2025-12-02 12:25:35.356180", + "module": null, + "name": "Payment Entry-title-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "mode_of_payment", + "is_system_generated": 1, + "modified": "2025-12-02 12:25:35.383569", + "module": null, + "name": "Payment Entry-mode_of_payment-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "payment_type", + "is_system_generated": 1, + "modified": "2025-12-02 12:25:35.419087", + "module": null, + "name": "Payment Entry-payment_type-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "posting_date", + "is_system_generated": 1, + "modified": "2025-12-02 12:25:35.430267", + "module": null, + "name": "Payment Entry-posting_date-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "paid_from_account_balance", + "is_system_generated": 1, + "modified": "2024-12-09 16:11:23.227753", + "module": null, + "name": "Payment Entry-paid_from_account_balance-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "paid_amount", + "is_system_generated": 1, + "modified": "2025-12-02 12:25:35.395664", + "module": null, + "name": "Payment Entry-paid_amount-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "custom_item_short_name", + "is_system_generated": 0, + "modified": "2024-12-11 10:56:38.840297", + "module": null, + "name": "Item-custom_item_short_name-reqd", + "property": "reqd", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Supplier Packing Slip", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2024-12-28 10:52:57.206473", + "module": null, + "name": "Supplier Packing Slip-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "SPS.YY.###" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "title", + "is_system_generated": 1, + "modified": "2025-09-16 09:46:05.089574", + "module": null, + "name": "Sales Invoice-title-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "grand_total", + "is_system_generated": 1, + "modified": "2025-01-22 10:40:38.864799", + "module": null, + "name": "Sales Invoice-grand_total-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "remarks", + "is_system_generated": 1, + "modified": "2025-05-06 15:47:43.633966", + "module": null, + "name": "Sales Invoice-remarks-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "base_rounded_total", + "is_system_generated": 1, + "modified": "2024-12-30 16:27:04.896612", + "module": null, + "name": "Sales Invoice-base_rounded_total-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "posting_date", + "is_system_generated": 1, + "modified": "2025-09-16 09:46:05.104713", + "module": null, + "name": "Sales Invoice-posting_date-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "custom_sales_person", + "is_system_generated": 1, + "modified": "2025-09-16 09:46:05.152346", + "module": null, + "name": "Sales Invoice-custom_sales_person-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "title", + "is_system_generated": 1, + "modified": "2025-07-16 16:00:10.218562", + "module": null, + "name": "Purchase Invoice-title-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "posting_date", + "is_system_generated": 1, + "modified": "2025-07-16 16:00:10.240851", + "module": null, + "name": "Purchase Invoice-posting_date-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "grand_total", + "is_system_generated": 1, + "modified": "2025-01-22 10:22:12.863940", + "module": null, + "name": "Purchase Invoice-grand_total-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "is_system_generated": 1, + "modified": "2025-09-16 09:46:05.128530", + "module": null, + "name": "Sales Invoice-rounded_total-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "company_gstin", + "is_system_generated": 1, + "modified": "2025-01-31 16:15:55.477163", + "module": null, + "name": "Sales Invoice-company_gstin-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "billing_address_gstin", + "is_system_generated": 1, + "modified": "2025-03-12 15:22:46.418795", + "module": null, + "name": "Sales Invoice-billing_address_gstin-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Employee", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2024-12-31 19:30:27.627885", + "module": null, + "name": "Employee-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"basic_details_tab\", \"basic_information\", \"employee\", \"naming_series\", \"first_name\", \"middle_name\", \"last_name\", \"employee_name\", \"column_break_9\", \"gender\", \"date_of_birth\", \"salutation\", \"column_break1\", \"date_of_joining\", \"image\", \"status\", \"erpnext_user\", \"user_id\", \"create_user\", \"create_user_permission\", \"company_details_section\", \"company\", \"department\", \"employment_type\", \"employee_number\", \"column_break_25\", \"designation\", \"reports_to\", \"column_break_18\", \"branch\", \"grade\", \"employment_details\", \"job_applicant\", \"scheduled_confirmation_date\", \"column_break_32\", \"final_confirmation_date\", \"contract_end_date\", \"col_break_22\", \"notice_number_of_days\", \"date_of_retirement\", \"contact_details\", \"cell_number\", \"column_break_40\", \"personal_email\", \"company_email\", \"column_break4\", \"prefered_contact_email\", \"prefered_email\", \"unsubscribed\", \"address_section\", \"current_address\", \"current_accommodation_type\", \"column_break_46\", \"permanent_address\", \"permanent_accommodation_type\", \"emergency_contact_details\", \"person_to_be_contacted\", \"column_break_55\", \"emergency_phone_number\", \"column_break_19\", \"relation\", \"attendance_and_leave_details\", \"attendance_device_id\", \"custom_working_hour\", \"column_break_44\", \"holiday_list\", \"default_shift\", \"approvers_section\", \"expense_approver\", \"leave_approver\", \"column_break_45\", \"shift_request_approver\", \"salary_information\", \"ctc\", \"salary_currency\", \"salary_mode\", \"salary_cb\", \"payroll_cost_center\", \"pan_number\", \"provident_fund_account\", \"bank_details_section\", \"bank_name\", \"column_break_heye\", \"bank_ac_no\", \"bank_cb\", \"ifsc_code\", \"micr_code\", \"iban\", \"personal_details\", \"marital_status\", \"family_background\", \"column_break6\", \"blood_group\", \"health_details\", \"health_insurance_section\", \"health_insurance_provider\", \"health_insurance_no\", \"passport_details_section\", \"passport_number\", \"valid_upto\", \"column_break_73\", \"date_of_issue\", \"place_of_issue\", \"profile_tab\", \"bio\", \"educational_qualification\", \"education\", \"previous_work_experience\", \"external_work_history\", \"history_in_company\", \"internal_work_history\", \"exit\", \"resignation_letter_date\", \"relieving_date\", \"exit_interview_details\", \"held_on\", \"new_workplace\", \"column_break_99\", \"leave_encashed\", \"encashment_date\", \"feedback_section\", \"reason_for_leaving\", \"column_break_104\", \"feedback\", \"lft\", \"rgt\", \"old_parent\", \"connections_tab\"]" + }, + { + "default_value": null, + "doc_type": "Expense Claim", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2025-01-02 13:23:45.488983", + "module": null, + "name": "Expense Claim-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "HR-EXP-.YYYY.-" + }, + { + "default_value": null, + "doc_type": "Salary Slip", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:28.598998", + "module": null, + "name": "Salary Slip-rounded_total-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Salary Slip", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:28.607801", + "module": null, + "name": "Salary Slip-rounded_total-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "selling_price_list", + "is_system_generated": 0, + "modified": "2025-01-02 14:53:37.730870", + "module": null, + "name": "Sales Invoice-selling_price_list-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "Selling Price" + }, + { + "default_value": null, + "doc_type": "User Permission", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "hide_descendants", + "is_system_generated": 0, + "modified": "2025-01-02 18:02:08.341919", + "module": null, + "name": "User Permission-hide_descendants-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "User Permission", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "hide_descendants", + "is_system_generated": 0, + "modified": "2025-01-02 18:03:25.726141", + "module": null, + "name": "User Permission-hide_descendants-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "party_name", + "is_system_generated": 1, + "modified": "2025-12-02 12:25:35.406795", + "module": null, + "name": "Payment Entry-party_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2026-01-28 14:51:26.471461", + "module": null, + "name": "Purchase Order-main-default_print_format", + "property": "default_print_format", + "property_type": "Data", + "row_name": null, + "value": "CLT Purchase Order" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "valuation_rate", + "is_system_generated": 1, + "modified": "2025-01-04 14:17:58.981540", + "module": null, + "name": "Item-valuation_rate-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Serial and Batch Bundle", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "item_code", + "is_system_generated": 1, + "modified": "2025-01-30 11:19:17.566497", + "module": null, + "name": "Serial and Batch Bundle-item_code-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Serial and Batch Bundle", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "company", + "is_system_generated": 1, + "modified": "2025-01-03 19:39:01.125704", + "module": null, + "name": "Serial and Batch Bundle-company-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Serial and Batch Bundle", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "voucher_type", + "is_system_generated": 1, + "modified": "2025-01-30 11:19:17.600067", + "module": null, + "name": "Serial and Batch Bundle-voucher_type-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Serial and Batch Bundle", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "warehouse", + "is_system_generated": 1, + "modified": "2025-01-03 19:39:01.146880", + "module": null, + "name": "Serial and Batch Bundle-warehouse-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Serial and Batch Bundle", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "total_qty", + "is_system_generated": 1, + "modified": "2025-01-30 11:19:17.580122", + "module": null, + "name": "Serial and Batch Bundle-total_qty-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Serial and Batch Bundle", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "voucher_no", + "is_system_generated": 1, + "modified": "2025-01-30 11:19:17.590025", + "module": null, + "name": "Serial and Batch Bundle-voucher_no-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "cost_center", + "is_system_generated": 0, + "modified": "2025-01-04 14:02:27.537969", + "module": null, + "name": "Payment Entry-cost_center-reqd", + "property": "reqd", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item Price", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "item_name", + "is_system_generated": 1, + "modified": "2025-01-16 08:55:38.822081", + "module": null, + "name": "Item Price-item_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item Price", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "brand", + "is_system_generated": 1, + "modified": "2025-01-14 18:54:49.714589", + "module": null, + "name": "Item Price-brand-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Item Price", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "item_code", + "is_system_generated": 1, + "modified": "2025-01-16 08:55:38.845153", + "module": null, + "name": "Item Price-item_code-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item Price", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "price_list", + "is_system_generated": 1, + "modified": "2025-01-16 08:55:38.856614", + "module": null, + "name": "Item Price-price_list-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item Price", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "price_list_rate", + "is_system_generated": 1, + "modified": "2025-01-16 08:55:38.867775", + "module": null, + "name": "Item Price-price_list_rate-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item Price", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "reference", + "is_system_generated": 1, + "modified": "2025-01-16 08:55:38.802949", + "module": null, + "name": "Item Price-reference-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "title", + "is_system_generated": 1, + "modified": "2025-07-16 16:00:06.126502", + "module": null, + "name": "Purchase Receipt-title-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "per_returned", + "is_system_generated": 1, + "modified": "2025-01-09 08:29:01.912256", + "module": null, + "name": "Purchase Receipt-per_returned-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "posting_date", + "is_system_generated": 1, + "modified": "2025-07-16 16:00:06.145183", + "module": null, + "name": "Purchase Receipt-posting_date-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "grand_total", + "is_system_generated": 1, + "modified": "2025-01-17 16:01:15.170525", + "module": null, + "name": "Purchase Receipt-grand_total-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "custom_gc_no", + "is_system_generated": 1, + "modified": "2025-07-16 16:00:06.196877", + "module": null, + "name": "Purchase Receipt-custom_gc_no-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "status", + "is_system_generated": 1, + "modified": "2025-01-06 13:58:29.633073", + "module": null, + "name": "Sales Order-status-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "customer_name", + "is_system_generated": 1, + "modified": "2025-03-05 10:49:49.718066", + "module": null, + "name": "Sales Order-customer_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "per_delivered", + "is_system_generated": 1, + "modified": "2025-03-05 10:49:49.735700", + "module": null, + "name": "Sales Order-per_delivered-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "per_billed", + "is_system_generated": 1, + "modified": "2025-03-05 10:49:49.747699", + "module": null, + "name": "Sales Order-per_billed-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "delivery_date", + "is_system_generated": 1, + "modified": "2025-03-04 13:12:46.324221", + "module": null, + "name": "Sales Order-delivery_date-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "grand_total", + "is_system_generated": 1, + "modified": "2025-03-05 10:49:49.694053", + "module": null, + "name": "Sales Order-grand_total-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "custom_sales_person", + "is_system_generated": 1, + "modified": "2025-03-05 10:49:49.772425", + "module": null, + "name": "Sales Order-custom_sales_person-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Quotation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2025-01-06 16:21:05.592242", + "module": null, + "name": "Quotation-main-default_print_format", + "property": "default_print_format", + "property_type": "Data", + "row_name": null, + "value": "CLT Quotation" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "customer_name", + "is_system_generated": 1, + "modified": "2025-01-31 19:19:22.276242", + "module": null, + "name": "Sales Invoice-customer_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "section_break_49", + "is_system_generated": 0, + "modified": "2025-01-07 09:02:21.985469", + "module": null, + "name": "Sales Invoice-section_break_49-collapsible", + "property": "collapsible", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "currency_and_price_list", + "is_system_generated": 0, + "modified": "2025-01-07 09:03:44.446778", + "module": null, + "name": "Sales Invoice-currency_and_price_list-collapsible", + "property": "collapsible", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "posting_date", + "is_system_generated": 0, + "modified": "2025-01-07 09:27:08.046343", + "module": null, + "name": "Sales Invoice-posting_date-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "is_reverse_charge", + "is_system_generated": 0, + "modified": "2025-01-07 12:25:29.636696", + "module": null, + "name": "Sales Order-is_reverse_charge-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "accounting_dimensions_section", + "is_system_generated": 0, + "modified": "2025-01-07 12:30:24.855874", + "module": null, + "name": "Sales Order-accounting_dimensions_section-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "currency_and_price_list", + "is_system_generated": 0, + "modified": "2025-01-07 12:30:52.772694", + "module": null, + "name": "Sales Order-currency_and_price_list-collapsible", + "property": "collapsible", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "currency_and_price_list", + "is_system_generated": 0, + "modified": "2025-01-07 12:58:24.471295", + "module": null, + "name": "Sales Order-currency_and_price_list-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "is_system_generated": 0, + "modified": "2025-01-07 13:03:25.958132", + "module": null, + "name": "Sales Order-scan_barcode-length", + "property": "length", + "property_type": "Int", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "set_warehouse", + "is_system_generated": 0, + "modified": "2025-01-07 13:05:39.964964", + "module": null, + "name": "Sales Order-set_warehouse-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Order Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "delivery_date", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:27.144714", + "module": null, + "name": "Sales Order Item-delivery_date-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "posting_time", + "is_system_generated": 1, + "modified": "2025-01-09 08:28:46.339046", + "module": null, + "name": "Purchase Receipt-posting_time-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "column_break_28", + "is_system_generated": 0, + "modified": "2025-01-07 14:38:04.706437", + "module": null, + "name": "Sales Order-column_break_28-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "section_break_48", + "is_system_generated": 0, + "modified": "2025-01-07 15:03:46.496453", + "module": null, + "name": "Sales Order-section_break_48-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "advance_paid", + "is_system_generated": 0, + "modified": "2025-01-07 15:16:00.438984", + "module": null, + "name": "Sales Order-advance_paid-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "base_rounding_adjustment", + "is_system_generated": 0, + "modified": "2025-01-07 15:17:30.028189", + "module": null, + "name": "Sales Order-base_rounding_adjustment-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "sec_warehouse", + "is_system_generated": 0, + "modified": "2025-01-07 16:07:20.468213", + "module": null, + "name": "Sales Order-sec_warehouse-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "items", + "is_system_generated": 0, + "modified": "2025-01-07 16:08:17.117429", + "module": null, + "name": "Sales Order-items-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "taxes", + "is_system_generated": 0, + "modified": "2025-01-07 16:09:06.362962", + "module": null, + "name": "Sales Order-taxes-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "from_warehouse", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.194423", + "module": null, + "name": "Purchase Invoice Item-from_warehouse-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "payments", + "is_system_generated": 0, + "modified": "2025-01-07 21:56:16.428154", + "module": null, + "name": "Sales Invoice-payments-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice Payment", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "mode_of_payment", + "is_system_generated": 0, + "modified": "2025-01-07 21:58:50.805656", + "module": null, + "name": "Sales Invoice Payment-mode_of_payment-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "is_debit_note", + "is_system_generated": 0, + "modified": "2025-01-07 23:26:33.209443", + "module": null, + "name": "Sales Invoice-is_debit_note-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "is_reverse_charge", + "is_system_generated": 0, + "modified": "2025-01-07 23:26:33.310899", + "module": null, + "name": "Sales Invoice-is_reverse_charge-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "accounting_dimensions_section", + "is_system_generated": 0, + "modified": "2025-01-07 23:31:13.824022", + "module": null, + "name": "Sales Invoice-accounting_dimensions_section-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "column_break2", + "is_system_generated": 0, + "modified": "2025-01-07 23:32:03.180082", + "module": null, + "name": "Sales Invoice-column_break2-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "currency_and_price_list", + "is_system_generated": 0, + "modified": "2025-01-07 23:32:32.100432", + "module": null, + "name": "Sales Invoice-currency_and_price_list-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "items_section", + "is_system_generated": 0, + "modified": "2025-01-08 07:50:44.730768", + "module": null, + "name": "Sales Invoice-items_section-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "items", + "is_system_generated": 0, + "modified": "2025-01-08 07:52:03.230975", + "module": null, + "name": "Sales Invoice-items-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "taxes_section", + "is_system_generated": 0, + "modified": "2025-01-08 07:53:29.425379", + "module": null, + "name": "Sales Invoice-taxes_section-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "taxes", + "is_system_generated": 0, + "modified": "2025-01-08 07:55:33.292871", + "module": null, + "name": "Sales Invoice-taxes-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "payments", + "is_system_generated": 0, + "modified": "2025-01-08 07:55:33.411340", + "module": null, + "name": "Sales Invoice-payments-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "taxes_section", + "is_system_generated": 0, + "modified": "2025-01-08 08:01:41.842510", + "module": null, + "name": "Sales Invoice-taxes_section-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "posting_date", + "is_system_generated": 0, + "modified": "2025-01-08 09:41:41.471234", + "module": null, + "name": "Payment Entry-posting_date-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "use_company_roundoff_cost_center", + "is_system_generated": 0, + "modified": "2025-01-08 09:54:27.030792", + "module": null, + "name": "Sales Invoice-use_company_roundoff_cost_center-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "total_advance", + "is_system_generated": 0, + "modified": "2025-01-08 10:25:36.342618", + "module": null, + "name": "Sales Invoice-total_advance-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "discount_section", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.407382", + "module": null, + "name": "Purchase Order-discount_section-collapsible", + "property": "collapsible", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "section_break_42", + "is_system_generated": 0, + "modified": "2025-01-08 14:14:52.479133", + "module": null, + "name": "Purchase Receipt-section_break_42-collapsible", + "property": "collapsible", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "gst_hsn_code", + "is_system_generated": 0, + "modified": "2025-01-08 21:12:48.692362", + "module": null, + "name": "Item-gst_hsn_code-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Batch", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "item", + "is_system_generated": 1, + "modified": "2025-02-19 11:44:59.708099", + "module": null, + "name": "Batch-item-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "variant_of", + "is_system_generated": 0, + "modified": "2025-01-09 07:39:10.483477", + "module": null, + "name": "Item-variant_of-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "has_variants", + "is_system_generated": 0, + "modified": "2025-01-09 07:40:58.421293", + "module": null, + "name": "Item-has_variants-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Account", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "balance_must_be", + "is_system_generated": 1, + "modified": "2025-01-09 08:03:29.355222", + "module": null, + "name": "Account-balance_must_be-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Item Barcode", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "barcode", + "is_system_generated": 0, + "modified": "2025-01-09 09:55:54.052547", + "module": null, + "name": "Item Barcode-barcode-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "remarks", + "is_system_generated": 1, + "modified": "2025-01-30 17:07:26.428017", + "module": null, + "name": "Purchase Receipt-remarks-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Customer", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "gstin", + "is_system_generated": 0, + "modified": "2025-01-10 13:32:42.316315", + "module": null, + "name": "Customer-gstin-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Salary Slip", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2026-01-28 14:51:28.590850", + "module": null, + "name": "Salary Slip-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"employee_and_payroll_tab\", \"section_break_6\", \"employee\", \"employee_name\", \"company\", \"department\", \"designation\", \"branch\", \"column_break_obdl\", \"posting_date\", \"letter_head\", \"column_break_18\", \"status\", \"salary_withholding\", \"salary_withholding_cycle\", \"currency\", \"exchange_rate\", \"section_break_gsts\", \"payroll_frequency\", \"start_date\", \"end_date\", \"column_break_ptcc\", \"salary_structure\", \"payroll_entry\", \"mode_of_payment\", \"column_break_wyhp\", \"salary_slip_based_on_timesheet\", \"section_break_gerh\", \"deduct_tax_for_unclaimed_employee_benefits\", \"deduct_tax_for_unsubmitted_tax_exemption_proof\", \"payment_days_tab\", \"total_working_days\", \"unmarked_days\", \"leave_without_pay\", \"column_break_geio\", \"absent_days\", \"payment_days\", \"help_section\", \"payment_days_calculation_help\", \"earnings_and_deductions_tab\", \"timesheets_section\", \"timesheets\", \"column_break_ghjr\", \"total_working_hours\", \"hour_rate\", \"base_hour_rate\", \"earning_deduction_sb\", \"earnings\", \"column_break_k1jz\", \"deductions\", \"totals\", \"gross_pay\", \"base_gross_pay\", \"gross_year_to_date\", \"base_gross_year_to_date\", \"column_break_25\", \"total_deduction\", \"base_total_deduction\", \"custom_section_break_n1dup\", \"custom_esi_lt\", \"custom_pf_lt\", \"custom_deducted_gross_details\", \"custom_deducted_gross\", \"custom_deducted_per_day\", \"custom_column_break_mgiww\", \"custom_deducted_basic\", \"custom_deducted_da\", \"net_pay_info\", \"net_pay\", \"base_net_pay\", \"rounded_total\", \"base_rounded_total\", \"column_break_dqnd\", \"year_to_date\", \"base_year_to_date\", \"month_to_date\", \"base_month_to_date\", \"section_break_55\", \"total_in_words\", \"column_break_69\", \"base_total_in_words\", \"income_tax_calculation_breakup_section\", \"ctc\", \"income_from_other_sources\", \"total_earnings\", \"column_break_0rsw\", \"non_taxable_earnings\", \"standard_tax_exemption_amount\", \"tax_exemption_declaration\", \"deductions_before_tax_calculation\", \"annual_taxable_amount\", \"column_break_35wb\", \"income_tax_deducted_till_date\", \"current_month_income_tax\", \"future_income_tax_deductions\", \"total_income_tax\", \"section_break_75\", \"journal_entry\", \"amended_from\", \"column_break_ieob\", \"bank_name\", \"bank_account_no\", \"leave_details_section\", \"leave_details\"]" + }, + { + "default_value": null, + "doc_type": "Batch", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "custom_qty", + "is_system_generated": 1, + "modified": "2025-01-21 08:49:52.097773", + "module": null, + "name": "Batch-custom_qty-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Item Price", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "valid_from", + "is_system_generated": 1, + "modified": "2025-01-16 08:55:38.879273", + "module": null, + "name": "Item Price-valid_from-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item Price", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "batch_no", + "is_system_generated": 1, + "modified": "2025-01-16 08:55:38.833626", + "module": null, + "name": "Item Price-batch_no-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Supplier Packing Slip", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "company", + "is_system_generated": 1, + "modified": "2025-01-15 09:29:04.949019", + "module": null, + "name": "Supplier Packing Slip-company-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Supplier Packing Slip", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "supplier_name", + "is_system_generated": 1, + "modified": "2025-01-15 09:29:04.972846", + "module": null, + "name": "Supplier Packing Slip-supplier_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "opening_stock", + "is_system_generated": 0, + "modified": "2025-01-15 15:11:32.511662", + "module": null, + "name": "Item-opening_stock-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "standard_rate", + "is_system_generated": 0, + "modified": "2025-01-15 15:11:32.647413", + "module": null, + "name": "Item-standard_rate-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "section_break_11", + "is_system_generated": 0, + "modified": "2025-01-15 15:11:32.713920", + "module": null, + "name": "Item-section_break_11-collapsible", + "property": "collapsible", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "is_fixed_asset", + "is_system_generated": 0, + "modified": "2025-01-15 15:11:56.948172", + "module": null, + "name": "Item-is_fixed_asset-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "allow_alternative_item", + "is_system_generated": 0, + "modified": "2025-01-15 15:21:21.530068", + "module": null, + "name": "Item-allow_alternative_item-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "has_batch_no", + "is_system_generated": 0, + "modified": "2025-01-15 15:23:07.888995", + "module": null, + "name": "Item-has_batch_no-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "create_new_batch", + "is_system_generated": 0, + "modified": "2025-01-15 15:23:08.039322", + "module": null, + "name": "Item-create_new_batch-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item Tax", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "item_tax_template", + "is_system_generated": 0, + "modified": "2025-01-15 15:24:32.137336", + "module": null, + "name": "Item Tax-item_tax_template-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "GST 5% - CT" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "taxes", + "is_system_generated": 0, + "modified": "2025-01-15 15:29:13.541152", + "module": null, + "name": "Item-taxes-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item Tax", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-01-15 15:36:30.779287", + "module": null, + "name": "Item Tax-main-quick_entry", + "property": "quick_entry", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "supplier_delivery_note", + "is_system_generated": 0, + "modified": "2025-01-15 15:57:23.771737", + "module": null, + "name": "Purchase Receipt-supplier_delivery_note-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "qty", + "is_system_generated": 0, + "modified": "2025-01-15 18:50:39.605411", + "module": null, + "name": "Sales Invoice Item-qty-read_only", + "property": "read_only", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item Price", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "batch_no", + "is_system_generated": 0, + "modified": "2025-01-16 08:56:00.980599", + "module": null, + "name": "Item Price-batch_no-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "transporter", + "is_system_generated": 0, + "modified": "2025-01-16 09:01:38.035479", + "module": null, + "name": "Purchase Receipt-transporter-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "mode_of_payment", + "is_system_generated": 0, + "modified": "2025-01-16 11:38:01.790639", + "module": null, + "name": "Payment Entry-mode_of_payment-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "cost_center", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.187235", + "module": "Calicut Textiles", + "name": "Purchase Invoice Item-cost_center-fetch_from", + "property": "fetch_from", + "property_type": "Small Text", + "row_name": null, + "value": "item_code.custom_cost_center" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "cost_center", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.172518", + "module": "Calicut Textiles", + "name": "Purchase Invoice Item-cost_center-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "qty", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:28.004301", + "module": null, + "name": "Purchase Receipt Item-qty-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "Net Qty" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2026-01-28 14:51:27.994807", + "module": null, + "name": "Purchase Receipt Item-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"barcode\", \"custom_column_break_5y0bv\", \"custom_barcode_scan\", \"has_item_scanned\", \"section_break_2\", \"item_code\", \"product_bundle\", \"supplier_part_no\", \"column_break_2\", \"item_name\", \"section_break_4\", \"description\", \"gst_hsn_code\", \"is_ineligible_for_itc\", \"brand\", \"image_column\", \"item_group\", \"image\", \"image_view\", \"received_and_accepted\", \"custom_pcs\", \"custom_net_qty\", \"qty\", \"received_qty\", \"rejected_qty\", \"col_break2\", \"uom\", \"stock_uom\", \"conversion_factor\", \"retain_sample\", \"sample_quantity\", \"tracking_section\", \"received_stock_qty\", \"stock_qty\", \"col_break_tracking_section\", \"returned_qty\", \"rate_and_amount\", \"price_list_rate\", \"col_break3\", \"base_price_list_rate\", \"discount_and_margin_section\", \"margin_type\", \"margin_rate_or_amount\", \"rate_with_margin\", \"column_break_37\", \"discount_percentage\", \"discount_amount\", \"base_rate_with_margin\", \"sec_break1\", \"rate\", \"custom_rack_location\", \"amount\", \"col_break4\", \"base_rate\", \"base_amount\", \"pricing_rules\", \"stock_uom_rate\", \"is_free_item\", \"apply_tds\", \"section_break_29\", \"net_rate\", \"net_amount\", \"item_tax_template\", \"gst_treatment\", \"column_break_32\", \"base_net_rate\", \"base_net_amount\", \"taxable_value\", \"gst_details_section\", \"igst_rate\", \"cgst_rate\", \"sgst_rate\", \"cess_rate\", \"cess_non_advol_rate\", \"cb_gst_details\", \"igst_amount\", \"cgst_amount\", \"sgst_amount\", \"cess_amount\", \"cess_non_advol_amount\", \"valuation_rate\", \"sales_incoming_rate\", \"item_tax_amount\", \"rm_supp_cost\", \"landed_cost_voucher_amount\", \"rate_difference_with_purchase_invoice\", \"billed_amt\", \"warehouse_and_reference\", \"warehouse\", \"rejected_warehouse\", \"from_warehouse\", \"material_request\", \"purchase_order\", \"purchase_invoice\", \"custom_supplier_packing_slip\", \"column_break_40\", \"is_fixed_asset\", \"asset_location\", \"asset_category\", \"schedule_date\", \"quality_inspection\", \"material_request_item\", \"purchase_order_item\", \"purchase_invoice_item\", \"purchase_receipt_item\", \"delivery_note_item\", \"putaway_rule\", \"section_break_45\", \"add_serial_batch_bundle\", \"serial_and_batch_bundle\", \"use_serial_batch_fields\", \"allow_zero_valuation_rate\", \"return_qty_from_rejected_warehouse\", \"bom\", \"serial_no\", \"custom_batch\", \"col_break5\", \"add_serial_batch_for_rejected_qty\", \"rejected_serial_and_batch_bundle\", \"section_break_3vxt\", \"include_exploded_items\", \"batch_no\", \"subcontract_bom_section\", \"rejected_serial_no\", \"column_break_tolu\", \"item_tax_rate\", \"item_weight_details\", \"weight_per_unit\", \"total_weight\", \"column_break_41\", \"weight_uom\", \"manufacture_details\", \"manufacturer\", \"column_break_16\", \"manufacturer_part_no\", \"accounting_details_section\", \"expense_account\", \"wip_composite_asset\", \"column_break_102\", \"provisional_expense_account\", \"accounting_dimensions_section\", \"project\", \"dimension_col_break\", \"cost_center\", \"section_break_80\", \"page_break\", \"sales_order\", \"sales_order_item\", \"subcontracting_receipt_item\"]" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.201226", + "module": null, + "name": "Purchase Invoice Item-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"item_code\", \"product_bundle\", \"col_break1\", \"item_name\", \"description_section\", \"description\", \"gst_hsn_code\", \"is_ineligible_for_itc\", \"brand\", \"col_break7\", \"item_group\", \"image\", \"image_view\", \"quantity_and_rate\", \"custom_net_qty\", \"custom_pcs\", \"qty\", \"received_qty\", \"rejected_qty\", \"col_break2\", \"uom\", \"conversion_factor\", \"stock_uom\", \"stock_qty\", \"sec_break1\", \"price_list_rate\", \"col_break3\", \"base_price_list_rate\", \"section_break_26\", \"margin_type\", \"margin_rate_or_amount\", \"rate_with_margin\", \"column_break_30\", \"discount_percentage\", \"discount_amount\", \"base_rate_with_margin\", \"sec_break2\", \"rate\", \"custom_rack_location\", \"amount\", \"item_tax_template\", \"gst_treatment\", \"col_break4\", \"base_rate\", \"base_amount\", \"pricing_rules\", \"stock_uom_rate\", \"is_free_item\", \"apply_tds\", \"section_break_22\", \"net_rate\", \"net_amount\", \"column_break_25\", \"base_net_rate\", \"base_net_amount\", \"taxable_value\", \"gst_details_section\", \"igst_rate\", \"cgst_rate\", \"sgst_rate\", \"cess_rate\", \"cess_non_advol_rate\", \"cb_gst_details\", \"igst_amount\", \"cgst_amount\", \"sgst_amount\", \"cess_amount\", \"cess_non_advol_amount\", \"valuation_rate\", \"sales_incoming_rate\", \"item_tax_amount\", \"landed_cost_voucher_amount\", \"rm_supp_cost\", \"warehouse_section\", \"warehouse\", \"add_serial_batch_bundle\", \"serial_and_batch_bundle\", \"use_serial_batch_fields\", \"col_br_wh\", \"from_warehouse\", \"quality_inspection\", \"rejected_warehouse\", \"rejected_serial_and_batch_bundle\", \"section_break_rqbe\", \"serial_no\", \"rejected_serial_no\", \"column_break_vbbb\", \"batch_no\", \"manufacture_details\", \"manufacturer\", \"column_break_13\", \"manufacturer_part_no\", \"accounting\", \"expense_account\", \"wip_composite_asset\", \"col_break5\", \"is_fixed_asset\", \"asset_location\", \"asset_category\", \"deferred_expense_section\", \"deferred_expense_account\", \"service_stop_date\", \"enable_deferred_expense\", \"column_break_58\", \"service_start_date\", \"service_end_date\", \"reference\", \"allow_zero_valuation_rate\", \"item_tax_rate\", \"bom\", \"include_exploded_items\", \"purchase_invoice_item\", \"col_break6\", \"purchase_order\", \"po_detail\", \"purchase_receipt\", \"pr_detail\", \"sales_invoice_item\", \"material_request\", \"material_request_item\", \"item_weight_details\", \"weight_per_unit\", \"total_weight\", \"column_break_38\", \"weight_uom\", \"accounting_dimensions_section\", \"project\", \"dimension_col_break\", \"cost_center\", \"section_break_82\", \"page_break\"]" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "qty", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.211436", + "module": null, + "name": "Purchase Invoice Item-qty-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "Net Qty" + }, + { + "default_value": null, + "doc_type": "Purchase Order Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2026-01-28 14:51:27.807543", + "module": null, + "name": "Purchase Order Item-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"fg_item\", \"fg_item_qty\", \"item_code\", \"supplier_part_no\", \"item_name\", \"brand\", \"product_bundle\", \"column_break_4\", \"schedule_date\", \"expected_delivery_date\", \"item_group\", \"section_break_5\", \"description\", \"gst_hsn_code\", \"is_ineligible_for_itc\", \"col_break1\", \"image\", \"image_view\", \"quantity_and_rate\", \"custom_net_qty\", \"custom_pcs\", \"qty\", \"stock_uom\", \"sco_qty\", \"col_break2\", \"uom\", \"conversion_factor\", \"stock_qty\", \"sec_break1\", \"price_list_rate\", \"last_purchase_rate\", \"col_break3\", \"base_price_list_rate\", \"discount_and_margin_section\", \"margin_type\", \"margin_rate_or_amount\", \"rate_with_margin\", \"column_break_28\", \"discount_percentage\", \"discount_amount\", \"base_rate_with_margin\", \"sec_break2\", \"rate\", \"custom_rack_location\", \"amount\", \"item_tax_template\", \"gst_treatment\", \"col_break4\", \"base_rate\", \"base_amount\", \"pricing_rules\", \"stock_uom_rate\", \"is_free_item\", \"apply_tds\", \"section_break_29\", \"net_rate\", \"net_amount\", \"column_break_32\", \"base_net_rate\", \"base_net_amount\", \"taxable_value\", \"gst_details_section\", \"igst_rate\", \"cgst_rate\", \"sgst_rate\", \"cess_rate\", \"cess_non_advol_rate\", \"cb_gst_details\", \"igst_amount\", \"cgst_amount\", \"sgst_amount\", \"cess_amount\", \"cess_non_advol_amount\", \"warehouse_and_reference\", \"from_warehouse\", \"warehouse\", \"column_break_54\", \"actual_qty\", \"company_total_stock\", \"references_section\", \"material_request\", \"material_request_item\", \"sales_order\", \"sales_order_item\", \"sales_order_packed_item\", \"supplier_quotation\", \"supplier_quotation_item\", \"col_break5\", \"delivered_by_supplier\", \"against_blanket_order\", \"blanket_order\", \"blanket_order_rate\", \"section_break_56\", \"received_qty\", \"returned_qty\", \"column_break_60\", \"billed_amt\", \"accounting_details\", \"expense_account\", \"column_break_fyqr\", \"wip_composite_asset\", \"manufacture_details\", \"manufacturer\", \"manufacturer_part_no\", \"column_break_14\", \"bom\", \"include_exploded_items\", \"item_weight_details\", \"weight_per_unit\", \"total_weight\", \"column_break_40\", \"weight_uom\", \"accounting_dimensions_section\", \"project\", \"dimension_col_break\", \"cost_center\", \"more_info_section_break\", \"is_fixed_asset\", \"item_tax_rate\", \"section_break_72\", \"production_plan\", \"production_plan_item\", \"production_plan_sub_assembly_item\", \"page_break\"]" + }, + { + "default_value": null, + "doc_type": "Purchase Order Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "qty", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:27.817179", + "module": null, + "name": "Purchase Order Item-qty-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "Net Qty" + }, + { + "default_value": null, + "doc_type": "Sales Order Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "qty", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:27.164756", + "module": null, + "name": "Sales Order Item-qty-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "Net Qty" + }, + { + "default_value": null, + "doc_type": "Sales Order Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "qty", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:27.173019", + "module": null, + "name": "Sales Order Item-qty-non_negative", + "property": "non_negative", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Order Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2026-01-28 14:51:27.155243", + "module": null, + "name": "Sales Order Item-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"item_code\", \"item_name\", \"customer_item_code\", \"ensure_delivery_based_on_produced_serial_no\", \"is_stock_item\", \"reserve_stock\", \"col_break1\", \"delivery_date\", \"section_break_5\", \"description\", \"gst_hsn_code\", \"item_group\", \"brand\", \"image_section\", \"image\", \"image_view\", \"quantity_and_rate\", \"custom_net_qty\", \"custom_pcs\", \"qty\", \"stock_uom\", \"col_break2\", \"uom\", \"conversion_factor\", \"stock_qty\", \"stock_reserved_qty\", \"section_break_16\", \"price_list_rate\", \"base_price_list_rate\", \"discount_and_margin\", \"margin_type\", \"margin_rate_or_amount\", \"rate_with_margin\", \"column_break_19\", \"discount_percentage\", \"discount_amount\", \"base_rate_with_margin\", \"section_break_simple1\", \"rate\", \"custom_rack_location\", \"amount\", \"batch_no\", \"item_tax_template\", \"gst_treatment\", \"total\", \"col_break3\", \"base_rate\", \"base_amount\", \"pricing_rules\", \"stock_uom_rate\", \"is_free_item\", \"grant_commission\", \"section_break_24\", \"net_rate\", \"net_amount\", \"column_break_27\", \"base_net_rate\", \"base_net_amount\", \"taxable_value\", \"gst_details_section\", \"igst_rate\", \"cgst_rate\", \"sgst_rate\", \"cess_rate\", \"cess_non_advol_rate\", \"cb_gst_details\", \"igst_amount\", \"cgst_amount\", \"sgst_amount\", \"cess_amount\", \"cess_non_advol_amount\", \"billed_amt\", \"valuation_rate\", \"gross_profit\", \"drop_ship_section\", \"delivered_by_supplier\", \"supplier\", \"item_weight_details\", \"weight_per_unit\", \"total_weight\", \"column_break_21\", \"weight_uom\", \"warehouse_and_reference\", \"warehouse\", \"target_warehouse\", \"prevdoc_docname\", \"quotation_item\", \"col_break4\", \"against_blanket_order\", \"blanket_order\", \"blanket_order_rate\", \"available_quantity_section\", \"actual_qty\", \"column_break_jpky\", \"company_total_stock\", \"manufacturing_section_section\", \"bom_no\", \"planning_section\", \"projected_qty\", \"ordered_qty\", \"planned_qty\", \"production_plan_qty\", \"column_break_69\", \"work_order_qty\", \"delivered_qty\", \"produced_qty\", \"returned_qty\", \"picked_qty\", \"shopping_cart_section\", \"additional_notes\", \"section_break_63\", \"page_break\", \"item_tax_rate\", \"transaction_date\", \"inter_transfer_reference_section\", \"material_request\", \"purchase_order\", \"column_break_89\", \"material_request_item\", \"purchase_order_item\"]" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "gst_hsn_code", + "is_system_generated": 0, + "modified": "2025-01-17 14:33:23.804904", + "module": null, + "name": "Item-gst_hsn_code-reqd", + "property": "reqd", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "taxes", + "is_system_generated": 0, + "modified": "2025-01-17 14:33:23.904189", + "module": null, + "name": "Item-taxes-reqd", + "property": "reqd", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2025-09-12 10:24:04.089174", + "module": null, + "name": "Sales Invoice-main-default_print_format", + "property": "default_print_format", + "property_type": "Data", + "row_name": null, + "value": "Compact Invoice" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "is_system_generated": 1, + "modified": "2025-07-16 16:00:06.171421", + "module": null, + "name": "Purchase Receipt-rounded_total-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Supplier Packing Slip", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "supplier_packing_slip_item", + "is_system_generated": 0, + "modified": "2025-01-18 19:39:58.196863", + "module": null, + "name": "Supplier Packing Slip-supplier_packing_slip_item-allow_bulk_edit", + "property": "allow_bulk_edit", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "supplier_gstin", + "is_system_generated": 1, + "modified": "2025-01-30 17:07:26.403175", + "module": null, + "name": "Purchase Receipt-supplier_gstin-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "supplier_name", + "is_system_generated": 1, + "modified": "2025-01-31 19:43:21.178027", + "module": null, + "name": "Purchase Receipt-supplier_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "supplier_name", + "is_system_generated": 0, + "modified": "2025-01-20 12:07:19.904993", + "module": null, + "name": "Purchase Receipt-supplier_name-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "department", + "is_system_generated": 1, + "modified": "2025-03-01 12:32:17.984480", + "module": null, + "name": "Employee-department-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "bill_no", + "is_system_generated": 1, + "modified": "2025-07-16 16:00:10.304718", + "module": null, + "name": "Purchase Invoice-bill_no-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "is_system_generated": 1, + "modified": "2025-07-16 16:00:10.281642", + "module": null, + "name": "Purchase Invoice-rounded_total-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee Advance", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "employee", + "is_system_generated": 1, + "modified": "2025-01-22 15:30:29.052594", + "module": null, + "name": "Employee Advance-employee-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Employee Advance", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "employee_name", + "is_system_generated": 1, + "modified": "2025-01-22 15:30:29.078966", + "module": null, + "name": "Employee Advance-employee_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee Advance", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "advance_amount", + "is_system_generated": 1, + "modified": "2025-01-22 15:30:29.084930", + "module": null, + "name": "Employee Advance-advance_amount-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee Advance", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "posting_date", + "is_system_generated": 1, + "modified": "2025-01-22 15:30:29.088126", + "module": null, + "name": "Employee Advance-posting_date-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee Advance", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "purpose", + "is_system_generated": 1, + "modified": "2025-01-22 15:30:29.091108", + "module": null, + "name": "Employee Advance-purpose-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee Advance", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "paid_amount", + "is_system_generated": 1, + "modified": "2025-01-22 15:30:29.094845", + "module": null, + "name": "Employee Advance-paid_amount-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "branch", + "is_system_generated": 1, + "modified": "2025-03-01 12:32:18.035046", + "module": null, + "name": "Employee-branch-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "holiday_list", + "is_system_generated": 1, + "modified": "2025-03-01 12:32:18.060042", + "module": null, + "name": "Employee-holiday_list-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Loans", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "posting_date", + "is_system_generated": 1, + "modified": "2025-01-27 16:02:30.336634", + "module": null, + "name": "Loans-posting_date-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Additional Salary", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "employee", + "is_system_generated": 1, + "modified": "2026-01-28 14:51:26.859431", + "module": null, + "name": "Additional Salary-employee-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Additional Salary", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "employee_name", + "is_system_generated": 1, + "modified": "2026-01-28 14:51:26.851290", + "module": null, + "name": "Additional Salary-employee_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Additional Salary", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "payroll_date", + "is_system_generated": 1, + "modified": "2026-01-28 14:51:26.884200", + "module": null, + "name": "Additional Salary-payroll_date-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Additional Salary", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "salary_component", + "is_system_generated": 1, + "modified": "2026-01-28 14:51:26.899979", + "module": null, + "name": "Additional Salary-salary_component-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Additional Salary", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "amount", + "is_system_generated": 1, + "modified": "2026-01-28 14:51:26.839058", + "module": null, + "name": "Additional Salary-amount-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "set_posting_time", + "is_system_generated": 0, + "modified": "2025-01-28 18:50:12.144600", + "module": null, + "name": "Sales Invoice-set_posting_time-permlevel", + "property": "permlevel", + "property_type": "Int", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "apply_putaway_rule", + "is_system_generated": 0, + "modified": "2025-01-29 13:34:51.824332", + "module": null, + "name": "Purchase Receipt-apply_putaway_rule-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "accounting_dimensions_section", + "is_system_generated": 0, + "modified": "2025-01-29 13:41:33.943027", + "module": null, + "name": "Purchase Receipt-accounting_dimensions_section-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "accounting_dimensions_section", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.369483", + "module": null, + "name": "Purchase Order-accounting_dimensions_section-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "currency_and_price_list", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.391314", + "module": null, + "name": "Purchase Order-currency_and_price_list-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "totals_section", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.611009", + "module": null, + "name": "Purchase Order-totals_section-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "taxes_section", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.597624", + "module": null, + "name": "Purchase Order-taxes_section-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "get_items_from_open_material_requests", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.439579", + "module": null, + "name": "Purchase Order-get_items_from_open_material_requests-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "discount_section", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.415902", + "module": null, + "name": "Purchase Order-discount_section-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "raw_material_details", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.534218", + "module": null, + "name": "Purchase Order-raw_material_details-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "taxes_and_charges_added", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.591611", + "module": null, + "name": "Purchase Order-taxes_and_charges_added-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "taxes", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.604874", + "module": null, + "name": "Purchase Order-taxes-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.543904", + "module": null, + "name": "Purchase Order-rounded_total-bold", + "property": "bold", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "currency_and_price_list", + "is_system_generated": 0, + "modified": "2025-01-29 21:38:50.301406", + "module": null, + "name": "Purchase Receipt-currency_and_price_list-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "shipping_col", + "is_system_generated": 0, + "modified": "2025-01-29 21:46:27.790539", + "module": null, + "name": "Purchase Receipt-shipping_col-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "taxes_charges_section", + "is_system_generated": 0, + "modified": "2025-01-29 21:49:16.542467", + "module": null, + "name": "Purchase Receipt-taxes_charges_section-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "incoterm", + "is_system_generated": 0, + "modified": "2025-01-29 21:49:16.627581", + "module": null, + "name": "Purchase Receipt-incoterm-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "sec_warehouse", + "is_system_generated": 0, + "modified": "2025-01-29 21:51:00.178259", + "module": null, + "name": "Purchase Receipt-sec_warehouse-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "taxes_and_charges_added", + "is_system_generated": 0, + "modified": "2025-01-29 21:52:15.273957", + "module": null, + "name": "Purchase Receipt-taxes_and_charges_added-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "taxes_and_charges_deducted", + "is_system_generated": 0, + "modified": "2025-01-29 21:52:15.364813", + "module": null, + "name": "Purchase Receipt-taxes_and_charges_deducted-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Serial and Batch Bundle", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-01-30 11:18:50.827949", + "module": null, + "name": "Serial and Batch Bundle-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"item_details_tab\", \"naming_series\", \"company\", \"item_name\", \"has_serial_no\", \"has_batch_no\", \"column_break_4\", \"item_code\", \"warehouse\", \"type_of_transaction\", \"serial_no_and_batch_no_tab\", \"entries\", \"quantity_and_rate_section\", \"total_qty\", \"item_group\", \"column_break_13\", \"avg_rate\", \"total_amount\", \"tab_break_12\", \"voucher_type\", \"voucher_no\", \"voucher_detail_no\", \"column_break_aouy\", \"posting_date\", \"posting_time\", \"returned_against\", \"custom_sanforize\", \"section_break_wzou\", \"is_cancelled\", \"is_rejected\", \"amended_from\"]" + }, + { + "default_value": null, + "doc_type": "Serial and Batch Bundle", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "type_of_transaction", + "is_system_generated": 0, + "modified": "2025-01-30 11:19:17.610447", + "module": null, + "name": "Serial and Batch Bundle-type_of_transaction-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "in_words", + "is_system_generated": 1, + "modified": "2025-01-30 17:26:50.581826", + "module": null, + "name": "Purchase Receipt-in_words-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "gst_hsn_code", + "is_system_generated": 0, + "modified": "2025-01-30 17:50:25.851821", + "module": null, + "name": "Item-gst_hsn_code-description", + "property": "description", + "property_type": "Text", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "section_break_11", + "is_system_generated": 0, + "modified": "2025-01-30 17:51:05.714652", + "module": null, + "name": "Item-section_break_11-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "taxes", + "is_system_generated": 0, + "modified": "2025-01-30 17:51:05.825719", + "module": null, + "name": "Item-taxes-description", + "property": "description", + "property_type": "Text", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Supplier", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2025-01-31 12:39:28.864494", + "module": null, + "name": "Supplier-naming_series-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Supplier", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2025-01-31 12:39:29.208664", + "module": null, + "name": "Supplier-naming_series-reqd", + "property": "reqd", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "custom_no_of_bales", + "is_system_generated": 1, + "modified": "2025-05-02 13:31:35.523714", + "module": null, + "name": "Purchase Receipt-custom_no_of_bales-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "party_name", + "is_system_generated": 0, + "modified": "2025-01-31 19:40:08.478005", + "module": null, + "name": "Payment Entry-party_name-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "net_total", + "is_system_generated": 1, + "modified": "2025-07-16 16:00:06.158757", + "module": null, + "name": "Purchase Receipt-net_total-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "sales_partner", + "is_system_generated": 0, + "modified": "2025-02-01 10:40:37.622941", + "module": null, + "name": "Sales Invoice-sales_partner-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Leave Encashment", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "encashment_amount", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:27.293859", + "module": null, + "name": "Leave Encashment-encashment_amount-read_only", + "property": "read_only", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Leave Encashment", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "leave_balance", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:27.303102", + "module": null, + "name": "Leave Encashment-leave_balance-read_only", + "property": "read_only", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Additional Salary", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "payroll_date", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.908035", + "module": null, + "name": "Additional Salary-payroll_date-allow_on_submit", + "property": "allow_on_submit", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "remarks", + "is_system_generated": 1, + "modified": "2025-04-25 11:27:04.910054", + "module": null, + "name": "Purchase Invoice-remarks-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Stock Ledger Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "incoming_rate", + "is_system_generated": 1, + "modified": "2025-02-05 13:28:02.264924", + "module": null, + "name": "Stock Ledger Entry-incoming_rate-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Stock Ledger Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "item_code", + "is_system_generated": 1, + "modified": "2025-02-05 13:28:02.283093", + "module": null, + "name": "Stock Ledger Entry-item_code-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Stock Ledger Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "posting_date", + "is_system_generated": 1, + "modified": "2025-02-05 13:28:02.296490", + "module": null, + "name": "Stock Ledger Entry-posting_date-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Stock Ledger Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "actual_qty", + "is_system_generated": 1, + "modified": "2025-02-05 13:28:02.308957", + "module": null, + "name": "Stock Ledger Entry-actual_qty-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Stock Ledger Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "voucher_no", + "is_system_generated": 1, + "modified": "2025-02-05 13:28:02.321339", + "module": null, + "name": "Stock Ledger Entry-voucher_no-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Stock Ledger Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "warehouse", + "is_system_generated": 1, + "modified": "2025-02-05 13:28:02.333879", + "module": null, + "name": "Stock Ledger Entry-warehouse-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Stock Ledger Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "serial_and_batch_bundle", + "is_system_generated": 1, + "modified": "2025-02-05 13:28:02.343521", + "module": null, + "name": "Stock Ledger Entry-serial_and_batch_bundle-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Shift Type", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "end_time", + "is_system_generated": 1, + "modified": "2025-02-06 16:04:12.759810", + "module": null, + "name": "Shift Type-end_time-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Shift Type", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "start_time", + "is_system_generated": 1, + "modified": "2025-02-06 16:04:12.771503", + "module": null, + "name": "Shift Type-start_time-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "shipping_rule", + "is_system_generated": 0, + "modified": "2025-02-07 11:20:34.372528", + "module": null, + "name": "Purchase Receipt-shipping_rule-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "tax_category", + "is_system_generated": 0, + "modified": "2025-02-07 11:20:34.461752", + "module": null, + "name": "Purchase Receipt-tax_category-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee Advance", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "currency_section", + "is_system_generated": 0, + "modified": "2025-02-12 13:45:35.187637", + "module": null, + "name": "Employee Advance-currency_section-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee Advance", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "more_info_section", + "is_system_generated": 0, + "modified": "2025-02-12 13:46:06.324913", + "module": null, + "name": "Employee Advance-more_info_section-collapsible", + "property": "collapsible", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Employee Advance", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "repay_unclaimed_amount_from_salary", + "is_system_generated": 0, + "modified": "2025-02-12 13:54:45.245149", + "module": null, + "name": "Employee Advance-repay_unclaimed_amount_from_salary-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee Advance", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-02-12 13:56:48.750189", + "module": null, + "name": "Employee Advance-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"naming_series\", \"employee\", \"employee_name\", \"column_break_4\", \"posting_date\", \"company\", \"department\", \"column_break_18\", \"advance_account\", \"mode_of_payment\", \"currency_section\", \"currency\", \"column_break_crso\", \"exchange_rate\", \"section_break_8\", \"purpose\", \"column_break_11\", \"advance_amount\", \"paid_amount\", \"pending_amount\", \"claimed_amount\", \"return_amount\", \"status\", \"custom_bulk_employee_advance\", \"section_break_7\", \"column_break_nhlv\", \"repay_unclaimed_amount_from_salary\", \"more_info_section\", \"column_break_uass\", \"column_break_kimx\", \"amended_from\"]" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "brand", + "is_system_generated": 0, + "modified": "2025-02-13 10:15:53.037284", + "module": null, + "name": "Item-brand-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "customer_address", + "is_system_generated": 0, + "modified": "2025-02-13 10:39:23.936219", + "module": null, + "name": "Sales Invoice-customer_address-allow_on_submit", + "property": "allow_on_submit", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "address_display", + "is_system_generated": 0, + "modified": "2025-02-13 10:40:03.896375", + "module": null, + "name": "Sales Invoice-address_display-allow_on_submit", + "property": "allow_on_submit", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Customer", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-02-13 12:47:31.326391", + "module": null, + "name": "Customer-main-default_view", + "property": "default_view", + "property_type": "Select", + "row_name": null, + "value": "List" + }, + { + "default_value": null, + "doc_type": "Attendance", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2025-02-18 12:45:31.132805", + "module": null, + "name": "Attendance-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "HR-ATT-.YYYY.-" + }, + { + "default_value": null, + "doc_type": "Employee Advance", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2025-02-18 12:45:31.620573", + "module": null, + "name": "Employee Advance-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "HR-EAD-.YYYY.-" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "order_type", + "is_system_generated": 0, + "modified": "2025-02-18 15:21:14.602689", + "module": null, + "name": "Sales Order-order_type-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "selling_price_list", + "is_system_generated": 0, + "modified": "2025-02-18 15:31:38.936695", + "module": null, + "name": "Sales Order-selling_price_list-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "Selling Price" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "net_total", + "is_system_generated": 0, + "modified": "2025-02-18 17:09:22.668047", + "module": null, + "name": "Sales Order-net_total-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "apply_discount_on", + "is_system_generated": 0, + "modified": "2025-02-18 19:58:59.270627", + "module": null, + "name": "Purchase Receipt-apply_discount_on-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "Net Total" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "currency_and_price_list", + "is_system_generated": 0, + "modified": "2025-02-19 10:12:06.420221", + "module": null, + "name": "Purchase Invoice-currency_and_price_list-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "taxes_and_charges_added", + "is_system_generated": 0, + "modified": "2025-02-19 10:26:09.888916", + "module": null, + "name": "Purchase Invoice-taxes_and_charges_added-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "taxes_and_charges_deducted", + "is_system_generated": 0, + "modified": "2025-02-19 10:26:10.006329", + "module": null, + "name": "Purchase Invoice-taxes_and_charges_deducted-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "use_company_roundoff_cost_center", + "is_system_generated": 0, + "modified": "2025-02-19 10:26:10.101824", + "module": null, + "name": "Purchase Invoice-use_company_roundoff_cost_center-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "total_advance", + "is_system_generated": 0, + "modified": "2025-02-19 10:26:10.193124", + "module": null, + "name": "Purchase Invoice-total_advance-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "outstanding_amount", + "is_system_generated": 0, + "modified": "2025-02-19 10:26:10.281766", + "module": null, + "name": "Purchase Invoice-outstanding_amount-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Batch", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "supplier", + "is_system_generated": 1, + "modified": "2025-02-19 11:44:59.734245", + "module": null, + "name": "Batch-supplier-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Stock Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "stock_entry_type", + "is_system_generated": 0, + "modified": "2025-02-21 09:24:01.205132", + "module": null, + "name": "Stock Entry-stock_entry_type-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "Material Receipt" + }, + { + "default_value": null, + "doc_type": "Stock Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "section_break_jwgn", + "is_system_generated": 0, + "modified": "2025-02-21 09:25:42.088892", + "module": null, + "name": "Stock Entry-section_break_jwgn-collapsible", + "property": "collapsible", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Stock Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "target_warehouse_address", + "is_system_generated": 0, + "modified": "2025-02-21 09:25:42.164151", + "module": null, + "name": "Stock Entry-target_warehouse_address-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Stock Entry Detail", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-02-21 09:26:46.789520", + "module": null, + "name": "Stock Entry Detail-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"barcode\", \"has_item_scanned\", \"section_break_2\", \"s_warehouse\", \"col_break1\", \"t_warehouse\", \"sec_break1\", \"item_code\", \"item_name\", \"col_break2\", \"is_finished_item\", \"is_scrap_item\", \"quality_inspection\", \"subcontracted_item\", \"section_break_8\", \"description\", \"gst_hsn_code\", \"column_break_10\", \"item_group\", \"image\", \"image_view\", \"quantity_section\", \"qty\", \"transfer_qty\", \"retain_sample\", \"column_break_20\", \"uom\", \"stock_uom\", \"conversion_factor\", \"sample_quantity\", \"rates_section\", \"basic_rate\", \"additional_cost\", \"valuation_rate\", \"allow_zero_valuation_rate\", \"col_break3\", \"set_basic_rate_manually\", \"basic_amount\", \"amount\", \"taxable_value\", \"gst_details_section\", \"igst_rate\", \"cgst_rate\", \"sgst_rate\", \"cess_rate\", \"cess_non_advol_rate\", \"cb_gst_details\", \"igst_amount\", \"cgst_amount\", \"sgst_amount\", \"cess_amount\", \"cess_non_advol_amount\", \"item_tax_template\", \"gst_treatment\", \"serial_no_batch\", \"add_serial_batch_bundle\", \"use_serial_batch_fields\", \"col_break4\", \"serial_and_batch_bundle\", \"section_break_rdtg\", \"serial_no\", \"column_break_prps\", \"batch_no\", \"accounting\", \"expense_account\", \"accounting_dimensions_section\", \"cost_center\", \"project\", \"dimension_col_break\", \"more_info\", \"actual_qty\", \"transferred_qty\", \"bom_no\", \"allow_alternative_item\", \"col_break6\", \"material_request\", \"material_request_item\", \"original_item\", \"reference_section\", \"against_stock_entry\", \"ste_detail\", \"po_detail\", \"sco_rm_detail\", \"putaway_rule\", \"column_break_51\", \"reference_purchase_receipt\", \"job_card_item\"]" + }, + { + "default_value": null, + "doc_type": "Stock Entry Detail", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "qty", + "is_system_generated": 0, + "modified": "2025-02-21 09:26:46.851733", + "module": null, + "name": "Stock Entry Detail-qty-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "section_gst_breakup", + "is_system_generated": 0, + "modified": "2025-02-22 09:32:11.011322", + "module": null, + "name": "Sales Invoice-section_gst_breakup-collapsible", + "property": "collapsible", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "sec_tax_breakup", + "is_system_generated": 0, + "modified": "2025-02-22 09:42:25.661986", + "module": null, + "name": "Sales Order-sec_tax_breakup-collapsible", + "property": "collapsible", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "sec_tax_breakup", + "is_system_generated": 0, + "modified": "2025-02-22 09:42:42.907245", + "module": null, + "name": "Sales Order-sec_tax_breakup-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Sales Order Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "rate", + "is_system_generated": 0, + "modified": "2025-02-24 12:20:41.096455", + "module": null, + "name": "Sales Order Item-rate-precision", + "property": "precision", + "property_type": "Select", + "row_name": null, + "value": "3" + }, + { + "default_value": null, + "doc_type": "Item Price", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "price_list_rate", + "is_system_generated": 0, + "modified": "2025-02-24 21:52:52.179776", + "module": null, + "name": "Item Price-price_list_rate-precision", + "property": "precision", + "property_type": "Select", + "row_name": null, + "value": "4" + }, + { + "default_value": null, + "doc_type": "Quotation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "base_rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:09.766859", + "module": null, + "name": "Quotation-base_rounded_total-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Quotation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "base_rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.052255", + "module": null, + "name": "Quotation-base_rounded_total-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Quotation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.060723", + "module": null, + "name": "Quotation-rounded_total-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Quotation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.068830", + "module": null, + "name": "Quotation-rounded_total-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Quotation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "disable_rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.076847", + "module": null, + "name": "Quotation-disable_rounded_total-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "base_rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.084419", + "module": null, + "name": "Sales Order-base_rounded_total-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "base_rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.092809", + "module": null, + "name": "Sales Order-base_rounded_total-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.101056", + "module": null, + "name": "Sales Order-rounded_total-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.110945", + "module": null, + "name": "Sales Order-rounded_total-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "disable_rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.119388", + "module": null, + "name": "Sales Order-disable_rounded_total-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "base_rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.127342", + "module": null, + "name": "Sales Invoice-base_rounded_total-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "base_rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.135697", + "module": null, + "name": "Sales Invoice-base_rounded_total-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.143503", + "module": null, + "name": "Sales Invoice-rounded_total-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.151325", + "module": null, + "name": "Sales Invoice-rounded_total-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "disable_rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.159058", + "module": null, + "name": "Sales Invoice-disable_rounded_total-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "base_rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.166679", + "module": null, + "name": "Delivery Note-base_rounded_total-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "base_rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.175243", + "module": null, + "name": "Delivery Note-base_rounded_total-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.183082", + "module": null, + "name": "Delivery Note-rounded_total-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.190778", + "module": null, + "name": "Delivery Note-rounded_total-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "disable_rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.198798", + "module": null, + "name": "Delivery Note-disable_rounded_total-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Supplier Quotation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "base_rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.206633", + "module": null, + "name": "Supplier Quotation-base_rounded_total-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Supplier Quotation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "base_rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.215281", + "module": null, + "name": "Supplier Quotation-base_rounded_total-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Supplier Quotation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.223234", + "module": null, + "name": "Supplier Quotation-rounded_total-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Supplier Quotation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.231589", + "module": null, + "name": "Supplier Quotation-rounded_total-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Supplier Quotation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "disable_rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.239747", + "module": null, + "name": "Supplier Quotation-disable_rounded_total-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "base_rounded_total", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.376707", + "module": null, + "name": "Purchase Order-base_rounded_total-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "base_rounded_total", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.383346", + "module": null, + "name": "Purchase Order-base_rounded_total-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.552305", + "module": null, + "name": "Purchase Order-rounded_total-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.561934", + "module": null, + "name": "Purchase Order-rounded_total-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "disable_rounded_total", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.398285", + "module": null, + "name": "Purchase Order-disable_rounded_total-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "base_rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.291977", + "module": null, + "name": "Purchase Invoice-base_rounded_total-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "base_rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.301283", + "module": null, + "name": "Purchase Invoice-base_rounded_total-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.309832", + "module": null, + "name": "Purchase Invoice-rounded_total-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.318146", + "module": null, + "name": "Purchase Invoice-rounded_total-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "disable_rounded_total", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.326972", + "module": null, + "name": "Purchase Invoice-disable_rounded_total-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Quotation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "in_words", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.417534", + "module": null, + "name": "Quotation-in_words-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Quotation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "in_words", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.453891", + "module": null, + "name": "Quotation-in_words-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "in_words", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.486230", + "module": null, + "name": "Sales Order-in_words-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "in_words", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.500036", + "module": null, + "name": "Sales Order-in_words-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "in_words", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.543890", + "module": null, + "name": "Sales Invoice-in_words-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "in_words", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.556865", + "module": null, + "name": "Delivery Note-in_words-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "in_words", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.564855", + "module": null, + "name": "Delivery Note-in_words-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Supplier Quotation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "in_words", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.573779", + "module": null, + "name": "Supplier Quotation-in_words-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Supplier Quotation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "in_words", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.582406", + "module": null, + "name": "Supplier Quotation-in_words-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "in_words", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.449614", + "module": null, + "name": "Purchase Order-in_words-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "in_words", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.459877", + "module": null, + "name": "Purchase Order-in_words-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "in_words", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.609107", + "module": null, + "name": "Purchase Invoice-in_words-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "in_words", + "is_system_generated": 0, + "modified": "2025-02-25 14:21:10.618918", + "module": null, + "name": "Purchase Invoice-in_words-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2025-02-26 11:07:20.567870", + "module": null, + "name": "Payment Entry-main-default_print_format", + "property": "default_print_format", + "property_type": "Data", + "row_name": null, + "value": "Receipt Voucher" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "status", + "is_system_generated": 0, + "modified": "2025-02-27 10:57:44.370385", + "module": null, + "name": "Payment Entry-status-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Contact", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "full_name", + "is_system_generated": 1, + "modified": "2025-02-27 14:33:04.941960", + "module": null, + "name": "Contact-full_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Contact", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "email_id", + "is_system_generated": 1, + "modified": "2025-02-27 14:33:04.962268", + "module": null, + "name": "Contact-email_id-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Contact", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "phone", + "is_system_generated": 1, + "modified": "2025-02-27 14:33:04.977719", + "module": null, + "name": "Contact-phone-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Contact", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "status", + "is_system_generated": 1, + "modified": "2025-02-27 14:33:04.994807", + "module": null, + "name": "Contact-status-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Contact", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "mobile_no", + "is_system_generated": 1, + "modified": "2025-02-27 14:33:05.008029", + "module": null, + "name": "Contact-mobile_no-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Customer", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "mobile_no", + "is_system_generated": 1, + "modified": "2025-05-07 14:44:27.374731", + "module": null, + "name": "Customer-mobile_no-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Customer", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "mobile_no", + "is_system_generated": 0, + "modified": "2025-02-27 15:52:50.940210", + "module": null, + "name": "Customer-mobile_no-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2025-02-28 21:04:16.206243", + "module": null, + "name": "Sales Order-main-default_print_format", + "property": "default_print_format", + "property_type": "Data", + "row_name": null, + "value": "Sales Order Compact" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "is_system_generated": 1, + "modified": "2025-03-05 10:49:49.760003", + "module": null, + "name": "Sales Order-rounded_total-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "transaction_date", + "is_system_generated": 1, + "modified": "2025-03-05 10:49:49.729857", + "module": null, + "name": "Sales Order-transaction_date-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Stock Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "from_warehouse", + "is_system_generated": 0, + "modified": "2025-03-07 08:14:26.274879", + "module": null, + "name": "Stock Entry-from_warehouse-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "unit_of_measure_conversion", + "is_system_generated": 0, + "modified": "2025-03-07 11:32:37.536249", + "module": null, + "name": "Item-unit_of_measure_conversion-collapsible", + "property": "collapsible", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "status", + "is_system_generated": 0, + "modified": "2025-03-10 16:33:40.463934", + "module": null, + "name": "Sales Order-status-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "contact_mobile", + "is_system_generated": 1, + "modified": "2025-04-26 11:59:20.261770", + "module": null, + "name": "Sales Invoice-contact_mobile-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Customer", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "default_sales_partner", + "is_system_generated": 0, + "modified": "2025-03-12 15:36:08.954196", + "module": null, + "name": "Customer-default_sales_partner-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "in_words", + "is_system_generated": 0, + "modified": "2025-03-13 13:54:29.680599", + "module": null, + "name": "Sales Invoice-in_words-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Customer", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "territory", + "is_system_generated": 0, + "modified": "2025-03-20 17:56:28.842497", + "module": null, + "name": "Customer-territory-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "District" + }, + { + "default_value": null, + "doc_type": "Customer", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "territory", + "is_system_generated": 0, + "modified": "2025-03-20 17:57:36.770214", + "module": null, + "name": "Customer-territory-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Customer", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2025-03-20 17:58:11.893672", + "module": null, + "name": "Customer-naming_series-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Customer", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2025-03-20 17:58:12.677199", + "module": null, + "name": "Customer-naming_series-reqd", + "property": "reqd", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "tax_id", + "is_system_generated": 0, + "modified": "2025-03-20 17:58:12.768404", + "module": null, + "name": "Sales Order-tax_id-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "tax_id", + "is_system_generated": 0, + "modified": "2025-03-20 17:58:12.787959", + "module": null, + "name": "Sales Order-tax_id-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "tax_id", + "is_system_generated": 0, + "modified": "2025-03-20 17:58:12.803806", + "module": null, + "name": "Sales Invoice-tax_id-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "tax_id", + "is_system_generated": 0, + "modified": "2025-03-20 17:58:12.819352", + "module": null, + "name": "Sales Invoice-tax_id-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "tax_id", + "is_system_generated": 0, + "modified": "2025-03-20 17:58:12.834720", + "module": null, + "name": "Delivery Note-tax_id-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "tax_id", + "is_system_generated": 0, + "modified": "2025-03-20 17:58:12.855979", + "module": null, + "name": "Delivery Note-tax_id-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Packed Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "rate", + "is_system_generated": 0, + "modified": "2025-03-20 17:58:12.867790", + "module": null, + "name": "Packed Item-rate-read_only", + "property": "read_only", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "discount_account", + "is_system_generated": 0, + "modified": "2025-03-20 17:58:12.910237", + "module": null, + "name": "Sales Invoice Item-discount_account-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "discount_account", + "is_system_generated": 0, + "modified": "2025-03-20 17:58:12.932083", + "module": null, + "name": "Sales Invoice Item-discount_account-mandatory_depends_on", + "property": "mandatory_depends_on", + "property_type": "Code", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "additional_discount_account", + "is_system_generated": 0, + "modified": "2025-03-20 17:58:12.946867", + "module": null, + "name": "Sales Invoice-additional_discount_account-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "additional_discount_account", + "is_system_generated": 0, + "modified": "2025-03-20 17:58:12.956697", + "module": null, + "name": "Sales Invoice-additional_discount_account-mandatory_depends_on", + "property": "mandatory_depends_on", + "property_type": "Code", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Journal Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "voucher_type", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.403172", + "module": null, + "name": "Journal Entry-voucher_type-options", + "property": "options", + "property_type": "Small Text", + "row_name": null, + "value": "Journal Entry\nInter Company Journal Entry\nBank Entry\nCash Entry\nCredit Card Entry\nDebit Note\nCredit Note\nContra Entry\nExcise Entry\nWrite Off Entry\nOpening Entry\nDepreciation Entry\nExchange Rate Revaluation\nExchange Gain Or Loss\nDeferred Revenue\nDeferred Expense\nReversal Of ITC\nReclaim of ITC Reversal" + }, + { + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.410822", + "module": null, + "name": "Delivery Note-naming_series-options", + "property": "options", + "property_type": "Small Text", + "row_name": null, + "value": "DN-.YY.-\nDRET-.YY.-\n\nDN.YY.####" + }, + { + "default_value": null, + "doc_type": "Journal Entry Account", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "reference_type", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.440721", + "module": null, + "name": "Journal Entry Account-reference_type-options", + "property": "options", + "property_type": "Small Text", + "row_name": null, + "value": "\nSales Invoice\nPurchase Invoice\nJournal Entry\nSales Order\nPurchase Order\nExpense Claim\nAsset\nLoan\nPayroll Entry\nEmployee Advance\nExchange Rate Revaluation\nInvoice Discounting\nFees\nFull and Final Statement\nPayment Entry\nBill of Entry" + }, + { + "default_value": null, + "doc_type": "Stock Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.447699", + "module": null, + "name": "Stock Entry-naming_series-options", + "property": "options", + "property_type": "Small Text", + "row_name": null, + "value": "MAT-STE-\nSE.YY.####" + }, + { + "default_value": null, + "doc_type": "Subcontracting Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.454798", + "module": null, + "name": "Subcontracting Receipt-naming_series-options", + "property": "options", + "property_type": "Small Text", + "row_name": null, + "value": "MAT-SCR-\nMAT-SCR-.YYYY.-\nMAT-SCR-RET-.YYYY.-" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "bill_no", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.461825", + "module": null, + "name": "Purchase Invoice-bill_no-mandatory_depends_on", + "property": "mandatory_depends_on", + "property_type": "Code", + "row_name": null, + "value": "eval: doc.gst_category !== 'Unregistered' && gst_settings.require_supplier_invoice_no === 1 && doc.company_gstin" + }, + { + "default_value": null, + "doc_type": "Address", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "state", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.468771", + "module": null, + "name": "Address-state-fieldtype", + "property": "fieldtype", + "property_type": "Select", + "row_name": null, + "value": "Autocomplete" + }, + { + "default_value": null, + "doc_type": "Address", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "state", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.475760", + "module": null, + "name": "Address-state-mandatory_depends_on", + "property": "mandatory_depends_on", + "property_type": "Code", + "row_name": null, + "value": "eval: doc.country == 'India'" + }, + { + "default_value": null, + "doc_type": "Address", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "pincode", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.482454", + "module": null, + "name": "Address-pincode-mandatory_depends_on", + "property": "mandatory_depends_on", + "property_type": "Code", + "row_name": null, + "value": "eval: doc.country == 'India' &&(gst_settings.enable_e_invoice || gst_settings.enable_e_waybill)" + }, + { + "default_value": null, + "doc_type": "Address", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.488793", + "module": null, + "name": "Address-main-quick_entry", + "property": "quick_entry", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Accounts Settings", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "determine_address_tax_category_from", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.496062", + "module": null, + "name": "Accounts Settings-determine_address_tax_category_from-read_only", + "property": "read_only", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Accounts Settings", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "add_taxes_from_item_tax_template", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.502800", + "module": null, + "name": "Accounts Settings-add_taxes_from_item_tax_template-read_only", + "property": "read_only", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Accounts Settings", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "add_taxes_from_item_tax_template", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.509654", + "module": null, + "name": "Accounts Settings-add_taxes_from_item_tax_template-description", + "property": "description", + "property_type": "Small Text", + "row_name": null, + "value": "Overridden by India Compliance" + }, + { + "default_value": null, + "doc_type": "Accounts Settings", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "tax_settings_section", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.516486", + "module": null, + "name": "Accounts Settings-tax_settings_section-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "Tax Settings" + }, + { + "default_value": null, + "doc_type": "Accounts Settings", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "tax_settings_section", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.523571", + "module": null, + "name": "Accounts Settings-tax_settings_section-collapsible", + "property": "collapsible", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Reconciliation Tool", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.530639", + "module": null, + "name": "Purchase Reconciliation Tool-main-default_email_template", + "property": "default_email_template", + "property_type": "Data", + "row_name": null, + "value": "Purchase Reconciliation" + }, + { + "default_value": null, + "doc_type": "Subcontracting Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "supplier_delivery_note", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.537576", + "module": null, + "name": "Subcontracting Receipt-supplier_delivery_note-mandatory_depends_on", + "property": "mandatory_depends_on", + "property_type": "Code", + "row_name": null, + "value": "eval: gst_settings.require_supplier_invoice_no === 1 && doc.company_gstin" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "transporter_name", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.543789", + "module": null, + "name": "Purchase Receipt-transporter_name-fieldtype", + "property": "fieldtype", + "property_type": "Select", + "row_name": null, + "value": "Small Text" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "transporter_name", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.550084", + "module": null, + "name": "Purchase Receipt-transporter_name-fetch_from", + "property": "fetch_from", + "property_type": "Small Text", + "row_name": null, + "value": "transporter.supplier_name" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "transporter_name", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.556145", + "module": null, + "name": "Purchase Receipt-transporter_name-no_copy", + "property": "no_copy", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "transporter_name", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.562756", + "module": null, + "name": "Purchase Receipt-transporter_name-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "transporter_name", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.569412", + "module": null, + "name": "Purchase Receipt-transporter_name-read_only", + "property": "read_only", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "lr_no", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.575980", + "module": null, + "name": "Purchase Receipt-lr_no-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "Transport Receipt No" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "lr_no", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.582444", + "module": null, + "name": "Purchase Receipt-lr_no-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "lr_no", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.588746", + "module": null, + "name": "Purchase Receipt-lr_no-length", + "property": "length", + "property_type": "Int", + "row_name": null, + "value": "30" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "lr_date", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.595463", + "module": null, + "name": "Purchase Receipt-lr_date-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "Transport Receipt Date" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "lr_date", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.601697", + "module": null, + "name": "Purchase Receipt-lr_date-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "lr_date", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.607914", + "module": null, + "name": "Purchase Receipt-lr_date-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "Today" + }, + { + "default_value": null, + "doc_type": "Subcontracting Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "transporter_name", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.614062", + "module": null, + "name": "Subcontracting Receipt-transporter_name-fieldtype", + "property": "fieldtype", + "property_type": "Select", + "row_name": null, + "value": "Small Text" + }, + { + "default_value": null, + "doc_type": "Subcontracting Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "transporter_name", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.620215", + "module": null, + "name": "Subcontracting Receipt-transporter_name-fetch_from", + "property": "fetch_from", + "property_type": "Small Text", + "row_name": null, + "value": "transporter.supplier_name" + }, + { + "default_value": null, + "doc_type": "Subcontracting Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "transporter_name", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.626758", + "module": null, + "name": "Subcontracting Receipt-transporter_name-no_copy", + "property": "no_copy", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Subcontracting Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "transporter_name", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.633167", + "module": null, + "name": "Subcontracting Receipt-transporter_name-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Subcontracting Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "transporter_name", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.639399", + "module": null, + "name": "Subcontracting Receipt-transporter_name-read_only", + "property": "read_only", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Subcontracting Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "lr_no", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.645426", + "module": null, + "name": "Subcontracting Receipt-lr_no-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "Transport Receipt No" + }, + { + "default_value": null, + "doc_type": "Subcontracting Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "lr_no", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.651664", + "module": null, + "name": "Subcontracting Receipt-lr_no-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Subcontracting Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "lr_no", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.657838", + "module": null, + "name": "Subcontracting Receipt-lr_no-length", + "property": "length", + "property_type": "Int", + "row_name": null, + "value": "30" + }, + { + "default_value": null, + "doc_type": "Subcontracting Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "lr_date", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.664095", + "module": null, + "name": "Subcontracting Receipt-lr_date-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "Transport Receipt Date" + }, + { + "default_value": null, + "doc_type": "Subcontracting Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "lr_date", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.670467", + "module": null, + "name": "Subcontracting Receipt-lr_date-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Subcontracting Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "lr_date", + "is_system_generated": 1, + "modified": "2025-03-25 22:56:48.676862", + "module": null, + "name": "Subcontracting Receipt-lr_date-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "Today" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "reference_date", + "is_system_generated": 1, + "modified": "2025-03-25 22:59:07.748034", + "module": null, + "name": "Payment Entry-reference_date-default", + "property": "default", + "property_type": "Data", + "row_name": null, + "value": "Today" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "reference_date", + "is_system_generated": 1, + "modified": "2025-03-25 22:59:07.842655", + "module": null, + "name": "Payment Entry-reference_date-no_copy", + "property": "no_copy", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "reference_no", + "is_system_generated": 1, + "modified": "2025-03-25 22:59:07.884849", + "module": null, + "name": "Payment Entry-reference_no-no_copy", + "property": "no_copy", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "reference_no", + "is_system_generated": 1, + "modified": "2025-03-25 22:59:07.927152", + "module": null, + "name": "Payment Entry-reference_no-default", + "property": "default", + "property_type": "Data", + "row_name": null, + "value": "-" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "contact_person", + "is_system_generated": 1, + "modified": "2025-03-25 22:59:07.969112", + "module": null, + "name": "Payment Entry-contact_person-mandatory_depends_on", + "property": "mandatory_depends_on", + "property_type": "Data", + "row_name": null, + "value": "eval: doc.make_bank_online_payment && doc.payment_transfer_method === 'Link' && doc.party_type !== 'Employee'" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "contact_email", + "is_system_generated": 1, + "modified": "2025-03-25 22:59:08.010950", + "module": null, + "name": "Payment Entry-contact_email-depends_on", + "property": "depends_on", + "property_type": "Data", + "row_name": null, + "value": "eval: doc.contact_person || doc.party_type === 'Employee'" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "party_bank_account", + "is_system_generated": 1, + "modified": "2025-03-25 22:59:08.052767", + "module": null, + "name": "Payment Entry-party_bank_account-mandatory_depends_on", + "property": "mandatory_depends_on", + "property_type": "Data", + "row_name": null, + "value": "eval: doc.make_bank_online_payment && ['NEFT', 'RTGS', 'IMPS', 'UPI'].includes(doc.payment_transfer_method)" + }, + { + "default_value": null, + "doc_type": "Bank Account", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "branch_code", + "is_system_generated": 1, + "modified": "2025-03-25 22:59:08.094426", + "module": null, + "name": "Bank Account-branch_code-description", + "property": "description", + "property_type": "Data", + "row_name": null, + "value": "For Indian bank accounts, enter the branch IFSC code" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "bank_account", + "is_system_generated": 1, + "modified": "2025-03-25 22:59:08.261674", + "module": null, + "name": "Payment Entry-bank_account-mandatory_depends_on", + "property": "mandatory_depends_on", + "property_type": "Data", + "row_name": null, + "value": "eval: doc.make_bank_online_payment" + }, + { + "default_value": null, + "doc_type": "Employee", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "bank_name", + "is_system_generated": 1, + "modified": "2025-03-25 22:59:08.304029", + "module": null, + "name": "Employee-bank_name-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "bank_ac_no", + "is_system_generated": 1, + "modified": "2025-03-25 22:59:08.373102", + "module": null, + "name": "Employee-bank_ac_no-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "iban", + "is_system_generated": 1, + "modified": "2025-03-25 22:59:08.414099", + "module": null, + "name": "Employee-iban-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "outstanding_amount", + "is_system_generated": 1, + "modified": "2025-09-16 09:46:05.116255", + "module": null, + "name": "Sales Invoice-outstanding_amount-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Stock Reconciliation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "set_warehouse", + "is_system_generated": 0, + "modified": "2025-04-11 11:30:09.628119", + "module": null, + "name": "Stock Reconciliation-set_warehouse-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "Stores - CT" + }, + { + "default_value": null, + "doc_type": "Stock Reconciliation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "purpose", + "is_system_generated": 0, + "modified": "2025-04-11 11:33:19.973023", + "module": null, + "name": "Stock Reconciliation-purpose-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "Stock Reconciliation" + }, + { + "default_value": null, + "doc_type": "Stock Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "stock_entry_type", + "is_system_generated": 1, + "modified": "2025-09-26 10:13:59.098607", + "module": null, + "name": "Stock Entry-stock_entry_type-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Stock Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "posting_date", + "is_system_generated": 1, + "modified": "2025-09-26 10:13:59.123734", + "module": null, + "name": "Stock Entry-posting_date-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Stock Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "from_warehouse", + "is_system_generated": 1, + "modified": "2025-08-16 12:56:32.947388", + "module": null, + "name": "Stock Entry-from_warehouse-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Stock Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "to_warehouse", + "is_system_generated": 1, + "modified": "2025-08-16 12:56:32.904085", + "module": null, + "name": "Stock Entry-to_warehouse-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Stock Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "is_return", + "is_system_generated": 1, + "modified": "2025-08-16 12:56:32.865179", + "module": null, + "name": "Stock Entry-is_return-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Stock Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "per_transferred", + "is_system_generated": 1, + "modified": "2025-08-16 12:56:32.834658", + "module": null, + "name": "Stock Entry-per_transferred-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Stock Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "purpose", + "is_system_generated": 1, + "modified": "2025-08-16 12:56:32.806571", + "module": null, + "name": "Stock Entry-purpose-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "disable_rounded_total", + "is_system_generated": 0, + "modified": "2025-04-13 22:23:31.107781", + "module": null, + "name": "Purchase Receipt-disable_rounded_total-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "update_billed_amount_in_sales_order", + "is_system_generated": 0, + "modified": "2025-04-14 10:41:38.226535", + "module": null, + "name": "Sales Invoice-update_billed_amount_in_sales_order-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "update_billed_amount_in_delivery_note", + "is_system_generated": 0, + "modified": "2025-04-14 10:41:38.372291", + "module": null, + "name": "Sales Invoice-update_billed_amount_in_delivery_note-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "disable_rounded_total", + "is_system_generated": 0, + "modified": "2025-04-14 11:56:42.151171", + "module": null, + "name": "Sales Invoice-disable_rounded_total-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Stock Reconciliation Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "use_serial_batch_fields", + "is_system_generated": 0, + "modified": "2025-04-16 18:57:09.859758", + "module": null, + "name": "Stock Reconciliation Item-use_serial_batch_fields-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "against_income_account", + "is_system_generated": 1, + "modified": "2025-04-17 11:09:11.312819", + "module": null, + "name": "Sales Invoice-against_income_account-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Batch", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-04-19 10:56:33.622552", + "module": null, + "name": "Batch-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"sb_disabled\", \"disabled\", \"column_break_24\", \"use_batchwise_valuation\", \"sb_batch\", \"batch_id\", \"item\", \"item_name\", \"image\", \"parent_batch\", \"manufacturing_date\", \"column_break_3\", \"batch_qty\", \"stock_uom\", \"expiry_date\", \"custom_qty\", \"source\", \"supplier\", \"column_break_9\", \"reference_doctype\", \"reference_name\", \"section_break_7\", \"description\", \"manufacturing_section\", \"qty_to_produce\", \"column_break_23\", \"produced_qty\"]" + }, + { + "default_value": null, + "doc_type": "Customer", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "customer_primary_address", + "is_system_generated": 1, + "modified": "2025-04-28 13:21:14.104048", + "module": null, + "name": "Customer-customer_primary_address-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "net_total", + "is_system_generated": 1, + "modified": "2025-07-16 16:00:10.257188", + "module": null, + "name": "Purchase Invoice-net_total-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "is_system_generated": 1, + "modified": "2026-01-28 14:51:26.570557", + "module": null, + "name": "Purchase Order-scan_barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "bill_no", + "is_system_generated": 1, + "modified": "2025-07-16 16:00:06.183983", + "module": null, + "name": "Purchase Receipt-bill_no-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "total_qty", + "is_system_generated": 1, + "modified": "2025-07-16 15:59:25.249305", + "module": null, + "name": "Purchase Receipt-total_qty-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "disable_rounded_total", + "is_system_generated": 0, + "modified": "2025-05-06 09:20:34.226572", + "module": null, + "name": "Sales Order-disable_rounded_total-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "tax_category", + "is_system_generated": 0, + "modified": "2025-05-06 09:21:29.694762", + "module": null, + "name": "Sales Invoice-tax_category-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "supplier_name", + "is_system_generated": 1, + "modified": "2025-05-13 13:26:07.629866", + "module": null, + "name": "Purchase Order-supplier_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "transaction_date", + "is_system_generated": 1, + "modified": "2025-05-13 13:26:07.639083", + "module": null, + "name": "Purchase Order-transaction_date-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "grand_total", + "is_system_generated": 1, + "modified": "2025-05-13 13:26:07.641681", + "module": null, + "name": "Purchase Order-grand_total-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "per_billed", + "is_system_generated": 1, + "modified": "2025-05-13 13:26:07.643585", + "module": null, + "name": "Purchase Order-per_billed-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "per_received", + "is_system_generated": 1, + "modified": "2025-05-13 13:26:07.645481", + "module": null, + "name": "Purchase Order-per_received-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "item_code", + "is_system_generated": 0, + "modified": "2025-05-14 13:12:26.579784", + "module": null, + "name": "Item-item_code-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 1, + "modified": "2025-05-24 10:58:33.757711", + "module": null, + "name": "Purchase Receipt-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "PR.YY.####\nPRRET-.YY.-" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 1, + "modified": "2025-05-24 10:58:33.904752", + "module": null, + "name": "Purchase Receipt-naming_series-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "PR.YY.####" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 1, + "modified": "2025-05-24 12:48:51.945193", + "module": null, + "name": "Purchase Invoice-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "PI.YY.####\nPRET-.YY.-" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 1, + "modified": "2025-05-24 12:48:52.016574", + "module": null, + "name": "Purchase Invoice-naming_series-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "PI.YY.####" + }, + { + "default_value": null, + "doc_type": "Sales Order Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "qty", + "is_system_generated": 0, + "modified": "2025-05-31 10:28:16.091638", + "module": null, + "name": "Sales Order Item-qty-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "apply_discount_on", + "is_system_generated": 0, + "modified": "2025-06-01 13:13:11.367656", + "module": null, + "name": "Sales Order-apply_discount_on-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "Net Total" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "apply_discount_on", + "is_system_generated": 0, + "modified": "2025-06-02 07:04:00.710021", + "module": null, + "name": "Sales Invoice-apply_discount_on-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "additional_discount_percentage", + "is_system_generated": 0, + "modified": "2025-06-02 07:04:23.262831", + "module": null, + "name": "Sales Invoice-additional_discount_percentage-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "order_confirmation_no", + "is_system_generated": 0, + "modified": "2025-06-17 11:12:58.314706", + "module": null, + "name": "Purchase Order-order_confirmation_no-depends_on", + "property": "depends_on", + "property_type": "Data", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "order_confirmation_date", + "is_system_generated": 0, + "modified": "2025-06-17 11:24:25.863550", + "module": null, + "name": "Purchase Order-order_confirmation_date-depends_on", + "property": "depends_on", + "property_type": "Data", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "custom_gc_no", + "is_system_generated": 1, + "modified": "2025-07-16 16:00:10.323126", + "module": null, + "name": "Purchase Invoice-custom_gc_no-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Customer", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "customer_group", + "is_system_generated": 0, + "modified": "2025-06-25 10:29:18.589560", + "module": null, + "name": "Customer-customer_group-allow_in_quick_entry", + "property": "allow_in_quick_entry", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Customer", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "customer_group", + "is_system_generated": 0, + "modified": "2025-06-25 10:30:52.558323", + "module": null, + "name": "Customer-customer_group-reqd", + "property": "reqd", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Address", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-06-25 10:40:11.671152", + "module": null, + "name": "Address-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"address_details\", \"address_title\", \"address_type\", \"address_line1\", \"address_line2\", \"city\", \"county\", \"state\", \"country\", \"pincode\", \"column_break0\", \"email_id\", \"phone\", \"fax\", \"tax_category\", \"shopify_address_id\", \"is_primary_address\", \"is_shipping_address\", \"disabled\", \"tax_details_section\", \"gstin\", \"gst_state\", \"tax_details_column_break\", \"gst_category\", \"gst_state_number\", \"linked_with\", \"is_your_company_address\", \"links\"]" + }, + { + "default_value": null, + "doc_type": "Address", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "pincode", + "is_system_generated": 0, + "modified": "2025-06-25 10:42:28.072689", + "module": null, + "name": "Address-pincode-reqd", + "property": "reqd", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee Checkin", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2026-01-28 14:51:27.434802", + "module": null, + "name": "Employee Checkin-main-autoname", + "property": "autoname", + "property_type": "Data", + "row_name": null, + "value": "CK-.MM.-.YY.-.######" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.483045", + "module": null, + "name": "Purchase Order-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"supplier_section\", \"title\", \"naming_series\", \"supplier\", \"supplier_name\", \"order_confirmation_no\", \"order_confirmation_date\", \"get_items_from_open_material_requests\", \"supplier_order_id\", \"column_break_7\", \"transaction_date\", \"supplier_gstin\", \"schedule_date\", \"column_break1\", \"company\", \"apply_tds\", \"is_reverse_charge\", \"tax_withholding_category\", \"is_subcontracted\", \"has_unit_price_items\", \"supplier_warehouse\", \"custom_sales_person\", \"amended_from\", \"accounting_dimensions_section\", \"cost_center\", \"dimension_col_break\", \"project\", \"currency_and_price_list\", \"currency\", \"conversion_rate\", \"cb_price_list\", \"buying_price_list\", \"price_list_currency\", \"plc_conversion_rate\", \"ignore_pricing_rule\", \"before_items_section\", \"scan_barcode\", \"set_from_warehouse\", \"items_col_break\", \"set_warehouse\", \"items_section\", \"items\", \"sb_last_purchase\", \"custom_column_break_cudmw\", \"base_total_taxes_and_charges\", \"base_taxes_and_charges_added\", \"total_taxes_and_charges\", \"taxes_and_charges\", \"column_break_40\", \"base_total\", \"base_net_total\", \"total_qty\", \"total_net_weight\", \"advance_paid\", \"column_break_26\", \"total\", \"net_total\", \"tax_withholding_net_total\", \"rounding_adjustment\", \"base_tax_withholding_net_total\", \"custom_column_break_sf04c\", \"base_in_words\", \"grand_total\", \"rounded_total\", \"disable_rounded_total\", \"in_words\", \"custom_section_break_bwv9y\", \"taxes\", \"section_break_48\", \"column_break_45\", \"custom_column_break_isuzo\", \"pricing_rules\", \"raw_material_details\", \"custom_column_break_szfh5\", \"apply_discount_on\", \"additional_discount_percentage\", \"base_discount_amount\", \"discount_amount\", \"custom_column_break_ktdho\", \"set_reserve_warehouse\", \"supplied_items\", \"taxes_section\", \"tax_category\", \"totals_section\", \"taxes_and_charges_deducted\", \"taxes_and_charges_added\", \"base_taxes_and_charges_deducted\", \"custom_column_break_abgde\", \"section_break_52\", \"column_break_53\", \"shipping_rule\", \"column_break_50\", \"incoterm\", \"named_place\", \"column_break_39\", \"discount_section\", \"column_break4\", \"base_grand_total\", \"base_rounding_adjustment\", \"base_rounded_total\", \"sec_tax_breakup\", \"other_charges_calculation\", \"section_gst_breakup\", \"gst_breakup_table\", \"address_and_contact_tab\", \"section_addresses\", \"supplier_address\", \"address_display\", \"gst_category\", \"col_break_address\", \"contact_person\", \"contact_display\", \"contact_mobile\", \"contact_email\", \"shipping_address_section\", \"dispatch_address\", \"dispatch_address_display\", \"shipping_address\", \"column_break_99\", \"shipping_address_display\", \"company_billing_address_section\", \"billing_address\", \"column_break_103\", \"billing_address_display\", \"company_gstin\", \"place_of_supply\", \"drop_ship\", \"customer\", \"customer_name\", \"column_break_19\", \"customer_contact_person\", \"customer_contact_display\", \"customer_contact_mobile\", \"customer_contact_email\", \"terms_tab\", \"payment_schedule_section\", \"payment_terms_template\", \"payment_schedule\", \"custom_section_break_s4xrn\", \"custom_subject\", \"terms_section_break\", \"tc_name\", \"terms\", \"more_info_tab\", \"tracking_section\", \"status\", \"column_break_75\", \"per_billed\", \"per_received\", \"column_break5\", \"letter_head\", \"group_same_items\", \"column_break_86\", \"select_print_heading\", \"language\", \"subscription_section\", \"from_date\", \"to_date\", \"column_break_97\", \"auto_repeat\", \"update_auto_repeat_reference\", \"additional_info_section\", \"is_internal_supplier\", \"represents_company\", \"ref_sq\", \"column_break_74\", \"party_account_currency\", \"inter_company_order_reference\", \"is_old_subcontracting_flow\", \"connections_tab\"]" + }, + { + "default_value": null, + "doc_type": "Employee Checkin", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "employee_name", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:27.411313", + "module": null, + "name": "Employee Checkin-employee_name-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee Checkin", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "device_id", + "is_system_generated": 0, + "modified": "2026-01-28 14:51:27.396065", + "module": null, + "name": "Employee Checkin-device_id-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Employee Checkin", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "employee", + "is_system_generated": 1, + "modified": "2026-01-28 14:51:27.420178", + "module": null, + "name": "Employee Checkin-employee-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "company", + "is_system_generated": 0, + "modified": "2025-06-26 17:48:16.264738", + "module": null, + "name": "Purchase Receipt-company-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Order Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "qty", + "is_system_generated": 0, + "modified": "2025-06-26 17:52:19.664538", + "module": null, + "name": "Purchase Order Item-qty-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "bill_no", + "is_system_generated": 0, + "modified": "2025-06-26 17:53:49.525147", + "module": null, + "name": "Purchase Invoice-bill_no-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "company", + "is_system_generated": 0, + "modified": "2025-06-26 17:53:49.696508", + "module": null, + "name": "Purchase Invoice-company-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "company", + "is_system_generated": 0, + "modified": "2025-06-26 18:03:36.615597", + "module": null, + "name": "Sales Invoice-company-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "set_warehouse", + "is_system_generated": 0, + "modified": "2025-06-28 13:54:48.161665", + "module": null, + "name": "Sales Invoice-set_warehouse-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "POS Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 1, + "modified": "2025-06-29 14:44:02.691639", + "module": null, + "name": "POS Invoice-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "ACC-PSINV-.YYYY.-\nTEST.####." + }, + { + "default_value": null, + "doc_type": "POS Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 1, + "modified": "2025-06-29 14:44:02.759117", + "module": null, + "name": "POS Invoice-naming_series-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "ACC-PSINV-.YYYY.-" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "pos_profile", + "is_system_generated": 0, + "modified": "2025-06-29 20:28:36.561528", + "module": null, + "name": "Sales Invoice-pos_profile-permlevel", + "property": "permlevel", + "property_type": "Int", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "POS Profile", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-06-29 20:53:50.795422", + "module": null, + "name": "POS Profile-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"company\", \"customer\", \"country\", \"disabled\", \"column_break_9\", \"warehouse\", \"campaign\", \"company_address\", \"show_branch\", \"section_break_15\", \"applicable_for_users\", \"section_break_11\", \"payments\", \"section_break_14\", \"hide_images\", \"hide_unavailable_items\", \"auto_add_item_to_cart\", \"validate_stock_on_save\", \"print_receipt_on_order_complete\", \"column_break_16\", \"update_stock\", \"ignore_pricing_rule\", \"allow_rate_change\", \"allow_discount_change\", \"disable_grand_total_to_default_mop\", \"allow_partial_payment\", \"section_break_23\", \"item_groups\", \"column_break_25\", \"customer_groups\", \"section_break_16\", \"print_format\", \"letter_head\", \"column_break0\", \"tc_name\", \"select_print_heading\", \"section_break_19\", \"selling_price_list\", \"currency\", \"write_off_account\", \"write_off_cost_center\", \"write_off_limit\", \"account_for_change_amount\", \"disable_rounded_total\", \"column_break_23\", \"income_account\", \"expense_account\", \"taxes_and_charges\", \"tax_category\", \"apply_discount_on\", \"accounting_dimensions_section\", \"cost_center\", \"dimension_col_break\", \"project\", \"branch\"]" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "set_warehouse", + "is_system_generated": 0, + "modified": "2025-06-29 21:32:15.786834", + "module": null, + "name": "Sales Invoice-set_warehouse-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "update_outstanding_for_self", + "is_system_generated": 0, + "modified": "2025-06-29 21:39:03.403802", + "module": null, + "name": "Sales Invoice-update_outstanding_for_self-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2025-06-30 12:19:24.557231", + "module": null, + "name": "Purchase Receipt-main-default_print_format", + "property": "default_print_format", + "property_type": "Data", + "row_name": null, + "value": "Barcode Wholesale" + }, + { + "default_value": null, + "doc_type": "Quotation Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-07-02 09:45:00.988194", + "module": null, + "name": "Quotation Item-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"item_code\", \"customer_item_code\", \"col_break1\", \"item_name\", \"section_break_5\", \"description\", \"gst_hsn_code\", \"item_group\", \"brand\", \"image_section\", \"image\", \"image_view\", \"quantity_and_rate\", \"qty\", \"stock_uom\", \"col_break2\", \"uom\", \"conversion_factor\", \"stock_qty\", \"available_quantity_section\", \"actual_qty\", \"column_break_ylrv\", \"company_total_stock\", \"section_break_16\", \"price_list_rate\", \"base_price_list_rate\", \"discount_and_margin\", \"margin_type\", \"margin_rate_or_amount\", \"rate_with_margin\", \"column_break_18\", \"discount_percentage\", \"discount_amount\", \"distributed_discount_amount\", \"base_rate_with_margin\", \"section_break1\", \"rate\", \"net_rate\", \"amount\", \"net_amount\", \"item_tax_template\", \"gst_treatment\", \"col_break3\", \"base_rate\", \"base_net_rate\", \"base_amount\", \"base_net_amount\", \"taxable_value\", \"gst_details_section\", \"igst_rate\", \"cgst_rate\", \"sgst_rate\", \"cess_rate\", \"cess_non_advol_rate\", \"cb_gst_details\", \"igst_amount\", \"cgst_amount\", \"sgst_amount\", \"cess_amount\", \"cess_non_advol_amount\", \"pricing_rules\", \"stock_uom_rate\", \"is_free_item\", \"is_alternative\", \"has_alternative_item\", \"section_break_43\", \"valuation_rate\", \"column_break_45\", \"gross_profit\", \"item_weight_details\", \"weight_per_unit\", \"total_weight\", \"column_break_20\", \"weight_uom\", \"reference\", \"warehouse\", \"against_blanket_order\", \"blanket_order\", \"blanket_order_rate\", \"column_break_30\", \"prevdoc_doctype\", \"prevdoc_docname\", \"item_balance\", \"projected_qty\", \"col_break4\", \"stock_balance\", \"item_tax_rate\", \"shopping_cart_section\", \"additional_notes\", \"section_break_61\", \"page_break\"]" + }, + { + "default_value": null, + "doc_type": "Quotation Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "qty", + "is_system_generated": 0, + "modified": "2025-07-02 09:45:01.030745", + "module": null, + "name": "Quotation Item-qty-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Material Request Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-07-02 09:45:24.244701", + "module": null, + "name": "Material Request Item-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"item_code\", \"item_name\", \"col_break1\", \"schedule_date\", \"section_break_4\", \"description\", \"gst_hsn_code\", \"column_break_12\", \"item_group\", \"brand\", \"image\", \"quantity_and_warehouse\", \"qty\", \"stock_uom\", \"from_warehouse\", \"warehouse\", \"col_break2\", \"uom\", \"conversion_factor\", \"stock_qty\", \"qty_info_sec_break\", \"min_order_qty\", \"projected_qty\", \"qty_info_col_break\", \"actual_qty\", \"ordered_qty\", \"received_qty\", \"rate_and_amount_section_break\", \"rate\", \"price_list_rate\", \"col_break3\", \"amount\", \"accounting_details_section\", \"expense_account\", \"column_break_glru\", \"wip_composite_asset\", \"manufacture_details\", \"manufacturer\", \"manufacturer_part_no\", \"col_break_mfg\", \"bom_no\", \"accounting_dimensions_section\", \"project\", \"dimension_col_break\", \"cost_center\", \"more_info\", \"lead_time_date\", \"sales_order\", \"sales_order_item\", \"col_break4\", \"production_plan\", \"material_request_plan_item\", \"job_card_item\", \"section_break_46\", \"page_break\"]" + }, + { + "default_value": null, + "doc_type": "Material Request Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "qty", + "is_system_generated": 0, + "modified": "2025-07-02 09:45:24.294454", + "module": null, + "name": "Material Request Item-qty-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Quotation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-07-03 21:38:35.655861", + "module": null, + "name": "Quotation-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"customer_section\", \"title\", \"naming_series\", \"quotation_to\", \"party_name\", \"customer_name\", \"is_reverse_charge\", \"is_export_with_gst\", \"column_break_7\", \"transaction_date\", \"valid_till\", \"custom_sales_person\", \"column_break1\", \"order_type\", \"company\", \"amended_from\", \"currency_and_price_list\", \"currency\", \"conversion_rate\", \"column_break2\", \"selling_price_list\", \"price_list_currency\", \"plc_conversion_rate\", \"ignore_pricing_rule\", \"items_section\", \"scan_barcode\", \"items\", \"sec_break23\", \"total_qty\", \"total_net_weight\", \"column_break_28\", \"base_total\", \"base_net_total\", \"column_break_31\", \"total\", \"net_total\", \"taxes_section\", \"tax_category\", \"taxes_and_charges\", \"column_break_36\", \"shipping_rule\", \"column_break_34\", \"incoterm\", \"named_place\", \"section_break_36\", \"taxes\", \"section_break_39\", \"base_total_taxes_and_charges\", \"column_break_42\", \"total_taxes_and_charges\", \"totals\", \"base_grand_total\", \"base_rounding_adjustment\", \"base_rounded_total\", \"base_in_words\", \"column_break3\", \"grand_total\", \"rounding_adjustment\", \"rounded_total\", \"disable_rounded_total\", \"in_words\", \"section_break_44\", \"apply_discount_on\", \"base_discount_amount\", \"coupon_code\", \"column_break_46\", \"additional_discount_percentage\", \"discount_amount\", \"referral_sales_partner\", \"sec_tax_breakup\", \"other_charges_calculation\", \"section_gst_breakup\", \"gst_breakup_table\", \"bundle_items_section\", \"packed_items\", \"pricing_rule_details\", \"pricing_rules\", \"address_and_contact_tab\", \"billing_address_section\", \"customer_address\", \"address_display\", \"billing_address_gstin\", \"gst_category\", \"place_of_supply\", \"col_break98\", \"contact_person\", \"contact_display\", \"contact_mobile\", \"contact_email\", \"shipping_address_section\", \"shipping_address_name\", \"column_break_81\", \"shipping_address\", \"company_address_section\", \"company_address\", \"company_gstin\", \"company_address_display\", \"column_break_87\", \"company_contact_person\", \"terms_tab\", \"payment_schedule_section\", \"payment_terms_template\", \"payment_schedule\", \"terms_section_break\", \"tc_name\", \"terms\", \"more_info_tab\", \"subscription_section\", \"auto_repeat\", \"update_auto_repeat_reference\", \"print_settings\", \"letter_head\", \"group_same_items\", \"column_break_73\", \"select_print_heading\", \"language\", \"lost_reasons_section\", \"lost_reasons\", \"competitors\", \"column_break_117\", \"order_lost_reason\", \"additional_info_section\", \"status\", \"customer_group\", \"territory\", \"column_break_108\", \"campaign\", \"source\", \"column_break4\", \"opportunity\", \"supplier_quotation\", \"enq_det\", \"connections_tab\"]" + }, + { + "default_value": null, + "doc_type": "Employee Checkin", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2026-01-28 14:51:29.077185", + "module": null, + "name": "Employee Checkin-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"employee\", \"employee_name\", \"log_type\", \"shift\", \"custom_total_hours\", \"custom_late_coming_minutes\", \"column_break_4\", \"time\", \"device_id\", \"skip_auto_attendance\", \"attendance\", \"custom_early_going_minutes\", \"custom_late_early\", \"custom_crosschex_uuid\", \"location_section\", \"latitude\", \"column_break_yqpi\", \"longitude\", \"section_break_ksbo\", \"fetch_geolocation\", \"geolocation\", \"shift_timings_section\", \"shift_start\", \"shift_end\", \"offshift\", \"column_break_vyyt\", \"shift_actual_start\", \"shift_actual_end\"]" + }, + { + "default_value": null, + "doc_type": "Sales Invoice Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-07-05 23:09:37.541028", + "module": null, + "name": "Sales Invoice Item-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"barcode\", \"has_item_scanned\", \"item_code\", \"col_break1\", \"item_name\", \"customer_item_code\", \"description_section\", \"description\", \"gst_hsn_code\", \"item_group\", \"brand\", \"image_section\", \"image\", \"image_view\", \"quantity_and_rate\", \"custom_net_qty\", \"custom_pcs\", \"qty\", \"stock_uom\", \"col_break2\", \"uom\", \"conversion_factor\", \"stock_qty\", \"section_break_17\", \"price_list_rate\", \"base_price_list_rate\", \"discount_and_margin\", \"margin_type\", \"margin_rate_or_amount\", \"rate_with_margin\", \"column_break_19\", \"discount_percentage\", \"discount_amount\", \"distributed_discount_amount\", \"base_rate_with_margin\", \"section_break1\", \"rate\", \"custom_rack_location\", \"amount\", \"item_tax_template\", \"gst_treatment\", \"custom_total\", \"col_break3\", \"base_rate\", \"base_amount\", \"pricing_rules\", \"stock_uom_rate\", \"is_free_item\", \"grant_commission\", \"section_break_21\", \"net_rate\", \"net_amount\", \"column_break_24\", \"base_net_rate\", \"base_net_amount\", \"taxable_value\", \"gst_details_section\", \"igst_rate\", \"cgst_rate\", \"sgst_rate\", \"cess_rate\", \"cess_non_advol_rate\", \"cb_gst_details\", \"igst_amount\", \"cgst_amount\", \"sgst_amount\", \"cess_amount\", \"cess_non_advol_amount\", \"drop_ship\", \"delivered_by_supplier\", \"accounting\", \"income_account\", \"is_fixed_asset\", \"asset\", \"finance_book\", \"col_break4\", \"expense_account\", \"discount_account\", \"deferred_revenue\", \"deferred_revenue_account\", \"service_stop_date\", \"enable_deferred_revenue\", \"column_break_50\", \"service_start_date\", \"service_end_date\", \"section_break_18\", \"weight_per_unit\", \"total_weight\", \"column_break_21\", \"weight_uom\", \"warehouse_and_reference\", \"warehouse\", \"target_warehouse\", \"quality_inspection\", \"pick_serial_and_batch\", \"serial_and_batch_bundle\", \"use_serial_batch_fields\", \"col_break5\", \"allow_zero_valuation_rate\", \"incoming_rate\", \"item_tax_rate\", \"actual_batch_qty\", \"section_break_eoec\", \"serial_no\", \"column_break_ytgd\", \"batch_no\", \"available_quantity_section\", \"actual_qty\", \"column_break_ogff\", \"company_total_stock\", \"edit_references\", \"sales_order\", \"so_detail\", \"sales_invoice_item\", \"column_break_74\", \"delivery_note\", \"dn_detail\", \"delivered_qty\", \"column_break_vwhb\", \"pos_invoice\", \"pos_invoice_item\", \"internal_transfer_section\", \"purchase_order\", \"column_break_92\", \"purchase_order_item\", \"accounting_dimensions_section\", \"cost_center\", \"dimension_col_break\", \"project\", \"section_break_54\", \"page_break\"]" + }, + { + "default_value": null, + "doc_type": "Sales Invoice Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "qty", + "is_system_generated": 0, + "modified": "2025-07-05 23:09:37.593779", + "module": null, + "name": "Sales Invoice Item-qty-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "qty", + "is_system_generated": 0, + "modified": "2025-07-05 23:11:18.824628", + "module": null, + "name": "Purchase Receipt Item-qty-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "1" + }, { "default_value": null, "doc_type": "Purchase Invoice Item", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "cost_center", - "is_system_generated": 0, - "modified": "2025-12-31 12:07:44.757282", - "module": "Calicut Textiles", - "name": "Purchase Invoice Item-cost_center-fetch_from", - "property": "fetch_from", - "property_type": "Small Text", + "field_name": "qty", + "is_system_generated": 0, + "modified": "2025-07-05 23:12:07.259625", + "module": null, + "name": "Purchase Invoice Item-qty-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee Checkin", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "employee_name", + "is_system_generated": 1, + "modified": "2026-01-28 14:51:29.064149", + "module": null, + "name": "Employee Checkin-employee_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee Checkin", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "log_type", + "is_system_generated": 1, + "modified": "2026-01-28 14:51:29.071145", + "module": null, + "name": "Employee Checkin-log_type-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Employee Checkin", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "time", + "is_system_generated": 1, + "modified": "2026-01-28 14:51:29.084152", + "module": null, + "name": "Employee Checkin-time-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee Checkin", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "custom_crosschex_uuid", + "is_system_generated": 1, + "modified": "2026-01-28 14:51:29.058468", + "module": null, + "name": "Employee Checkin-custom_crosschex_uuid-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Supplier Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "supplier", + "is_system_generated": 1, + "modified": "2025-07-08 16:49:43.913043", + "module": null, + "name": "Supplier Order-supplier-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Supplier Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "supplier_name", + "is_system_generated": 1, + "modified": "2025-07-08 16:49:43.925034", + "module": null, + "name": "Supplier Order-supplier_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Supplier Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "order_date", + "is_system_generated": 1, + "modified": "2025-07-08 16:49:43.927525", + "module": null, + "name": "Supplier Order-order_date-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Supplier Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "sales_person", + "is_system_generated": 1, + "modified": "2025-07-08 16:49:43.929945", + "module": null, + "name": "Supplier Order-sales_person-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Supplier Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "grand_total", + "is_system_generated": 1, + "modified": "2025-07-08 16:49:43.932294", + "module": null, + "name": "Supplier Order-grand_total-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Product", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-07-08 16:55:50.629871", + "module": null, + "name": "Product-main-quick_entry", + "property": "quick_entry", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "is_cash_or_non_trade_discount", + "is_system_generated": 0, + "modified": "2025-07-14 18:09:08.257525", + "module": null, + "name": "Sales Invoice-is_cash_or_non_trade_discount-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Leave Encashment", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2026-01-28 14:51:27.308817", + "module": null, + "name": "Leave Encashment-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"employee\", \"employee_name\", \"department\", \"company\", \"column_break_4\", \"leave_period\", \"leave_type\", \"leave_allocation\", \"leave_balance\", \"column_break_cevy\", \"actual_encashable_days\", \"encashment_days\", \"encashment_amount\", \"custom_is_system_generated\", \"accounting_section\", \"pay_via_payment_entry\", \"expense_account\", \"payable_account\", \"column_break_vdnb\", \"posting_date\", \"currency\", \"paid_amount\", \"accounting_dimensions_section\", \"cost_center\", \"dimension_col_break\", \"payroll\", \"encashment_date\", \"column_break_14\", \"additional_salary\", \"section_break_svbb\", \"amended_from\", \"status\"]" + }, + { + "default_value": null, + "doc_type": "Customer", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-07-19 22:47:10.285084", + "module": null, + "name": "Customer-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"basic_info\", \"naming_series\", \"salutation\", \"customer_name\", \"customer_type\", \"customer_group\", \"column_break0\", \"territory\", \"gender\", \"lead_name\", \"opportunity_name\", \"prospect_name\", \"account_manager\", \"image\", \"defaults_tab\", \"default_currency\", \"default_bank_account\", \"column_break_14\", \"default_price_list\", \"internal_customer_section\", \"is_internal_customer\", \"represents_company\", \"column_break_70\", \"companies\", \"more_info\", \"market_segment\", \"industry\", \"customer_pos_id\", \"website\", \"language\", \"custom_wibs_code\", \"column_break_45\", \"customer_details\", \"dashboard_tab\", \"contact_and_address_tab\", \"address_contacts\", \"address_html\", \"column_break1\", \"contact_html\", \"primary_address_and_contact_detail\", \"column_break_26\", \"customer_primary_address\", \"primary_address\", \"column_break_nwor\", \"customer_primary_contact\", \"mobile_no\", \"email_id\", \"tax_tab\", \"taxation_section\", \"tax_id\", \"column_break_21\", \"tax_category\", \"tax_withholding_category\", \"tax_details_section\", \"gstin\", \"pan\", \"tax_details_column_break\", \"gst_category\", \"accounting_tab\", \"credit_limit_section\", \"payment_terms\", \"credit_limits\", \"default_receivable_accounts\", \"accounts\", \"loyalty_points_tab\", \"loyalty_program\", \"column_break_54\", \"loyalty_program_tier\", \"sales_team_tab\", \"sales_team\", \"sales_team_section\", \"default_sales_partner\", \"column_break_66\", \"default_commission_rate\", \"settings_tab\", \"so_required\", \"dn_required\", \"column_break_53\", \"is_frozen\", \"disabled\", \"portal_users_tab\", \"portal_users\", \"shopify_customer_id\"]" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "contact_mobile", + "is_system_generated": 0, + "modified": "2025-07-19 23:02:08.195837", + "module": null, + "name": "Sales Invoice-contact_mobile-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Online Lead", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "billing_name", + "is_system_generated": 1, + "modified": "2025-07-20 18:33:36.361838", + "module": null, + "name": "Online Lead-billing_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Online Lead", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "billing_mobile_no", + "is_system_generated": 1, + "modified": "2025-07-20 18:33:36.378156", + "module": null, + "name": "Online Lead-billing_mobile_no-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Address", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "county", + "is_system_generated": 0, + "modified": "2025-07-21 13:54:21.595842", + "module": null, + "name": "Address-county-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Address", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "city", + "is_system_generated": 0, + "modified": "2025-07-21 18:30:53.908435", + "module": null, + "name": "Address-city-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "District" + }, + { + "default_value": null, + "doc_type": "Loan Disbursement", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 1, + "modified": "2025-08-01 09:35:35.683914", + "module": null, + "name": "Loan Disbursement-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "LD.YY.####" + }, + { + "default_value": null, + "doc_type": "Additional Salary", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 1, + "modified": "2026-01-28 14:51:26.875881", + "module": null, + "name": "Additional Salary-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "HR-ADS-.YY.-.MM.-" + }, + { + "default_value": null, + "doc_type": "Employee", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 1, + "modified": "2025-08-01 12:12:54.596219", + "module": null, + "name": "Employee-naming_series-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Employee", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 1, + "modified": "2025-08-01 12:12:54.659946", + "module": null, + "name": "Employee-naming_series-reqd", + "property": "reqd", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "employee_number", + "is_system_generated": 1, + "modified": "2025-08-01 12:12:54.699279", + "module": null, + "name": "Employee-employee_number-reqd", + "property": "reqd", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Employee", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "employee_number", + "is_system_generated": 1, + "modified": "2025-08-01 12:12:54.707303", + "module": null, + "name": "Employee-employee_number-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Expense Claim", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "employee_name", + "is_system_generated": 1, + "modified": "2025-08-01 16:25:02.942585", + "module": null, + "name": "Expense Claim-employee_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Expense Claim", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "grand_total", + "is_system_generated": 1, + "modified": "2025-08-01 16:25:02.957298", + "module": null, + "name": "Expense Claim-grand_total-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Expense Claim", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "status", + "is_system_generated": 1, + "modified": "2025-08-01 16:25:02.969510", + "module": null, + "name": "Expense Claim-status-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Expense Claim", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "workflow_state", + "is_system_generated": 1, + "modified": "2025-08-01 16:25:02.983185", + "module": null, + "name": "Expense Claim-workflow_state-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Expense Claim", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "total_amount_reimbursed", + "is_system_generated": 1, + "modified": "2025-08-01 16:25:02.994566", + "module": null, + "name": "Expense Claim-total_amount_reimbursed-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Expense Claim", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "total_claimed_amount", + "is_system_generated": 1, + "modified": "2025-08-01 16:25:03.006015", + "module": null, + "name": "Expense Claim-total_claimed_amount-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Consolidate Late Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 1, + "modified": "2025-08-02 09:14:24.531560", + "module": null, + "name": "Consolidate Late Entry-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "CLE/.YYYY./.{month}./" + }, + { + "default_value": null, + "doc_type": "Employee Checkin", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "custom_late_early", + "is_system_generated": 1, + "modified": "2025-08-04 15:23:30.157566", + "module": null, + "name": "Employee Checkin-custom_late_early-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee Checkin", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "custom_late_coming_minutes", + "is_system_generated": 1, + "modified": "2025-08-04 15:23:30.190995", + "module": null, + "name": "Employee Checkin-custom_late_coming_minutes-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee Checkin", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "custom_early_going_minutes", + "is_system_generated": 1, + "modified": "2025-08-04 15:23:30.195545", + "module": null, + "name": "Employee Checkin-custom_early_going_minutes-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Bank Transaction", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 1, + "modified": "2025-08-05 12:27:35.855989", + "module": null, + "name": "Bank Transaction-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "ACC-BTN-.YYYY.-" + }, + { + "default_value": null, + "doc_type": "Bank Transaction", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 1, + "modified": "2025-08-05 12:27:35.870113", + "module": null, + "name": "Bank Transaction-naming_series-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "ACC-BTN-.YYYY.-" + }, + { + "default_value": null, + "doc_type": "Lead", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 1, + "modified": "2025-08-05 12:27:36.684518", + "module": null, + "name": "Lead-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "CRM-LEAD-.YYYY.-" + }, + { + "default_value": null, + "doc_type": "Additional Salary", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2026-01-28 14:51:26.867030", + "module": null, + "name": "Additional Salary-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"naming_series\", \"employee\", \"employee_name\", \"department\", \"custom_consolidated_late_entry\", \"column_break_5\", \"company\", \"is_recurring\", \"disabled\", \"from_date\", \"to_date\", \"payroll_date\", \"amended_from\", \"custom_is_overtime\", \"custom_is_late_early\", \"salary_details_section\", \"custom_ot_min\", \"custom_late_early_min\", \"salary_component\", \"type\", \"currency\", \"amount\", \"column_break_8\", \"deduct_full_tax_on_selected_payroll_date\", \"overwrite_salary_structure_amount\", \"properties_and_references_section\", \"ref_doctype\", \"ref_docname\", \"custom_bulk_employee_advance\"]" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "pos_profile", + "is_system_generated": 0, + "modified": "2025-08-08 15:17:35.509951", + "module": null, + "name": "Sales Invoice-pos_profile-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Stock Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "to_warehouse", + "is_system_generated": 0, + "modified": "2025-08-11 08:53:47.096485", + "module": null, + "name": "Stock Entry-to_warehouse-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Print Format", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "pdf_generator", + "is_system_generated": 1, + "modified": "2025-08-11 17:04:05.573889", + "module": null, + "name": "Print Format-pdf_generator-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "wkhtmltopdf" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "gst_breakup_table", + "is_system_generated": 0, + "modified": "2025-08-12 09:59:18.157622", + "module": null, + "name": "Sales Invoice-gst_breakup_table-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Journal Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "title", + "is_system_generated": 1, + "modified": "2025-10-15 13:29:35.358933", + "module": null, + "name": "Journal Entry-title-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Journal Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "cheque_no", + "is_system_generated": 1, + "modified": "2025-10-15 13:29:35.394066", + "module": null, + "name": "Journal Entry-cheque_no-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Journal Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "total_debit", + "is_system_generated": 1, + "modified": "2025-10-15 13:29:35.404896", + "module": null, + "name": "Journal Entry-total_debit-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Journal Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "posting_date", + "is_system_generated": 1, + "modified": "2025-10-15 13:29:35.383123", + "module": null, + "name": "Journal Entry-posting_date-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Journal Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-08-12 17:33:09.177746", + "module": null, + "name": "Journal Entry-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"entry_type_and_date\", \"is_system_generated\", \"title\", \"voucher_type\", \"ineligibility_reason\", \"naming_series\", \"finance_book\", \"process_deferred_accounting\", \"reversal_of\", \"tax_withholding_category\", \"column_break1\", \"from_template\", \"company\", \"company_gstin\", \"posting_date\", \"apply_tds\", \"custom_cost_center\", \"2_add_edit_gl_entries\", \"accounts\", \"section_break99\", \"cheque_no\", \"cheque_date\", \"user_remark\", \"column_break99\", \"total_debit\", \"total_credit\", \"difference\", \"get_balance\", \"multi_currency\", \"total_amount_currency\", \"total_amount\", \"total_amount_in_words\", \"reference\", \"clearance_date\", \"remark\", \"paid_loan\", \"inter_company_journal_entry_reference\", \"column_break98\", \"bill_no\", \"bill_date\", \"due_date\", \"write_off\", \"write_off_based_on\", \"get_outstanding_invoices\", \"column_break_30\", \"write_off_amount\", \"printing_settings\", \"pay_to_recd_from\", \"column_break_35\", \"letter_head\", \"select_print_heading\", \"addtional_info\", \"mode_of_payment\", \"payment_order\", \"column_break3\", \"is_opening\", \"stock_entry\", \"subscription_section\", \"auto_repeat\", \"amended_from\"]" + }, + { + "default_value": null, + "doc_type": "Journal Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "posting_date", + "is_system_generated": 0, + "modified": "2025-08-12 17:33:09.249439", + "module": null, + "name": "Journal Entry-posting_date-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Expense Claim", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-08-19 11:02:22.305116", + "module": null, + "name": "Expense Claim-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"workflow_state\", \"expenses_and_advances_tab\", \"naming_series\", \"employee\", \"employee_name\", \"department\", \"column_break_5\", \"expense_approver\", \"approval_status\", \"company\", \"company_gstin\", \"expense_details\", \"expenses\", \"taxes_and_charges_sb\", \"taxes\", \"advance_payments_sb\", \"advances\", \"transactions_section\", \"total_sanctioned_amount\", \"total_taxes_and_charges\", \"total_advance_amount\", \"column_break_17\", \"grand_total\", \"total_claimed_amount\", \"total_amount_reimbursed\", \"accounting_details_tab\", \"accounting_details\", \"posting_date\", \"is_paid\", \"mode_of_payment\", \"payable_account\", \"column_break_24\", \"clearance_date\", \"remark\", \"accounting_dimensions_section\", \"project\", \"dimension_col_break\", \"cost_center\", \"more_info_tab\", \"more_details\", \"status\", \"task\", \"amended_from\", \"column_break_xdzn\", \"delivery_trip\", \"vehicle_log\", \"dashboard_tab\"]" + }, + { + "default_value": null, + "doc_type": "Expense Claim", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "company", + "is_system_generated": 0, + "modified": "2025-08-19 11:27:49.916094", + "module": null, + "name": "Expense Claim-company-default", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "Calicut Textiles" + }, + { + "default_value": null, + "doc_type": "Expense Claim", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2025-08-23 16:39:19.003387", + "module": null, + "name": "Expense Claim-main-default_print_format", + "property": "default_print_format", + "property_type": "Data", + "row_name": null, + "value": "Expense Claim" + }, + { + "default_value": null, + "doc_type": "Expense Claim Detail", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "description", + "is_system_generated": 0, + "modified": "2025-08-25 15:58:02.775452", + "module": null, + "name": "Expense Claim Detail-description-reqd", + "property": "reqd", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Leave Encashment", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "leave_period", + "is_system_generated": 1, + "modified": "2025-09-02 17:29:55.255015", + "module": null, + "name": "Leave Encashment-leave_period-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Leave Encashment", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "employee_name", + "is_system_generated": 1, + "modified": "2025-09-02 17:31:05.313420", + "module": null, + "name": "Leave Encashment-employee_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Leave Encashment", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "employee", + "is_system_generated": 1, + "modified": "2025-09-02 17:31:05.326456", + "module": null, + "name": "Leave Encashment-employee-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Leave Encashment", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "encashment_amount", + "is_system_generated": 1, + "modified": "2025-09-02 17:31:05.294139", + "module": null, + "name": "Leave Encashment-encashment_amount-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Leave Encashment", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "leave_type", + "is_system_generated": 1, + "modified": "2025-09-02 17:31:05.339402", + "module": null, + "name": "Leave Encashment-leave_type-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Leave Encashment", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "encashment_date", + "is_system_generated": 1, + "modified": "2025-09-02 17:31:05.352392", + "module": null, + "name": "Leave Encashment-encashment_date-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2025-09-12 16:48:52.910662", + "module": null, + "name": "Purchase Invoice-main-default_print_format", + "property": "default_print_format", + "property_type": "Data", + "row_name": null, + "value": "PI Detailed Invoice" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "payment_accounts_section", + "is_system_generated": 0, + "modified": "2025-09-13 15:26:59.320897", + "module": null, + "name": "Payment Entry-payment_accounts_section-collapsible", + "property": "collapsible", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Workflow State", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "workflow_state_name", + "is_system_generated": 1, + "modified": "2025-09-15 15:38:51.887438", + "module": null, + "name": "Workflow State-workflow_state_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Workflow State", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "icon", + "is_system_generated": 1, + "modified": "2025-09-15 15:38:51.897844", + "module": null, + "name": "Workflow State-icon-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Workflow State", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "style", + "is_system_generated": 1, + "modified": "2025-09-15 15:38:51.899810", + "module": null, + "name": "Workflow State-style-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "workflow_state", + "is_system_generated": 1, + "modified": "2025-09-16 09:46:05.140382", + "module": null, + "name": "Sales Invoice-workflow_state-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Batch Barcode Printing", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "batch_number", + "is_system_generated": 1, + "modified": "2025-09-23 16:45:29.050133", + "module": null, + "name": "Batch Barcode Printing-batch_number-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Batch Barcode Printing", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "selling_price", + "is_system_generated": 1, + "modified": "2025-09-23 16:45:29.068689", + "module": null, + "name": "Batch Barcode Printing-selling_price-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Batch Barcode Printing", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "retail_price", + "is_system_generated": 1, + "modified": "2025-09-23 16:45:29.081958", + "module": null, + "name": "Batch Barcode Printing-retail_price-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Stock Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-09-25 11:26:31.818564", + "module": null, + "name": "Stock Entry-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"stock_entry_details_tab\", \"naming_series\", \"stock_entry_type\", \"outgoing_stock_entry\", \"purpose\", \"add_to_transit\", \"work_order\", \"purchase_order\", \"subcontracting_order\", \"delivery_note_no\", \"sales_invoice_no\", \"pick_list\", \"purchase_receipt_no\", \"asset_repair\", \"ewaybill\", \"col2\", \"company\", \"posting_date\", \"posting_time\", \"column_break_eaoa\", \"set_posting_time\", \"inspection_required\", \"apply_putaway_rule\", \"bom_info_section\", \"from_bom\", \"use_multi_level_bom\", \"bom_no\", \"cb1\", \"fg_completed_qty\", \"get_items\", \"section_break_7qsm\", \"process_loss_percentage\", \"column_break_e92r\", \"process_loss_qty\", \"section_break_jwgn\", \"from_warehouse\", \"source_warehouse_address\", \"source_address_display\", \"cb0\", \"to_warehouse\", \"target_warehouse_address\", \"target_address_display\", \"sb0\", \"scan_barcode\", \"last_scanned_warehouse\", \"items_section\", \"items\", \"get_stock_and_rate\", \"section_break_taxes\", \"tax_category\", \"taxes_and_charges\", \"taxes\", \"section_break_total\", \"total_taxes\", \"cb_grand_total\", \"base_grand_total\", \"section_break_19\", \"total_outgoing_value\", \"column_break_22\", \"total_incoming_value\", \"value_difference\", \"section_break_ref_doc\", \"fetch_original_doc_ref\", \"doc_references\", \"additional_costs_section\", \"additional_costs\", \"total_additional_costs\", \"supplier_info_tab\", \"contact_section\", \"supplier\", \"supplier_name\", \"supplier_address\", \"address_display\", \"tab_break_ewaybill\", \"section_break_addresses_contact\", \"bill_from_address\", \"bill_from_address_display\", \"bill_from_gstin\", \"bill_from_gst_category\", \"cb_billing_address\", \"bill_to_address\", \"bill_to_address_display\", \"bill_to_gstin\", \"bill_to_gst_category\", \"place_of_supply\", \"section_break_shipping_address\", \"ship_from_address\", \"ship_from_address_display\", \"cb_shipping_address\", \"ship_to_address\", \"ship_to_address_display\", \"transporter_info\", \"transporter\", \"gst_transporter_id\", \"lr_no\", \"vehicle_no\", \"distance\", \"transporter_col_break\", \"transporter_name\", \"mode_of_transport\", \"lr_date\", \"gst_vehicle_type\", \"accounting_dimensions_section\", \"project\", \"other_info_tab\", \"printing_settings\", \"select_print_heading\", \"print_settings_col_break\", \"letter_head\", \"more_info\", \"is_opening\", \"remarks\", \"col5\", \"per_transferred\", \"total_amount\", \"job_card\", \"amended_from\", \"credit_note\", \"is_return\", \"tab_connections\"]" + }, + { + "default_value": null, + "doc_type": "Stock Reconciliation Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "current_serial_and_batch_bundle", + "is_system_generated": 0, + "modified": "2025-09-25 16:11:12.266367", + "module": null, + "name": "Stock Reconciliation-current_serial_and_batch_bundle-allow_on_submit", + "property": "allow_on_submit", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Stock Reconciliation Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "current_serial_and_batch_bundle", + "is_system_generated": 0, + "modified": "2025-09-25 16:11:21.229014", + "module": null, + "name": "Stock Reconciliation-current_serial_and_batch_bundle-read_only", + "property": "read_only", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Stock Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "value_difference", + "is_system_generated": 1, + "modified": "2025-09-26 10:13:59.136061", + "module": null, + "name": "Stock Entry-value_difference-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Barcode Update Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "barcode", + "is_system_generated": 1, + "modified": "2025-09-27 17:14:45.481371", + "module": null, + "name": "Barcode Update Item-barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Stock Reconciliation Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "barcode", + "is_system_generated": 1, + "modified": "2025-09-27 17:14:45.489937", + "module": null, + "name": "Stock Reconciliation Item-barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Invoice Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "barcode", + "is_system_generated": 1, + "modified": "2025-09-27 17:14:45.498517", + "module": null, + "name": "Sales Invoice Item-barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "POS Invoice Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "barcode", + "is_system_generated": 1, + "modified": "2025-09-27 17:14:45.507350", + "module": null, + "name": "POS Invoice Item-barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Job Card", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "barcode", + "is_system_generated": 1, + "modified": "2025-09-27 17:14:45.525727", + "module": null, + "name": "Job Card-barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Barcode Creator Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "barcode", + "is_system_generated": 1, + "modified": "2025-09-27 17:14:45.533555", + "module": null, + "name": "Barcode Creator Item-barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Delivery Note Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "barcode", + "is_system_generated": 1, + "modified": "2025-09-27 17:14:45.550799", + "module": null, + "name": "Delivery Note Item-barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Stock Entry Detail", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "barcode", + "is_system_generated": 1, + "modified": "2025-09-27 17:14:45.559640", + "module": null, + "name": "Stock Entry Detail-barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Pick List", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "is_system_generated": 1, + "modified": "2025-09-27 17:14:45.579085", + "module": null, + "name": "Pick List-scan_barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "POS Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "is_system_generated": 1, + "modified": "2025-09-27 17:14:45.586684", + "module": null, + "name": "POS Invoice-scan_barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "is_system_generated": 1, + "modified": "2025-09-27 17:14:45.594137", + "module": null, + "name": "Sales Invoice-scan_barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "is_system_generated": 1, + "modified": "2025-09-27 17:14:45.601952", + "module": null, + "name": "Purchase Invoice-scan_barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "is_system_generated": 1, + "modified": "2025-09-27 17:14:45.618413", + "module": null, + "name": "Sales Order-scan_barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Unicommerce Shipment Manifest", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "is_system_generated": 1, + "modified": "2025-09-27 17:14:45.625946", + "module": null, + "name": "Unicommerce Shipment Manifest-scan_barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Quotation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "is_system_generated": 1, + "modified": "2025-09-27 17:14:45.633591", + "module": null, + "name": "Quotation-scan_barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Stock Reconciliation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "is_system_generated": 1, + "modified": "2025-09-27 17:14:45.641176", + "module": null, + "name": "Stock Reconciliation-scan_barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Material Request", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "is_system_generated": 1, + "modified": "2025-09-27 17:14:45.649012", + "module": null, + "name": "Material Request-scan_barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Stock Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "is_system_generated": 1, + "modified": "2025-09-27 17:14:45.656473", + "module": null, + "name": "Stock Entry-scan_barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "is_system_generated": 1, + "modified": "2025-09-27 17:14:45.672094", + "module": null, + "name": "Delivery Note-scan_barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Invoice Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "target_warehouse", + "is_system_generated": 1, + "modified": "2025-09-27 17:14:45.700793", + "module": null, + "name": "Sales Invoice Item-target_warehouse-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Delivery Note Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "target_warehouse", + "is_system_generated": 1, + "modified": "2025-09-27 17:14:45.709886", + "module": null, + "name": "Delivery Note Item-target_warehouse-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "update_stock", + "is_system_generated": 0, + "modified": "2025-09-30 09:44:09.320120", + "module": null, + "name": "Sales Invoice-update_stock-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Journal Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "user_remark", + "is_system_generated": 1, + "modified": "2025-10-15 13:29:35.412968", + "module": null, + "name": "Journal Entry-user_remark-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "sales_partner", + "is_system_generated": 0, + "modified": "2025-10-27 12:23:34.753246", + "module": null, + "name": "Sales Invoice-sales_partner-allow_on_submit", + "property": "allow_on_submit", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "reference_date", + "is_system_generated": 1, + "modified": "2025-11-11 14:34:09.871455", + "module": null, + "name": "Payment Entry-reference_date-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "project", + "is_system_generated": 0, + "modified": "2025-11-20 13:06:42.555475", + "module": null, + "name": "Purchase Invoice-project-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "custom_remarks", + "is_system_generated": 1, + "modified": "2025-12-02 12:25:35.439621", + "module": null, + "name": "Payment Entry-custom_remarks-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-12-02 15:09:39.916385", + "module": null, + "name": "Payment Entry-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"payment_integration_workflow_state\", \"type_of_payment\", \"naming_series\", \"payment_type\", \"payment_order_status\", \"column_break_5\", \"posting_date\", \"company\", \"mode_of_payment\", \"custom_is_stock_transfer_payment\", \"party_section\", \"party_type\", \"party\", \"party_name\", \"contact_mobile\", \"book_advance_payments_in_separate_party_account\", \"reconcile_on_advance_payment_date\", \"column_break_11\", \"bank_account\", \"party_bank_account\", \"contact_person\", \"contact_email\", \"online_payment_section\", \"make_bank_online_payment\", \"payment_transfer_method\", \"cb_online_payment_section\", \"party_upi_id\", \"party_bank_account_no\", \"party_bank_ifsc\", \"online_payment_meta_data_section\", \"payment_authorized_by\", \"cb_meta_data_section\", \"integration_doctype\", \"integration_docname\", \"razorpayx_payout_section\", \"razorpayx_payout_desc\", \"razorpayx_payout_cb\", \"razorpayx_payout_status\", \"razorpayx_payout_id_sec\", \"razorpayx_payout_id\", \"razorpayx_id_cb\", \"razorpayx_payout_link_id\", \"payment_accounts_section\", \"party_balance\", \"paid_from\", \"paid_from_account_type\", \"paid_from_account_currency\", \"paid_from_account_balance\", \"column_break_18\", \"paid_to\", \"paid_to_account_type\", \"paid_to_account_currency\", \"paid_to_account_balance\", \"payment_amounts_section\", \"paid_amount\", \"paid_amount_after_tax\", \"source_exchange_rate\", \"base_paid_amount\", \"base_paid_amount_after_tax\", \"column_break_21\", \"received_amount\", \"received_amount_after_tax\", \"target_exchange_rate\", \"base_received_amount\", \"base_received_amount_after_tax\", \"section_break_14\", \"get_outstanding_invoices\", \"get_outstanding_orders\", \"references\", \"section_break_34\", \"total_allocated_amount\", \"base_total_allocated_amount\", \"column_break_36\", \"unallocated_amount\", \"difference_amount\", \"write_off_difference_amount\", \"taxes_and_charges_section\", \"purchase_taxes_and_charges_template\", \"sales_taxes_and_charges_template\", \"column_break_55\", \"apply_tax_withholding_amount\", \"tax_withholding_category\", \"section_break_56\", \"taxes\", \"section_break_60\", \"base_total_taxes_and_charges\", \"column_break_61\", \"total_taxes_and_charges\", \"deductions_or_loss_section\", \"deductions\", \"gst_section\", \"company_address\", \"company_gstin\", \"place_of_supply\", \"gst_column_break\", \"customer_address\", \"billing_address_gstin\", \"gst_category\", \"transaction_references\", \"reference_no\", \"custom_cheque_bank\", \"column_break_23\", \"reference_date\", \"clearance_date\", \"accounting_dimensions_section\", \"project\", \"dimension_col_break\", \"cost_center\", \"section_break_12\", \"status\", \"custom_remarks\", \"remarks\", \"base_in_words\", \"is_opening\", \"column_break_16\", \"letter_head\", \"print_heading\", \"bank\", \"bank_account_no\", \"payment_order\", \"in_words\", \"subscription_section\", \"auto_repeat\", \"amended_from\", \"title\", \"section_break_kbrcw\", \"source_doctype\", \"source_column\", \"column_break_us2ws\", \"source_name\"]" + }, + { + "default_value": null, + "doc_type": "Loan Disbursement", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "posting_date", + "is_system_generated": 1, + "modified": "2025-12-08 10:01:17.868184", + "module": null, + "name": "Loan Disbursement-posting_date-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Loans", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 1, + "modified": "2025-12-08 12:39:43.126110", + "module": null, + "name": "Loans-naming_series-options", + "property": "options", + "property_type": "Text", "row_name": null, - "value": "item_code.custom_cost_center" + "value": "EL.YY.####" }, { "default_value": null, - "doc_type": "Purchase Invoice Item", + "doc_type": "Loan Application", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "cost_center", - "is_system_generated": 0, - "modified": "2025-12-31 12:07:44.746430", - "module": "Calicut Textiles", - "name": "Purchase Invoice Item-cost_center-default", + "field_name": "naming_series", + "is_system_generated": 1, + "modified": "2025-12-08 12:39:43.384015", + "module": null, + "name": "Loan Application-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "ELA.YY.####" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 1, + "modified": "2025-12-09 16:30:49.460079", + "module": null, + "name": "Sales Invoice-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "CT25.#####\nRT25.#####\nCTRET.####\nRTRET.####\nCTSH.####\nTEST.####" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 1, + "modified": "2025-12-09 16:30:49.592633", + "module": null, + "name": "Sales Invoice-naming_series-default", "property": "default", "property_type": "Text", "row_name": null, - "value": "" + "value": "CT25.#####" + }, + { + "default_value": null, + "doc_type": "Loan Disbursement", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "account", + "is_system_generated": 0, + "modified": "2025-12-13 12:58:26.252260", + "module": null, + "name": "Loan Disbursement-account-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "Payment Mode" + }, + { + "default_value": null, + "doc_type": "Payment Request", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "grand_total", + "is_system_generated": 1, + "modified": "2025-12-31 20:41:45.702203", + "module": null, + "name": "Payment Request-grand_total-read_only", + "property": "read_only", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Payment Request", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "grand_total", + "is_system_generated": 1, + "modified": "2025-12-31 20:41:45.709454", + "module": null, + "name": "Payment Request-grand_total-reqd", + "property": "reqd", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Bank Account", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "branch_code", + "is_system_generated": 1, + "modified": "2025-12-31 20:41:45.717212", + "module": null, + "name": "Bank Account-branch_code-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "IFSC Code" + }, + { + "default_value": null, + "doc_type": "Bank Account", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "branch_code", + "is_system_generated": 1, + "modified": "2025-12-31 20:41:45.724365", + "module": null, + "name": "Bank Account-branch_code-reqd", + "property": "reqd", + "property_type": "Data", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Payment Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "party", + "is_system_generated": 1, + "modified": "2025-12-31 20:41:45.732977", + "module": null, + "name": "Payment Order-party-fieldtype", + "property": "fieldtype", + "property_type": "Link", + "row_name": null, + "value": "Data" + }, + { + "default_value": null, + "doc_type": "Payment Order Reference", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "amount", + "is_system_generated": 1, + "modified": "2025-12-31 20:41:45.743308", + "module": null, + "name": "Payment Order Reference-amount-read_only", + "property": "read_only", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Payment Order Reference", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "party_type", + "is_system_generated": 1, + "modified": "2025-12-31 20:41:45.751358", + "module": null, + "name": "Payment Order Reference-party_type-read_only", + "property": "read_only", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Payment Order Reference", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "party", + "is_system_generated": 1, + "modified": "2025-12-31 20:41:45.760935", + "module": null, + "name": "Payment Order Reference-party-read_only", + "property": "read_only", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Payment Order Reference", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "payment_term", + "is_system_generated": 1, + "modified": "2025-12-31 20:41:45.770005", + "module": null, + "name": "Payment Order Reference-payment_term-read_only", + "property": "read_only", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Payment Order Reference", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "tax_withholding_category", + "is_system_generated": 1, + "modified": "2025-12-31 20:41:45.779049", + "module": null, + "name": "Payment Order Reference-tax_withholding_category-read_only", + "property": "read_only", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "provisional_expense_account", + "is_system_generated": 1, + "modified": "2026-01-01 11:40:45.908392", + "module": null, + "name": "Purchase Receipt-provisional_expense_account-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Loan Repayment Schedule", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "employee", + "is_system_generated": 1, + "modified": "2026-01-01 14:20:17.327793", + "module": null, + "name": "Loan Repayment Schedule-employee-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Loan Repayment Schedule", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "employee_name", + "is_system_generated": 1, + "modified": "2026-01-01 14:20:17.335975", + "module": null, + "name": "Loan Repayment Schedule-employee_name-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Loan Repayment Schedule", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "loan_amount", + "is_system_generated": 1, + "modified": "2026-01-01 14:20:17.337765", + "module": null, + "name": "Loan Repayment Schedule-loan_amount-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Loan Repayment Schedule", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "repayment_start_date", + "is_system_generated": 1, + "modified": "2026-01-01 14:20:17.339574", + "module": null, + "name": "Loan Repayment Schedule-repayment_start_date-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2026-01-07 13:16:18.815873", + "module": null, + "name": "Sales Invoice-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"workflow_state\", \"customer_section\", \"title\", \"shopify_order_id\", \"shopify_order_number\", \"shopify_order_status\", \"naming_series\", \"customer\", \"irn\", \"ewaybill\", \"e_waybill_status\", \"tax_id\", \"company_tax_id\", \"column_break1\", \"company\", \"customer_name\", \"billing_address_gstin\", \"due_date\", \"column_break_14\", \"pos_profile\", \"is_consolidated\", \"custom_branch\", \"posting_date\", \"return_against\", \"posting_time\", \"update_outstanding_for_self\", \"update_billed_amount_in_sales_order\", \"update_billed_amount_in_delivery_note\", \"is_debit_note\", \"is_reverse_charge\", \"is_export_with_gst\", \"amended_from\", \"custom_column_break_zc20y\", \"set_posting_time\", \"set_warehouse\", \"custom_sales_person\", \"custom_online_order\", \"custom_checked_by\", \"custom_column_break_zhpcw\", \"is_pos\", \"is_return\", \"selling_price_list\", \"update_stock\", \"last_scanned_warehouse\", \"accounting_dimensions_section\", \"cost_center\", \"dimension_col_break\", \"project\", \"column_break_39\", \"currency_and_price_list\", \"currency\", \"conversion_rate\", \"column_break2\", \"price_list_currency\", \"plc_conversion_rate\", \"ignore_pricing_rule\", \"section_break_42\", \"items\", \"items_section\", \"custom_column_break_q64nf\", \"scan_barcode\", \"custom_column_break_kypxu\", \"custom_type_barcode\", \"custom_column_break_bdaul\", \"total_qty\", \"total_taxes_and_charges\", \"taxes_and_charges\", \"custom_column_break_cxxzf\", \"apply_discount_on\", \"additional_discount_percentage\", \"discount_amount\", \"outstanding_amount\", \"custom_column_break_yhuzx\", \"total\", \"net_total\", \"grand_total\", \"rounded_total\", \"rounding_adjustment\", \"disable_rounded_total\", \"sec_tax_breakup\", \"set_target_warehouse\", \"section_break_30\", \"custom_column_break_jhvem\", \"total_net_weight\", \"column_break_32\", \"base_total\", \"base_net_total\", \"custom_column_break_c0cni\", \"is_cash_or_non_trade_discount\", \"base_discount_amount\", \"custom_section_break_wjxrr\", \"tax_category\", \"column_break_52\", \"taxes_section\", \"column_break_38\", \"shipping_rule\", \"column_break_55\", \"incoterm\", \"named_place\", \"custom_section_break_m6t5h\", \"taxes\", \"custom_references\", \"custom_column_break_sjolo\", \"payments\", \"section_break_43\", \"column_break_47\", \"base_total_taxes_and_charges\", \"use_company_roundoff_cost_center\", \"totals\", \"base_grand_total\", \"base_rounding_adjustment\", \"base_rounded_total\", \"base_in_words\", \"column_break5\", \"custom_section_break_pmucv\", \"custom_column_break_ud9aw\", \"custom_column_break_vglfe\", \"custom_column_break_0ydt9\", \"in_words\", \"total_advance\", \"custom_column_break_lh9sh\", \"section_break_49\", \"additional_discount_account\", \"custom_column_break_rx4op\", \"column_break_51\", \"custom_column_break_3xooe\", \"custom_column_break_7vjho\", \"custom_column_break_cupgd\", \"custom_column_break_gukdf\", \"custom_column_break_ircbz\", \"custom_column_break_lkjl9\", \"custom_column_break_mcbly\", \"custom_column_break_syvcm\", \"custom_column_break_zinxe\", \"pricing_rule_details\", \"pricing_rules\", \"packing_list\", \"packed_items\", \"product_bundle_help\", \"payments_tab\", \"payments_section\", \"cash_bank_account\", \"section_break_84\", \"base_paid_amount\", \"column_break_86\", \"paid_amount\", \"section_break_88\", \"base_change_amount\", \"column_break_90\", \"change_amount\", \"account_for_change_amount\", \"advances_section\", \"allocate_advances_automatically\", \"only_include_allocated_payments\", \"get_advances\", \"advances\", \"write_off_section\", \"write_off_amount\", \"base_write_off_amount\", \"write_off_outstanding_amount_automatically\", \"column_break_74\", \"write_off_account\", \"write_off_cost_center\", \"loyalty_points_redemption\", \"redeem_loyalty_points\", \"loyalty_points\", \"loyalty_amount\", \"column_break_77\", \"loyalty_program\", \"loyalty_redemption_account\", \"loyalty_redemption_cost_center\", \"contact_and_address_tab\", \"address_and_contact\", \"customer_address\", \"address_display\", \"gst_category\", \"place_of_supply\", \"col_break4\", \"contact_person\", \"contact_display\", \"contact_mobile\", \"contact_email\", \"territory\", \"shipping_address_section\", \"shipping_address_name\", \"shipping_address\", \"port_address\", \"shipping_addr_col_break\", \"dispatch_address_name\", \"dispatch_address\", \"company_address_section\", \"company_address\", \"company_gstin\", \"company_address_display\", \"company_addr_col_break\", \"company_contact_person\", \"terms_tab\", \"payment_schedule_section\", \"ignore_default_payment_terms_template\", \"payment_terms_template\", \"payment_schedule\", \"terms_section_break\", \"tc_name\", \"terms\", \"more_info_tab\", \"customer_po_details\", \"po_no\", \"column_break_23\", \"po_date\", \"more_info\", \"debit_to\", \"party_account_currency\", \"is_opening\", \"column_break8\", \"unrealized_profit_loss_account\", \"against_income_account\", \"sales_team_section_break\", \"sales_partner\", \"amount_eligible_for_commission\", \"column_break10\", \"commission_rate\", \"total_commission\", \"section_break2\", \"sales_team\", \"edit_printing_settings\", \"letter_head\", \"group_same_items\", \"column_break_84\", \"invoice_copy\", \"select_print_heading\", \"language\", \"transporter_info\", \"transporter\", \"gst_transporter_id\", \"driver\", \"lr_no\", \"vehicle_no\", \"distance\", \"transporter_col_break\", \"transporter_name\", \"mode_of_transport\", \"driver_name\", \"lr_date\", \"gst_vehicle_type\", \"gst_section\", \"ecommerce_gstin\", \"gst_col_break\", \"port_code\", \"shipping_bill_number\", \"shipping_bill_date\", \"ecommerce_supply_type\", \"subscription_section\", \"subscription\", \"from_date\", \"auto_repeat\", \"column_break_140\", \"to_date\", \"update_auto_repeat_reference\", \"more_information\", \"status\", \"einvoice_status\", \"inter_company_invoice_reference\", \"campaign\", \"represents_company\", \"source\", \"customer_group\", \"col_break23\", \"is_internal_customer\", \"is_discounted\", \"remarks\", \"custom_section_break_cnwik\", \"gst_breakup_table\", \"other_charges_calculation\", \"connections_tab\", \"custom_others\", \"time_sheet_list\", \"custom_column_break_fb5pv\", \"custom_column_break_jyfet\", \"custom_column_break_3q6pv\", \"custom_column_break_cye4r\", \"custom_column_break_dspia\", \"custom_column_break_ekzg7\", \"custom_column_break_jchny\", \"custom_column_break_k4fkz\", \"custom_column_break_mzums\", \"custom_column_break_rcjzf\", \"custom_column_break_styof\", \"custom_column_break_tzf9g\", \"custom_column_break_uautk\", \"custom_column_break_9gzke\", \"custom_column_break_hkbxj\", \"custom_column_break_si604\", \"custom_column_break_b0h39\", \"total_billing_amount\", \"custom_payment\", \"custom_column_break_zjjrx\", \"total_billing_hours\", \"column_break_106\", \"custom_column_break_o7e5i\", \"timesheets\"]" }, { "default_value": null, @@ -254,5 +12142,101 @@ "property_type": "Check", "row_name": null, "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "create_user_permission", + "is_system_generated": 0, + "modified": "2024-09-05 10:39:32.200078", + "module": "Super Admin", + "name": "Employee-create_user_permission-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "create_user_permission", + "is_system_generated": 0, + "modified": "2024-09-05 10:57:56.344771", + "module": "Super Admin", + "name": "Employee-create_user_permission-default", + "property": "default", + "property_type": null, + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Communication Medium", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "communication_channel", + "is_system_generated": 0, + "modified": "2020-10-26 10:39:10.230657", + "module": null, + "name": "Communication Medium-communication_channel-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "\nExotel\nTwilio" + }, + { + "default_value": null, + "doc_type": "Notification", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "channel", + "is_system_generated": 0, + "modified": "2020-11-01 11:05:40.052493", + "module": null, + "name": "Notification-channel-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "Email\nSlack\nSystem Notification\nSMS\nWhatsApp" + }, + { + "default_value": null, + "doc_type": "Notification", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "column_break_5", + "is_system_generated": 0, + "modified": "2020-10-25 11:06:45.707981", + "module": null, + "name": "Notification-column_break_5-depends_on", + "property": "depends_on", + "property_type": "Data", + "row_name": null, + "value": "eval:in_list(['Email', 'SMS', 'WhatsApp'], doc.channel)" + }, + { + "default_value": null, + "doc_type": "Communication Medium", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "communication_medium_type", + "is_system_generated": 0, + "modified": "2020-10-24 15:04:25.859806", + "module": null, + "name": "Communication Medium-communication_medium_type-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "Voice\nEmail\nChat\nWhatsApp" } ] \ No newline at end of file diff --git a/calicut_textiles/fixtures/role.json b/calicut_textiles/fixtures/role.json index 16a9450..4ab1d07 100644 --- a/calicut_textiles/fixtures/role.json +++ b/calicut_textiles/fixtures/role.json @@ -955,23 +955,23 @@ "doctype": "Role", "home_page": null, "is_custom": 0, - "modified": "2022-12-07 21:36:44.284615", - "name": "Insights Admin", + "modified": "2026-01-27 14:09:19.344180", + "name": "CT CASH APPROVER", "restrict_to_domain": null, - "role_name": "Insights Admin", + "role_name": "CT CASH APPROVER", "two_factor_auth": 0 }, { - "desk_access": 0, + "desk_access": 1, "disabled": 0, "docstatus": 0, "doctype": "Role", "home_page": null, "is_custom": 0, - "modified": "2022-12-07 21:36:44.121244", - "name": "Insights User", + "modified": "2026-01-27 14:09:39.722368", + "name": "CT CASH APPROVER UNDER 5000", "restrict_to_domain": null, - "role_name": "Insights User", + "role_name": "CT CASH APPROVER UNDER 5000", "two_factor_auth": 0 }, { @@ -981,23 +981,23 @@ "doctype": "Role", "home_page": null, "is_custom": 0, - "modified": "2026-01-27 14:09:19.344180", - "name": "CT CASH APPROVER", + "modified": "2022-12-07 21:36:44.284615", + "name": "Insights Admin", "restrict_to_domain": null, - "role_name": "CT CASH APPROVER", + "role_name": "Insights Admin", "two_factor_auth": 0 }, { - "desk_access": 1, + "desk_access": 0, "disabled": 0, "docstatus": 0, "doctype": "Role", "home_page": null, "is_custom": 0, - "modified": "2026-01-27 14:09:39.722368", - "name": "CT CASH APPROVER UNDER 5000", + "modified": "2022-12-07 21:36:44.121244", + "name": "Insights User", "restrict_to_domain": null, - "role_name": "CT CASH APPROVER UNDER 5000", + "role_name": "Insights User", "two_factor_auth": 0 } ] \ No newline at end of file diff --git a/calicut_textiles/fixtures/workflow.json b/calicut_textiles/fixtures/workflow.json index a56650e..ee0bff1 100644 --- a/calicut_textiles/fixtures/workflow.json +++ b/calicut_textiles/fixtures/workflow.json @@ -460,7 +460,6 @@ "workflow_state_field": "workflow_state" }, { - "_liked_by": "[]", "docstatus": 0, "doctype": "Workflow", "document_type": "Expense Claim", diff --git a/calicut_textiles/fixtures/workflow_action.json b/calicut_textiles/fixtures/workflow_action.json index 7e776d0..213949c 100644 --- a/calicut_textiles/fixtures/workflow_action.json +++ b/calicut_textiles/fixtures/workflow_action.json @@ -1,4 +1,46 @@ [ + { + "completed_by": "sirilvasudev@gmail.com", + "completed_by_role": "Expense Approver", + "docstatus": 0, + "doctype": "Workflow Action", + "modified": "2026-01-12 10:33:24.742048", + "name": "c1gv652f7i", + "permitted_roles": [ + { + "parent": "c1gv652f7i", + "parentfield": "permitted_roles", + "parenttype": "Workflow Action", + "role": "Expense Approver" + } + ], + "reference_doctype": "Expense Claim", + "reference_name": "HR-EXP-2026-00001", + "status": "Completed", + "user": null, + "workflow_state": "Pending" + }, + { + "completed_by": "sirilvasudev@gmail.com", + "completed_by_role": "Expense Approver", + "docstatus": 0, + "doctype": "Workflow Action", + "modified": "2026-01-23 12:29:04.156842", + "name": "a6hhbe63iu", + "permitted_roles": [ + { + "parent": "a6hhbe63iu", + "parentfield": "permitted_roles", + "parenttype": "Workflow Action", + "role": "Expense Approver" + } + ], + "reference_doctype": "Expense Claim", + "reference_name": "HR-EXP-2026-00003", + "status": "Completed", + "user": null, + "workflow_state": "Pending" + }, { "completed_by": null, "completed_by_role": null, diff --git a/calicut_textiles/hooks.py b/calicut_textiles/hooks.py index 3014efb..f3e190c 100644 --- a/calicut_textiles/hooks.py +++ b/calicut_textiles/hooks.py @@ -289,7 +289,7 @@ fixtures =[ {"dt":"Custom Field","filters":[["module","in",["Calicut Textiles"]]]}, {"dt":"Role"}, - {"dt":"Property Setter","filters":[["module","in",["Calicut Textiles"]]]}, + {"dt":"Property Setter"}, {"dt":"Workflow"}, {"dt":"Workflow State"}, {"dt":"Workflow Action"}