From 30dc9a14c61a7cfee60bb0eadefb3213159312a8 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Fri, 17 Nov 2017 14:31:09 +0530 Subject: [PATCH] [feature] [refactor] Shipping Rule for Buying + Refactor (#11628) * Shipping rule for Buying * [refactor] shipping rule --- .../purchase_invoice/purchase_invoice.json | 7169 +++++++++-------- .../purchase_invoice/test_purchase_invoice.py | 34 + .../sales_invoice/test_sales_invoice.py | 33 + .../doctype/shipping_rule/shipping_rule.js | 12 + .../doctype/shipping_rule/shipping_rule.json | 451 +- .../doctype/shipping_rule/shipping_rule.py | 78 +- .../doctype/shipping_rule/test_records.json | 12 +- .../shipping_rule/test_shipping_rule.js | 2 + .../shipping_rule/test_shipping_rule.py | 35 + .../tests/test_shipping_rule_for_buying.js | 37 + .../purchase_order/purchase_order.json | 6345 ++++++++------- .../test_purchase_order_with_shipping_rule.js | 43 + .../supplier_quotation.json | 4735 +++++------ erpnext/controllers/accounts_controller.py | 21 + erpnext/controllers/buying_controller.py | 3 +- erpnext/controllers/selling_controller.py | 32 - erpnext/controllers/taxes_and_totals.py | 3 +- .../docs/assets/img/selling/shipping-rule.png | Bin 89566 -> 219666 bytes .../manual/en/selling/setup/shipping-rule.md | 4 +- erpnext/patches.txt | 1 + ...ipping_type_for_existing_shipping_rules.py | 18 + erpnext/public/js/controllers/buying.js | 8 + erpnext/public/js/controllers/transaction.js | 41 +- erpnext/selling/sales_common.js | 22 +- erpnext/shopping_cart/test_shopping_cart.py | 1 + .../purchase_receipt/purchase_receipt.json | 6147 +++++++------- 26 files changed, 13041 insertions(+), 12246 deletions(-) create mode 100644 erpnext/accounts/doctype/shipping_rule/tests/test_shipping_rule_for_buying.js create mode 100644 erpnext/buying/doctype/purchase_order/tests/test_purchase_order_with_shipping_rule.js create mode 100644 erpnext/patches/v9_0/set_shipping_type_for_existing_shipping_rules.py diff --git a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json index 857f019bfbf..9837f77e444 100755 --- a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json +++ b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json @@ -1,3793 +1,3882 @@ { - "allow_copy": 0, - "allow_guest_to_view": 0, - "allow_import": 1, - "allow_rename": 0, - "autoname": "naming_series:", - "beta": 0, - "creation": "2013-05-21 16:16:39", - "custom": 0, - "docstatus": 0, - "doctype": "DocType", - "document_type": "Document", - "editable_grid": 0, + "allow_copy": 0, + "allow_guest_to_view": 0, + "allow_import": 1, + "allow_rename": 0, + "autoname": "naming_series:", + "beta": 0, + "creation": "2013-05-21 16:16:39", + "custom": 0, + "docstatus": 0, + "doctype": "DocType", + "document_type": "Document", + "editable_grid": 0, "fields": [ { - "allow_bulk_edit": 0, - "allow_on_submit": 1, - "bold": 0, - "collapsible": 0, - "columns": 0, - "default": "{supplier_name}", - "fieldname": "title", - "fieldtype": "Data", - "hidden": 1, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Title", - "length": 0, - "no_copy": 1, - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "{supplier_name}", + "fieldname": "title", + "fieldtype": "Data", + "hidden": 1, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Title", + "length": 0, + "no_copy": 1, + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "naming_series", - "fieldtype": "Select", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Series", - "length": 0, - "no_copy": 1, - "oldfieldname": "naming_series", - "oldfieldtype": "Select", - "options": "PINV-\nPINV-RET-", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 0, - "set_only_once": 1, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "naming_series", + "fieldtype": "Select", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Series", + "length": 0, + "no_copy": 1, + "oldfieldname": "naming_series", + "oldfieldtype": "Select", + "options": "PINV-\nPINV-RET-", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 0, + "set_only_once": 1, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "supplier", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 1, - "label": "Supplier", - "length": 0, - "no_copy": 0, - "oldfieldname": "supplier", - "oldfieldtype": "Link", - "options": "Supplier", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 1, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "supplier", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 1, + "label": "Supplier", + "length": 0, + "no_copy": 0, + "oldfieldname": "supplier", + "oldfieldtype": "Link", + "options": "Supplier", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 1, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 1, - "collapsible": 0, - "columns": 0, - "depends_on": "supplier", - "fieldname": "supplier_name", - "fieldtype": "Data", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 1, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Supplier Name", - "length": 0, - "no_copy": 0, - "oldfieldname": "supplier_name", - "oldfieldtype": "Data", - "options": "supplier.supplier_name", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 1, + "collapsible": 0, + "columns": 0, + "depends_on": "supplier", + "fieldname": "supplier_name", + "fieldtype": "Data", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 1, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Supplier Name", + "length": 0, + "no_copy": 0, + "oldfieldname": "supplier_name", + "oldfieldtype": "Data", + "options": "supplier.supplier_name", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "due_date", - "fieldtype": "Date", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Due Date", - "length": 0, - "no_copy": 0, - "oldfieldname": "due_date", - "oldfieldtype": "Date", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "due_date", + "fieldtype": "Date", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Due Date", + "length": 0, + "no_copy": 0, + "oldfieldname": "due_date", + "oldfieldtype": "Date", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "is_paid", - "fieldtype": "Check", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Is Paid", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "is_paid", + "fieldtype": "Check", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Is Paid", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break1", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "oldfieldtype": "Column Break", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break1", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "oldfieldtype": "Column Break", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0, "width": "50%" - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "company", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 1, - "label": "Company", - "length": 0, - "no_copy": 0, - "options": "Company", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 1, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "company", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 1, + "label": "Company", + "length": 0, + "no_copy": 0, + "options": "Company", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 1, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "default": "Today", - "fieldname": "posting_date", - "fieldtype": "Date", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Date", - "length": 0, - "no_copy": 0, - "oldfieldname": "posting_date", - "oldfieldtype": "Date", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 1, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "Today", + "fieldname": "posting_date", + "fieldtype": "Date", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Date", + "length": 0, + "no_copy": 0, + "oldfieldname": "posting_date", + "oldfieldtype": "Date", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 1, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "posting_time", - "fieldtype": "Time", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Posting Time", - "length": 0, - "no_copy": 1, - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "print_width": "100px", - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "posting_time", + "fieldtype": "Time", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Posting Time", + "length": 0, + "no_copy": 1, + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": "100px", + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0, "width": "100px" - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "eval:doc.docstatus==0", - "fieldname": "set_posting_time", - "fieldtype": "Check", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Edit Posting Date and Time", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "eval:doc.docstatus==0", + "fieldname": "set_posting_time", + "fieldtype": "Check", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Edit Posting Date and Time", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "amended_from", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 1, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Amended From", - "length": 0, - "no_copy": 1, - "oldfieldname": "amended_from", - "oldfieldtype": "Link", - "options": "Purchase Invoice", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "amended_from", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 1, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Amended From", + "length": 0, + "no_copy": 1, + "oldfieldname": "amended_from", + "oldfieldtype": "Link", + "options": "Purchase Invoice", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "collapsible_depends_on": "bill_no", - "columns": 0, - "fieldname": "supplier_invoice_details", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Supplier Invoice Details", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "collapsible_depends_on": "bill_no", + "columns": 0, + "fieldname": "supplier_invoice_details", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Supplier Invoice Details", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "description": "", - "fieldname": "bill_no", - "fieldtype": "Data", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Supplier Invoice No", - "length": 0, - "no_copy": 0, - "oldfieldname": "bill_no", - "oldfieldtype": "Data", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "description": "", + "fieldname": "bill_no", + "fieldtype": "Data", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Supplier Invoice No", + "length": 0, + "no_copy": 0, + "oldfieldname": "bill_no", + "oldfieldtype": "Data", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break_15", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break_15", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "bill_date", - "fieldtype": "Date", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Supplier Invoice Date", - "length": 0, - "no_copy": 0, - "oldfieldname": "bill_date", - "oldfieldtype": "Date", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "bill_date", + "fieldtype": "Date", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Supplier Invoice Date", + "length": 0, + "no_copy": 0, + "oldfieldname": "bill_date", + "oldfieldtype": "Date", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "is_return", - "fieldname": "returns", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Returns", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "is_return", + "fieldname": "returns", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Returns", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "default": "0", - "fieldname": "is_return", - "fieldtype": "Check", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Is Return", - "length": 0, - "no_copy": 1, - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "0", + "fieldname": "is_return", + "fieldtype": "Check", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Is Return", + "length": 0, + "no_copy": 1, + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "is_return", - "fieldname": "return_against", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Return Against Purchase Invoice", - "length": 0, - "no_copy": 1, - "options": "Purchase Invoice", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "is_return", + "fieldname": "return_against", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Return Against Purchase Invoice", + "length": 0, + "no_copy": 1, + "options": "Purchase Invoice", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "columns": 0, - "fieldname": "section_addresses", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Address and Contact", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "columns": 0, + "fieldname": "section_addresses", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Address and Contact", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "supplier_address", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Select Supplier Address", - "length": 0, - "no_copy": 0, - "options": "Address", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "supplier_address", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Select Supplier Address", + "length": 0, + "no_copy": 0, + "options": "Address", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "", - "fieldname": "address_display", - "fieldtype": "Small Text", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Address", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "", + "fieldname": "address_display", + "fieldtype": "Small Text", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Address", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "contact_person", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 1, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Contact Person", - "length": 0, - "no_copy": 0, - "options": "Contact", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "contact_person", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 1, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Contact Person", + "length": 0, + "no_copy": 0, + "options": "Contact", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "contact_display", - "fieldtype": "Small Text", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Contact", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "contact_display", + "fieldtype": "Small Text", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Contact", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "contact_mobile", - "fieldtype": "Small Text", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Mobile No", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "contact_mobile", + "fieldtype": "Small Text", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Mobile No", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "contact_email", - "fieldtype": "Small Text", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Contact Email", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "contact_email", + "fieldtype": "Small Text", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Contact Email", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "col_break_address", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "col_break_address", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "", - "fieldname": "shipping_address", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Select Shipping Address", - "length": 0, - "no_copy": 0, - "options": "Address", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "", + "fieldname": "shipping_address", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Select Shipping Address", + "length": 0, + "no_copy": 0, + "options": "Address", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "shipping_address_display", - "fieldtype": "Small Text", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Shipping Address", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "shipping_address_display", + "fieldtype": "Small Text", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Shipping Address", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "columns": 0, - "fieldname": "currency_and_price_list", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Currency and Price List", - "length": 0, - "no_copy": 0, - "options": "fa fa-tag", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "columns": 0, + "fieldname": "currency_and_price_list", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Currency and Price List", + "length": 0, + "no_copy": 0, + "options": "fa fa-tag", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "currency", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Currency", - "length": 0, - "no_copy": 0, - "oldfieldname": "currency", - "oldfieldtype": "Select", - "options": "Currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "currency", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Currency", + "length": 0, + "no_copy": 0, + "oldfieldname": "currency", + "oldfieldtype": "Select", + "options": "Currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "description": "", - "fieldname": "conversion_rate", - "fieldtype": "Float", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Exchange Rate", - "length": 0, - "no_copy": 0, - "oldfieldname": "conversion_rate", - "oldfieldtype": "Currency", - "permlevel": 0, - "precision": "9", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "description": "", + "fieldname": "conversion_rate", + "fieldtype": "Float", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Exchange Rate", + "length": 0, + "no_copy": 0, + "oldfieldname": "conversion_rate", + "oldfieldtype": "Currency", + "permlevel": 0, + "precision": "9", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break2", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break2", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "buying_price_list", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Price List", - "length": 0, - "no_copy": 0, - "options": "Price List", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "buying_price_list", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Price List", + "length": 0, + "no_copy": 0, + "options": "Price List", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "price_list_currency", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Price List Currency", - "length": 0, - "no_copy": 0, - "options": "Currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "price_list_currency", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Price List Currency", + "length": 0, + "no_copy": 0, + "options": "Currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "plc_conversion_rate", - "fieldtype": "Float", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Price List Exchange Rate", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "9", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "plc_conversion_rate", + "fieldtype": "Float", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Price List Exchange Rate", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "9", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "ignore_pricing_rule", - "fieldtype": "Check", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Ignore Pricing Rule", - "length": 0, - "no_copy": 1, - "permlevel": 1, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "ignore_pricing_rule", + "fieldtype": "Check", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Ignore Pricing Rule", + "length": 0, + "no_copy": 1, + "permlevel": 1, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "items_section", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "", - "length": 0, - "no_copy": 0, - "oldfieldtype": "Section Break", - "options": "fa fa-shopping-cart", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "items_section", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "", + "length": 0, + "no_copy": 0, + "oldfieldtype": "Section Break", + "options": "fa fa-shopping-cart", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "default": "0", - "fieldname": "update_stock", - "fieldtype": "Check", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Update Stock", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "0", + "fieldname": "update_stock", + "fieldtype": "Check", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Update Stock", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "items", - "fieldtype": "Table", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Items", - "length": 0, - "no_copy": 0, - "oldfieldname": "entries", - "oldfieldtype": "Table", - "options": "Purchase Invoice Item", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "items", + "fieldtype": "Table", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Items", + "length": 0, + "no_copy": 0, + "oldfieldname": "entries", + "oldfieldtype": "Table", + "options": "Purchase Invoice Item", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "section_break_26", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "section_break_26", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Total (Company Currency)", - "length": 0, - "no_copy": 0, - "options": "Company:company:default_currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Total (Company Currency)", + "length": 0, + "no_copy": 0, + "options": "Company:company:default_currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "description": "", - "fieldname": "base_net_total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Net Total (Company Currency)", - "length": 0, - "no_copy": 0, - "oldfieldname": "net_total", - "oldfieldtype": "Currency", - "options": "Company:company:default_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "description": "", + "fieldname": "base_net_total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Net Total (Company Currency)", + "length": 0, + "no_copy": 0, + "oldfieldname": "net_total", + "oldfieldtype": "Currency", + "options": "Company:company:default_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break_28", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break_28", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Total", - "length": 0, - "no_copy": 0, - "options": "currency", - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Total", + "length": 0, + "no_copy": 0, + "options": "currency", + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "net_total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Net Total", - "length": 0, - "no_copy": 0, - "oldfieldname": "net_total_import", - "oldfieldtype": "Currency", - "options": "currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "net_total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Net Total", + "length": 0, + "no_copy": 0, + "oldfieldname": "net_total_import", + "oldfieldtype": "Currency", + "options": "currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "taxes_section", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "", - "length": 0, - "no_copy": 0, - "oldfieldtype": "Section Break", - "options": "fa fa-money", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "taxes_section", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "", + "length": 0, + "no_copy": 0, + "oldfieldtype": "Section Break", + "options": "fa fa-money", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "taxes_and_charges", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Taxes and Charges", - "length": 0, - "no_copy": 0, - "oldfieldname": "purchase_other_charges", - "oldfieldtype": "Link", - "options": "Purchase Taxes and Charges Template", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "taxes_and_charges", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Taxes and Charges", + "length": 0, + "no_copy": 0, + "oldfieldname": "purchase_other_charges", + "oldfieldtype": "Link", + "options": "Purchase Taxes and Charges Template", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "taxes", - "fieldtype": "Table", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Purchase Taxes and Charges", - "length": 0, - "no_copy": 0, - "oldfieldname": "purchase_tax_details", - "oldfieldtype": "Table", - "options": "Purchase Taxes and Charges", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break_49", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "columns": 0, - "fieldname": "sec_tax_breakup", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Tax Breakup", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "shipping_rule", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Shipping Rule", + "length": 0, + "no_copy": 0, + "options": "Shipping Rule", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "other_charges_calculation", - "fieldtype": "Text", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Taxes and Charges Calculation", - "length": 0, - "no_copy": 1, - "oldfieldtype": "HTML", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "section_break_51", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "totals", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "", - "length": 0, - "no_copy": 0, - "oldfieldtype": "Section Break", - "options": "fa fa-money", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "taxes", + "fieldtype": "Table", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Purchase Taxes and Charges", + "length": 0, + "no_copy": 0, + "oldfieldname": "purchase_tax_details", + "oldfieldtype": "Table", + "options": "Purchase Taxes and Charges", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_taxes_and_charges_added", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Taxes and Charges Added (Company Currency)", - "length": 0, - "no_copy": 0, - "oldfieldname": "other_charges_added", - "oldfieldtype": "Currency", - "options": "Company:company:default_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "columns": 0, + "fieldname": "sec_tax_breakup", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Tax Breakup", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_taxes_and_charges_deducted", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Taxes and Charges Deducted (Company Currency)", - "length": 0, - "no_copy": 0, - "oldfieldname": "other_charges_deducted", - "oldfieldtype": "Currency", - "options": "Company:company:default_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "other_charges_calculation", + "fieldtype": "Text", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Taxes and Charges Calculation", + "length": 0, + "no_copy": 1, + "oldfieldtype": "HTML", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_total_taxes_and_charges", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Total Taxes and Charges (Company Currency)", - "length": 0, - "no_copy": 0, - "oldfieldname": "total_tax", - "oldfieldtype": "Currency", - "options": "Company:company:default_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "totals", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "", + "length": 0, + "no_copy": 0, + "oldfieldtype": "Section Break", + "options": "fa fa-money", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break_40", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_taxes_and_charges_added", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Taxes and Charges Added (Company Currency)", + "length": 0, + "no_copy": 0, + "oldfieldname": "other_charges_added", + "oldfieldtype": "Currency", + "options": "Company:company:default_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "taxes_and_charges_added", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Taxes and Charges Added", - "length": 0, - "no_copy": 0, - "oldfieldname": "other_charges_added_import", - "oldfieldtype": "Currency", - "options": "currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_taxes_and_charges_deducted", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Taxes and Charges Deducted (Company Currency)", + "length": 0, + "no_copy": 0, + "oldfieldname": "other_charges_deducted", + "oldfieldtype": "Currency", + "options": "Company:company:default_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "taxes_and_charges_deducted", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Taxes and Charges Deducted", - "length": 0, - "no_copy": 0, - "oldfieldname": "other_charges_deducted_import", - "oldfieldtype": "Currency", - "options": "currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_total_taxes_and_charges", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Total Taxes and Charges (Company Currency)", + "length": 0, + "no_copy": 0, + "oldfieldname": "total_tax", + "oldfieldtype": "Currency", + "options": "Company:company:default_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "total_taxes_and_charges", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Total Taxes and Charges", - "length": 0, - "no_copy": 0, - "options": "currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break_40", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "collapsible_depends_on": "discount_amount", - "columns": 0, - "fieldname": "section_break_44", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Additional Discount", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "taxes_and_charges_added", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Taxes and Charges Added", + "length": 0, + "no_copy": 0, + "oldfieldname": "other_charges_added_import", + "oldfieldtype": "Currency", + "options": "currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "default": "Grand Total", - "fieldname": "apply_discount_on", - "fieldtype": "Select", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Apply Additional Discount On", - "length": 0, - "no_copy": 0, - "options": "\nGrand Total\nNet Total", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "taxes_and_charges_deducted", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Taxes and Charges Deducted", + "length": 0, + "no_copy": 0, + "oldfieldname": "other_charges_deducted_import", + "oldfieldtype": "Currency", + "options": "currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_discount_amount", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Additional Discount Amount (Company Currency)", - "length": 0, - "no_copy": 0, - "options": "Company:company:default_currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "total_taxes_and_charges", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Total Taxes and Charges", + "length": 0, + "no_copy": 0, + "options": "currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break_46", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "collapsible_depends_on": "discount_amount", + "columns": 0, + "fieldname": "section_break_44", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Additional Discount", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "additional_discount_percentage", - "fieldtype": "Float", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Additional Discount Percentage", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "Grand Total", + "fieldname": "apply_discount_on", + "fieldtype": "Select", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Apply Additional Discount On", + "length": 0, + "no_copy": 0, + "options": "\nGrand Total\nNet Total", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "discount_amount", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Additional Discount Amount", - "length": 0, - "no_copy": 0, - "options": "currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_discount_amount", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Additional Discount Amount (Company Currency)", + "length": 0, + "no_copy": 0, + "options": "Company:company:default_currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "section_break_49", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break_46", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_grand_total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Grand Total (Company Currency)", - "length": 0, - "no_copy": 0, - "oldfieldname": "grand_total", - "oldfieldtype": "Currency", - "options": "Company:company:default_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "additional_discount_percentage", + "fieldtype": "Float", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Additional Discount Percentage", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_rounding_adjustment", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Rounding Adjustment (Company Currency)", - "length": 0, - "no_copy": 1, - "options": "Company:company:default_currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "discount_amount", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Additional Discount Amount", + "length": 0, + "no_copy": 0, + "options": "currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "eval:!doc.disable_rounded_total", - "fieldname": "base_rounded_total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Rounded Total (Company Currency)", - "length": 0, - "no_copy": 1, - "options": "Company:company:default_currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "section_break_49", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "description": "", - "fieldname": "base_in_words", - "fieldtype": "Data", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "In Words (Company Currency)", - "length": 0, - "no_copy": 0, - "oldfieldname": "in_words", - "oldfieldtype": "Data", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_grand_total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Grand Total (Company Currency)", + "length": 0, + "no_copy": 0, + "oldfieldname": "grand_total", + "oldfieldtype": "Currency", + "options": "Company:company:default_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break8", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "oldfieldtype": "Column Break", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_rounding_adjustment", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Rounding Adjustment (Company Currency)", + "length": 0, + "no_copy": 1, + "options": "Company:company:default_currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "eval:!doc.disable_rounded_total", + "fieldname": "base_rounded_total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Rounded Total (Company Currency)", + "length": 0, + "no_copy": 1, + "options": "Company:company:default_currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "description": "", + "fieldname": "base_in_words", + "fieldtype": "Data", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "In Words (Company Currency)", + "length": 0, + "no_copy": 0, + "oldfieldname": "in_words", + "oldfieldtype": "Data", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break8", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "oldfieldtype": "Column Break", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0, "width": "50%" - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "grand_total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 1, - "in_standard_filter": 0, - "label": "Grand Total", - "length": 0, - "no_copy": 0, - "oldfieldname": "grand_total_import", - "oldfieldtype": "Currency", - "options": "currency", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "grand_total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 1, + "in_standard_filter": 0, + "label": "Grand Total", + "length": 0, + "no_copy": 0, + "oldfieldname": "grand_total_import", + "oldfieldtype": "Currency", + "options": "currency", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "rounding_adjustment", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Rounding Adjustment", - "length": 0, - "no_copy": 1, - "options": "currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "rounding_adjustment", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Rounding Adjustment", + "length": 0, + "no_copy": 1, + "options": "currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "eval:!doc.disable_rounded_total", - "fieldname": "rounded_total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Rounded Total", - "length": 0, - "no_copy": 1, - "options": "currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "eval:!doc.disable_rounded_total", + "fieldname": "rounded_total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Rounded Total", + "length": 0, + "no_copy": 1, + "options": "currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "in_words", - "fieldtype": "Data", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "In Words", - "length": 0, - "no_copy": 0, - "oldfieldname": "in_words_import", - "oldfieldtype": "Data", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "in_words", + "fieldtype": "Data", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "In Words", + "length": 0, + "no_copy": 0, + "oldfieldname": "in_words_import", + "oldfieldtype": "Data", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "total_advance", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Total Advance", - "length": 0, - "no_copy": 1, - "oldfieldname": "total_advance", - "oldfieldtype": "Currency", - "options": "party_account_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "total_advance", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Total Advance", + "length": 0, + "no_copy": 1, + "oldfieldname": "total_advance", + "oldfieldtype": "Currency", + "options": "party_account_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "outstanding_amount", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Outstanding Amount", - "length": 0, - "no_copy": 1, - "oldfieldname": "outstanding_amount", - "oldfieldtype": "Currency", - "options": "party_account_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "outstanding_amount", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Outstanding Amount", + "length": 0, + "no_copy": 1, + "oldfieldname": "outstanding_amount", + "oldfieldtype": "Currency", + "options": "party_account_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "grand_total", - "fieldname": "disable_rounded_total", - "fieldtype": "Check", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Disable Rounded Total", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "grand_total", + "fieldname": "disable_rounded_total", + "fieldtype": "Check", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Disable Rounded Total", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "collapsible_depends_on": "paid_amount", - "columns": 0, - "depends_on": "eval:doc.is_paid===1||(doc.advances && doc.advances.length>0)", - "fieldname": "payments_section", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Payments", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "collapsible_depends_on": "paid_amount", + "columns": 0, + "depends_on": "eval:doc.is_paid===1||(doc.advances && doc.advances.length>0)", + "fieldname": "payments_section", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Payments", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "mode_of_payment", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Mode of Payment", - "length": 0, - "no_copy": 0, - "options": "Mode of Payment", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "mode_of_payment", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Mode of Payment", + "length": 0, + "no_copy": 0, + "options": "Mode of Payment", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "cash_bank_account", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Cash/Bank Account", - "length": 0, - "no_copy": 0, - "options": "Account", - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "cash_bank_account", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Cash/Bank Account", + "length": 0, + "no_copy": 0, + "options": "Account", + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "col_br_payments", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "col_br_payments", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "is_paid", - "fieldname": "paid_amount", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Paid Amount", - "length": 0, - "no_copy": 1, - "options": "currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "is_paid", + "fieldname": "paid_amount", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Paid Amount", + "length": 0, + "no_copy": 1, + "options": "currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_paid_amount", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Paid Amount (Company Currency)", - "length": 0, - "no_copy": 1, - "options": "Company:company:default_currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_paid_amount", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Paid Amount (Company Currency)", + "length": 0, + "no_copy": 1, + "options": "Company:company:default_currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "collapsible_depends_on": "write_off_amount", - "columns": 0, - "depends_on": "grand_total", - "fieldname": "write_off", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Write Off", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "collapsible_depends_on": "write_off_amount", + "columns": 0, + "depends_on": "grand_total", + "fieldname": "write_off", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Write Off", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "write_off_amount", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Write Off Amount", - "length": 0, - "no_copy": 1, - "options": "currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "write_off_amount", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Write Off Amount", + "length": 0, + "no_copy": 1, + "options": "currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_write_off_amount", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Write Off Amount (Company Currency)", - "length": 0, - "no_copy": 1, - "options": "Company:company:default_currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_write_off_amount", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Write Off Amount (Company Currency)", + "length": 0, + "no_copy": 1, + "options": "Company:company:default_currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break_61", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break_61", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "eval:flt(doc.write_off_amount)!=0", - "fieldname": "write_off_account", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Write Off Account", - "length": 0, - "no_copy": 0, - "options": "Account", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "eval:flt(doc.write_off_amount)!=0", + "fieldname": "write_off_account", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Write Off Account", + "length": 0, + "no_copy": 0, + "options": "Account", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "eval:flt(doc.write_off_amount)!=0", - "fieldname": "write_off_cost_center", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Write Off Cost Center", - "length": 0, - "no_copy": 0, - "options": "Cost Center", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "eval:flt(doc.write_off_amount)!=0", + "fieldname": "write_off_cost_center", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Write Off Cost Center", + "length": 0, + "no_copy": 0, + "options": "Cost Center", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "collapsible_depends_on": "advances", - "columns": 0, - "fieldname": "advances_section", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Advance Payments", - "length": 0, - "no_copy": 0, - "oldfieldtype": "Section Break", - "options": "fa fa-money", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "collapsible_depends_on": "advances", + "columns": 0, + "fieldname": "advances_section", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Advance Payments", + "length": 0, + "no_copy": 0, + "oldfieldtype": "Section Break", + "options": "fa fa-money", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "get_advances", - "fieldtype": "Button", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Get Advances Paid", - "length": 0, - "no_copy": 0, - "oldfieldtype": "Button", - "options": "", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "get_advances", + "fieldtype": "Button", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Get Advances Paid", + "length": 0, + "no_copy": 0, + "oldfieldtype": "Button", + "options": "", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "advances", - "fieldtype": "Table", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Advances", - "length": 0, - "no_copy": 1, - "oldfieldname": "advance_allocation_details", - "oldfieldtype": "Table", - "options": "Purchase Invoice Advance", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "advances", + "fieldtype": "Table", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Advances", + "length": 0, + "no_copy": 1, + "oldfieldname": "advance_allocation_details", + "oldfieldtype": "Table", + "options": "Purchase Invoice Advance", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "collapsible_depends_on": "terms", - "columns": 0, - "fieldname": "terms_section_break", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Terms and Conditions", - "length": 0, - "no_copy": 0, - "options": "fa fa-legal", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "collapsible_depends_on": "terms", + "columns": 0, + "fieldname": "terms_section_break", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Terms and Conditions", + "length": 0, + "no_copy": 0, + "options": "fa fa-legal", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "tc_name", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Terms", - "length": 0, - "no_copy": 0, - "options": "Terms and Conditions", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "tc_name", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Terms", + "length": 0, + "no_copy": 0, + "options": "Terms and Conditions", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "terms", - "fieldtype": "Text Editor", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Terms and Conditions1", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "terms", + "fieldtype": "Text Editor", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Terms and Conditions1", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "raw_materials_supplied", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Raw Materials Supplied", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "raw_materials_supplied", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Raw Materials Supplied", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "default": "No", - "fieldname": "is_subcontracted", - "fieldtype": "Select", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Raw Materials Supplied", - "length": 0, - "no_copy": 0, - "options": "No\nYes", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "No", + "fieldname": "is_subcontracted", + "fieldtype": "Select", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Raw Materials Supplied", + "length": 0, + "no_copy": 0, + "options": "No\nYes", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "supplier_warehouse", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Supplier Warehouse", - "length": 0, - "no_copy": 1, - "options": "Warehouse", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "print_width": "50px", - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "supplier_warehouse", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Supplier Warehouse", + "length": 0, + "no_copy": 1, + "options": "Warehouse", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": "50px", + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0, "width": "50px" - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "supplied_items", - "fieldtype": "Table", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Supplied Items", - "length": 0, - "no_copy": 0, - "options": "Purchase Receipt Item Supplied", - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "supplied_items", + "fieldtype": "Table", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Supplied Items", + "length": 0, + "no_copy": 0, + "options": "Purchase Receipt Item Supplied", + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "columns": 0, - "fieldname": "printing_settings", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Printing Settings", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "columns": 0, + "fieldname": "printing_settings", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Printing Settings", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 1, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "letter_head", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Letter Head", - "length": 0, - "no_copy": 0, - "options": "Letter Head", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "letter_head", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Letter Head", + "length": 0, + "no_copy": 0, + "options": "Letter Head", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 1, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "select_print_heading", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Print Heading", - "length": 0, - "no_copy": 1, - "oldfieldname": "select_print_heading", - "oldfieldtype": "Link", - "options": "Print Heading", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 1, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "select_print_heading", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Print Heading", + "length": 0, + "no_copy": 1, + "oldfieldname": "select_print_heading", + "oldfieldtype": "Link", + "options": "Print Heading", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 1, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "language", - "fieldtype": "Data", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Print Language", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "language", + "fieldtype": "Data", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Print Language", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "columns": 0, - "fieldname": "more_info", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "More Information", - "length": 0, - "no_copy": 0, - "oldfieldtype": "Section Break", - "options": "fa fa-file-text", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "columns": 0, + "fieldname": "more_info", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "More Information", + "length": 0, + "no_copy": 0, + "oldfieldtype": "Section Break", + "options": "fa fa-file-text", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "description": "", - "fieldname": "credit_to", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Credit To", - "length": 0, - "no_copy": 0, - "oldfieldname": "credit_to", - "oldfieldtype": "Link", - "options": "Account", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 1, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "description": "", + "fieldname": "credit_to", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Credit To", + "length": 0, + "no_copy": 0, + "oldfieldname": "credit_to", + "oldfieldtype": "Link", + "options": "Account", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 1, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "party_account_currency", - "fieldtype": "Link", - "hidden": 1, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Party Account Currency", - "length": 0, - "no_copy": 1, - "options": "Currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "party_account_currency", + "fieldtype": "Link", + "hidden": 1, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Party Account Currency", + "length": 0, + "no_copy": 1, + "options": "Currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "default": "No", - "description": "", - "fieldname": "is_opening", - "fieldtype": "Select", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Is Opening", - "length": 0, - "no_copy": 0, - "oldfieldname": "is_opening", - "oldfieldtype": "Select", - "options": "No\nYes", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "No", + "description": "", + "fieldname": "is_opening", + "fieldtype": "Select", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Is Opening", + "length": 0, + "no_copy": 0, + "oldfieldname": "is_opening", + "oldfieldtype": "Select", + "options": "No\nYes", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "against_expense_account", - "fieldtype": "Small Text", - "hidden": 1, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Against Expense Account", - "length": 0, - "no_copy": 1, - "oldfieldname": "against_expense_account", - "oldfieldtype": "Small Text", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "against_expense_account", + "fieldtype": "Small Text", + "hidden": 1, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Against Expense Account", + "length": 0, + "no_copy": 1, + "oldfieldname": "against_expense_account", + "oldfieldtype": "Small Text", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break_63", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break_63", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "default": "Draft", - "fieldname": "status", - "fieldtype": "Select", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 1, - "label": "Status", - "length": 0, - "no_copy": 0, - "options": "\nDraft\nReturn\nDebit Note Issued\nSubmitted\nPaid\nUnpaid\nOverdue\nCancelled", - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "Draft", + "fieldname": "status", + "fieldtype": "Select", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 1, + "label": "Status", + "length": 0, + "no_copy": 0, + "options": "\nDraft\nReturn\nDebit Note Issued\nSubmitted\nPaid\nUnpaid\nOverdue\nCancelled", + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "remarks", - "fieldtype": "Small Text", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Remarks", - "length": 0, - "no_copy": 1, - "oldfieldname": "remarks", - "oldfieldtype": "Text", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "remarks", + "fieldtype": "Small Text", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Remarks", + "length": 0, + "no_copy": 1, + "oldfieldname": "remarks", + "oldfieldtype": "Text", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "description": "Warehouse where you are maintaining stock of rejected items", - "fieldname": "rejected_warehouse", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Rejected Warehouse", - "length": 0, - "no_copy": 1, - "options": "Warehouse", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "description": "Warehouse where you are maintaining stock of rejected items", + "fieldname": "rejected_warehouse", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Rejected Warehouse", + "length": 0, + "no_copy": 1, + "options": "Warehouse", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "subscription_section", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Subscription Section", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "subscription_section", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Subscription Section", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 1, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "", - "description": "Start date of current invoice's period", - "fieldname": "from_date", - "fieldtype": "Date", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "From Date", - "length": 0, - "no_copy": 1, - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "", + "description": "Start date of current invoice's period", + "fieldname": "from_date", + "fieldtype": "Date", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "From Date", + "length": 0, + "no_copy": 1, + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 1, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "", - "description": "End date of current invoice's period", - "fieldname": "to_date", - "fieldtype": "Date", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "To Date", - "length": 0, - "no_copy": 1, - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "", + "description": "End date of current invoice's period", + "fieldname": "to_date", + "fieldtype": "Date", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "To Date", + "length": 0, + "no_copy": 1, + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break_114", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break_114", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "subscription", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Subscription", - "length": 0, - "no_copy": 1, - "options": "Subscription", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "subscription", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Subscription", + "length": 0, + "no_copy": 1, + "options": "Subscription", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 } - ], - "has_web_view": 0, - "hide_heading": 0, - "hide_toolbar": 0, - "icon": "fa fa-file-text", - "idx": 204, - "image_view": 0, - "in_create": 0, - "is_submittable": 1, - "issingle": 0, - "istable": 0, - "max_attachments": 0, - "menu_index": 0, - "modified": "2017-11-16 01:04:15.308603", - "modified_by": "Administrator", - "module": "Accounts", - "name": "Purchase Invoice", - "name_case": "Title Case", - "owner": "Administrator", + ], + "has_web_view": 0, + "hide_heading": 0, + "hide_toolbar": 0, + "icon": "fa fa-file-text", + "idx": 204, + "image_view": 0, + "in_create": 0, + "is_submittable": 1, + "issingle": 0, + "istable": 0, + "max_attachments": 0, + "menu_index": 0, + "modified": "2017-11-16 01:04:15.308603", + "modified_by": "Administrator", + "module": "Accounts", + "name": "Purchase Invoice", + "name_case": "Title Case", + "owner": "Administrator", "permissions": [ { - "amend": 1, - "apply_user_permissions": 0, - "cancel": 1, - "create": 1, - "delete": 0, - "email": 1, - "export": 0, - "if_owner": 0, - "import": 0, - "permlevel": 0, - "print": 1, - "read": 1, - "report": 1, - "role": "Accounts User", - "set_user_permissions": 0, - "share": 1, - "submit": 1, + "amend": 1, + "apply_user_permissions": 0, + "cancel": 1, + "create": 1, + "delete": 0, + "email": 1, + "export": 0, + "if_owner": 0, + "import": 0, + "permlevel": 0, + "print": 1, + "read": 1, + "report": 1, + "role": "Accounts User", + "set_user_permissions": 0, + "share": 1, + "submit": 1, "write": 1 - }, + }, { - "amend": 0, - "apply_user_permissions": 0, - "cancel": 0, - "create": 0, - "delete": 0, - "email": 1, - "export": 0, - "if_owner": 0, - "import": 0, - "permlevel": 0, - "print": 1, - "read": 1, - "report": 1, - "role": "Purchase User", - "set_user_permissions": 0, - "share": 0, - "submit": 0, + "amend": 0, + "apply_user_permissions": 0, + "cancel": 0, + "create": 0, + "delete": 0, + "email": 1, + "export": 0, + "if_owner": 0, + "import": 0, + "permlevel": 0, + "print": 1, + "read": 1, + "report": 1, + "role": "Purchase User", + "set_user_permissions": 0, + "share": 0, + "submit": 0, "write": 0 - }, + }, { - "amend": 1, - "apply_user_permissions": 0, - "cancel": 1, - "create": 1, - "delete": 1, - "email": 1, - "export": 0, - "if_owner": 0, - "import": 0, - "permlevel": 0, - "print": 1, - "read": 1, - "report": 1, - "role": "Accounts Manager", - "set_user_permissions": 0, - "share": 1, - "submit": 1, + "amend": 1, + "apply_user_permissions": 0, + "cancel": 1, + "create": 1, + "delete": 1, + "email": 1, + "export": 0, + "if_owner": 0, + "import": 0, + "permlevel": 0, + "print": 1, + "read": 1, + "report": 1, + "role": "Accounts Manager", + "set_user_permissions": 0, + "share": 1, + "submit": 1, "write": 1 - }, + }, { - "amend": 0, - "apply_user_permissions": 0, - "cancel": 0, - "create": 0, - "delete": 0, - "email": 1, - "export": 0, - "if_owner": 0, - "import": 0, - "permlevel": 0, - "print": 1, - "read": 1, - "report": 1, - "role": "Auditor", - "set_user_permissions": 0, - "share": 0, - "submit": 0, + "amend": 0, + "apply_user_permissions": 0, + "cancel": 0, + "create": 0, + "delete": 0, + "email": 1, + "export": 0, + "if_owner": 0, + "import": 0, + "permlevel": 0, + "print": 1, + "read": 1, + "report": 1, + "role": "Auditor", + "set_user_permissions": 0, + "share": 0, + "submit": 0, "write": 0 - }, + }, { - "amend": 0, - "apply_user_permissions": 0, - "cancel": 0, - "create": 0, - "delete": 0, - "email": 0, - "export": 0, - "if_owner": 0, - "import": 0, - "permlevel": 1, - "print": 0, - "read": 1, - "report": 0, - "role": "Accounts Manager", - "set_user_permissions": 0, - "share": 0, - "submit": 0, + "amend": 0, + "apply_user_permissions": 0, + "cancel": 0, + "create": 0, + "delete": 0, + "email": 0, + "export": 0, + "if_owner": 0, + "import": 0, + "permlevel": 1, + "print": 0, + "read": 1, + "report": 0, + "role": "Accounts Manager", + "set_user_permissions": 0, + "share": 0, + "submit": 0, "write": 1 } - ], - "quick_entry": 0, - "read_only": 0, - "read_only_onload": 1, - "search_fields": "posting_date, supplier, bill_no, base_grand_total, outstanding_amount", - "show_name_in_global_search": 1, - "sort_field": "modified", - "sort_order": "DESC", - "timeline_field": "supplier", - "title_field": "title", - "track_changes": 1, + ], + "quick_entry": 0, + "read_only": 0, + "read_only_onload": 1, + "search_fields": "posting_date, supplier, bill_no, base_grand_total, outstanding_amount", + "show_name_in_global_search": 1, + "sort_field": "modified", + "sort_order": "DESC", + "timeline_field": "supplier", + "title_field": "title", + "track_changes": 1, "track_seen": 0 } \ No newline at end of file diff --git a/erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py b/erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py index baf016d5964..68bd3c2bc3f 100644 --- a/erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py +++ b/erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py @@ -555,6 +555,40 @@ class TestPurchaseInvoice(unittest.TestCase): #check outstanding after advance cancellation self.assertEqual(flt(pi.outstanding_amount), flt(pi.rounded_total + pi.total_advance)) + def test_purchase_invoice_with_shipping_rule(self): + from erpnext.accounts.doctype.shipping_rule.test_shipping_rule \ + import create_shipping_rule + + shipping_rule = create_shipping_rule(shipping_rule_type = "Buying", shipping_rule_name = "Shipping Rule - Purchase Invoice Test") + + pi = frappe.copy_doc(test_records[0]) + + pi.shipping_rule = shipping_rule.name + pi.insert() + + shipping_amount = 0.0 + for condition in shipping_rule.get("conditions"): + if not condition.to_value or (flt(condition.from_value) <= pi.net_total <= flt(condition.to_value)): + shipping_amount = condition.shipping_amount + + shipping_charge = { + "doctype": "Purchase Taxes and Charges", + "category": "Valuation and Total", + "charge_type": "Actual", + "account_head": shipping_rule.account, + "cost_center": shipping_rule.cost_center, + "tax_amount": shipping_amount, + "description": shipping_rule.name, + "add_deduct_tax": "Add" + } + pi.append("taxes", shipping_charge) + pi.save() + + self.assertEquals(pi.net_total, 1250) + + self.assertEquals(pi.total_taxes_and_charges, 462.3) + self.assertEquals(pi.grand_total, 1712.3) + def unlink_payment_on_cancel_of_invoice(enable=1): accounts_settings = frappe.get_doc("Accounts Settings") accounts_settings.unlink_payment_on_cancellation_of_invoice = enable diff --git a/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py b/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py index 12b556b5b4c..460158b3ed8 100644 --- a/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py +++ b/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py @@ -1371,6 +1371,39 @@ class TestSalesInvoice(unittest.TestCase): self.assertEquals(expected_values[gle.account][1], gle.debit) self.assertEquals(expected_values[gle.account][2], gle.credit) + def test_sales_invoice_with_shipping_rule(self): + from erpnext.accounts.doctype.shipping_rule.test_shipping_rule \ + import create_shipping_rule + + shipping_rule = create_shipping_rule(shipping_rule_type = "Selling", shipping_rule_name = "Shipping Rule - Sales Invoice Test") + + si = frappe.copy_doc(test_records[2]) + + si.shipping_rule = shipping_rule.name + si.insert() + + shipping_amount = 0.0 + for condition in shipping_rule.get("conditions"): + if not condition.to_value or (flt(condition.from_value) <= si.net_total <= flt(condition.to_value)): + shipping_amount = condition.shipping_amount + + shipping_charge = { + "doctype": "Sales Taxes and Charges", + "category": "Valuation and Total", + "charge_type": "Actual", + "account_head": shipping_rule.account, + "cost_center": shipping_rule.cost_center, + "tax_amount": shipping_amount, + "description": shipping_rule.name + } + si.append("taxes", shipping_charge) + si.save() + + self.assertEquals(si.net_total, 1250) + + self.assertEquals(si.total_taxes_and_charges, 577.05) + self.assertEquals(si.grand_total, 1827.05) + def create_sales_invoice(**args): si = frappe.new_doc("Sales Invoice") args = frappe._dict(args) diff --git a/erpnext/accounts/doctype/shipping_rule/shipping_rule.js b/erpnext/accounts/doctype/shipping_rule/shipping_rule.js index 17f20839839..53ee08a773e 100644 --- a/erpnext/accounts/doctype/shipping_rule/shipping_rule.js +++ b/erpnext/accounts/doctype/shipping_rule/shipping_rule.js @@ -1,3 +1,15 @@ // Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors // License: GNU General Public License v3. See license.txt +frappe.ui.form.on('Shipping Rule', { + refresh: function(frm) { + frm.trigger('toggle_reqd'); + }, + calculate_based_on: function(frm) { + frm.trigger('toggle_reqd'); + }, + toggle_reqd: function(frm) { + frm.toggle_reqd("shipping_amount", frm.doc.calculate_based_on === 'Fixed'); + frm.toggle_reqd("conditions", frm.doc.calculate_based_on !== 'Fixed'); + } +}); \ No newline at end of file diff --git a/erpnext/accounts/doctype/shipping_rule/shipping_rule.json b/erpnext/accounts/doctype/shipping_rule/shipping_rule.json index a8788a185ff..13b3265a94b 100644 --- a/erpnext/accounts/doctype/shipping_rule/shipping_rule.json +++ b/erpnext/accounts/doctype/shipping_rule/shipping_rule.json @@ -1,5 +1,6 @@ { "allow_copy": 0, + "allow_guest_to_view": 0, "allow_import": 0, "allow_rename": 0, "autoname": "field:label", @@ -12,6 +13,7 @@ "editable_grid": 0, "fields": [ { + "allow_bulk_edit": 0, "allow_on_submit": 0, "bold": 0, "collapsible": 0, @@ -23,7 +25,8 @@ "ignore_user_permissions": 0, "ignore_xss_filter": 0, "in_filter": 0, - "in_list_view": 1, + "in_global_search": 0, + "in_list_view": 0, "in_standard_filter": 0, "label": "Shipping Rule Label", "length": 0, @@ -40,6 +43,7 @@ "unique": 0 }, { + "allow_bulk_edit": 0, "allow_on_submit": 0, "bold": 0, "collapsible": 0, @@ -50,6 +54,7 @@ "ignore_user_permissions": 0, "ignore_xss_filter": 0, "in_filter": 0, + "in_global_search": 0, "in_list_view": 0, "in_standard_filter": 0, "label": "Disabled", @@ -68,134 +73,53 @@ "unique": 0 }, { + "allow_bulk_edit": 0, "allow_on_submit": 0, "bold": 0, "collapsible": 0, "columns": 0, - "default": "Net Total", - "fieldname": "calculate_based_on", + "fieldname": "column_break_4", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "shipping_rule_type", "fieldtype": "Select", - "hidden": 1, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_list_view": 1, - "in_standard_filter": 1, - "label": "Calculate Based On", - "length": 0, - "no_copy": 0, - "options": "Net Total\nNet Weight", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "eval:!doc.disabled", - "fieldname": "rule_conditions_section", - "fieldtype": "Section Break", "hidden": 0, "ignore_user_permissions": 0, "ignore_xss_filter": 0, "in_filter": 0, + "in_global_search": 0, "in_list_view": 0, "in_standard_filter": 0, - "label": "Shipping Rule Conditions", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "conditions", - "fieldtype": "Table", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Shipping Rule Conditions", - "length": 0, - "no_copy": 0, - "options": "Shipping Rule Condition", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "eval:!doc.disabled", - "fieldname": "section_break_6", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Valid for Countries", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "worldwide_shipping", - "fieldtype": "Check", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Worldwide Shipping", + "label": "Shipping Rule Type", "length": 0, "no_copy": 0, + "options": "Selling\nBuying", "permlevel": 0, "precision": "", "print_hide": 0, @@ -209,36 +133,7 @@ "unique": 0 }, { - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "eval:!doc.worldwide_shipping", - "fieldname": "countries", - "fieldtype": "Table", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Valid for Countries", - "length": 0, - "no_copy": 0, - "options": "Shipping Rule Country", - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { + "allow_bulk_edit": 0, "allow_on_submit": 0, "bold": 0, "collapsible": 0, @@ -250,8 +145,10 @@ "ignore_user_permissions": 0, "ignore_xss_filter": 0, "in_filter": 0, + "in_global_search": 0, "in_list_view": 0, "in_standard_filter": 0, + "label": "Accounting", "length": 0, "no_copy": 0, "permlevel": 0, @@ -266,6 +163,7 @@ "unique": 0 }, { + "allow_bulk_edit": 0, "allow_on_submit": 0, "bold": 0, "collapsible": 0, @@ -276,6 +174,7 @@ "ignore_user_permissions": 0, "ignore_xss_filter": 0, "in_filter": 0, + "in_global_search": 0, "in_list_view": 0, "in_standard_filter": 0, "label": "Company", @@ -294,6 +193,7 @@ "unique": 0 }, { + "allow_bulk_edit": 0, "allow_on_submit": 0, "bold": 0, "collapsible": 0, @@ -304,6 +204,7 @@ "ignore_user_permissions": 0, "ignore_xss_filter": 0, "in_filter": 0, + "in_global_search": 0, "in_list_view": 0, "in_standard_filter": 0, "length": 0, @@ -320,6 +221,7 @@ "unique": 0 }, { + "allow_bulk_edit": 0, "allow_on_submit": 0, "bold": 0, "collapsible": 0, @@ -330,6 +232,7 @@ "ignore_user_permissions": 0, "ignore_xss_filter": 0, "in_filter": 0, + "in_global_search": 0, "in_list_view": 0, "in_standard_filter": 0, "label": "Shipping Account", @@ -348,6 +251,7 @@ "unique": 0 }, { + "allow_bulk_edit": 0, "allow_on_submit": 0, "bold": 0, "collapsible": 0, @@ -358,6 +262,7 @@ "ignore_user_permissions": 0, "ignore_xss_filter": 0, "in_filter": 0, + "in_global_search": 0, "in_list_view": 0, "in_standard_filter": 0, "label": "Cost Center", @@ -374,20 +279,264 @@ "search_index": 0, "set_only_once": 0, "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "shipping_amount_section", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "Fixed", + "fieldname": "calculate_based_on", + "fieldtype": "Select", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 1, + "in_standard_filter": 1, + "label": "Calculate Based On", + "length": 0, + "no_copy": 0, + "options": "Fixed\nNet Total", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break_8", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "eval:doc.calculate_based_on==='Fixed'", + "fieldname": "shipping_amount", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Shipping Amount", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": "", + "columns": 0, + "depends_on": "eval:doc.calculate_based_on!=='Fixed'", + "fieldname": "rule_conditions_section", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Shipping Rule Conditions", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "conditions", + "fieldtype": "Table", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Shipping Rule Conditions", + "length": 0, + "no_copy": 0, + "options": "Shipping Rule Condition", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "", + "fieldname": "section_break_6", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Restrict to Countries", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "", + "fieldname": "countries", + "fieldtype": "Table", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Valid for Countries", + "length": 0, + "no_copy": 0, + "options": "Shipping Rule Country", + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 } ], + "has_web_view": 0, "hide_heading": 0, "hide_toolbar": 0, "icon": "fa fa-truck", "idx": 1, "image_view": 0, "in_create": 0, - "in_dialog": 0, "is_submittable": 0, "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2016-11-07 05:18:06.472734", + "modified": "2017-11-17 13:10:34.302259", "modified_by": "Administrator", "module": "Accounts", "name": "Shipping Rule", @@ -403,7 +552,6 @@ "export": 0, "if_owner": 0, "import": 0, - "is_custom": 0, "permlevel": 0, "print": 1, "read": 1, @@ -424,7 +572,6 @@ "export": 0, "if_owner": 0, "import": 0, - "is_custom": 0, "permlevel": 0, "print": 1, "read": 1, @@ -445,7 +592,6 @@ "export": 0, "if_owner": 0, "import": 0, - "is_custom": 0, "permlevel": 0, "print": 1, "read": 1, @@ -466,7 +612,6 @@ "export": 0, "if_owner": 0, "import": 0, - "is_custom": 0, "permlevel": 0, "print": 1, "read": 1, @@ -481,6 +626,8 @@ "quick_entry": 0, "read_only": 0, "read_only_onload": 0, + "show_name_in_global_search": 0, "sort_order": "ASC", + "track_changes": 0, "track_seen": 0 } \ No newline at end of file diff --git a/erpnext/accounts/doctype/shipping_rule/shipping_rule.py b/erpnext/accounts/doctype/shipping_rule/shipping_rule.py index a47df2d8625..259b1a8b664 100644 --- a/erpnext/accounts/doctype/shipping_rule/shipping_rule.py +++ b/erpnext/accounts/doctype/shipping_rule/shipping_rule.py @@ -15,18 +15,10 @@ class ManyBlankToValuesError(frappe.ValidationError): pass class ShippingRule(Document): def validate(self): - self.validate_value("calculate_based_on", "in", ["Net Total", "Net Weight"]) - self.conditions = self.get("conditions") self.validate_from_to_values() self.sort_shipping_rule_conditions() self.validate_overlapping_shipping_rule_conditions() - if self.worldwide_shipping: - self.countries = [] - - elif not len([d.country for d in self.countries if d.country]): - frappe.throw(_("Please specify a country for this Shipping Rule or check Worldwide Shipping")) - def validate_from_to_values(self): zero_to_values = [] @@ -47,6 +39,76 @@ class ShippingRule(Document): throw(_('There can only be one Shipping Rule Condition with 0 or blank value for "To Value"'), ManyBlankToValuesError) + def apply(self, doc): + '''Apply shipping rule on given doc. Called from accounts controller''' + + shipping_amount = 0.0 + by_value = False + + self.validate_countries(doc) + + if self.calculate_based_on == 'Net Total': + value = doc.base_net_total + by_value = True + + elif self.calculate_based_on == 'Fixed': + shipping_amount = self.shipping_amount + + # shipping amount by value, apply conditions + if by_value: + shipping_amount = self.get_shipping_amount_from_rules(value) + + # convert to order currency + if doc.currency != doc.company_currency: + shipping_amount = flt(shipping_amount / doc.conversion_rate, 2) + + self.add_shipping_rule_to_tax_table(doc, shipping_amount) + + def get_shipping_amount_from_rules(self, value): + for condition in self.get("conditions"): + if not condition.to_value or (flt(condition.from_value) <= value <= flt(condition.to_value)): + return condition.shipping_amount + + return 0.0 + + def validate_countries(self, doc): + # validate applicable countries + if self.countries: + shipping_country = doc.get_shipping_address().get('country') + if not shipping_country: + frappe.throw(_('Shipping Address does not have country, which is required for this Shipping Rule')) + if shipping_country not in [d.country for d in self.countries]: + frappe.throw(_('Shipping rule not applicable for country {0}'.format(shipping_country))) + + def add_shipping_rule_to_tax_table(self, doc, shipping_amount): + shipping_charge = { + "charge_type": "Actual", + "account_head": self.account, + "cost_center": self.cost_center + } + if self.shipping_rule_type == "Selling": + # check if not applied on purchase + if not doc.meta.get_field('taxes').options == 'Sales Taxes and Charges': + frappe.throw(_('Shipping rule only applicable for Selling')) + shipping_charge["doctype"] = "Sales Taxes and Charges" + else: + # check if not applied on sales + if not doc.meta.get_field('taxes').options == 'Purchase Taxes and Charges': + frappe.throw(_('Shipping rule only applicable for Buying')) + + shipping_charge["doctype"] = "Purchase Taxes and Charges" + shipping_charge["category"] = "Valuation and Total" + shipping_charge["add_deduct_tax"] = "Add" + + existing_shipping_charge = doc.get("taxes", filters=shipping_charge) + if existing_shipping_charge: + # take the last record found + existing_shipping_charge[-1].tax_amount = shipping_amount + else: + shipping_charge["tax_amount"] = shipping_amount + shipping_charge["description"] = self.label + doc.append("taxes", shipping_charge) + def sort_shipping_rule_conditions(self): """Sort Shipping Rule Conditions based on increasing From Value""" self.shipping_rules_conditions = sorted(self.conditions, key=lambda d: flt(d.from_value)) diff --git a/erpnext/accounts/doctype/shipping_rule/test_records.json b/erpnext/accounts/doctype/shipping_rule/test_records.json index a271009b2b4..26b37374433 100644 --- a/erpnext/accounts/doctype/shipping_rule/test_records.json +++ b/erpnext/accounts/doctype/shipping_rule/test_records.json @@ -7,6 +7,7 @@ "doctype": "Shipping Rule", "label": "_Test Shipping Rule", "name": "_Test Shipping Rule", + "shipping_rule_type": "Selling", "conditions": [ { "doctype": "Shipping Rule Condition", @@ -26,9 +27,12 @@ "doctype": "Shipping Rule Condition", "from_value": 201, "parentfield": "conditions", - "shipping_amount": 0.0 + "shipping_amount": 200.0 } ], + "countries": [ + {"country": "India"} + ], "worldwide_shipping": 1 }, { @@ -73,6 +77,7 @@ "doctype": "Shipping Rule", "label": "_Test Shipping Rule - Rest of the World", "name": "_Test Shipping Rule - Rest of the World", + "shipping_rule_type": "Buying", "conditions": [ { "doctype": "Shipping Rule Condition", @@ -95,6 +100,9 @@ "shipping_amount": 1500.0 } ], - "worldwide_shipping": 1 + "worldwide_shipping": 1, + "countries": [ + {"country": "Germany"} + ] } ] diff --git a/erpnext/accounts/doctype/shipping_rule/test_shipping_rule.js b/erpnext/accounts/doctype/shipping_rule/test_shipping_rule.js index 9c72aebf609..0201f762b37 100644 --- a/erpnext/accounts/doctype/shipping_rule/test_shipping_rule.js +++ b/erpnext/accounts/doctype/shipping_rule/test_shipping_rule.js @@ -7,6 +7,8 @@ QUnit.test("test Shipping Rule", function(assert) { () => { return frappe.tests.make("Shipping Rule", [ {label: "Next Day Shipping"}, + {shipping_rule_type: "Selling"}, + {calculate_based_on: 'Net Total'}, {conditions:[ [ {from_value:1}, diff --git a/erpnext/accounts/doctype/shipping_rule/test_shipping_rule.py b/erpnext/accounts/doctype/shipping_rule/test_shipping_rule.py index 76b1d9e389c..582ecb2e165 100644 --- a/erpnext/accounts/doctype/shipping_rule/test_shipping_rule.py +++ b/erpnext/accounts/doctype/shipping_rule/test_shipping_rule.py @@ -36,3 +36,38 @@ class TestShippingRule(unittest.TestCase): shipping_rule.get("conditions")[1].from_value = range_b[0] shipping_rule.get("conditions")[1].to_value = range_b[1] self.assertRaises(OverlappingConditionError, shipping_rule.insert) + +def create_shipping_rule(shipping_rule_type, shipping_rule_name): + sr = frappe.new_doc("Shipping Rule") + sr.account = "_Test Account Shipping Charges - _TC" + sr.calculate_based_on = "Net Total" + sr.company = "_Test Company" + sr.cost_center = "_Test Cost Center - _TC" + sr.label = shipping_rule_name + sr.name = shipping_rule_name + sr.shipping_rule_type = shipping_rule_type + + sr.append("conditions", { + "doctype": "Shipping Rule Condition", + "from_value": 0, + "parentfield": "conditions", + "shipping_amount": 50.0, + "to_value": 100 + }) + sr.append("conditions", { + "doctype": "Shipping Rule Condition", + "from_value": 101, + "parentfield": "conditions", + "shipping_amount": 100.0, + "to_value": 200 + }) + sr.append("conditions", { + "doctype": "Shipping Rule Condition", + "from_value": 201, + "parentfield": "conditions", + "shipping_amount": 200.0, + "to_value": 2000 + }) + sr.insert(ignore_permissions=True) + sr.submit() + return sr diff --git a/erpnext/accounts/doctype/shipping_rule/tests/test_shipping_rule_for_buying.js b/erpnext/accounts/doctype/shipping_rule/tests/test_shipping_rule_for_buying.js new file mode 100644 index 00000000000..ab1b77cd5f5 --- /dev/null +++ b/erpnext/accounts/doctype/shipping_rule/tests/test_shipping_rule_for_buying.js @@ -0,0 +1,37 @@ +QUnit.module('Shipping Rule'); + +QUnit.test("test Shipping Rule", function(assert) { + assert.expect(1); + let done = assert.async(); + frappe.run_serially([ + () => { + return frappe.tests.make("Shipping Rule", [ + {label: "Two Day Shipping"}, + {shipping_rule_type: "Buying"}, + {fixed_shipping_amount: 0}, + {conditions:[ + [ + {from_value:1}, + {to_value:200}, + {shipping_amount:100} + ], + [ + {from_value:201}, + {to_value:3000}, + {shipping_amount:200} + ], + ]}, + {countries:[ + [ + {country:'India'} + ] + ]}, + {account:'Accounts Payable - '+frappe.get_abbr(frappe.defaults.get_default("Company"))}, + {cost_center:'Main - '+frappe.get_abbr(frappe.defaults.get_default("Company"))} + ]); + }, + () => {assert.ok(cur_frm.doc.name=='Two Day Shipping');}, + () => done() + ]); +}); + diff --git a/erpnext/buying/doctype/purchase_order/purchase_order.json b/erpnext/buying/doctype/purchase_order/purchase_order.json index e18f96f5adb..0b62b71a715 100644 --- a/erpnext/buying/doctype/purchase_order/purchase_order.json +++ b/erpnext/buying/doctype/purchase_order/purchase_order.json @@ -1,3184 +1,3273 @@ { - "allow_copy": 0, - "allow_guest_to_view": 0, - "allow_import": 1, - "allow_rename": 0, - "autoname": "naming_series:", - "beta": 0, - "creation": "2013-05-21 16:16:39", - "custom": 0, - "docstatus": 0, - "doctype": "DocType", - "document_type": "Document", - "editable_grid": 0, + "allow_copy": 0, + "allow_guest_to_view": 0, + "allow_import": 1, + "allow_rename": 0, + "autoname": "naming_series:", + "beta": 0, + "creation": "2013-05-21 16:16:39", + "custom": 0, + "docstatus": 0, + "doctype": "DocType", + "document_type": "Document", + "editable_grid": 0, "fields": [ { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "supplier_section", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "", - "length": 0, - "no_copy": 0, - "options": "fa fa-user", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "supplier_section", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "", + "length": 0, + "no_copy": 0, + "options": "fa fa-user", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 1, - "bold": 0, - "collapsible": 0, - "columns": 0, - "default": "{supplier_name}", - "fieldname": "title", - "fieldtype": "Data", - "hidden": 1, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Title", - "length": 0, - "no_copy": 1, - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "{supplier_name}", + "fieldname": "title", + "fieldtype": "Data", + "hidden": 1, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Title", + "length": 0, + "no_copy": 1, + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "naming_series", - "fieldtype": "Select", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Series", - "length": 0, - "no_copy": 1, - "oldfieldname": "naming_series", - "oldfieldtype": "Select", - "options": "PO-", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 0, - "set_only_once": 1, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "naming_series", + "fieldtype": "Select", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Series", + "length": 0, + "no_copy": 1, + "oldfieldname": "naming_series", + "oldfieldtype": "Select", + "options": "PO-", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 0, + "set_only_once": 1, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 1, - "collapsible": 0, - "columns": 0, - "description": "", - "fieldname": "supplier", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 1, - "label": "Supplier", - "length": 0, - "no_copy": 0, - "oldfieldname": "supplier", - "oldfieldtype": "Link", - "options": "Supplier", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 1, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 1, + "collapsible": 0, + "columns": 0, + "description": "", + "fieldname": "supplier", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 1, + "label": "Supplier", + "length": 0, + "no_copy": 0, + "oldfieldname": "supplier", + "oldfieldtype": "Link", + "options": "Supplier", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 1, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "eval:doc.supplier && doc.docstatus===0 && (!(doc.items && doc.items.length) || (doc.items.length==1 && !doc.items[0].item_code))", - "fieldname": "get_items_from_open_material_requests", - "fieldtype": "Button", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Get Items from Open Material Requests", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "eval:doc.supplier && doc.docstatus===0 && (!(doc.items && doc.items.length) || (doc.items.length==1 && !doc.items[0].item_code))", + "fieldname": "get_items_from_open_material_requests", + "fieldtype": "Button", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Get Items from Open Material Requests", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "default": "No", - "fieldname": "is_subcontracted", - "fieldtype": "Select", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 1, - "label": "Supply Raw Materials", - "length": 0, - "no_copy": 0, - "options": "No\nYes", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "No", + "fieldname": "is_subcontracted", + "fieldtype": "Select", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 1, + "label": "Supply Raw Materials", + "length": 0, + "no_copy": 0, + "options": "No\nYes", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 1, - "collapsible": 0, - "columns": 0, - "fieldname": "supplier_name", - "fieldtype": "Data", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 1, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Supplier Name", - "length": 0, - "no_copy": 0, - "options": "supplier.supplier_name", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 1, + "collapsible": 0, + "columns": 0, + "fieldname": "supplier_name", + "fieldtype": "Data", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 1, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Supplier Name", + "length": 0, + "no_copy": 0, + "options": "supplier.supplier_name", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break1", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "oldfieldtype": "Column Break", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "print_width": "50%", - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break1", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "oldfieldtype": "Column Break", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": "50%", + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0, "width": "50%" - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "default": "Today", - "fieldname": "transaction_date", - "fieldtype": "Date", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Date", - "length": 0, - "no_copy": 0, - "oldfieldname": "transaction_date", - "oldfieldtype": "Date", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 1, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 1, - "bold": 0, - "collapsible": 0, - "columns": 0, - "default": "", - "fieldname": "schedule_date", - "fieldtype": "Date", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Reqd By Date", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "amended_from", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 1, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Amended From", - "length": 0, - "no_copy": 1, - "oldfieldname": "amended_from", - "oldfieldtype": "Data", - "options": "Purchase Order", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "description": "", - "fieldname": "company", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 1, - "label": "Company", - "length": 0, - "no_copy": 0, - "oldfieldname": "company", - "oldfieldtype": "Link", - "options": "Company", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 1, - "report_hide": 0, - "reqd": 1, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "collapsible_depends_on": "", - "columns": 0, - "fieldname": "drop_ship", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Drop Ship", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "", - "fieldname": "customer", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Customer", - "length": 0, - "no_copy": 0, - "options": "Customer", - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 1, - "collapsible": 0, - "columns": 0, - "depends_on": "", - "fieldname": "customer_name", - "fieldtype": "Data", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Customer Name", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break_19", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "", - "fieldname": "customer_contact_person", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Customer Contact", - "length": 0, - "no_copy": 0, - "options": "Contact", - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "customer_contact_display", - "fieldtype": "Small Text", - "hidden": 1, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Customer Contact", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "customer_contact_mobile", - "fieldtype": "Small Text", - "hidden": 1, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Customer Mobile No", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "customer_contact_email", - "fieldtype": "Code", - "hidden": 1, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Customer Contact Email", - "length": 0, - "no_copy": 0, - "options": "Email", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "columns": 0, - "fieldname": "section_addresses", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Address and Contact", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "supplier_address", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Select Supplier Address", - "length": 0, - "no_copy": 0, - "options": "Address", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "contact_person", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Contact Person", - "length": 0, - "no_copy": 0, - "options": "Contact", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "", - "fieldname": "address_display", - "fieldtype": "Small Text", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Address", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "contact_display", - "fieldtype": "Small Text", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 1, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Contact", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "contact_mobile", - "fieldtype": "Small Text", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Mobile No", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "contact_email", - "fieldtype": "Small Text", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Contact Email", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "col_break_address", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "", - "fieldname": "shipping_address", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Select Shipping Address", - "length": 0, - "no_copy": 0, - "options": "Address", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "shipping_address_display", - "fieldtype": "Small Text", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Shipping Address", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "columns": 0, - "fieldname": "currency_and_price_list", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Currency and Price List", - "length": 0, - "no_copy": 0, - "options": "fa fa-tag", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "currency", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Currency", - "length": 0, - "no_copy": 0, - "oldfieldname": "currency", - "oldfieldtype": "Select", - "options": "Currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "description": "", - "fieldname": "conversion_rate", - "fieldtype": "Float", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Exchange Rate", - "length": 0, - "no_copy": 0, - "oldfieldname": "conversion_rate", - "oldfieldtype": "Currency", - "permlevel": 0, - "precision": "9", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "cb_price_list", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "buying_price_list", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Price List", - "length": 0, - "no_copy": 0, - "options": "Price List", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "price_list_currency", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Price List Currency", - "length": 0, - "no_copy": 0, - "options": "Currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "plc_conversion_rate", - "fieldtype": "Float", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Price List Exchange Rate", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "9", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "ignore_pricing_rule", - "fieldtype": "Check", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Ignore Pricing Rule", - "length": 0, - "no_copy": 1, - "permlevel": 1, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "items_section", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "", - "length": 0, - "no_copy": 0, - "oldfieldtype": "Section Break", - "options": "fa fa-shopping-cart", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "items", - "fieldtype": "Table", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Items", - "length": 0, - "no_copy": 0, - "oldfieldname": "po_details", - "oldfieldtype": "Table", - "options": "Purchase Order Item", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "eval:doc.docstatus===0 && (doc.items && doc.items.length)", - "fieldname": "link_to_mrs", - "fieldtype": "Button", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Link to material requests", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "sb_last_purchase", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Total (Company Currency)", - "length": 0, - "no_copy": 0, - "options": "Company:company:default_currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_net_total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Net Total (Company Currency)", - "length": 0, - "no_copy": 1, - "oldfieldname": "net_total", - "oldfieldtype": "Currency", - "options": "Company:company:default_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break_26", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Total", - "length": 0, - "no_copy": 0, - "options": "currency", - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "net_total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Net Total", - "length": 0, - "no_copy": 0, - "oldfieldname": "net_total_import", - "oldfieldtype": "Currency", - "options": "currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "taxes_section", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "", - "length": 0, - "no_copy": 0, - "oldfieldtype": "Section Break", - "options": "fa fa-money", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "description": "", - "fieldname": "taxes_and_charges", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Taxes and Charges", - "length": 0, - "no_copy": 0, - "oldfieldname": "purchase_other_charges", - "oldfieldtype": "Link", - "options": "Purchase Taxes and Charges Template", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "taxes", - "fieldtype": "Table", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Purchase Taxes and Charges", - "length": 0, - "no_copy": 0, - "oldfieldname": "purchase_tax_details", - "oldfieldtype": "Table", - "options": "Purchase Taxes and Charges", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "columns": 0, - "fieldname": "sec_tax_breakup", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Tax Breakup", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "other_charges_calculation", - "fieldtype": "Text", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Taxes and Charges Calculation", - "length": 0, - "no_copy": 1, - "oldfieldtype": "HTML", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "totals", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "", - "length": 0, - "no_copy": 0, - "oldfieldtype": "Section Break", - "options": "fa fa-money", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_taxes_and_charges_added", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Taxes and Charges Added (Company Currency)", - "length": 0, - "no_copy": 0, - "oldfieldname": "other_charges_added", - "oldfieldtype": "Currency", - "options": "Company:company:default_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_taxes_and_charges_deducted", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Taxes and Charges Deducted (Company Currency)", - "length": 0, - "no_copy": 0, - "oldfieldname": "other_charges_deducted", - "oldfieldtype": "Currency", - "options": "Company:company:default_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_total_taxes_and_charges", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Total Taxes and Charges (Company Currency)", - "length": 0, - "no_copy": 1, - "oldfieldname": "total_tax", - "oldfieldtype": "Currency", - "options": "Company:company:default_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break_39", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "taxes_and_charges_added", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Taxes and Charges Added", - "length": 0, - "no_copy": 0, - "oldfieldname": "other_charges_added_import", - "oldfieldtype": "Currency", - "options": "currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "taxes_and_charges_deducted", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Taxes and Charges Deducted", - "length": 0, - "no_copy": 0, - "oldfieldname": "other_charges_deducted_import", - "oldfieldtype": "Currency", - "options": "currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "total_taxes_and_charges", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Total Taxes and Charges", - "length": 0, - "no_copy": 0, - "options": "currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "collapsible_depends_on": "discount_amount", - "columns": 0, - "fieldname": "discount_section", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Additional Discount", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "default": "Grand Total", - "fieldname": "apply_discount_on", - "fieldtype": "Select", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Apply Additional Discount On", - "length": 0, - "no_copy": 0, - "options": "\nGrand Total\nNet Total", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_discount_amount", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Additional Discount Amount (Company Currency)", - "length": 0, - "no_copy": 0, - "options": "Company:company:default_currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break_45", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "additional_discount_percentage", - "fieldtype": "Float", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Additional Discount Percentage", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "discount_amount", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Additional Discount Amount", - "length": 0, - "no_copy": 0, - "options": "currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "totals_section", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_grand_total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Grand Total (Company Currency)", - "length": 0, - "no_copy": 1, - "oldfieldname": "grand_total", - "oldfieldtype": "Currency", - "options": "Company:company:default_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_rounding_adjustment", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Rounding Adjustment (Company Currency)", - "length": 0, - "no_copy": 1, - "options": "Company:company:default_currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "description": "In Words will be visible once you save the Purchase Order.", - "fieldname": "base_in_words", - "fieldtype": "Data", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "In Words (Company Currency)", - "length": 0, - "no_copy": 0, - "oldfieldname": "in_words", - "oldfieldtype": "Data", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_rounded_total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Rounded Total (Company Currency)", - "length": 0, - "no_copy": 0, - "oldfieldname": "rounded_total", - "oldfieldtype": "Currency", - "options": "Company:company:default_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break4", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "oldfieldtype": "Column Break", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "grand_total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 1, - "in_standard_filter": 0, - "label": "Grand Total", - "length": 0, - "no_copy": 0, - "oldfieldname": "grand_total_import", - "oldfieldtype": "Currency", - "options": "currency", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "rounding_adjustment", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Rounding Adjustment", - "length": 0, - "no_copy": 1, - "options": "currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "in_words", - "fieldtype": "Data", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "In Words", - "length": 0, - "no_copy": 0, - "oldfieldname": "in_words_import", - "oldfieldtype": "Data", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "advance_paid", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Advance Paid", - "length": 0, - "no_copy": 1, - "options": "party_account_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "collapsible_depends_on": "terms", - "columns": 0, - "fieldname": "terms_section_break", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Terms and Conditions", - "length": 0, - "no_copy": 0, - "oldfieldtype": "Section Break", - "options": "fa fa-legal", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "tc_name", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Terms", - "length": 0, - "no_copy": 0, - "oldfieldname": "tc_name", - "oldfieldtype": "Link", - "options": "Terms and Conditions", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "terms", - "fieldtype": "Text Editor", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Terms and Conditions", - "length": 0, - "no_copy": 0, - "oldfieldname": "terms", - "oldfieldtype": "Text Editor", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "columns": 0, - "fieldname": "more_info", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "More Information", - "length": 0, - "no_copy": 0, - "oldfieldtype": "Section Break", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "default": "Draft", - "fieldname": "status", - "fieldtype": "Select", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 1, - "label": "Status", - "length": 0, - "no_copy": 1, - "oldfieldname": "status", - "oldfieldtype": "Select", - "options": "\nDraft\nTo Receive and Bill\nTo Bill\nTo Receive\nCompleted\nCancelled\nClosed\nDelivered", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 1, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "ref_sq", - "fieldtype": "Data", - "hidden": 1, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Ref SQ", - "length": 0, - "no_copy": 1, - "oldfieldname": "ref_sq", - "oldfieldtype": "Data", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "party_account_currency", - "fieldtype": "Link", - "hidden": 1, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Party Account Currency", - "length": 0, - "no_copy": 1, - "options": "Currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break_74", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "eval:!doc.__islocal", - "description": "", - "fieldname": "per_received", - "fieldtype": "Percent", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 1, - "in_standard_filter": 0, - "label": "% Received", - "length": 0, - "no_copy": 1, - "oldfieldname": "per_received", - "oldfieldtype": "Currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "eval:!doc.__islocal", - "description": "", - "fieldname": "per_billed", - "fieldtype": "Percent", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 1, - "in_standard_filter": 0, - "label": "% Billed", - "length": 0, - "no_copy": 1, - "oldfieldname": "per_billed", - "oldfieldtype": "Currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "columns": 0, - "fieldname": "column_break5", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Printing Settings", - "length": 0, - "no_copy": 0, - "oldfieldtype": "Column Break", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "print_width": "50%", - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0, + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "Today", + "fieldname": "transaction_date", + "fieldtype": "Date", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Date", + "length": 0, + "no_copy": 0, + "oldfieldname": "transaction_date", + "oldfieldtype": "Date", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 1, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "", + "fieldname": "schedule_date", + "fieldtype": "Date", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Reqd By Date", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "amended_from", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 1, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Amended From", + "length": 0, + "no_copy": 1, + "oldfieldname": "amended_from", + "oldfieldtype": "Data", + "options": "Purchase Order", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "description": "", + "fieldname": "company", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 1, + "label": "Company", + "length": 0, + "no_copy": 0, + "oldfieldname": "company", + "oldfieldtype": "Link", + "options": "Company", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 1, + "report_hide": 0, + "reqd": 1, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": "", + "columns": 0, + "fieldname": "drop_ship", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Drop Ship", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "", + "fieldname": "customer", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Customer", + "length": 0, + "no_copy": 0, + "options": "Customer", + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 1, + "collapsible": 0, + "columns": 0, + "depends_on": "", + "fieldname": "customer_name", + "fieldtype": "Data", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Customer Name", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break_19", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "", + "fieldname": "customer_contact_person", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Customer Contact", + "length": 0, + "no_copy": 0, + "options": "Contact", + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "customer_contact_display", + "fieldtype": "Small Text", + "hidden": 1, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Customer Contact", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "customer_contact_mobile", + "fieldtype": "Small Text", + "hidden": 1, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Customer Mobile No", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "customer_contact_email", + "fieldtype": "Code", + "hidden": 1, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Customer Contact Email", + "length": 0, + "no_copy": 0, + "options": "Email", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "columns": 0, + "fieldname": "section_addresses", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Address and Contact", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "supplier_address", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Select Supplier Address", + "length": 0, + "no_copy": 0, + "options": "Address", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "contact_person", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Contact Person", + "length": 0, + "no_copy": 0, + "options": "Contact", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "", + "fieldname": "address_display", + "fieldtype": "Small Text", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Address", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "contact_display", + "fieldtype": "Small Text", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 1, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Contact", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "contact_mobile", + "fieldtype": "Small Text", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Mobile No", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "contact_email", + "fieldtype": "Small Text", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Contact Email", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "col_break_address", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "", + "fieldname": "shipping_address", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Select Shipping Address", + "length": 0, + "no_copy": 0, + "options": "Address", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "shipping_address_display", + "fieldtype": "Small Text", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Shipping Address", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "columns": 0, + "fieldname": "currency_and_price_list", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Currency and Price List", + "length": 0, + "no_copy": 0, + "options": "fa fa-tag", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "currency", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Currency", + "length": 0, + "no_copy": 0, + "oldfieldname": "currency", + "oldfieldtype": "Select", + "options": "Currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "description": "", + "fieldname": "conversion_rate", + "fieldtype": "Float", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Exchange Rate", + "length": 0, + "no_copy": 0, + "oldfieldname": "conversion_rate", + "oldfieldtype": "Currency", + "permlevel": 0, + "precision": "9", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "cb_price_list", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "buying_price_list", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Price List", + "length": 0, + "no_copy": 0, + "options": "Price List", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "price_list_currency", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Price List Currency", + "length": 0, + "no_copy": 0, + "options": "Currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "plc_conversion_rate", + "fieldtype": "Float", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Price List Exchange Rate", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "9", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "ignore_pricing_rule", + "fieldtype": "Check", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Ignore Pricing Rule", + "length": 0, + "no_copy": 1, + "permlevel": 1, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "items_section", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "", + "length": 0, + "no_copy": 0, + "oldfieldtype": "Section Break", + "options": "fa fa-shopping-cart", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "items", + "fieldtype": "Table", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Items", + "length": 0, + "no_copy": 0, + "oldfieldname": "po_details", + "oldfieldtype": "Table", + "options": "Purchase Order Item", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "eval:doc.docstatus===0 && (doc.items && doc.items.length)", + "fieldname": "link_to_mrs", + "fieldtype": "Button", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Link to material requests", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "sb_last_purchase", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Total (Company Currency)", + "length": 0, + "no_copy": 0, + "options": "Company:company:default_currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_net_total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Net Total (Company Currency)", + "length": 0, + "no_copy": 1, + "oldfieldname": "net_total", + "oldfieldtype": "Currency", + "options": "Company:company:default_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break_26", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Total", + "length": 0, + "no_copy": 0, + "options": "currency", + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "net_total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Net Total", + "length": 0, + "no_copy": 0, + "oldfieldname": "net_total_import", + "oldfieldtype": "Currency", + "options": "currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "taxes_section", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "", + "length": 0, + "no_copy": 0, + "oldfieldtype": "Section Break", + "options": "fa fa-money", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "description": "", + "fieldname": "taxes_and_charges", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Taxes and Charges", + "length": 0, + "no_copy": 0, + "oldfieldname": "purchase_other_charges", + "oldfieldtype": "Link", + "options": "Purchase Taxes and Charges Template", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break_50", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "shipping_rule", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Shipping Rule", + "length": 0, + "no_copy": 0, + "options": "Shipping Rule", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "section_break_52", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "taxes", + "fieldtype": "Table", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Purchase Taxes and Charges", + "length": 0, + "no_copy": 0, + "oldfieldname": "purchase_tax_details", + "oldfieldtype": "Table", + "options": "Purchase Taxes and Charges", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "columns": 0, + "fieldname": "sec_tax_breakup", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Tax Breakup", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "other_charges_calculation", + "fieldtype": "Text", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Taxes and Charges Calculation", + "length": 0, + "no_copy": 1, + "oldfieldtype": "HTML", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "totals", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "", + "length": 0, + "no_copy": 0, + "oldfieldtype": "Section Break", + "options": "fa fa-money", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_taxes_and_charges_added", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Taxes and Charges Added (Company Currency)", + "length": 0, + "no_copy": 0, + "oldfieldname": "other_charges_added", + "oldfieldtype": "Currency", + "options": "Company:company:default_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_taxes_and_charges_deducted", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Taxes and Charges Deducted (Company Currency)", + "length": 0, + "no_copy": 0, + "oldfieldname": "other_charges_deducted", + "oldfieldtype": "Currency", + "options": "Company:company:default_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_total_taxes_and_charges", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Total Taxes and Charges (Company Currency)", + "length": 0, + "no_copy": 1, + "oldfieldname": "total_tax", + "oldfieldtype": "Currency", + "options": "Company:company:default_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break_39", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "taxes_and_charges_added", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Taxes and Charges Added", + "length": 0, + "no_copy": 0, + "oldfieldname": "other_charges_added_import", + "oldfieldtype": "Currency", + "options": "currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "taxes_and_charges_deducted", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Taxes and Charges Deducted", + "length": 0, + "no_copy": 0, + "oldfieldname": "other_charges_deducted_import", + "oldfieldtype": "Currency", + "options": "currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "total_taxes_and_charges", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Total Taxes and Charges", + "length": 0, + "no_copy": 0, + "options": "currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "collapsible_depends_on": "discount_amount", + "columns": 0, + "fieldname": "discount_section", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Additional Discount", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "Grand Total", + "fieldname": "apply_discount_on", + "fieldtype": "Select", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Apply Additional Discount On", + "length": 0, + "no_copy": 0, + "options": "\nGrand Total\nNet Total", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_discount_amount", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Additional Discount Amount (Company Currency)", + "length": 0, + "no_copy": 0, + "options": "Company:company:default_currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break_45", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "additional_discount_percentage", + "fieldtype": "Float", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Additional Discount Percentage", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "discount_amount", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Additional Discount Amount", + "length": 0, + "no_copy": 0, + "options": "currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "totals_section", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_grand_total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Grand Total (Company Currency)", + "length": 0, + "no_copy": 1, + "oldfieldname": "grand_total", + "oldfieldtype": "Currency", + "options": "Company:company:default_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_rounding_adjustment", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Rounding Adjustment (Company Currency)", + "length": 0, + "no_copy": 1, + "options": "Company:company:default_currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "description": "In Words will be visible once you save the Purchase Order.", + "fieldname": "base_in_words", + "fieldtype": "Data", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "In Words (Company Currency)", + "length": 0, + "no_copy": 0, + "oldfieldname": "in_words", + "oldfieldtype": "Data", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_rounded_total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Rounded Total (Company Currency)", + "length": 0, + "no_copy": 0, + "oldfieldname": "rounded_total", + "oldfieldtype": "Currency", + "options": "Company:company:default_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break4", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "oldfieldtype": "Column Break", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "grand_total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 1, + "in_standard_filter": 0, + "label": "Grand Total", + "length": 0, + "no_copy": 0, + "oldfieldname": "grand_total_import", + "oldfieldtype": "Currency", + "options": "currency", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "rounding_adjustment", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Rounding Adjustment", + "length": 0, + "no_copy": 1, + "options": "currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "in_words", + "fieldtype": "Data", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "In Words", + "length": 0, + "no_copy": 0, + "oldfieldname": "in_words_import", + "oldfieldtype": "Data", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "advance_paid", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Advance Paid", + "length": 0, + "no_copy": 1, + "options": "party_account_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "collapsible_depends_on": "terms", + "columns": 0, + "fieldname": "terms_section_break", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Terms and Conditions", + "length": 0, + "no_copy": 0, + "oldfieldtype": "Section Break", + "options": "fa fa-legal", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "tc_name", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Terms", + "length": 0, + "no_copy": 0, + "oldfieldname": "tc_name", + "oldfieldtype": "Link", + "options": "Terms and Conditions", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "terms", + "fieldtype": "Text Editor", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Terms and Conditions", + "length": 0, + "no_copy": 0, + "oldfieldname": "terms", + "oldfieldtype": "Text Editor", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "columns": 0, + "fieldname": "more_info", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "More Information", + "length": 0, + "no_copy": 0, + "oldfieldtype": "Section Break", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "Draft", + "fieldname": "status", + "fieldtype": "Select", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 1, + "label": "Status", + "length": 0, + "no_copy": 1, + "oldfieldname": "status", + "oldfieldtype": "Select", + "options": "\nDraft\nTo Receive and Bill\nTo Bill\nTo Receive\nCompleted\nCancelled\nClosed\nDelivered", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 1, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "ref_sq", + "fieldtype": "Data", + "hidden": 1, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Ref SQ", + "length": 0, + "no_copy": 1, + "oldfieldname": "ref_sq", + "oldfieldtype": "Data", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "party_account_currency", + "fieldtype": "Link", + "hidden": 1, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Party Account Currency", + "length": 0, + "no_copy": 1, + "options": "Currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break_74", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "eval:!doc.__islocal", + "description": "", + "fieldname": "per_received", + "fieldtype": "Percent", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 1, + "in_standard_filter": 0, + "label": "% Received", + "length": 0, + "no_copy": 1, + "oldfieldname": "per_received", + "oldfieldtype": "Currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "eval:!doc.__islocal", + "description": "", + "fieldname": "per_billed", + "fieldtype": "Percent", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 1, + "in_standard_filter": 0, + "label": "% Billed", + "length": 0, + "no_copy": 1, + "oldfieldname": "per_billed", + "oldfieldtype": "Currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "columns": 0, + "fieldname": "column_break5", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Printing Settings", + "length": 0, + "no_copy": 0, + "oldfieldtype": "Column Break", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": "50%", + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0, "width": "50%" - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 1, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "letter_head", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Letter Head", - "length": 0, - "no_copy": 0, - "oldfieldname": "letter_head", - "oldfieldtype": "Select", - "options": "Letter Head", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "letter_head", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Letter Head", + "length": 0, + "no_copy": 0, + "oldfieldname": "letter_head", + "oldfieldtype": "Select", + "options": "Letter Head", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 1, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "select_print_heading", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Print Heading", - "length": 0, - "no_copy": 1, - "oldfieldname": "select_print_heading", - "oldfieldtype": "Link", - "options": "Print Heading", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 1, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "select_print_heading", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Print Heading", + "length": 0, + "no_copy": 1, + "oldfieldname": "select_print_heading", + "oldfieldtype": "Link", + "options": "Print Heading", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 1, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break_86", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break_86", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 1, - "bold": 0, - "collapsible": 0, - "columns": 0, - "description": "", - "fieldname": "group_same_items", - "fieldtype": "Check", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Group same items", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "columns": 0, + "description": "", + "fieldname": "group_same_items", + "fieldtype": "Check", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Group same items", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "default": "", - "fieldname": "language", - "fieldtype": "Data", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Print Language", - "length": 0, - "no_copy": 0, - "options": "", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "", + "fieldname": "language", + "fieldtype": "Data", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Print Language", + "length": 0, + "no_copy": 0, + "options": "", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "collapsible_depends_on": "supplied_items", - "columns": 0, - "description": "", - "fieldname": "raw_material_details", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Raw Materials Supplied", - "length": 0, - "no_copy": 0, - "oldfieldtype": "Section Break", - "options": "fa fa-truck", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "collapsible_depends_on": "supplied_items", + "columns": 0, + "description": "", + "fieldname": "raw_material_details", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Raw Materials Supplied", + "length": 0, + "no_copy": 0, + "oldfieldtype": "Section Break", + "options": "fa fa-truck", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "supplied_items", - "fieldtype": "Table", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Supplied Items", - "length": 0, - "no_copy": 0, - "oldfieldname": "po_raw_material_details", - "oldfieldtype": "Table", - "options": "Purchase Order Item Supplied", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "supplied_items", + "fieldtype": "Table", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Supplied Items", + "length": 0, + "no_copy": 0, + "oldfieldname": "po_raw_material_details", + "oldfieldtype": "Table", + "options": "Purchase Order Item Supplied", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "subscription_section", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Subscription Section", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "subscription_section", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Subscription Section", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 1, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "", - "description": "", - "fieldname": "from_date", - "fieldtype": "Date", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "From Date", - "length": 0, - "no_copy": 1, - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "", + "description": "", + "fieldname": "from_date", + "fieldtype": "Date", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "From Date", + "length": 0, + "no_copy": 1, + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 1, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "", - "description": "", - "fieldname": "to_date", - "fieldtype": "Date", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "To Date", - "length": 0, - "no_copy": 1, - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "", + "description": "", + "fieldname": "to_date", + "fieldtype": "Date", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "To Date", + "length": 0, + "no_copy": 1, + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break_97", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break_97", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "subscription", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Subscription", - "length": 0, - "no_copy": 1, - "options": "Subscription", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "subscription", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Subscription", + "length": 0, + "no_copy": 1, + "options": "Subscription", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 } - ], - "has_web_view": 0, - "hide_heading": 0, - "hide_toolbar": 0, - "icon": "fa fa-file-text", - "idx": 105, - "image_view": 0, - "in_create": 0, - "is_submittable": 1, - "issingle": 0, - "istable": 0, - "max_attachments": 0, - "modified": "2017-11-15 01:03:44.591992", - "modified_by": "Administrator", - "module": "Buying", - "name": "Purchase Order", - "owner": "Administrator", + ], + "has_web_view": 0, + "hide_heading": 0, + "hide_toolbar": 0, + "icon": "fa fa-file-text", + "idx": 105, + "image_view": 0, + "in_create": 0, + "is_submittable": 1, + "issingle": 0, + "istable": 0, + "max_attachments": 0, + "modified": "2017-11-15 01:03:44.591992", + "modified_by": "Administrator", + "module": "Buying", + "name": "Purchase Order", + "owner": "Administrator", "permissions": [ { - "amend": 0, - "apply_user_permissions": 0, - "cancel": 0, - "create": 0, - "delete": 0, - "email": 0, - "export": 0, - "if_owner": 0, - "import": 0, - "permlevel": 0, - "print": 0, - "read": 1, - "report": 1, - "role": "Stock User", - "set_user_permissions": 0, - "share": 0, - "submit": 0, + "amend": 0, + "apply_user_permissions": 0, + "cancel": 0, + "create": 0, + "delete": 0, + "email": 0, + "export": 0, + "if_owner": 0, + "import": 0, + "permlevel": 0, + "print": 0, + "read": 1, + "report": 1, + "role": "Stock User", + "set_user_permissions": 0, + "share": 0, + "submit": 0, "write": 0 - }, + }, { - "amend": 1, - "apply_user_permissions": 0, - "cancel": 1, - "create": 1, - "delete": 1, - "email": 1, - "export": 0, - "if_owner": 0, - "import": 0, - "permlevel": 0, - "print": 1, - "read": 1, - "report": 1, - "role": "Purchase Manager", - "set_user_permissions": 0, - "share": 1, - "submit": 1, + "amend": 1, + "apply_user_permissions": 0, + "cancel": 1, + "create": 1, + "delete": 1, + "email": 1, + "export": 0, + "if_owner": 0, + "import": 0, + "permlevel": 0, + "print": 1, + "read": 1, + "report": 1, + "role": "Purchase Manager", + "set_user_permissions": 0, + "share": 1, + "submit": 1, "write": 1 - }, + }, { - "amend": 1, - "apply_user_permissions": 0, - "cancel": 1, - "create": 1, - "delete": 1, - "email": 1, - "export": 0, - "if_owner": 0, - "import": 0, - "permlevel": 0, - "print": 1, - "read": 1, - "report": 1, - "role": "Purchase User", - "set_user_permissions": 0, - "share": 1, - "submit": 1, + "amend": 1, + "apply_user_permissions": 0, + "cancel": 1, + "create": 1, + "delete": 1, + "email": 1, + "export": 0, + "if_owner": 0, + "import": 0, + "permlevel": 0, + "print": 1, + "read": 1, + "report": 1, + "role": "Purchase User", + "set_user_permissions": 0, + "share": 1, + "submit": 1, "write": 1 - }, + }, { - "amend": 0, - "apply_user_permissions": 0, - "cancel": 0, - "create": 0, - "delete": 0, - "email": 0, - "export": 0, - "if_owner": 0, - "import": 0, - "permlevel": 1, - "print": 0, - "read": 1, - "report": 0, - "role": "Purchase Manager", - "set_user_permissions": 0, - "share": 0, - "submit": 0, + "amend": 0, + "apply_user_permissions": 0, + "cancel": 0, + "create": 0, + "delete": 0, + "email": 0, + "export": 0, + "if_owner": 0, + "import": 0, + "permlevel": 1, + "print": 0, + "read": 1, + "report": 0, + "role": "Purchase Manager", + "set_user_permissions": 0, + "share": 0, + "submit": 0, "write": 1 } - ], - "quick_entry": 0, - "read_only": 0, - "read_only_onload": 1, - "search_fields": "status, transaction_date, supplier,grand_total", - "show_name_in_global_search": 1, - "sort_field": "modified", - "sort_order": "DESC", - "timeline_field": "supplier", - "title_field": "title", - "track_changes": 0, + ], + "quick_entry": 0, + "read_only": 0, + "read_only_onload": 1, + "search_fields": "status, transaction_date, supplier,grand_total", + "show_name_in_global_search": 1, + "sort_field": "modified", + "sort_order": "DESC", + "timeline_field": "supplier", + "title_field": "title", + "track_changes": 0, "track_seen": 0 } \ No newline at end of file diff --git a/erpnext/buying/doctype/purchase_order/tests/test_purchase_order_with_shipping_rule.js b/erpnext/buying/doctype/purchase_order/tests/test_purchase_order_with_shipping_rule.js new file mode 100644 index 00000000000..96775eb0075 --- /dev/null +++ b/erpnext/buying/doctype/purchase_order/tests/test_purchase_order_with_shipping_rule.js @@ -0,0 +1,43 @@ +QUnit.module('Buying'); + +QUnit.test("test: purchase order with shipping rule", function(assert) { + assert.expect(3); + let done = assert.async(); + + frappe.run_serially([ + () => { + return frappe.tests.make('Purchase Order', [ + {supplier: 'Test Supplier'}, + {is_subcontracted: 'No'}, + {buying_price_list: 'Test-Buying-USD'}, + {currency: 'USD'}, + {"schedule_date": frappe.datetime.add_days(frappe.datetime.now_date(), 1)}, + {items: [ + [ + {"item_code": 'Test Product 4'}, + {"qty": 5}, + {"uom": 'Unit'}, + {"rate": 500 }, + {"schedule_date": frappe.datetime.add_days(frappe.datetime.now_date(), 1)}, + {"expected_delivery_date": frappe.datetime.add_days(frappe.datetime.now_date(), 5)}, + {"warehouse": 'Stores - '+frappe.get_abbr(frappe.defaults.get_default("Company"))} + ] + ]}, + + {shipping_rule:'Two Day Shipping'} + ]); + }, + + () => { + // Check grand total + assert.ok(cur_frm.doc.total_taxes_and_charges == 200, "Taxes and charges correct"); + assert.ok(cur_frm.doc.grand_total == 2700, "Grand total correct"); + }, + + () => frappe.timeout(0.3), + () => frappe.tests.click_button('Submit'), + () => frappe.tests.click_button('Yes'), + () => frappe.timeout(0.3), + () => done() + ]); +}); \ No newline at end of file diff --git a/erpnext/buying/doctype/supplier_quotation/supplier_quotation.json b/erpnext/buying/doctype/supplier_quotation/supplier_quotation.json index 67bf6bd0893..d9bba4218bc 100644 --- a/erpnext/buying/doctype/supplier_quotation/supplier_quotation.json +++ b/erpnext/buying/doctype/supplier_quotation/supplier_quotation.json @@ -1,2492 +1,2581 @@ { - "allow_copy": 0, - "allow_guest_to_view": 0, - "allow_import": 1, - "allow_rename": 0, - "autoname": "naming_series:", - "beta": 0, - "creation": "2013-05-21 16:16:45", - "custom": 0, - "docstatus": 0, - "doctype": "DocType", - "document_type": "Document", - "editable_grid": 0, + "allow_copy": 0, + "allow_guest_to_view": 0, + "allow_import": 1, + "allow_rename": 0, + "autoname": "naming_series:", + "beta": 0, + "creation": "2013-05-21 16:16:45", + "custom": 0, + "docstatus": 0, + "doctype": "DocType", + "document_type": "Document", + "editable_grid": 0, "fields": [ { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "supplier_section", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "", - "length": 0, - "no_copy": 0, - "options": "fa fa-user", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "supplier_section", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "", + "length": 0, + "no_copy": 0, + "options": "fa fa-user", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "default": "{supplier_name}", - "fieldname": "title", - "fieldtype": "Data", - "hidden": 1, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Title", - "length": 0, - "no_copy": 1, - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 1, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "{supplier_name}", + "fieldname": "title", + "fieldtype": "Data", + "hidden": 1, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Title", + "length": 0, + "no_copy": 1, + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 1, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "naming_series", - "fieldtype": "Select", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Series", - "length": 0, - "no_copy": 1, - "oldfieldname": "naming_series", - "oldfieldtype": "Select", - "options": "SQTN-", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 0, - "set_only_once": 1, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "naming_series", + "fieldtype": "Select", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Series", + "length": 0, + "no_copy": 1, + "oldfieldname": "naming_series", + "oldfieldtype": "Select", + "options": "SQTN-", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 0, + "set_only_once": 1, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 1, - "collapsible": 0, - "columns": 0, - "description": "", - "fieldname": "supplier", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 1, - "label": "Supplier", - "length": 0, - "no_copy": 0, - "oldfieldname": "supplier", - "oldfieldtype": "Link", - "options": "Supplier", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 1, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 1, + "collapsible": 0, + "columns": 0, + "description": "", + "fieldname": "supplier", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 1, + "label": "Supplier", + "length": 0, + "no_copy": 0, + "oldfieldname": "supplier", + "oldfieldtype": "Link", + "options": "Supplier", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 1, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 1, - "collapsible": 0, - "columns": 0, - "fieldname": "supplier_name", - "fieldtype": "Data", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 1, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Name", - "length": 0, - "no_copy": 0, - "options": "supplier.supplier_name", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 1, + "collapsible": 0, + "columns": 0, + "fieldname": "supplier_name", + "fieldtype": "Data", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 1, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Name", + "length": 0, + "no_copy": 0, + "options": "supplier.supplier_name", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break1", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "oldfieldtype": "Column Break", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "print_width": "50%", - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break1", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "oldfieldtype": "Column Break", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": "50%", + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0, "width": "50%" - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "default": "Today", - "fieldname": "transaction_date", - "fieldtype": "Date", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Date", - "length": 0, - "no_copy": 0, - "oldfieldname": "transaction_date", - "oldfieldtype": "Date", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 1, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "Today", + "fieldname": "transaction_date", + "fieldtype": "Date", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Date", + "length": 0, + "no_copy": 0, + "oldfieldname": "transaction_date", + "oldfieldtype": "Date", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 1, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "amended_from", - "fieldtype": "Link", - "hidden": 1, - "ignore_user_permissions": 1, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Amended From", - "length": 0, - "no_copy": 1, - "oldfieldname": "amended_from", - "oldfieldtype": "Data", - "options": "Supplier Quotation", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "amended_from", + "fieldtype": "Link", + "hidden": 1, + "ignore_user_permissions": 1, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Amended From", + "length": 0, + "no_copy": 1, + "oldfieldname": "amended_from", + "oldfieldtype": "Data", + "options": "Supplier Quotation", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "description": "", - "fieldname": "company", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 1, - "label": "Company", - "length": 0, - "no_copy": 0, - "oldfieldname": "company", - "oldfieldtype": "Link", - "options": "Company", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 1, - "report_hide": 0, - "reqd": 1, - "search_index": 1, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "description": "", + "fieldname": "company", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 1, + "label": "Company", + "length": 0, + "no_copy": 0, + "oldfieldname": "company", + "oldfieldtype": "Link", + "options": "Company", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 1, + "report_hide": 0, + "reqd": 1, + "search_index": 1, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "columns": 0, - "fieldname": "address_section", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Address and Contact", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "columns": 0, + "fieldname": "address_section", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Address and Contact", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "supplier_address", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Supplier Address", - "length": 0, - "no_copy": 0, - "options": "Address", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "supplier_address", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Supplier Address", + "length": 0, + "no_copy": 0, + "options": "Address", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "contact_person", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Contact Person", - "length": 0, - "no_copy": 0, - "options": "Contact", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "contact_person", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Contact Person", + "length": 0, + "no_copy": 0, + "options": "Contact", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "address_display", - "fieldtype": "Small Text", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Address", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "address_display", + "fieldtype": "Small Text", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Address", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "contact_display", - "fieldtype": "Small Text", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 1, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Contact", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "contact_display", + "fieldtype": "Small Text", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 1, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Contact", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "contact_mobile", - "fieldtype": "Small Text", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Mobile No", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "contact_mobile", + "fieldtype": "Small Text", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Mobile No", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "contact_email", - "fieldtype": "Data", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Contact Email", - "length": 0, - "no_copy": 0, - "options": "Email", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "contact_email", + "fieldtype": "Data", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Contact Email", + "length": 0, + "no_copy": 0, + "options": "Email", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "columns": 0, - "fieldname": "currency_and_price_list", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Currency and Price List", - "length": 0, - "no_copy": 0, - "options": "fa fa-tag", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "columns": 0, + "fieldname": "currency_and_price_list", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Currency and Price List", + "length": 0, + "no_copy": 0, + "options": "fa fa-tag", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "currency", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Currency", - "length": 0, - "no_copy": 0, - "oldfieldname": "currency", - "oldfieldtype": "Select", - "options": "Currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "currency", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Currency", + "length": 0, + "no_copy": 0, + "oldfieldname": "currency", + "oldfieldtype": "Select", + "options": "Currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "description": "", - "fieldname": "conversion_rate", - "fieldtype": "Float", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Exchange Rate", - "length": 0, - "no_copy": 0, - "oldfieldname": "conversion_rate", - "oldfieldtype": "Currency", - "permlevel": 0, - "precision": "9", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "description": "", + "fieldname": "conversion_rate", + "fieldtype": "Float", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Exchange Rate", + "length": 0, + "no_copy": 0, + "oldfieldname": "conversion_rate", + "oldfieldtype": "Currency", + "permlevel": 0, + "precision": "9", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "cb_price_list", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "print_width": "50%", - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "cb_price_list", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": "50%", + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0, "width": "50%" - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "buying_price_list", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Price List", - "length": 0, - "no_copy": 0, - "options": "Price List", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "buying_price_list", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Price List", + "length": 0, + "no_copy": 0, + "options": "Price List", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "buying_price_list", - "fieldname": "price_list_currency", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Price List Currency", - "length": 0, - "no_copy": 0, - "options": "Currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "buying_price_list", + "fieldname": "price_list_currency", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Price List Currency", + "length": 0, + "no_copy": 0, + "options": "Currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "buying_price_list", - "fieldname": "plc_conversion_rate", - "fieldtype": "Float", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Price List Exchange Rate", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "9", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "buying_price_list", + "fieldname": "plc_conversion_rate", + "fieldtype": "Float", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Price List Exchange Rate", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "9", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "ignore_pricing_rule", - "fieldtype": "Check", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Ignore Pricing Rule", - "length": 0, - "no_copy": 1, - "permlevel": 1, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "ignore_pricing_rule", + "fieldtype": "Check", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Ignore Pricing Rule", + "length": 0, + "no_copy": 1, + "permlevel": 1, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "items_section", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "", - "length": 0, - "no_copy": 0, - "oldfieldtype": "Section Break", - "options": "fa fa-shopping-cart", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "items_section", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "", + "length": 0, + "no_copy": 0, + "oldfieldtype": "Section Break", + "options": "fa fa-shopping-cart", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "items", - "fieldtype": "Table", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Items", - "length": 0, - "no_copy": 0, - "oldfieldname": "po_details", - "oldfieldtype": "Table", - "options": "Supplier Quotation Item", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "items", + "fieldtype": "Table", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Items", + "length": 0, + "no_copy": 0, + "oldfieldname": "po_details", + "oldfieldtype": "Table", + "options": "Supplier Quotation Item", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "eval:doc.docstatus===0 && (doc.items && doc.items.length)", - "fieldname": "link_to_mrs", - "fieldtype": "Button", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Link to material requests", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "eval:doc.docstatus===0 && (doc.items && doc.items.length)", + "fieldname": "link_to_mrs", + "fieldtype": "Button", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Link to material requests", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "section_break_22", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "section_break_22", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Total (Company Currency)", - "length": 0, - "no_copy": 0, - "options": "Company:company:default_currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Total (Company Currency)", + "length": 0, + "no_copy": 0, + "options": "Company:company:default_currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_net_total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Net Total (Company Currency)", - "length": 0, - "no_copy": 1, - "oldfieldname": "net_total", - "oldfieldtype": "Currency", - "options": "Company:company:default_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_net_total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Net Total (Company Currency)", + "length": 0, + "no_copy": 1, + "oldfieldname": "net_total", + "oldfieldtype": "Currency", + "options": "Company:company:default_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break_24", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break_24", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Total", - "length": 0, - "no_copy": 0, - "options": "currency", - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Total", + "length": 0, + "no_copy": 0, + "options": "currency", + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "net_total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Net Total", - "length": 0, - "no_copy": 0, - "oldfieldname": "net_total_import", - "oldfieldtype": "Currency", - "options": "currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "net_total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Net Total", + "length": 0, + "no_copy": 0, + "oldfieldname": "net_total_import", + "oldfieldtype": "Currency", + "options": "currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "taxes_section", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Taxes and Charges", - "length": 0, - "no_copy": 0, - "oldfieldtype": "Section Break", - "options": "fa fa-money", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "taxes_section", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Taxes and Charges", + "length": 0, + "no_copy": 0, + "oldfieldtype": "Section Break", + "options": "fa fa-money", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "description": "", - "fieldname": "taxes_and_charges", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Taxes and Charges", - "length": 0, - "no_copy": 1, - "oldfieldname": "purchase_other_charges", - "oldfieldtype": "Link", - "options": "Purchase Taxes and Charges Template", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "description": "", + "fieldname": "taxes_and_charges", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Taxes and Charges", + "length": 0, + "no_copy": 1, + "oldfieldname": "purchase_other_charges", + "oldfieldtype": "Link", + "options": "Purchase Taxes and Charges Template", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "taxes", - "fieldtype": "Table", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Purchase Taxes and Charges", - "length": 0, - "no_copy": 0, - "oldfieldname": "purchase_tax_details", - "oldfieldtype": "Table", - "options": "Purchase Taxes and Charges", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break_36", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "columns": 0, - "fieldname": "tax_breakup", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Tax Breakup", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "shipping_rule", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Shipping Rule", + "length": 0, + "no_copy": 0, + "options": "Shipping Rule", + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "other_charges_calculation", - "fieldtype": "Text", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Taxes and Charges Calculation", - "length": 0, - "no_copy": 1, - "oldfieldtype": "HTML", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "section_break_38", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "totals", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "", - "length": 0, - "no_copy": 0, - "oldfieldtype": "Section Break", - "options": "fa fa-money", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "taxes", + "fieldtype": "Table", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Purchase Taxes and Charges", + "length": 0, + "no_copy": 0, + "oldfieldname": "purchase_tax_details", + "oldfieldtype": "Table", + "options": "Purchase Taxes and Charges", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_taxes_and_charges_added", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Taxes and Charges Added (Company Currency)", - "length": 0, - "no_copy": 0, - "oldfieldname": "other_charges_added", - "oldfieldtype": "Currency", - "options": "Company:company:default_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "columns": 0, + "fieldname": "tax_breakup", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Tax Breakup", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_taxes_and_charges_deducted", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Taxes and Charges Deducted (Company Currency)", - "length": 0, - "no_copy": 0, - "oldfieldname": "other_charges_deducted", - "oldfieldtype": "Currency", - "options": "Company:company:default_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "other_charges_calculation", + "fieldtype": "Text", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Taxes and Charges Calculation", + "length": 0, + "no_copy": 1, + "oldfieldtype": "HTML", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_total_taxes_and_charges", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Total Taxes and Charges (Company Currency)", - "length": 0, - "no_copy": 1, - "oldfieldname": "total_tax", - "oldfieldtype": "Currency", - "options": "Company:company:default_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "totals", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "", + "length": 0, + "no_copy": 0, + "oldfieldtype": "Section Break", + "options": "fa fa-money", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break_37", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_taxes_and_charges_added", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Taxes and Charges Added (Company Currency)", + "length": 0, + "no_copy": 0, + "oldfieldname": "other_charges_added", + "oldfieldtype": "Currency", + "options": "Company:company:default_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "taxes_and_charges_added", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Taxes and Charges Added", - "length": 0, - "no_copy": 0, - "oldfieldname": "other_charges_added_import", - "oldfieldtype": "Currency", - "options": "currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_taxes_and_charges_deducted", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Taxes and Charges Deducted (Company Currency)", + "length": 0, + "no_copy": 0, + "oldfieldname": "other_charges_deducted", + "oldfieldtype": "Currency", + "options": "Company:company:default_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "taxes_and_charges_deducted", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Taxes and Charges Deducted", - "length": 0, - "no_copy": 0, - "oldfieldname": "other_charges_deducted_import", - "oldfieldtype": "Currency", - "options": "currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_total_taxes_and_charges", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Total Taxes and Charges (Company Currency)", + "length": 0, + "no_copy": 1, + "oldfieldname": "total_tax", + "oldfieldtype": "Currency", + "options": "Company:company:default_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "total_taxes_and_charges", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Total Taxes and Charges", - "length": 0, - "no_copy": 0, - "options": "currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break_37", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "collapsible_depends_on": "discount_amount", - "columns": 0, - "fieldname": "section_break_41", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Additional Discount", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "taxes_and_charges_added", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Taxes and Charges Added", + "length": 0, + "no_copy": 0, + "oldfieldname": "other_charges_added_import", + "oldfieldtype": "Currency", + "options": "currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "default": "Grand Total", - "fieldname": "apply_discount_on", - "fieldtype": "Select", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Apply Additional Discount On", - "length": 0, - "no_copy": 0, - "options": "\nGrand Total\nNet Total", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "taxes_and_charges_deducted", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Taxes and Charges Deducted", + "length": 0, + "no_copy": 0, + "oldfieldname": "other_charges_deducted_import", + "oldfieldtype": "Currency", + "options": "currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_discount_amount", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Additional Discount Amount (Company Currency)", - "length": 0, - "no_copy": 0, - "options": "Company:company:default_currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "total_taxes_and_charges", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Total Taxes and Charges", + "length": 0, + "no_copy": 0, + "options": "currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break_43", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "collapsible_depends_on": "discount_amount", + "columns": 0, + "fieldname": "section_break_41", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Additional Discount", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "additional_discount_percentage", - "fieldtype": "Float", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Additional Discount Percentage", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "Grand Total", + "fieldname": "apply_discount_on", + "fieldtype": "Select", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Apply Additional Discount On", + "length": 0, + "no_copy": 0, + "options": "\nGrand Total\nNet Total", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "discount_amount", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Additional Discount Amount", - "length": 0, - "no_copy": 0, - "options": "currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_discount_amount", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Additional Discount Amount (Company Currency)", + "length": 0, + "no_copy": 0, + "options": "Company:company:default_currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "section_break_46", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break_43", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_grand_total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Grand Total (Company Currency)", - "length": 0, - "no_copy": 1, - "oldfieldname": "grand_total", - "oldfieldtype": "Currency", - "options": "Company:company:default_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "additional_discount_percentage", + "fieldtype": "Float", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Additional Discount Percentage", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_rounding_adjustment", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Rounding Adjustment (Company Currency", - "length": 0, - "no_copy": 1, - "options": "Company:company:default_currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "discount_amount", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Additional Discount Amount", + "length": 0, + "no_copy": 0, + "options": "currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "description": "", - "fieldname": "base_in_words", - "fieldtype": "Data", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "In Words (Company Currency)", - "length": 0, - "no_copy": 0, - "oldfieldname": "in_words", - "oldfieldtype": "Data", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "section_break_46", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_rounded_total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Rounded Total (Company Currency)", - "length": 0, - "no_copy": 0, - "oldfieldname": "rounded_total", - "oldfieldtype": "Currency", - "options": "Company:company:default_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_grand_total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Grand Total (Company Currency)", + "length": 0, + "no_copy": 1, + "oldfieldname": "grand_total", + "oldfieldtype": "Currency", + "options": "Company:company:default_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break4", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "oldfieldtype": "Column Break", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_rounding_adjustment", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Rounding Adjustment (Company Currency", + "length": 0, + "no_copy": 1, + "options": "Company:company:default_currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "grand_total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 1, - "in_standard_filter": 0, - "label": "Grand Total", - "length": 0, - "no_copy": 0, - "oldfieldname": "grand_total_import", - "oldfieldtype": "Currency", - "options": "currency", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "description": "", + "fieldname": "base_in_words", + "fieldtype": "Data", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "In Words (Company Currency)", + "length": 0, + "no_copy": 0, + "oldfieldname": "in_words", + "oldfieldtype": "Data", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "rounding_adjustment", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Rounding Adjustment", - "length": 0, - "no_copy": 1, - "options": "currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_rounded_total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Rounded Total (Company Currency)", + "length": 0, + "no_copy": 0, + "oldfieldname": "rounded_total", + "oldfieldtype": "Currency", + "options": "Company:company:default_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "in_words", - "fieldtype": "Data", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "In Words", - "length": 0, - "no_copy": 0, - "oldfieldname": "in_words_import", - "oldfieldtype": "Data", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break4", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "oldfieldtype": "Column Break", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "collapsible_depends_on": "terms", - "columns": 0, - "fieldname": "terms_section_break", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Terms and Conditions", - "length": 0, - "no_copy": 0, - "oldfieldtype": "Section Break", - "options": "fa fa-legal", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "grand_total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 1, + "in_standard_filter": 0, + "label": "Grand Total", + "length": 0, + "no_copy": 0, + "oldfieldname": "grand_total_import", + "oldfieldtype": "Currency", + "options": "currency", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "tc_name", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Terms", - "length": 0, - "no_copy": 0, - "oldfieldname": "tc_name", - "oldfieldtype": "Link", - "options": "Terms and Conditions", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "rounding_adjustment", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Rounding Adjustment", + "length": 0, + "no_copy": 1, + "options": "currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "terms", - "fieldtype": "Text Editor", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Terms and Conditions", - "length": 0, - "no_copy": 0, - "oldfieldname": "terms", - "oldfieldtype": "Text Editor", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "in_words", + "fieldtype": "Data", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "In Words", + "length": 0, + "no_copy": 0, + "oldfieldname": "in_words_import", + "oldfieldtype": "Data", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "columns": 0, - "fieldname": "printing_settings", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Printing Settings", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "collapsible_depends_on": "terms", + "columns": 0, + "fieldname": "terms_section_break", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Terms and Conditions", + "length": 0, + "no_copy": 0, + "oldfieldtype": "Section Break", + "options": "fa fa-legal", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 1, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "select_print_heading", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Print Heading", - "length": 0, - "no_copy": 1, - "oldfieldname": "select_print_heading", - "oldfieldtype": "Link", - "options": "Print Heading", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 1, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "tc_name", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Terms", + "length": 0, + "no_copy": 0, + "oldfieldname": "tc_name", + "oldfieldtype": "Link", + "options": "Terms and Conditions", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 1, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "letter_head", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Letter Head", - "length": 0, - "no_copy": 0, - "oldfieldname": "letter_head", - "oldfieldtype": "Select", - "options": "Letter Head", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "terms", + "fieldtype": "Text Editor", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Terms and Conditions", + "length": 0, + "no_copy": 0, + "oldfieldname": "terms", + "oldfieldtype": "Text Editor", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "language", - "fieldtype": "Data", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Print Language", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "columns": 0, + "fieldname": "printing_settings", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Printing Settings", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "subscription_section", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Subscription Section", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "select_print_heading", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Print Heading", + "length": 0, + "no_copy": 1, + "oldfieldname": "select_print_heading", + "oldfieldtype": "Link", + "options": "Print Heading", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 1, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "subscription", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Subscription", - "length": 0, - "no_copy": 1, - "options": "Subscription", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "letter_head", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Letter Head", + "length": 0, + "no_copy": 0, + "oldfieldname": "letter_head", + "oldfieldtype": "Select", + "options": "Letter Head", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "columns": 0, - "fieldname": "more_info", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "More Information", - "length": 0, - "no_copy": 0, - "oldfieldtype": "Section Break", - "options": "fa fa-file-text", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "language", + "fieldtype": "Data", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Print Language", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "status", - "fieldtype": "Select", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Status", - "length": 0, - "no_copy": 1, - "oldfieldname": "status", - "oldfieldtype": "Select", - "options": "\nDraft\nSubmitted\nStopped\nCancelled", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 1, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "subscription_section", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Subscription Section", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break_57", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "subscription", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Subscription", + "length": 0, + "no_copy": 1, + "options": "Subscription", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "default": "No", - "fieldname": "is_subcontracted", - "fieldtype": "Select", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Is Subcontracted", - "length": 0, - "no_copy": 0, - "options": "\nYes\nNo", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "columns": 0, + "fieldname": "more_info", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "More Information", + "length": 0, + "no_copy": 0, + "oldfieldtype": "Section Break", + "options": "fa fa-file-text", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "reference", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Reference", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "status", + "fieldtype": "Select", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Status", + "length": 0, + "no_copy": 1, + "oldfieldname": "status", + "oldfieldtype": "Select", + "options": "\nDraft\nSubmitted\nStopped\nCancelled", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 1, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "opportunity", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Opportunity", - "length": 0, - "no_copy": 1, - "options": "Opportunity", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break_57", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "No", + "fieldname": "is_subcontracted", + "fieldtype": "Select", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Is Subcontracted", + "length": 0, + "no_copy": 0, + "options": "\nYes\nNo", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "reference", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Reference", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "opportunity", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Opportunity", + "length": 0, + "no_copy": 1, + "options": "Opportunity", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 } - ], - "has_web_view": 0, - "hide_heading": 0, - "hide_toolbar": 0, - "icon": "fa fa-shopping-cart", - "idx": 29, - "image_view": 0, - "in_create": 0, - "is_submittable": 1, - "issingle": 0, - "istable": 0, - "max_attachments": 0, - "menu_index": 0, - "modified": "2017-11-15 01:01:44.094596", - "modified_by": "Administrator", - "module": "Buying", - "name": "Supplier Quotation", - "owner": "Administrator", + ], + "has_web_view": 0, + "hide_heading": 0, + "hide_toolbar": 0, + "icon": "fa fa-shopping-cart", + "idx": 29, + "image_view": 0, + "in_create": 0, + "is_submittable": 1, + "issingle": 0, + "istable": 0, + "max_attachments": 0, + "menu_index": 0, + "modified": "2017-11-15 01:01:44.094596", + "modified_by": "Administrator", + "module": "Buying", + "name": "Supplier Quotation", + "owner": "Administrator", "permissions": [ { - "amend": 1, - "apply_user_permissions": 0, - "cancel": 1, - "create": 1, - "delete": 1, - "email": 1, - "export": 0, - "if_owner": 0, - "import": 0, - "permlevel": 0, - "print": 1, - "read": 1, - "report": 1, - "role": "Manufacturing Manager", - "set_user_permissions": 0, - "share": 1, - "submit": 1, + "amend": 1, + "apply_user_permissions": 0, + "cancel": 1, + "create": 1, + "delete": 1, + "email": 1, + "export": 0, + "if_owner": 0, + "import": 0, + "permlevel": 0, + "print": 1, + "read": 1, + "report": 1, + "role": "Manufacturing Manager", + "set_user_permissions": 0, + "share": 1, + "submit": 1, "write": 1 - }, + }, { - "amend": 1, - "apply_user_permissions": 0, - "cancel": 1, - "create": 1, - "delete": 1, - "email": 1, - "export": 0, - "if_owner": 0, - "import": 0, - "permlevel": 0, - "print": 1, - "read": 1, - "report": 1, - "role": "Purchase Manager", - "set_user_permissions": 0, - "share": 1, - "submit": 1, + "amend": 1, + "apply_user_permissions": 0, + "cancel": 1, + "create": 1, + "delete": 1, + "email": 1, + "export": 0, + "if_owner": 0, + "import": 0, + "permlevel": 0, + "print": 1, + "read": 1, + "report": 1, + "role": "Purchase Manager", + "set_user_permissions": 0, + "share": 1, + "submit": 1, "write": 1 - }, + }, { - "amend": 1, - "apply_user_permissions": 0, - "cancel": 0, - "create": 1, - "delete": 0, - "email": 1, - "export": 0, - "if_owner": 0, - "import": 0, - "permlevel": 0, - "print": 1, - "read": 1, - "report": 1, - "role": "Purchase User", - "set_user_permissions": 0, - "share": 1, - "submit": 1, + "amend": 1, + "apply_user_permissions": 0, + "cancel": 0, + "create": 1, + "delete": 0, + "email": 1, + "export": 0, + "if_owner": 0, + "import": 0, + "permlevel": 0, + "print": 1, + "read": 1, + "report": 1, + "role": "Purchase User", + "set_user_permissions": 0, + "share": 1, + "submit": 1, "write": 1 - }, + }, { - "amend": 0, - "apply_user_permissions": 0, - "cancel": 0, - "create": 0, - "delete": 0, - "email": 1, - "export": 0, - "if_owner": 0, - "import": 0, - "permlevel": 0, - "print": 1, - "read": 1, - "report": 1, - "role": "Stock User", - "set_user_permissions": 0, - "share": 0, - "submit": 0, + "amend": 0, + "apply_user_permissions": 0, + "cancel": 0, + "create": 0, + "delete": 0, + "email": 1, + "export": 0, + "if_owner": 0, + "import": 0, + "permlevel": 0, + "print": 1, + "read": 1, + "report": 1, + "role": "Stock User", + "set_user_permissions": 0, + "share": 0, + "submit": 0, "write": 0 - }, + }, { - "amend": 0, - "apply_user_permissions": 0, - "cancel": 0, - "create": 0, - "delete": 0, - "email": 0, - "export": 0, - "if_owner": 0, - "import": 0, - "permlevel": 1, - "print": 0, - "read": 1, - "report": 0, - "role": "Purchase Manager", - "set_user_permissions": 0, - "share": 0, - "submit": 0, + "amend": 0, + "apply_user_permissions": 0, + "cancel": 0, + "create": 0, + "delete": 0, + "email": 0, + "export": 0, + "if_owner": 0, + "import": 0, + "permlevel": 1, + "print": 0, + "read": 1, + "report": 0, + "role": "Purchase Manager", + "set_user_permissions": 0, + "share": 0, + "submit": 0, "write": 1 } - ], - "quick_entry": 0, - "read_only": 0, - "read_only_onload": 1, - "search_fields": "status, transaction_date, supplier,grand_total", - "show_name_in_global_search": 1, - "sort_field": "modified", - "sort_order": "DESC", - "timeline_field": "supplier", - "title_field": "title", - "track_changes": 0, + ], + "quick_entry": 0, + "read_only": 0, + "read_only_onload": 1, + "search_fields": "status, transaction_date, supplier,grand_total", + "show_name_in_global_search": 1, + "sort_field": "modified", + "sort_order": "DESC", + "timeline_field": "supplier", + "title_field": "title", + "track_changes": 0, "track_seen": 0 } \ No newline at end of file diff --git a/erpnext/controllers/accounts_controller.py b/erpnext/controllers/accounts_controller.py index 429d6eb425e..3cefaff42a9 100644 --- a/erpnext/controllers/accounts_controller.py +++ b/erpnext/controllers/accounts_controller.py @@ -299,6 +299,27 @@ class AccountsController(TransactionBase): "allocated_amount": flt(d.amount) if d.against_order else 0 }) + def apply_shipping_rule(self): + if self.shipping_rule: + shipping_rule = frappe.get_doc("Shipping Rule", self.shipping_rule) + shipping_rule.apply(self) + self.calculate_taxes_and_totals() + + def get_shipping_address(self): + '''Returns Address object from shipping address fields if present''' + + # shipping address fields can be `shipping_address_name` or `shipping_address` + # try getting value from both + + for fieldname in ('shipping_address_name', 'shipping_address'): + shipping_field = self.meta.get_field(fieldname) + if shipping_field and shipping_field.fieldtype == 'Link': + if self.get(fieldname): + return frappe.get_doc('Address', self.get(fieldname)) + + return {} + + def get_advance_entries(self, include_unallocated=True): if self.doctype == "Sales Invoice": party_account = self.debit_to diff --git a/erpnext/controllers/buying_controller.py b/erpnext/controllers/buying_controller.py index d3010818e5a..a31db6484c5 100644 --- a/erpnext/controllers/buying_controller.py +++ b/erpnext/controllers/buying_controller.py @@ -420,4 +420,5 @@ class BuyingController(StockController): if d.schedule_date and getdate(d.schedule_date) < getdate(self.transaction_date): frappe.throw(_("Expected Date cannot be before Transaction Date")) else: - frappe.throw(_("Please enter Schedule Date")) \ No newline at end of file + frappe.throw(_("Please enter Schedule Date")) + diff --git a/erpnext/controllers/selling_controller.py b/erpnext/controllers/selling_controller.py index 0e15eee521c..75704b0720f 100644 --- a/erpnext/controllers/selling_controller.py +++ b/erpnext/controllers/selling_controller.py @@ -66,38 +66,6 @@ class SellingController(StockController): self.set_price_list_currency("Selling") self.set_missing_item_details(for_validate=for_validate) - def apply_shipping_rule(self): - if self.shipping_rule: - shipping_rule = frappe.get_doc("Shipping Rule", self.shipping_rule) - value = self.base_net_total - - # TODO - # shipping rule calculation based on item's net weight - - shipping_amount = 0.0 - for condition in shipping_rule.get("conditions"): - if not condition.to_value or (flt(condition.from_value) <= value <= flt(condition.to_value)): - shipping_amount = condition.shipping_amount - break - - shipping_charge = { - "doctype": "Sales Taxes and Charges", - "charge_type": "Actual", - "account_head": shipping_rule.account, - "cost_center": shipping_rule.cost_center - } - - existing_shipping_charge = self.get("taxes", filters=shipping_charge) - if existing_shipping_charge: - # take the last record found - existing_shipping_charge[-1].tax_amount = shipping_amount - else: - shipping_charge["tax_amount"] = shipping_amount - shipping_charge["description"] = shipping_rule.label - self.append("taxes", shipping_charge) - - self.calculate_taxes_and_totals() - def remove_shipping_charge(self): if self.shipping_rule: shipping_rule = frappe.get_doc("Shipping Rule", self.shipping_rule) diff --git a/erpnext/controllers/taxes_and_totals.py b/erpnext/controllers/taxes_and_totals.py index 2b2191c0d91..874ea5082ad 100644 --- a/erpnext/controllers/taxes_and_totals.py +++ b/erpnext/controllers/taxes_and_totals.py @@ -233,7 +233,8 @@ class calculate_taxes_and_totals(object): # if tax/charges is for deduction, multiply by -1 if getattr(tax, "category", None): tax_amount = 0.0 if (tax.category == "Valuation") else tax_amount - tax_amount *= -1.0 if (tax.add_deduct_tax == "Deduct") else 1.0 + if self.doc.doctype in ["Purchase Order", "Purchase Invoice", "Purchase Receipt", "Supplier Quotation"]: + tax_amount *= -1.0 if (tax.add_deduct_tax == "Deduct") else 1.0 return tax_amount def set_cumulative_total(self, row_idx, tax): diff --git a/erpnext/docs/assets/img/selling/shipping-rule.png b/erpnext/docs/assets/img/selling/shipping-rule.png index 7cd9b46bcf82a99629db8654014608c37f5105d9..7f2a63de5c737a74e066eeda445fe09f290e48c5 100644 GIT binary patch literal 219666 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

H-500X83%zzrUTQ&4)d;tdHfwA6-?3 zMwz~=44Yf)-Us||gq*=nAo!xms`IMg?@@TpCzyVZa+Q}JKi&z*N`C}oT2tF_nYrD}i>$qu z%4Rv>0b`(To>r*?r_HUd1*2UwmXfY!lW3DbT3|?Bbkb?2M4@>!yKsMN`aCAaZLbBx zR7UqL#*_6b^S&}N7y?7eY=a^0&M?$88zwrz8}`tFCMASr2-%t>yX=i!z=}D3-EGP~ zw1O=*X*H2Fy+Rl5(;w(H^dC+Wo#oCN*vMorUi^S_&N0#OdD6?N7Q#>W8Va5DfC*X+ z{)DnIdDw9lp1{QVohPj{DelhNz!AhHKomP=j6e6^yV*cO=LTtfKgG!iGt;i|+$(+6;pG~ z%*H2ebc5rwIyt=f`z@tXt(0y0^T&z-d&=IO{f4PP;lVH!732ZbzZrbXXwxa<{F{09 z{VI+kw>|YLdy1z>ps@Lz-W?*c#=R=m_Y&mv(

j)+a`oXCp^ClQe`YGVM`Wgkx2O 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 literal 89566 zcmaI6V|b=bvo?Cin%EO36WccK*tV^SZQC{`HYT={iEZ0<_Po!#_QGD@x36D)br-s- zkM63jv%}?Of$*^3VF3UDyo9)jA^-r92LOOdK|}uSK@MVs0sydxErf;TC4_|uQy!5^j2ppqzp5P}e35(7bm z1z~xhkRk#8MFF4@e(OZXZy#45SFJ~noXk90Ix2TgYR*q+U;rp;PGVwkQ8)o}b?Kz& ze1w|B1~~dlJU;-&G=Q^5>M8tYT%f^YXYi1K5pbGtX z8~%tOYEJ?%cex5H#R4#VglQA2E z!WQ0%@jjH^duSi5hpU3)Ib9f&!MF5>helCSNw#+OD>rV-da=`QU#v(bE92Y{+~yl zezk%<>#t?LNI?{9PyFq0!us$9HeWYR;-N9yOq}oV6Ml5lU>$@QtsMd!(4hX_j#V>ctm3*p*Rza*i5g!LT(X|MI)f7n2TP9!X zhJ1#Q45(>>6Ih4n45A+1@r-s%-`=>Hpssz!$0zM#d*(}h8IK?i^}p3IFJot88uESs zp=hIO$?~12PoaH-xHGW-ApDqt9T9Jw$rxD{54-2b9{M!7nbQ7zbI*MLbd2J5DBy^1 z?C(3H_uc5${CX^SBXHagd}samO_l|t7uvq#X^*&$@Ef4}jIa*-)c2e1W=q_4VX(4;7qO?GTKz6Ph>-n1+uPkAl5N4BJ@{b1~M_-D9vT z)9G+vs{a9CdwROK*lYi@*agqX{{cMYhUl^VF--aP6%UaO$g73}q@4R2_f-RGFF?0X znXi^hTWqjB?m|G^_Sf~nt^IJI0Sd;_4g$!fAhdai(tf11V3R#~=??&;h}sw^PeIrb z0OvLb1vqIQXch!!kBL2eqo0dCA`c)|kRJ=&E^hr9VA{*04q1T&zC&mk24WcKMo1(M znh=;o1TRj&6lhIoHiCK^+LxzpPM-vMAn+m&qYSekq?V5}&07lf-A`9=Z<^&E{xvv2 z0UV7a0**8)L5#AnQQ;Q__dI?QKNU)HkR%XKI9o_1pDsT`;YmJLA+VHjp2iXek^z0< z+g)!$EmI|&Rv%q00WQQjc}hBeBe}}uTd#u78Xnt)ezQR(9Q6G5fg)Gnx!=AFE|Ya0)}yQniOp6 z02QIdU(9UKnNhp}w8L!rSB6lviOZz82*V+XJ!N||KaI7&(SfN&wFk8adWO9Dy-5g) z_6idL4FqsQX+kEiDZ!X)Q5Nu}+QVo93U&fMvcY*kOtyMg@pBfV!k*X)m#NAz=v;kwTe0 z*+dZ~5y$L9%0IZYq*V-6bhPO%{5F&q@T&%^q+F0(8eCFs@@*te&Q82eO7|Qd1|HrX z1g}o74fjtc*plAb)DqYN*J9@=cgJvTehq$$cD=rnzGJexa0tJ{JGeH=JvBUPHh?*< zHo7$YdyKx%ZYp1f zA=(*wNiujcPx4q&NHTVERZ=VkzjANsaVf66g_?$figL6<=dV{48AV$4Dp?!L-y^nL z8%Hj3<#!c{3)Bn4EN-kktdr(Z7Pl4&tQ9Qejo^)5jpa>z7LgWE7J9Rv1tf*2#dAe> z!fGn6xtBV;>QnOcS~YUHx?8&4BEIu}TRmIb1-%_aqYNw8)yP95^AuC&%W31wYb}dz znojAPe{fA~4So8&282e4Ckh5p)W2)x)OuNw8lqb`&waPD zG10O7m=Rkvt&#an8(0-;lYLR29ivmdf#a$0rv8Qi^&N^mR5O$y#v|q>#z=Nn_ALva zyMY^u>v!9>Hm-KLPKx$}4xA2uOZ+<1ddOqgxy16^-sC0zuFrVjP~iE`4b;7pV~wL$ zvF0CY@u?kAonsw`oz9(d9#gO8FKExwZ{=@?Z$7t5PvcLSw`x!PJN$Tg*z#x$n58)C zC@o0FXv)a^`StkUgApKn$M1*>kb{wRPoPT7$ZbnIOj}HuO!i^$zKz?- zkHj8`DvjFdw+y9bno0Lh_tv=87}V%)@UAB~7}-ZVsKmSByFD&FpHTv`$GqU3jjK%X zdgFTXoIlIwm~IApwY?X;kD?xuXTZ6^)x%-H@xppWphZy0?#d12;BuR|lsBo@KD*s$ zN(hYVm&sZPW1DHHuEaXz-kOy($u6nctL!VkbD_E&niLzDI40Yx%xIjiv@{S*ab}(I z)p&I^XLNFvcyy9gnw|&z37*s}UR~vyY+H{kjjY2gp>NeW?XGlfZPKmps`qatI)ZIM z@iaLsKU&DQ`nAMWO|4gBhh|A*WoSNT81Z#s4!A?jjv zyYZMaaxfV4-#aYZxSbbIjhCqr)nMojcj|gO+JiGEe55?u%upPeFL2kn!W%^x{T_N4 z@+7w=-<0-{o9v49>3$^oAbA)rkmJdjZ$fOMdeX$}*PHgE=)KgQ zT2)Qwo$MU}Mgay}7v9U{W2dQtL7ma4rG*oxlluekQLZ@`Q#DDg&6o4@wefp*h!%Gf zUGwJS+Wpgr*zu4UIA=u10~LS-b8HIH&yE!!&kfe&H~-UZ*X5&WPT#!Y9MA(Y3$*AT zGgtkFFXf+@Z~sfWe~U=JY;*ualSc>ogG3BP2^&ry-t=rwexGNOb-ZvebDW*f4^tW0 z0RsU82HhET4*3X0FV3yDLY+xnQYS<6HCsCHT#(bso$qA|mR&p)tty!#nU7+r;zy}v z#m+*`6`j)4%yRLKOoOOZO>+!_;8FIaO()lfLm*H8hnTUE4614(#GGz}$DKo@-m+j-Av&y;m?o>$(hgc?tkzfr>YjqLU1Z4KfWoC-V~ z>Mpo8cs8ilAaVy4`6Hgaa8i^Yk`pNtc`3=JtJlXOW9W&1OgMO~mkmpB3`b9?lbcF&ly9sP&)L z_%&6xhRV)Y)xC>q?ta(dOL%9N^`|rA3$JCBd%~`@tDPMDVc=q{j3<09*24;K^f^EC z^(p59+=<`@(VoFa>R3&XE~;KlNBVd7m&eWH6;}(R&%H-fjKsq$T7GpOmX{)?K_*tV zY~Df!W;Ra)x|4<(%n14>J@{_f$y^=r=flqphZ!$Q^VYqi9X;AJ4;&oso7CW$YZi}h z%;DK3ew64pAj&2|j0GGrJQrXdY#|~;m=g{(WtDa-61dn|AM58lvK{VT7w;sXQUT*a z%zbhqlM!O!7GX+Z-EpPM=szS9-f15MUelrqX=2aGTRmPlAe>P|P8BCq>y=IA@f9gm zomKV}aRlpoWCCT3)bEN?Dw=B_%O~?LRXRytyCB=)PrmVgZ^FUM7)XE3a8HL)57G+J zbl1>YEnSIN`?-vYCyy{5lbaQib=5xKp3-J=CEwv0*+A3x# zKKvzG+)hwGWzU71mY$-L#bY3ZZaEJ7> z*xv+d{7N}2yH%dlf$eMk?v9#u0PegA)OlANpF(G`bjgaLd)JF~Uvuc8A^LYFWCl>{ zmuC0xUUrRDQrohP#kNAH)GPecO%dSJ$FIqZ>RG7ac0^w3({K;8JC2Iqov|+`U7x?F zmUFGTYH{vyxH!B%59ZV&?T&#zwlbo{I=DGq9N$+4j`s)NR${S!yi(4AH8?pklWbTZRw*K&YB?@at>(rE{<#t-o)L3EXiC-=78(sZR&X) zJV0dEXgBDJEAq7GzOw#x)5o(YB}ZNdG%S4Q|UiPv7kJSJ1aSR zxM;gjH}77Ilh>ZFR%~Y?U}3*yUlSiN6ZJDWJd?8GBu*p0wd!x`A8V44oUu^g94J#; z6?Wm-F8RibV2wbJ>zEyt#g>(+Eu;;hv(<)vQMcT1uDeaNKXY7m@sg3XJ$UtivH}G4 zg8xW*R{@Oz8x_p&-ADQ(zd9XXd$*I1Tol$c@}{sdqsl1FXlF>h>$Mxa$4{0eJ1>VT z0V`oD?bG#i*tPb?jkwP5MpDeyL_tf-`yOW%@@a4*EqxeSxoe$@+ncpOVg$^^ZIAan zeE#HF@>)PWCs&0HfvrK$=5fDQ_W5Zt`Y;P+LO*UMTa%MtyD{()_rw(ar_uV?^C(7a#*VRo|ySP)3>>NJH@Use>RQfiMZ6mqpY1!(9to z?xMxP$p(7Z@y=JOn*+#|h)^%aOHn3kF=b1EL$5IXDNdVzgL zvx(#i$m#Dhrl+~8t5`F-pqJI+D^MuR%R9&)?v!0?D7%&Kfx8I7|J_jB3faqIh0>0R zi(!xOI^TF{KTIHbLqNp1hd{`rewj_+Pw;C*Xe?*|S03veYk&W2aa43@b{zakZSQ;3 zI)pO_+|}B0n8*rixd9~+Tg9`$|PwxBIZtSlwyQ6U?DqvjP2QaZ$1ENdu$4E7g>Y5ZXc4Hs>< z2HY~oDt^P6ivag2rwPYX8&kXcMVX`TRXFLKyFq742mf=_^W^g!cp4-Iq&Mseo+i>G zY2S}}x(p;#>^H7W!hBW(+9`?FB*^HYXWB)ww0YIj~*m|G_{CVV|#Cj0i0_5Yq)eA6|La_H3U1LlLV};=* ztVH+_D+6@=U-PCYz9;dFK_rK?g}egpdho9~-4Lq6WPyl=0}PaD$Uh#7IsD*y;1!RR z8Wkm#7Iy}(Q%liGFOe#t6X#(>Bn^q+3I3oL`FIOs%1udc^=x%|lDJ5YiN8r%NFW(`7&W6#OHdbwi>OIzOU_g&SB@(!QwIw+4fT#lFj8jXH8}ZE{RDs;*h%nWZeH|b8gc3_P1>z8@ zR^|FjF0Up!H@@3Zz;b&-{}ica`qBO|tZ3x-3>Rb5PnH{GnApVUguTbdD{?%J)V_Gl zxETJVEXGuc$&3*RE~>;xu1~fvOF`}UzEQhDH7TQU6}c}iB^^@N=J)jy%lHgGIJHxC zx)dGNnlG>7=Zvw3E;5HZODmO3XYLji&*Ae+A)si<64*khSL}3bE>E~;#Kn}4n42!^ zF{AY-)xON1H8~?5RMjgbzReudbly)4m*hNT9`M4EHgbW!IE+Rp$q>nWt!a)3lyEL=m9W#$bbY;Nj0{w7 zB;LTELp;5whITviKc6TjC^i+v_AIW|N^zkX@`Je&D5Tyc=0vrmF{Q31^e4>wjQ?2o z6%0@fi5Wg^i|TM&?fjZ4nK&P}IPp&id(TGB~c0W(^`!Ix0@HqKg#EE427}|KQ^0SJNipf#Z6yoB*qQg9I zhg06>b;Lbu;1Jj!m8w>o$qSm_Ay-M8j$N^5JYNF&Z>F)Ig*%%;d?!9``kycJ+dcN1 z)bUFPc0Sz;1b=*<+_Fsjd~PS+PGakG14<^P`Loi~`@Ig|iSJbGHh=oR|2b-3ApY8& zot-h6JZK}J;+OQPe0O?Z>FDb~X`1b*f0a5@d#%Y)*)6{~9bNcjjbN>63TmpbnmhA4 zn>>3ti(Opu9shiM@xFc9+v;XFX7^&3wYj$);$M~1wLN?GgXRM0i?OqH!GZaWL+SI{ z85uQM8X0}iC|XAW?AeXq)+QG&WHCOZ*Q7*WdQPy6K4t z{~>X*;w4s>ktY9;#O6*;_FVMzuCA_h zuFQ0H4rcU>oSdBW3{3P)OtgO~XdT^coebP)Z5>JeE#&`|BVyucKV|=A<@r}Hm%N3WiM6_j zg^h`=<6j+oj4Uh+JpVBKuc7}^`QKPI{)?5BgZ;mA{SdHs4xaXB!QC9NQ6Ye_stKUQxmrJFfe3sadA9H!20$E zv&pQNsf29zqY3U1i@9H|JwhO`@_wLbc>o9sf&bMkH3AVfs7nSp<`Oe;{J+rrixYqq z{=b?3o5)f`5XihU;ba@d|EsDz08rqL`TtMK14$3^^uykmD&_x`ip3Meu>q6tf7p^y z=GSiv6q7}`g_FuC1E^(!qLr2j_~jxR5^MGtn_}hvGOYyuV|klje(mxpG35X7#PmBj z0Uw)33(=A9MP*{R=Rqk$vzCXqO>h%}{=`+Jw(&Xb&FsZP*;0@i5PSJdo9i zdyige?o|7x4n$_MzsjeIYi(dzG(a|kYDaA~tFitMGJ)v!CmIqTzW8AKHgVgI>>M8j zFZ z|0y;@3gI_;^h1ZyrF|3Pl)4kx>6!(XC(sXP5AM`&2lnU(8m*g`SBjPCdMQ}8uzLLF zQNU&1uvTZXq`QAODoX|T-)AdJ?C&+2?#V!lCtGs&>2gIi-kx6rV9zFhZ2$o1PIcsj1_qP>a(%AJXjgo6T?Z<-#C$HIPD;lFl`zZm89 z)8vNw^9yW|8Q$XSkrA8G_DPB1eJ$L!(M(`nbp4+5Jf*M&!aMsqBwEQa?e`y8Ivrs0 zV7ac{0e<`J#%<@GZ%sl!uQ=^r#O7xbR=)jf&WE%;0H?dnPi;@wd2vEz(0)9v-+k5I zP-iUAI*nGGhZ9?V(xGoC97=?cA6w2?bBsk}KCRy%)F0>Xp6e*UQ)Rg^xA^M5VGHWq z^b8KVz4v=FJYof#(Oqa9bU5=WT;#c05yaZGKP_1xt;*LzTy?y2HlwBJ<<0I))U~*a z^QcaG;a5nt?d?DflT2q<$X2D=tU;wc&eYX>O~&T-oM}ZLI}Bc=&9iQ|lvcL$4c$Mv zs+so#P}>l*{mvkpD;PH3L|1Q9Z??7^X7*0ke(DVGodvqKd&&N@)tss2wY7s#!vBCn zLiU6n0nad=jBWnNM`Ynb^$9&(*%?W|AZT4&-`oiMZH05ME9d@E#Lu1>Qb40?$3cHZ-y#83-sCJ&Sf5+muK<4lw)}L0iPur;v>QPUCPaTC0q{R%`BJitw6Sgk}GI=P7lpZULNaTx zBWkk=PVOL`dhg$cNu;A2ouM9LNI8y}E{Eyie8t3$m>IbkoBNoo?udCf?RAI(nII;}|ESuXsL&#K<(Wa9Gdck=CgohK4K76%4iL|sjibjB_I&5AqCVjpgvy73O851dk2nU*4bzg z^=Suuywz_*M~h^}MX1fXuOh@ZYpGebi|xmF{U9|f7}5A#VbOd?Ug8sTcr_&))D0SV zjAykhr&Oa#Nb-QgtP%0DZp1Kud|3G1p9kVydw8_?tiGw$d5EcP|Jd_ubbIpU{62X~ zlu&;5kc$IMQ>C>!BtiPw&Qm~Ew(r!<_^g$@sV5uaIN8?RLjo(C18a1_h4tVMSnagLa~2=DDW2Y%aTb=JY|D= zM=_2a(kX}Q6K&smvRcCL?AKoIc4mLPdPSwDzlyTR-mt^48MflT>h}gi;rX+Z7U1|O zUAbP1`VwP1jP9qJT{=$K*sJQtuG=wFY0vR zAiH`SDGm%7X8pc{KnW%MRrf90r)**%w-UvWbaqt3IRyIR*PtF863JO^hNbhGPBit~ z{_e#v-=Hpm#EAm&3Ga_IoA9eBExRu8PY8?U=OrR6)G4v+Ro99Ksm}wOjyhs^HVal3 zHh^eZFq7d6g0{wBn2FL7oc+s4^LMi;#GC*z653>u8|xf zcyO@gwLWqOhR;*=Y{LJ;810_RdZoGH1Tv48+A76}^@Srd;!zpLj}7xY9*ld1JXv98 zSWyVI0Ev>5cfM{U$GPIVbOTW?>H(ZBws>%LDv|sIl{(dkE2VOMWc2p+>I=*^VY`89 zh0}o$2QtfuODS$SO2=~(5mWIjvAd?J_!XNRIK9D5hO5=Zp#;pDTlAMRW|;`! zq}TU%BJ46U(`In_hT`?O6MfX(E1R2w_0z)6__G$an=T`?2GzEzK65b&Oq|lWk6sJG zTAEZyIU@U|it&<$r0bOkJ2T}g?7hpocKeU>2(!kt^MJ**&K)(|2uNau$RsYVSs8B7 z-wFP1oN@E9*=(XKz9t;K3~0%vZvxxAWv z&~+{GLb>0D7LyVl{v9M@AaEhkI}$%&obR`pNPao9NIo41;N(?`Qkk_BSUfs!O||tOR0gi>8A6q7w++`139s zF9n9=uyv}9$7jZ5p9I%h6xPFE!-WfwW5;JV+YvYv#Xc%hPY}&G1jlx>X{~N{j?|W+ zcD^j9X@4vH6TZD@GcBgtr=CW~7>W`!2uZ9Ka6z}?I_ui4+#Ww`OL*>%y_~F?mmQ{p zTp4%F(FpVK3YwTwp?Ty&%ZrTA`Lt37Rm-o(KMETNL5s4Be54nU)EOG5RG>#`%&1?P7xxpP9%ceMfzVd4EXD>VM&LIF>6dy*MbvY3x!vmHwXI&2T4kkL zElfJpBT19|mK+n7Nv_0|Pw-Zm#^5a;ei(-%oeLWGfrS+9b0t+e7|Ar*Y)mHv!uhJZ zydke)Ze|2tn5cMJWrZ0I#K~HTP`@rcLb3SvJUi?~Ar)6SRm^$+NaB>Nyi)*p?gRd7 zsA#^91(l*CE`<7UfHfRw|0$Be!n+$W2#zTxk6od@V?qi z8HC^|RS*CYZ@Z)u8fL&6C864zDP@Tj*NUQZ?&cmZ_;z*ng-gql--&M(;5h^!hu+ZG zFAxK^pdOR+Tb|}@_GP$USL*QRjs)!{pAhd`s6F-Q0$S;ZYU~>Z)M$AEFM67qfA7P? z6!L8b$d~TVW%aqSPa_9hmjzHess@AgPd9b2eb`z%6OWhl>}8JjAF=!G_PA1%0BE*u4C+rZHCX;eZ?lGkvSH& z2R3v0`aT?e5@!ZYzv1zMV@8`pMdC7H8LsXnj8F1ZZ#T4C)v8Z0jOi3E=rrIZhxWNq zee@T?Hb3S*6MlM&`rcb(7Cij?s>Vy>zO(S^J|KUmeOV$T@pQFa^>=zI-L`pasIXOu z4yaZ}0m}5`^`cI*3-HG=kI8%}lImL?GvcDk5kytkbpb%oLEnms^r4O-LK z1H!Hy+wdmWQ?xVVfTR=Q47CqXh~SlVVFDryrCHGdGGzLY0c4TVl)y`G&dc{Cc-3e|VFK)Xb zN<79g+wak!s}|$H@V85Nk~Zf4yj~Y)4tIX(ccUl6p8-B{KQT~ zLibmclL`pQi;q(8QIGyW^ZXr31q4t8NGM)S5wJpVQ`NUaPi}q3eAmc_mm*L;z8#2x zvYy;YHVTGA*n5N37-y0?@>-;B!cqvHd+~`vnEC*d`YZG zf{}?4_S-xVM2~AnPRYbb#>-GTDJSFytIU_S zitfg|@JYh(+Ye|O)l0W3-Ltp+>&R4GTwkd^dzc|DVq=lmHz4m*Vv-MOJ1JmeXrtaU zN0X*Rq#GLbaT(;&2)W%WFa7Z!d6|EU6cULx6=V7NfAc$tmoJ7(_wB-(g;oi| zTWS3USiW(`Hw1|lqF9>0CsH;v?#oi4Y=#L5nmHfnuRM8)r#ymnj))6$iHsDF`<{0VQQ)PyqQ;gJA* z0M{!~>{HeP|L>LaXD#UnDXAGYKFD|jbi}Um+=g9lx?zlocx0sX3#gsC3UY(Wj%+$| zT+?dl;ms=SFtr8mRm)tWz`}^*s>Q6&9k@j9j0y$Z&&zC)!uB?eOgg(!7(alD=s`@G zeEHqnS+Z$`pFQAqA5s`d?L&pxwvIGwu^xzM=H&3;{6Z0@ z3>z#8ff7Y0WNTf-$E4OZ%=}n98laM=D4U1RRv_cV!4wG_-?&yDZO@jb{H%z02tGJW z(%X&2jUd6JehUhG8)dK8qv3)ali3T<=7^(G6O*bXQM{f1PW%yHFn(#&jr!gtjzIp~;3v9Ns-gp_To-bZ1IiKHuHjhu1SsQrywnPOSc_DXp$zrgi9 z@cGe)#hFK{MUAui#|rUBbkbc?kZT4Qvi9lfD(u#JVMW4Tn>5mqbwzk(Xc3%NVhgis z^j6I_q(tyzQfQiozzO$}J49emOVaE2c)D@+@vh?4LQYFOaJ4yh)*29lpR`Te9fFTI zw~;@d^$J{Y?|n3lTQ9UE093^TQc9Z`$mm#XSPM_BUfttYWBCk$I=15K`$;UeAhViu z)+vCMFMA0~jvb)-!gJwW=q)T z6O_+PJvTRuXn3qzYZnL`HaczL@xyLT$yf$3mtyH7S%u+p4r&=|9n9ML5`;|)5$!M7 zA1H^p&SqG&Pm>CQ<(ne;+H1v7e&%BRwa091iYs*JlgUE3?R zf5mP8Sz2u}{!&8TD|pILjO0tN5s>w4p2cMSgUm^`_l#gk-iDI&in1wOi_|3?nht_*TDD|1vcJ?h_8NIRDtQ=SR132_fEh2 zlYJ19Vwwj+S|?<0XvT)Rvcoy`v;Oa;j=tC|sd(F*`5Z-iO~v743`EMQ1zgkQ_Xe}i zswP^#r7iRdZwSQ;cT!((+!=9lQ zbXr;9s#fHD#$6Dy88)Ixkrx>g)E%pCaJ>Aad zIzx4(y&?CBH4fP2;vq3Iw>91Yn^%1|+cB=*zX#-;bZ@g~A|KLaANaX+yMnFWjrpW3 z;u#M->z-@8(3#pH_I~b@1ik@Th*6^^o0&4!0^o5j>{s`<*%!lee_V{Q^M3_L1@c?I zv}_Dtte%Srd)~w71k)G0f4OYLt9Kw=c{k(i^h0IWX8u-g!p{=>TVBo6fEz*A@N^mD z1qf;7D=ABjqzQ74QnSM<`>zn=G`&)ioNI-3qEt4I9-IsM`zJu= z130O&L%^jD=)j?GYBcAm{7o{WbX8J2-XJRg>94o5Pd4Ql!n>qEv`}UCHSX72+S5A{*v-*#`lb|{M1T^CW)qyvum3We~ zEbo0T&+iqdGq%F{-<{RUu+}N%8b=)#()s2EjVSlz6HE?rPdVxq+D2ETnmg2}y*-yrk?kWtmFT8cJ|&aNJLm)T<~GK6Kkf znsn;-$kTZmoqvyxT1>%ML|TKbkcgPZ=!jiqAZ1T$u1(SLwjgpVOK;6#5$s%Dg-Q*7 z>tDO$A5{ACME`ip3DAcTx0729jMh3(l%d2q7;6zMdEz7nIw|crzWfd*x}$#aEJCQ9 z*Fbwh_V=jDIr^kbmCpJ(QE^f7**|u)kX8qI7O`&^rcFc)mf57}?ia04Z7H7OI*%TG zT9k35E;qGAqlPi!%bWU*kg@#>n)A;q0bZn!n!_>=^YNeYx_F;jb;hj*J{dfA(bx{i zCE!Q64%DMT|1YrR+ONEK!Bou8OH$>JZ5SbPiSMb9h&v}7lpwZ=nVuH;M{)_FP`j%SR+n0CLB>ADH~Y4>|WQ9OHFjX@eZ6Vij~kN7+RB=x7mo?;%u9-2ej&aCANCC2%;ulaqwPF4pw4 zw?~Y*3O#;C5PT}0V8r+Ub~IEEhTFdJRW$45o9$M^;5D(JwEKMF<$Bjijk_-@1l*z; zdg|{sl@M0y(;s%egB;e33o2j1HLaWV_BuHIXcss2)e|WPLs@~k!+p~*KAQN!y_6hT zZe%~CzrG(iO-lyu@8J3vQ_{4kXs=GKRy}ye1Ez_>Q{CgA#+47H8JXLU5yaPdudr!CQa-LZlgrWhdO}Y!IX`lE z(GEAg7a+2tOZUUO4m5J{tZ<^^O!LRo#`Y-5%*t;p{y$$>H8he!KdsfIIfV7TBqMjE z{>d^ph(Im31Op;Du{qR>d>t`NM@I}+N*KoUoG(6|=twk&h6}ud)(Hf}u2xC$lDR1H zvCw0itGwiiU)(lsFsp_=T7b5&G(eKacWc^c5eeDvk0wVXYSk$UgY8{xy=SRPvH=xW ziSPH{Xq$v4d!=cIYirhnWT{c&s@lYtRcHClPq3tEkxUu$7=YEMb>PH{s3s}ca0n*m zTbU*o&Cqe3h%dXWuLaTC7id=TNyLMy9An)c2628TGm9DzK*Y3F`{Ot-sB)ZRyb%#o zT}DtEVng}_fwCwa}eGJL3p*gMp{4PFv~2}J$%#if}bm+{oggfkpZgI5Xe{Z>;I zt2RY{=*m=fXPUe_v~?(KdlgpisxJztiV~ScMF^KENG?gYp8a_`F9M=i&S~Q0V#(90 zUGNTCmwwG+PJi>wU9I5$wduzCZhU_?X6G}|SFC5aHo3vUTG#I4TnLNbbvqeKk&MPB z({P-t57ftb@gp1kGJ8=L$9JJUt^}Q;`fA8fP51`%Guvv|E&0sVo=2~U)b#+X>Egus z%DHRLF}=CJn<=y+)*Oc+NcHrS!O?8y9J#I+WCdESm6#MgvfDk)LOhe6$W3Sw zeWWJ1wSg;jM#xpLY4W~3qNlygl&HVI;J67x29(Y+vO#Z6dLduYZA48s&<)B6Kjc~2 z%EDm-3cdyxApHi=q{gB*#BGSilfL+=7&e5ev0h3F0;Z$Mp1tN0Jtoag8i|0Pn>o&i z*Hz%jU$i6{PxlLA+)|*F+cr;{?tHf&C4h!sU}i&ScH&%=7=MG0E%@h4jraylXq9~4 zC~RrZ>Zh@HQn{u?H_}T&#Jt)PckM5z9S2hARIrZWpFAF0>7568}$sh0FwG%#C(I#3cZY-dCm&p`x6pTpC*qlavI2a&T`*RP;AJ5?%TK){$@pl zu;os5>{MM^H-N^+TT*a*cv9O8;QFMSz`e39-BF}KqH)Sf8hCRoU7$+TgXm2V-x4m zFxhZO?{pNz-^IPIgpS}JEPp!)R{T0Yd;fZ)iyu>iNt158)4rjoPCPF24k9>c`znd& zJmr159E&v9UR%nyXdkVBLB>I>L;@gSYgp2?);uoZc#-2@UeLIv3rc*7;*_kViQb^c zuqzzRq^ahq@mOJv|AZDu4Q|sPSt}*Bez{543qg6$xVudS)tV(4Dz~$F zq=l=jSbP@6*!VawDC$}{5bIOD8~e)pos&oKSgX3bU^FJk1)@1+XDIy@<0-3DzJ_P& z;%(<1JkLa}^^icdbF^UIsdZ8*VkIcXJ9PWiU}K-JfX>G6Ph~5PvELuQs)FzOj=Ea> z=Seyz+Ecx`n?V>Ns{PjUeyA#0@qs_jriI-s4)DFWp7NyQS%6?-JGUG#8J_5@BS%|C z2)n_e?QvZ)m&GJkWys6kL%RNs#L*18>{wd5uNdRHX;mBB+8WyYrz}p1sJ^2Osa9YD zK8klEfVfO!K$ubb_w_rulAaE(Y4w~(`K8kqsWk9JUf*5r(J<2|cvyG`2uY1r88N<^ zB(SlVTUXbx_tJz8$h6nO&#dmhPjL1y7|<}rvq}Df)BcIF0(b*u<0#aSH>YN-4#r0; z?q5Vs7C5nOuzX8$a zTrYgN)#zKYv;CDz(uV6(E@rx1A1K*7TEuS^@3YJV8d1ASz`dQHys-uvf3Ix2HXSb& z2x{BMQ67WP&@|gu&_fGT5S~7Qme}vscOu*JZRk?@}wenR4FDqvyMA1jfjLCLD$(7 zeJS^M1JQkP@7&_wJYqe`d}1m;Gt+H!Euy499zK992enW-ZBIl!X%$_dL8SWl0%~w=#i?Qb5euGZhw0pkvE? ze+uk1raBY9{2o_r1W+ux0F@KDNL!X^Qil%9!u%Iv%v^yyI{o{`j0tj>465HD&*MIu zO;UxH(872hQu2^WF{PX3Zx~Cb^o%z}oE1xAZ&p$BmTH0^tm|Ad9~oL46x>D|=fDFd6nL}yGg?e`UBk)&IPG}DLT9jV+*+-|Hhr+-&<5xS`bvwyjB z-0Qr+xx3?n6IjwG#rCTPL8*|>gY`#sm28U$c0~DCNjn6oR((F*CnkWC%`@3IQx9+0 zbh!23VA~Az21K!`}*^}8T zJITsQ^2yFf-2yUiD9UA(`wZ)rv-d77)h6QZS$bd*&qqH8j*6J!nMHl@>Bx&P&P;aU z<55Dy)20@SX8#yr9!O3LRLBGs)-6_`afCRIHvnWHj{e&vI1GdU_p}Q2?{y7p>{Ok3 z2185JC;zD0kGK0pMxP%hwP4X=;F8e09{g*Eh#3L(^TBcJLwp^swa&zyq$rt;VNiJ! zbaQC~2n2yi+*kM+KlIN1^@wn}BZJgSd$WieuIAm=*PFw>N8G_~rF-sDW<->Z9ty`} zntboNY#+{WqrU0ltMNSN0>Pe=<$c;E}nS%((B0wNZpDo~B~w^Q`FHQ)(yJxO8kw1!N3e72 z%9Z4VRm1Zu4R83UxpRixhP$O4L;=M&_h*~Eq?C2XH#bI!MY3tQ<hx5!hZUfx77a z(INTQM;0M)18I@~qLuFRueGLik`f{U5yWLbHfRpW02hb6yx#IY8d(F}i$Zs*Jy@&JC1+;It>?&W6$p6+8SBvn=Sp?^SWM)+++_fZA^Sr z@W^;<*-6Qesy|!$zzyAC{;BJKsQu|nH`HMeA|H|I}cyNJ=r#91Rcc^E7 z|LEUbrMW@jcoY*WRg3*r#%a^=Ak*IChk*K9cmL)}n*V99htjBJ|9gqQsE7BUaXic} zh`}NLX}CY$Dwi0vDR;Y~i+L4PR>o!+4Y=Jk4tt0P0W$E=7Fba_&L;)w-VK^kGWM zUSA2an8Yx+IDjReXdZSy0ga$(TlFIG*3s4YP;lV;0b`U6U6L|sBk+vSBAJWt_DFuA z-hnr1RIsVz7X>`!+?!pU#4d{Wir^=md}3w z%ir%U7DbR0@pogiTYlP?{}6oA8c1QOYxrUFIltGK@{`62)qL)M;lY=((7Fd0c=B%g z2A_n+feNvKUWP*N4I!bhG)%*;yXNIRvl9>Dt9x9ohN5nyr%nm9j}7W*QgLJCTw!u< zrP(5u%ai48rma$~ns9Y>d9b9SzlE8zA7m-K$UB&eLZ0ccZ>>F!)w((wML8LgcvyWM zTH~cVn~1}xXBnKpX?umx=q7cDH(q4)>TrKoZU+1C;fRr|M{{E4Onl&Sux9mW1Nt&{ zwx$`JznLA&Et*^QjN6R(gmOX^VTN1K%$-mw$iD~>Sn`7$Ju{!}y?@`)OYG*|x1KLe z^O_bzaPYu)I4lir)a2xwafS9!t4*aT=9l3mU_$>luBY9d@I}B@=Bs|$3E(~4Shh#z z5j@XT>tH6^HsgNRMP)|jL|y}X(baY@yyb?_s^vu3`>P5`EEA!V2Z^i0Jzu7eM|4+~ zsZ9s<&Je0IXY<6}MP2J0{YKrBtM^r^0SP6*ct39QLsh=T=9=R>?D+MP^>{ctcjwW{ z@}-K71V4QGk4JS7Xqx}ft#ld;1n#usR^$|B4S@CQp22s$7iE`Aq%O5*_-oi>4`4ge z`qkBIm9+O|F!Nf`s&H$m@JWu)!+pEMc`*{DT+o!mU?A&Y2jjw?wt=2#VS?mmk8nlA zF6^$^&ioiWsLOq;F~fzb>vZ1Ec+E*eTKUaKuJz2hxV~tluq4NtPD0zzsEptk-3a{K zi*L)jdCF3u&6u##QFPh$Zh6gkgx?wB88*I)FlFi)P4lGk-)ntAhgG3T0lLEWcD<8w z+XlDcsFqNxM&SDc`~Qz$vH`D{{)|+#x}?jtdKv6K8IV0@+_ucadoTPx50Ud4x+XgIA0-SQ}sT3=MB5tvqoORI15NdOQfSc zZUGZD-94(?ci?dHSXyu)y<{#Do~tMpxaF3&`+Y}kbKxRiB{@RuLiH3Oy_R-uL z^MtUOTB*779`4)lBvI=elax+QWuA+9?Ilg2yCtZmh9#G}096~i?!GKo`_-O~-8edV z_1zDSK;Svf%P?-cEtRR%gphN!$dG^)3oc6%UU=$t?Ywa$-!_%>hXrq3Q6~LwlR7@B zS%N_U&%9I3=hqoolmo-`UIT5HT<^l!2)r}Sb@{s<5wo+8Hn*#`E-~BhWPO4zqjw1iHs))s_E-RO=3r(CY&U*9Tz)}PE5&ct5c4U4`#BU__ylOMTw65onw15iq27-gpkr<04%U&=5 z)vk?`32wQG)VHpP1_uKV;=PWM+M9T)XyFspGQEq;t1S;)VFMO=R~tB|F|Di;p%atb z<2Kg$Nv@*-wK!H0Nu0HMIe$_9NAtC++MO8qk5IO+qP;L&_??kb)T@eIxT~5_?D?39 z-h`J|#LDC~Pxh&v)7&96TDWIinN6scev0?LbTbb`I^>~!W8^v@Ke%<7bAGA{k^19F z!;0BG*dwUwM6Q$ZGDAh8r>C#0wGyE+z(_?8F>>UY_gW}Dbuk}osvHayW}l%U=F~;F zfQ>p9uI|ge8Z8TMSU!zvbZ>II;RLCK$M;`4ID)s8Pg9+br(jsQW?|)05`xQ`?#ea> zVaxJ#QTT3k)V^$+l(^%)u}%R}c}mvqB_7Yw;aiR-Dv?#n7Vp8qbAmG@9Zb0zB{Y|| z7=RUg#IT{U59y#PpHZK~-sf7&U#rmoD|W@1;)ZuHf(~;+EL}2QitPbj?5;I|A4v8I zoJU_m(AcGTL@$w14hKPlB1&9ymtv>;=Y@@{Mtg;CoIY+&3=Ny#H94H!o-9@DC|I2! z*KQX3*Is(lsZvNh_qK>JCB!PZMc4dvhc2bgjP5)?KcvQtK1rt$7~S&dKg4b(EbtEO zyV5;<3A;(A;rzH(_w?s%O;<0-Dp5T}buNEDZFEbca6uE*;O`PM>FlbF=ekLj9X34Y z_YUc;^&`2^40&@Prk5I-m|O)>>kFQ0$Gue4PyJHTF3 zXp!1f;oTp>B>-e%;8Vw*Bv8Fz+&CWU^By{I8`M1Gq35&5tIoY=mZF;RaArsdYG|QH z<}0X)xGelO){e*h!gKl#Au(iAE!sh2rNjBLh^~!!`GEcK4gL^3 z-%mz?MM+KH%AH!+elbrq)xeKw@;K$vKJ<0JhmxAQbtm=l8(+_Jb@lgt!EfIgO52*7 zj6&YKj*zBf2BDP}?^;bodyv)uzGPkZh0!aCaY-~BkHqrDxlL-t&B4kv5Ve3KM{5L2 z#kzY*r8Yk+nZM9gxs>-pAeu~3Pzh-2PEzRlqyqf%fEcb@5wBl%CS^GJt6*gC@%6LI%`r5c`s{>uAE z(0}=%LzfLVd#~d8qnjIV%-np#j9J4TzQtp(dCz-8SCN;E_nfr`Z_T3~ZcvHtB^P^C z?lV_;l-La0(xJ%BP*ZrewL#c_!hU2KK0t} zWih3#&d~Rg;|lSnO>cN#4G&5Y5_$TyRXUh*rv+t3h;Ec+9!2!ttAzou6jqaV>IngOXr`;t{%z>kC=nvTmkpDSB z%*c@B`_%N_lzXEYDTPz0tLuz*{jT(Wf=V+?bp=dQ)yAN(YEFV~8cM#5kkGlqY}dDi zA4f(*Cqr^AlF;RwH^b-+bc~M^ue2wVag-`i_-pE+YHUS))8&i5vtTR%53L9$tSSHl z@h`8_M_&yrg5T8_DGMXvGdfN@t2>bk5gfz~op_uNIw56r>KdaoF;MQ1EC!s@r6k^q zeeuUmac4Vd*sX>e-MJAuvIpv(j6TvYRZ0o~M3xF?J&AH4LVGI}Mm?)fIMNiZBPK;* z+6MidQnut&#qX|RNwS(Anp-}&E4l@J`wV3yzOu(Zv6Mf1GI1RQLPvuI9NRP5tjp*@ zWs%PUdD)Pi&9>-74IAqFO=IiGI@@}IjIz!B`Msz~51oCgrE&^LJezJV=iMZxdQ~7OM z*+t4;%JyES`VxH<-7Ebk)||(}IokMyyH+3_)&s(j@Bh(|v)!&I6C=cX6 zi^N+nau6kFj2$P!b>3!tIqgOT1-tW8(rLu2jxp?K-%hJ?Qb^AHpYatyBSn^}3F;+{ z>_@y^RkAnebc0Evd9!By3bX5r`g%2IkHB}l=Um7mG=(Y<0II`K*Jm@BSthTv_M=co z^Vj-F0iH9TteDKopwg|+k7Z|^?}R`FsV0xIgT#-ZcMnq_6zi^`&^lL};Lm`0vJO@! z&S;;`sakN;5{0uplpo_=xa<4W(bp@B=3Y&!lJH+ER^m8v4p!_KtcTxVR@aZ}UtOkr z4(%j}&-noDvgoSfHI@RiE<=}D*j*)eano!?orb^gxFt~t0)G{Y;_{$V$8QKEXM+b$ zH;mq>OSxC7lRht%+)h6n&P!yczgG9=lQt8H@UiJ zSa3k^O2=dm9IxrYg|xrc87JcSULCXU!uE15==s4?MUG@B_aW7yVv4`*QLd|Sj9KAu z1m5*S&SsnRGGX)I3j8x~H>Me;D1$F1Vqf!1g&*2cn~)z*UoWqzqUhLB9#(G@;hy~n zRn-frp4yQD`x&_otEkx>e&}G|%jEXD&Di#G2J>^+Xp-n4yvUICU>ERB`qf3Wqm@f0 zvALtHsr;5^r(2%I;<}jkn#JL-kwe=TPD(HwUxkt^RO)1sx{e2tByXN4e42 z6u+B6^;vW71xsVs_pZKR2TxpA{9s(J;s)&w`w1=ef?7WX!iC^Dfn@Ba?5Fpyr^F$? z!@lws1K^YRf*TV0v`|S)K^z?WpO0}RW(zQ5Y`Hz^a+rS+o7Vc=v}N6YV+A%Cg62nS zj(}gN5vx5=yYagJ$W4vcK4&ABr|y2gg7NtNu}!UY{n7Q7k2h18eY;?8;<$0JmkYq= zET3rMc;I~$C-6!22t20b4&B6#m==C6MxpSi9oE&12z>4s)O4|1r@6GOJqf%xEibP` z57(s_qn<3|)Iz|buZ58*mNkvC{nGLNaV$i%?2Tk%L*Qa+g~fzp1mhlMwzO56qu9`! zeHy6iahq69@HU+yWx5vw1vDauvE4lbgfy{jsr<{)As0 zf7f3?@1>$pP%)d;?dTLPCcL~|#(F1G%>mJFT$QOi>i}@jC%(E-Bmf80m5ZAVDp8*g zkfZC6wGET8KwW?N!VzbwoTx$8Y7{+~$rnh&h>G5za_mshH~b!A0ZApUuc@1lIi)S? z__4J+_3YWM(JB$}T1L`EAy05nIuI(+dw6sEl<{=Br}jvNq*)NcYo(xhqyg@&v#_9& zalVFz8#AimB~=)Qs+B-rsN&15yZc=r5oaNfvquWPs)SNo64xU1*)_tI72&WF#IW;x z+gEW-u;$1>v7vKggIQ-_Gnc4B-nl=h8sbR}-TOjWp?Sa`)PP$A-9LY{q`RqezRGV{ zLGN_qMw^dOZL`eypg4I2HI`;;+c~|PRhMo^YK zo%JinM{VaPj(^Vrxc^wy_`=>R?Dh7^;Eb+>`?MgfA3~*QuFAcBv%^jWzv0oq;HkAZ~35Z*8Un(J7%yBqG72%I(50%>uny^%QyDhrFRX6 z$ALGE#wi{t4mvVYMSO$Jgo_BZLSD7aPU`2)sy)Ke3k1kfFMB0mXZxOQ(rN`}%?|f6 z09E7N5)kfYs8V*gu`Cb`uuXQ!hCLp+MDJF;#wB#(@_=p-1&tQAG?f@&yqg7i`*ENo=pz5cR9> z$P$Sz-1*GP;Rf{g4pvL1%6mDmg}kPCYi7u+4-9zld_z&%%-u zy)4s|Tq&6Xo0%=Dd0xp)cD3HQZdM<@!t7OFB60ZK)J+&@#?Qy*AO|)+cfwA(m?m1P zjsl{#x#gXWC{|8ynFY4gAJL3@0kt~Lr8OD`J~O0D1U!F)SVIHMSF~&0G=v4Yc5lg5 zUXm0GrI?hm#D<0vEU<*6S+5`5^l&8apUBnaZmZ3skDt;-)5tsRtG9etb9oOs^}K=M zf@r(iq@N-n1|)zUBuSUwpDIzR?ovl8yzIG5_0)8}7`%^``48VtXPXg`0XDdU#J13b zgtu5cmg9nl{Dsg}3aprGO|FI}Lj+eYo$6Pd4SRYW6js7>g%|9`avxKGy~h$J;A{iV zaBV5ka{ULgbC=Zn8=lwK>mxfdQUkzi&?%L_@nPC0)%AR-qUd|Gif><+bHcZJOwHKr zMH~)W4r&Fu0(%~*4|F=c`ZWxiK}~ukXB0-KW}|b__jBh$j8&q;)tOG0z2IVVm8E*&ElVHTVqi z(ZQ6?NahHylN2>^7ddb2c+OS`aZpU(oUAA@UcYc|G7_cdoX`BsBjmv zUB*pb*#7<~mH-b4xL#ZhQETDXLEZe|h-YBpojq=N(ST|@9jLc^aYQH=np+}U7#9$| zh-z+x{+fVu_y9(Be0HUZ&XqydENUMoZSzDrk3A)Rq2#TpT+REF`0MgL=1jAUtE+@} zJQn)%Up4YdrGJX*{z479NP!pxU7lSkR7-SAu9*TuHjp|Nk@a$3O2@^M_nu#r9lAL6 zsE8W#)6G+#D<7>#Zjt0Mmt)_R(E1g5eP z5=-1+m{Sj1t`Rf{gkxtp`*6vVKSn}FXoVhV90;oWQ>-l3@CTGMyFnXNU2yqg+7WH= zyGPqiuJ=}4;=A$^@zwCa`i({fyOh}UhHs|GXvd7OBj%1!nzBaLhx_C})dc3Les2)9P&cElD~jNK%-9HJON2K zT;KSl(;VTIW#SToc@iZcVzE9$3BTCtp4uuyS1Fp2I2s#xX>9ePQCBl8p<<=}U8Ns= zgTIdUjN97#rD-%&pKjm@kjc(9z>U4RK!3tY%~@E)1byc^wu%H_#rJ#+hhCgRwIc?$ zw?NfK#WfcC4Jw)il9fnOL4Lo{4+%XOv@vOzTCOIkTA+$#eSW&no*(Y^9_n$zmBouIWO?a_FE4@$Xghsm*N_S4N1u0;Bu0*1@bI!)A z&czVxtA~az_d21J7Udw&)V2H*)kP$P#0MZr9>?nsm`cWTu2Qk{W2GzHE}*>bpPoH! z8~!RzLYjXd8zJg;q=5LT57G#p5!PmOp&7sp$D#_34Hwp|$6gNii84HqSlE6ipcV^r z$cKGqutN7IRs6*^D;fxs75-2Nf*bz1(%*6TA6Kg|87J&uCVr31f$-e1cObAZfwBzg z7ck@BE03vyXjCIDVSc|9My@}|ce2Xp5dJTkDiBQ-`6|NSH~t0Z(ofnm$!Pxr68lL- zf0Ij_JkdyW;{N9QCzv{o{0T{Z=WqMJXeOR$5`vijzVR>cZ2^fVVA~&U_kYn8fdI~8 zR$PN0v)Uh4_Dp!f+0kE3{0K(6=@Z=MAV%D90jBEdCh=y7q8hi&xi{pP@{ZXYLejtY>Z2PR5eo)+xYn6g% z5F5d39e%$RB%UDpul0I$8oyr)@2OJ>W&sSq^IPeAex(K}NN&Cy@IRn_L|PCHq&XOU z%5OC-AcqMum^?F;;-`67KRnHU%-$2`$*4Tp!LX%%O#r%@mInuF@sO{fo&0ku%CGJv z0QuAg0>t+S{JmcqmVfFP$XAQm{mGI3!%)&ZpJR2(scx zUGB12P^knRld_6aTBk~(!HycI2x4@n3yk~Dh4!c{F26`Kk^PgMh-rQWsBr#oesilp zj$rIBSDlOR`3-GX#(O9_Hp6SA1Feug;`+}aR6nXe4cJ2h1Uu^~jh^ZfX3(Oe6llIH zl}`H#VZ2s>H||2)L4KNdt@4Z2(gbv$TAs?xNkJuV_^kU717Y=`H<`u2>l5pnx=F2v zNmzXQRE0yhn&k#1zE+>g9XWoMhiDE*=Ugj3rC7T*J<9eOl^UI+?&r0JQ-oLgx@OTd zs?;yi6}bQGY5eH{LEWaHJrP%fbURTCy*GPwHRXH!-V;3sxe01W!;MIl4FA!2Mc<{i zDp%%mzRaBUK;?)Cn-hrQf&I|CdV?=J8iE~`0soEO_f%LyG<-(WiNsd6J$ z8Utv5DNzz&B8uYD5I_aNjNE>~;0Bb;WT3CxR)wN-hCU=>d6BV?(|9rXt}^_q^`v`{@54FYgzCpP z2kU2a%3dSro6AwH{!>Tisj9^Ejb}zYZiD0qwYFa-7CG%Td?acb{nT8sS0)~}@8$d4 zZ@%PMXoP|lA-Rt?3E1YbgHqKNO|g#aM^~)m%(qK;Owf-`Ct`P3_NZJhZ-__2cV;*< z$S8hkt}tkzQGhUBn>tc%;JPs>r`L_B$$g5QEtfB8AI+$UQipM0weW_DYg`juT(li8 z-gYeq^)FgZPEnM08McAvpqfm&BBu64TB_4P;RO*NJD!R&UzhlzK7_BL?osk->2Z+w@yT9ZoW+&W z9Pf_a$EosHTc6r$G&hzmZYh={v|yX>kAyyj@}M&W?dG359$mRF&zQk7noih@nzDn# zZ}9n>+}ms2@TR6^eJZ-jDuyN)+_C15#X~gQ)}>PWSXy_(fna4y(+o23 zJK#l2_-+n+BF6)L5WYKaXM5DQHNP%iw0ChSEHKAr)lktcoQ!JWujG#^ERoy|{}y zWe~V*H?)b>OSqtIcOB*Xd_MQyVSS%wNuyCQv_&$>!<_DfONlsv&+>jf;#a#II0B08 z_!5v7Gl4QtfYzJDL)YfILd72Q3Z|PGHH!lp?!K>%XcP`ReFFMLQ*YCQU$d?4mJ}&A z@K6clwSqbOLG$U22-#)|(2RA1hM~(2Xpf3$cI9)y+&jMAbZ959?8?F~X>-*TX{D^o zQ{XfZNV+iWwr5b*aNJNb#~A^)cX?pZXm%xo>Cj*CUO&|7t)(baN(^j~tn`=}+&;lQ zijpdh)D#;$^A9k|Y}^+?6A}d40s~Yt9;-5!k7nh?g!U=hhRf z$*(Z2k!umA9c(sa_vT9B%p1cY0$EXW&W}dD`eWwmRkGu(eGCyhu4)7)t0P51QF(uX}K7Cnw<&rO?XpE?qHpVM;tznQ#jp zMolcBGd8nQdi%dQ7j#HW{`b*`0}&BGdgHd&oi$5hoL6s$Pai> z2w^AOsmMKan@P?GmxGM)27^2`_Me@TUlf(3a?x17_?4@xg@kB)zDy{vNvh`OA%}fu zy`6aV=|b~(QE=DtDl9Ij@T5cByeahkeurGaJwZRAJ634XEgG^ZEQ>78!rdCHjZK{w zN+$Fz?DJ%k>Zy{pUuJO%^-uV4ap)h1@%a*R3!KzcyW9-5e2p2K7-i zEoI4MHuDU(O1XL6)-?HTqsLJBCbMkvw%1N3Gpio>f?mM=F(iF5Y!*H6=$B%0L?m6p zo*N`ulvsJp?E+O!uKRO6J~}w`el}eRLpcZG+R_z&>Q}72UXvX%% zXHL>==$Au^6Y8I0^?Nu=7f|F8h-qOzLdBeJz6P}(KV-!X%D{h$6+j8rFu_yPIw#;& z2&nnqungiNepomXm%Ji-FcIB&%vi6wa^gKCrz`9avu6KxEQa(?v1Tkyhb5@{hE7oc ziQ2^G?y$B)Lo4OqlXTNCpW1tAny+|lf5ph3;X#coXoIWe^)>%Kuc_1lL5wYmsb5I^BQE>#;}bhz^8pNeQpvwEuRlZuECQVeH;Oyu=D+8-=qY7UbUAk1 z`Powb8}OKAgVa(Z8|(Uejtx5?B#W-*{<@0=K6HQ_vd(@w!Ww3xw6>z)=8o6Wk!TRn z6f}LrXYuE1Wv{Xk4$|kDnlzR7!}EGAZ0^}!#^j<7=P-1BuE|s1B(MHRFcna=t!ME( zpcB%Yd*L1Oq`6M-l&{e3Y5Ighi3uBIaq|NXOD%&Ji|l#wd7)nFj3**R!15Y#z^(7O zM|FzR6mck^FI zrvs*Plhunh4S0NQO(HCW)&n#$bw=cdhK9`7&$SnSk`A66NNk;BA2t8DE}bKA;g1;C z($cM+3hh%anZkW*62Cen?X$Y0Pn&lBl>o z?>Hvq23K>x#})@liw(ze`vY9FR8MLI5%9@LqnOlRu)OZ!OYdmcu z&_SZYShut!ibDIr4AliIR*>G5%U0kL40Es}RZz7ICoumR4Lfm{xNf}~&6Ha&(n;M+ ziAYs)G>yKzyr0Pu!0}tO^V*jHxQgWzFj^q`F73KJ-DBwL?1 z{Q-9H=eZL(&yqDy<1Ts;%gdBD{3a!E%@giRu+dykRU{$my8eI@fviVIMn<>tW7z{v^C-{XUnoH*W z$cP2buVmga$(0h$cPl&aumVi_jKG8>f85AmHunfP7OM7?x%qj_hIx+FwD6d0|H#$pb?T9pP zcqD=R)hbZG@I!yiK6;)KMA4+;ft0L*y!zzeLH9xxv`Aq4o`GX(l(%_{ir3PVnFW^v zTr8dB)(W8~qmqH;r|=kEQ5|F?0ITE-$^!w=uJ#l?`l^ z_)^+Gor+V~Y2A}DMb2%IhjP~%1c`#9)7y9b>&yx!0lo|f_UNYn<3vf*hB*1O30nO# zL#!F_CX#E;dJ&`F?IW5nbf8B@QJj@^J~XC8UA%J5Bic(QY_>yVXaq8a_Vu~9aql4X zB6|~h+lX9Z8W>~OS2u~-m&;Yh)424mUx}r@n!XN;{1_GE&sn4Y!b;Yf+Iz^V#nAw* zly4LdC8dF>>h%@vVS^JVF*FQ3tq%iCOYANA~mU}u1N4O`InibD{ z^3z_&X1=?t#+t2$>oQfi*O;q<6Gt!b8ahdNtzCVVV@fGIeOo#aYmk}RXoz@GFxKq1 zzotGN&eP^HCm4Bj1(|uY8!s3|Vs;l0OvZ1gaHLZFiMG4-YwE-cq38YhVGNx{Y*DL8 zbXT;K;qt;s^JSWOaw#VjIH{~xpXQZ9g7)&kD!0l`>NR@liZ8T312mCloVjqr74*?2 z^9WQr)^$3sUKJ)e=gxo>mFRv9(X3W370+r)6)k6{ES(f7hwBovJ4GzDGY6^MxQOR6 zu`|E4Nj>zyMz(rIN?R*Us|5N}(H{d!Phk{LR)mT&4gJUUF$NM?HW8^HVSHbeRy{Ie zE30o*v?(nZsl^MLbkg||bBuehQ5kZH|3M+jFeSPL1;0vwQdfRLO<9HKDC#srA)8h_A%qs$Z&E>pQ=@R6s}} zMmHoZVS?qB-R;gX4ZP1M&;?Flg|&asmuf=h;RTSw8ro}C9atdm=bhc3QJO4TC4>|? zGf;Bx>sCz0k8}*oh<^4w4c6muSPCdFj^JUu35Pve+0*v3D;pH9Rw%s7js~D`n~;>#3`U`5^;!6|>Ppr2jcm0}gC z5@KLsxXc#XSKnr84R|?8JhvI!^m2yxn;{`?#<^pte$UH&*!SNI_KG3FTWOu9ydjLD zGj%!_&g#XRqwUFu6JXB@5sdB45Y8$yq=8sU7!KLe+Lc?7p&SZ}37kOo7F_#`gLj6D zlkus3n%J1BV0OYp51Wk0j3yfX0x`NpL8sHUjxOF>=7iMcY+uKvnyJ9*aeRf^yEnKR zIanA6xhxZ~PM)C*IXIyg9y!~*bfm^tQd*rNrXJ`^bON=B z=6ipVAuM+uZ?9m{B%F;`V0Ca*ACjX;?Vs<|IeY7`zcH-%c)FPOKXNz zsynMCAdAy09`b$JOL|E=O)X-Bub3}uVu-@Zk@Xs=N-{KqdHm5?np>n_AV%CwRUzLm zK_txJat5*z{N88TANC#6X1q5FITLGrm_L_NxJY|)#o#>mYu^FBv)>rWx3`+f1SY)g^X&f!|m zzLgMTQE{z}kw{KxHIA$tEq`eOcmFw807^WcTC7=+*Jb+)7XnBD_a-r2=VUFj9nTmoMD&V>5O0C1A6D05Q+EEJ!L9baj1rt_VLIeIt z>qKmYx{GI!zLG_yKQ*mW)ep*~?8A12KwVn9-8lfafKkfmBZf^iD@vE~|^=OGe#hJ*JV zSyywUWk0jrWqUE$EO%Yh8RmQ=xT!=|tmb1iUre<4B{ZbZ(|`$!(}xzK57PIY|G9}K zGv?gzBR#{*Ju0;8{L`|%T_GLvN|)jZ61%E4uEHq_J8`mZeyO?2*B?bie4BLaZanCZ z_${At8pE$l(!FWqX_&FwCp{4k4LJfv?*f!swCMW%u`sfd+gq^pNXFVe%U{3sBZEEs zS1CNr5~}zfsnjy0RpZZ~1QWj7h}egR1;QR$aUi$Ky8F%d!Ll+O8d-@cadqZU6EkZ- ztT*WGF)OG^BA1Db&8g+B6^qd}pRw>!UXGZ0{WI#>G154u0)~3%?d2C{%9EhkH1@~{ zg-QMZ=GY3|RMyy6?B-C@o$=Oegw*2CbYKg>uw*`2=Q%n|0UEl49o z;f~>9Yoi28BEf|4+N5$oqi6EabOGw5Ha*`&lBcDXlw#zG_$=^a%)9O}Rtwb5Al{P) z34;E$KC4`>3H~7Yu*2b%Qgu}T0YLG!p`XGn=M?^IiAlRh$Wg4hKwg;!bk}wF2^MGS zX~|ci7t$v1#j_<%vHV~AgNi;ZlU>nAlp(Mm{&*lj0>$7TP6+LP}?KgY@LbP(LE8bwC z_1*=DxXRacsmH1Nbu0QF4-Ok6%DM2?;S?*w%}&J1Z7~9ZJ1lF;A-278?Uwc%)D<4i z0Rnq|BnDXr%3m-IXxiD3Ke!kZkgY9kGf-{3#aNFG#IeA4sAt`)&`}T~h3g0gj|L1A zO#pY!eYJ!~#tT-Q;?l9qJd15Lkt4UbYqAIi>4}c4DmHzZ-3~)o*N*jiTx)AQV?|rO zD`#i0AVaSU*ZRAivyYeHVq%iDn_{thjrrk!T#zRYwq@J<2c`^y1Yagg2!60}kRv4O z67nRc(@LEf%YyA`{R4>==tBuh0xU06Jg|0dPo1#j()5RI7T-Adff*0D;mhXeC+-$< zi}<`S>{9rcA53=NM%~UmHfeuw0(xi4${kN?d2E=Z+!idN!tlkzyz+?ODiq+-iNoIw z(yaDy=S6terTA^`LZ{*Pzl@&E!NZfzwG{0ouC{(fl5+c zpgInswBUyB7o93a5|M9>WBrO;*_+;HVI@Ui_YyO$zXvlM^5EMV{XUpAx!orok4)U` z;jJbnhxTV@Mw?!huJ~nrXu-ZPwqUf_Wx8$J*&(Wjog}IbE@Q=i=CMj#bQHkjN=-EmKR?%7Ax)Dtgo)e+PmbbjI@7>^o_?AMc zK?3)paOSg|p5!p6T8)A{&hkuiERG0C$l;t1VGg_u{UBwbIl@8cwxN0V&!v~Ym1S58 zW+1>G7l276?JMBOQ~fo1No)s~fV%9UrQDo(f*gzFlPE(_0F>lmP}^N41c7=rrtf!F z9JXrq`nq-9*_|psc8GNqrLYwBXU`p#Z*7xuGrxJDx(;`hK=`^Z1VrayhQW!4DL7!# zuoEaC=}--HM2kC8dZVgr28L%^eR0RPcW`QGot%Y^$S2se3QRX$^+jr>r>qMLP&l0+ zo7UlnC7gkB_{QB0-Jv4X-48nh;|QGW!hKJpq_x_k^Lc^LdxZB)bl&}$=3bN5|LHN+ zNbZ5SIO5G7|W9h6}U6~la7%hN)wNSK8d%Di+1 zKbm)iaYK{Nmk})A(h}qS94W1R)E3D&tWH2f4fin1MwY%s{Ste(Od&S1Y{Sa@gUy6r z0-j!H)%!hTd}f^07p8LY>-nAU1Y}>R_B%C;zrun|?sRYF@@g{(Kqbt^#$@rU=f;v@ z)HOXJOESd&a@@x4Z@SGb~P_FFIRa6_uD?4V4!Aj1Qmwu!udZl58USrKT$SMpHX+QJ8u1qK0cT1GDtrL% zjEMPJo@TrDwj}0Q0$6soDpb5HEMl9W`dKbx+;Y}A#;g?A8MSYIpA4x^e@g4Zc=aS; zq#CtVUx8c8zgwkijx&!SmUW#ceNG{VnkR+OGPkRs?z zR5Wpj*m&Gt=qgt|FzSakz_+POEj4^*F=Ww6sFdw5CBb3VnO#~XB%|}?c|M~^i>b$m z&ytJMx)pGOR@;Xjr+|gAft~hF(~G&`f~xf-&dzjCV&{&o?sH%ke$P~c9Szr=G1Ls+ zpjJmUPuyMRaM!YfE!&1L96&Iwv=(aGafQho#eeAMVCoJ6oPtS^x_bye#fj7X6$nEZ z9(y`$c9i^9O(Gy7)>-T}4N(YYiDgKwB=ty27jaQPHG|c}H=$I%BoY_ON6a>KWz<~* zt87yCDXICoG|C_sH6Xc9#wf9-GFZL2G;G&d(zUjf7)*5)S`?Dwi&Q-E0Y4+y7Ovd- zj2Fknh4f-grJ=?TgW$RgY2{RR!nUddxg}*Di9Tb#OktPQJVws#GZMb1vug*-z6l1V z3*&P7Lbs*`27I$x)>x$j%*sPv$Z2H>2(^?+Bl7Goxb{OpEH+?Z|0y)DW%4}5jm7n7 zW_msG6-bCK{XS!^Eb|nIVb}_>P8Rw_WsZD!eqel=c7T!!-7$9jzyg~ct+2t5OXy1& zz%{MKn;11Zc0C<1cR$=PbG1vvRKv#ad9`-Bg@@}j3zK5QhB$&+bLddB-|j&2!}+)r z^6X`*c*FjokxoY2VRzk08iwHkggs;9_}n&!8yr9l*da040jMxsI#8Xo>vGBn@eN(| z;V$1JgIH?ZTp~>0eDiar_Jj}#1fojU#4#`X|Nfj!6Np3u6@}ibBO&?x7CsT^d+OU; z2Z*OU|FNR<4K6=JHO;G5oi{U~4;qiY!vn0eo+lkzk zlLP1XG;~kHjAE?m9LfLXJ^!;@Levw4wqs?%_Huy7XT+7 zNq`UgXDe5YB5-@cZfM~jvOcJMLIl31vXNv16ig|1hEp8eKH5~723PBR=tN%ZdZD@L zyB!+xRxJ=pp@+$(iV<3`_`%^WU3u$O-pumLK2F-}L(-2|vrYRH}7455f zYcC>4RMhUPGRk#$;Uk!yFS@ux=nq+-gUF~zNUvDQM zsk^*cX6SwWGftQT0u))AD_Z-4*HM`Q*d0@z@jf^k7?z6AicMiRg4aSs$L12Xh+!Py}z) zTkz){Q>P>3mK*ep(ZvFQ8{N3Eht5<*a6xzP8kas4!kvk&fX72`Db#r;h*9!Tle6Y& z(mys73j?^`#!7$BmT|F@NNSZi9ad^J2~RujrW`y9hYiaOVBUA&{g*J^31d`7Ji9|2 zo6|bKasGY5m>lf6z>_c&=~m_}LNAGFj(95Lop()Cy2Enj$;;%h>GkhwUmSm=l9f^i zyAuqLlO=PKCoNZdIk>;zCy`Us-@rEH!0tw?a|l{D}7 zl?m;0+~+Tdl0FaW`775kp~k*rQRB zw4NP=_=?zJRK%Z_+7F1iL@1;a^iH=BlK(&U-Z4CnwQB%v?4+^Lq_G>@w(Z8Y-8gC5 z#E>1KQ#< zlzhsiSZMDJ#uhg)Nn6ho2j1SHSmljuz$VclnfXK0CG8_( zaobU)exW(}F>~-?4QKcBw?o1$$04_Hn=_z2wqi9eP;~M4XKTUOkFq2!)yTm;xd=tq z?+S!Gq0S17&VGFK^rU2UMCy9-TeXt5K0VMstLIX+@?H#^Y3k(@psR_3Z;Z1L^rOIt zl*Wf`UPD0}2@^3@#1Ee$q1-{+%n>%S3bNt3L5H@Tr^Y+R-ce$c|Pn<{aG@kMl-O^HS%kh(H7qx+0h1Z7zis+or%se=}L8LL2 z0E3+Q-rLtBc}(vvj+U+xOoy#jj!j`Nak#e2D}TbJWFhQO{AA((DYWR04h*zShB`wQ zG+uhUfsn9Qttmdl&Am_?Vv7Oh5E1mwV6I|P5hY=GwF!q#`608?7JE8mwQ`OH!$2gU zW8q_4y;ewXWlOD!?4S{YBn6B(?7CDdnUO%kt*KzaHj*-}Oy|}I6^A`^-?u6t-!`1q zMCo6OmC|qhfg`BWD|jHf?B!|t4r*6}A-NCc?+9x!pNrM$_4Px#Jw2L5D_INEZpb?Ww~VMpOg3ZbjZcqLkQxOi^|UHts?}0Z+_eX2 zzNviDb>EVGi2GO`a0MR_?;ez)MN7wax5>x9=Zlv+p2>UMA3@_#ISK+|0cj_OyWwP%^nGp@b+-Io-`0V)Uz80rys4%m@v=LUmINlej^AMU1)~=lOvS8 z_Qmk=VxXn#`c=88pQ6ckJO$34O=}?3*aXTE>Ppq1VLi7kY_LAtpjEsjymxLz8oGJc zQxN@3uL535)yKPlWi6~DgUQpk*bs)``MNDB?FrlZL1nf7yh}7DNDC`+hG+Kkz}k($ zSd;T<{DJA?-V`xe7$Bv_Qd*?Z{lzB-pF3H+DSSZ;{W}oER-h222_X%8MKl-L z47U@R-@_j9L+JOn$vObK2s!AJoOfYciDmH((drFov4tFc7E1C`hXU=b%nqx#=yDCl zOkBS@yA(Q;PJLyr4nTct=gPWhZ~VgM7R z1U6qd!dYuB-i&t!X?+XBZ*Ub^YoV9hMax0=?Pd_Ajcx53{l3!@wTFTfEmJT_MoGqB z3OU|KyrJ1}p2U-w>mzR0)rQGHpW{vE*OVOHBUpNSYBz*XWFubTb(#(r(cbxvi0;EA zRw@~K-1Ku@Wh;$p6aU#PmjJz+I_zWT6Hw?#3aY(NNzOo>7zP&|+D2B2&`XYJgGt43 zK6)9xbWOq?Q>2_xpU||@K~N?_I9}kG0tA8JVi7ORwSl@j#JBY_vM@Iu8JFFXf+A_s zWaVx$9W7&TJcI)fZK1l}!`R^EmYSu)?2le97*r z6(t{M0+#|Bo0$5;cZdBS$evDrjzHcfu-T{wPV7*#4M(Yi14jB#e%QlkGKsr-umi6U zj24(IFiUXG$}=SqSqcs#PeavhUY7PF9kKH4t|KagsYF@W$@GHfRQg&A9>K4Q#G(u4zEKOFw;K}%oq4zZXY-kRw{1!um2>wuZySd0;e;cPKBcNm>)pkP zSE}>0Jn12}ByzOcJ?t^;l-m?s&FXmFzKn9@x^Hp+5lQ4dK>RYH1nXvlrB7j<`mx=0 z>vAeM6cSBh{ix~oKo%a7ZDCx%yfaC=K6+s}e!y4fZs3H_siX-A9<8!naqIlBdtOMo zV~pzuSe}eZFy{0$o1xu3T*q9AYQ4(hqU46(cQR`i9U9cimcm*UH3JE<77A`txUvSe zm@fT=cLf?Bx_#C4*s>{TC#VN?n~ke>N1yJ)7NXA$MUb7;>p#EJK`+@D-z#oqszFd5 z${`_(be5<;ha+%aaB}}5>@@^`7PX)_)E8^HIivG4H4jh|{_L$`kIm8};mbjz%T^D* zVz!kh3$C4fmwjvb)cJf-=De05BfOD=`qCEPyz||7g#GdRH3yY;Y;f9jlW+A&5aHUQ zEskb6Fn$+)w>#;e>Qc%5o(Z%>G&UA^FwTU^;8bfq-J=y7FTpc7#kY%NwHFfwX4Xdx z4m;KcK}W@!rk6RDU6e6Ea>sH}u}GlCi>zJ#u+UF?%0vj5gw0E1W2qU(#;I~Cux(+0 z-QQxQJH_TGv-_Aa%w^>$@S3|VfIT^yWn}th((w?CzjG$SmR)I%G;d{hUOK|!%o4AD zm*cuKzL#oH0;!V7{84Ft)6z3yfF~;0CC#3du>0KzltR#_9~%99sdaqnf|ADZk+_}L zlK#Cs?gv)+`LMA(0R8_gBZ{M`NvPka38#22$_I~-rPRZoPwd41?SZk9lK2sOC}vJV zKMUGsYgD5XLLfP**d58IO*}vP4*u^3?Ls*%T&2`ylQ)Y&3apu$NH&s-8Iweu(7655 zdJ|q>2Z^%pSNfGeR^=7m+FUs)a3}Z5aQhI)T6}7ZU9%{4`JT^cLJQoj(nS!l-VtDq zdPgiAWsgOPoPrpekja_ru)e@JEN;F!+E8-3pC|Go1L@2yM_}ff9jACqZwO$M=~UgQ zyi@atGP;v7UzK~e>>Xmg(To2>Il$ewsApKCwHX;L1WIdDMiWkS&hsrPbePR9KNo&W zf8NGvL;jT$I(BFH!BeBnAR8?D&46(Uzpe=@FfAURofqOYo;dGp3<@zqjlcw!v7S~; zYjgJEru_|~1O9x`F#F z;r}$QN3p;dZR&?PG+Lhp#%N_hDtpW8$!S1x2-TNNC*KN&md!1MoiEQbM@cM`knYF= zgF0SXT1|-E?SI#lk!~GR9?XWvMIra=U8kHRBskkjRNR8A?I*BeHMEVNMjgdnTH3;? zsGlY8ez)QxPGhD-Dv68rW@cRTvB{0JCNHj|($g9CtuH8G^Q}%pDsr_l?eb*c{}8HJ zrp%MpOX@|ZUGce06$9yFK`MNX{34Q3QzdXiw?HaE;0DbqaDJnIjrb>3-*EF+mXYq$XSfDcjy2M4bhJZsZb2nsf8d*%O3MtG0(oFFOJU5nnq9DGv7F*k)^v zI7>rs6kF(<$A+$lQu?9wGfE8{TAT?QYHS0-<{-7)ZLL8T3}&@eN)?mazxY%70YZDG@E}_lW zT0QZXSX#qF!f4jKxwV2JI8gO_czD`J=8Rl~LK3uK(Dmzk9EzW2Aq-L`U)Ri>jN255VHs z{oo=Pgs)%QsFS91vIwb;43!*PZ%)lfFVobWKRC}Tt zx{|SkSTDLPw;hPPBDFm4fx_xFpFQ^4pajpr(W;maM_g#c>T4x}6X7M0SXm`ShO+BW z?kmt4oO~l@mER5D)q5HPA>2eila=&<%{wZ z=bh%frMC<+GVXF=xNF6$$qcCHl=$`}n=TCm0^0?ydg-P(AZbb#n88m<5-TJFe{r|Xe&3dh86To_UV&E^a6Za`+^Q4QX4l5V%HylT?bXxI;=#%NaLXpBZ4i5L zgoPD3VfPxSW1IPA{7d4X%>{67=!ba5VF0U5mh-*{bHh7KnvII%zuIh%&Vwc=YsKJ9l^iv>w!E?>t2}^r zuT~+cC$lXAa#!&5PI&+K1$uyc6XV~s8jN?+KnDGLZ89M90T7sxFMU7a|L?9+WMqJ= zG(_ty{4a6jfA}{6Zdr*}cWRENSnBKk`;Wu&ABVmqBmh?_aw7rGzZbXr#=e$8OVoek zMEG}Csg&faJJpGg73bgYp?&awq@XMXJ}qDJK20~1#t(B!BBpj6L%^s4>h?D*>raH(s5h5 z?rOyzCWHS3v)<1niyoVvzSN=0Y>lOvc#>eZiIVP<)#jMGfy(iMKzp3x^YYkIWIzdU zRnam!r|{htaaM`dS?;1u>^-1@_52ziBRWG{AOt&gUdqZ5|%5a^wm3VV|fxprYKC zK&D9H(3v9rL~x2CDO(O=D_akka|v~4Tn<6U#b?x0T?s1O+paD zvM)wi<#Lvl_jYe1Li&a$1oC4>@0-mW57}%;9Ai(J0@JSO4`MzML?`sw=L=5d(F0_hv(b*o4xQ+tCTfo zJyfsBp|(ic{>rN`+wXL5p4eTp>L6`k;Cz>}?s;>fu*+vy!M)=b;qKFETn>}mZJsAs zqf_P;cdqwK>VFRY+=I3OcbI5q#=-o_aWqBRsuv)`_rX7==>(4`79LD)TLH+C4Jtpq z=kilTjKHw^C8oR-{V8%(R|NuT#zzroJjqGIn?l58Pp`14lgMqVU2$rf*B&*K4>&hR zeqRwBfW8fHWEl=U;IQ3qlcygu<5ni8c2_+(wV`~#X$I#GMQjGy=f?ahzD?^r8y2@+ zq9|{Y&WIa!8KBDez~)e)NFa0+&eC#^hs>dz1_np!Os_GozS)NsgI_aQ+kBj5Px+Jl zhykT$f5)Y47=Xct{TeWtYchB*-oABB_x4)TmVAB$ey&-Sfke)_#<>#lU~mRvrcn#@ zzj%RMT8k{_EU0o#Mi2qCBGXh^bsMn_|m5s!gqLp6SPSUy8g}SN)7-YwkdB3eGU|KXF<-tSG{I zSei`L+IK!d^EU)(7z@B8S}EiS#3VuWxS|w7gS@ZKuuE#9K{w!9h)H?mdo_Um7&SwK z6!dp9EcGOxWDvIng|dy^TbA#4Wl^gNny~(&Z>X(TK5U4=K6J8g6d%rVKK2cO+&I}; zS_*RNKv#(ZarbC!8d}nm=G>5V2hn;5Pwbp$e26A^k_1kccp$70MuUqVKP@Ta$X#5@ zJzu0YMq6!xNb7i}igKYI=nUkc5$>M!73aPGG4IG4WBQ4m0uAr@;QP9&@3~v;hWE^m z^Hp9KXDqp$>;B>TS6QDP^4dEGxs?~^kKRCxlIbPynTiR`0ULFQpI6BZjq*cE*I-30 zokOK#FGU}OPH|EYx%qQ&UC?v5mqbZrYTok}4~FK&kas1k1pGHZ*Isgh9dE$=AkHte z4@`S?Uf7_?4?IB#B!lflGA(&HM?I+AfNAJDio<3#2<^#EZv%3OR^yk|rp%e28P=3I zpNa~^nIswuW}nSyiAR%fA0lmb^HiHKQT*#$@ju(r@`TF>QdfH+dAXGq)fv3oU$){Q z_?gpcvJOlk7EQt}3?B*b;lwwud22D9CMMOmvHc3v_r4zGp zk`o|GwTy*^fwl6AXES{>tWt9XQgTEEHz!hVccGRYtGbFf3f|GZ=ucB>I1A_ui*k+W zTmH^XZlXbZa!0$MB zON~et*)v^*q$$SbFF;IVg1icKLV%89jQWlN-voOT$l9Bw3d+vEH2tlb+SX{8p^mjP ztI~Vcs_KZ+O#*I>ui=%YKo|@ZNM5dLsw~z_(qbf<^{Su3gp6`BL9;4SboQ!mA`PsQtjSc*s!9+bn1G1lS} zRyJMQS=I2nlR)}%i1q2rAS->O>64*-Z73bFM_ytlmi=q2r8e=@kiClwP@HHZ`KrV#B3Cb-T?xI4UM1e=}6W)SW!8f76>@2 z7#g?_152Q$b?d6ppR@l?P5g&KWeKp;%#&;Yy$;_Ktgx=HLNRy2a)XX63}#>4GDdT*Hk9B&DOzlS!r^67Qq0CyO3@t##*E zUMM*PVx*`-4(qp_#DknhS=Y6L*Vh~-7@0%1lnT%nuJVwCquRIdxZeWS5MT=Ax_{Hu zbxU=`k#2qsR=gPPgK5XOz#O1n=n6l7?2_&c?!|5cn?{1~pKafxRo+nuR%MxT@o&9y zC;&EHY4$2Gn3XKS6XPQ~FxSnT+{Y9hy#v_4j0)FAf-z zbH=s~-kk83v%sySxkTNmO%2MFR=;B7ZycE%0S^K#&Eo^i;v_UcQWjJn@tdfg%Wjvm zvdYR&lL8@d`(-UPUsFKRDJ0u772*VW3`Li#(2Zdz(yg=PjHEdl-S{^Sp(BQ~=HcQL z^)u}oQ^!WJ&utr2gMhUBqkXD3bS1a#qA_6e>7v^S{N}{z!^lUx{OQOQOD@Ywc4D&= zGwo-;U%iPhI~tXPIRo(A{N)MKi}*czGjd0Filw z-e@D%hpnYnV)jm#EY|^TW1hO(Py%SYW@c%(V{SxASo8NuxcS5Y&rv~j3^qWk=AhK2 z5a3Hdw8Bd@k*C+DFGb2i#3~`xygi#r@eF_bk<~+*CNk4IsxvFmk@V`u0c2HoVE;AJ z?Jo=2*BtVcYlz7Ppi}}3*LT@}7_MZ%(xs>8HkNJ}`kKe<_`fY-2haf)VH?gU-2dIi ztxgZHVXfoC;eLmLKM|Au?lnL8|8Bpw8u;o5(fh#sd;0r%);AFHl;qQY7IfPMe6Cga z->G#!O<}FqWarX@p~_dEhD{IXYZlmSxvTCknioKGFod%4lNe}7JHAX>fo7=+9$-EVzIDRP~zIG^+oX z%UP8FM`}>pT6Vv*MbG|-mvG`(!`XW5mTC(p;ugFkR)Y!mUA0{}AYrI%?)|}qakSgH z%i+s09y+==`#mZJ3 zmXv-OjARbw+qh>8lImLSl2B&v@LH9+jfFfB{!-`lo3ss(xC9KAYIm+?E$>R{yhbl# zxh#QBEexFf+(~Nc(*X95Z2OL5TWse7~v79NGFsxMD z4E9UlqO(p9rS0Byptk4PUaNP|bH*_lPXnyC>lU^}+@x#~(dqVscehD>0oj>3cU$4k z`j<>)z;O3xU+2^Vqb0eGok^aSkRWz;i@`;Id~}+i$`)ELI1OX{+E0=eo_8a+9pzLx z=bZ`GYt_c?VK#10#7EovmH$(IBI(NK#8_K?PMCje(pSfp9B?>Rb^btKRDBBY`Qe%&PcC29@f#f; z=Xm}qx=oxP;9v9Z612JKZFuPz&&)0pKD-&DOP_twvY^-xLVW62TYN$Gz()xROK2>& z=`bP=UXp-OmBv>zVv)H&MF>9H3CW=Jqd%&EZlTeLQ8-{eV8P(3L3Yzt3)<3|_O40A zEtWGiEUnD;S7h3&ulU;KfhEBbRzFMwp3M3k0sUf_@`3rJHy_o9JJtqxq~+1gP{UPk zw(cS3Di7ZqQikhZx7t%PgVz8mS_M$l=^1Md)yr-7B^8k3Om2(+-;!&Q{FTW>b4D&4 zf>DvqtZI}zqV%_gF{GiimfT!EJ|1YfY)6gBqACSjmiD`f6TUf8t?+UIi}bLEdiQkP zVNV1Rx`>rz(O5DO#XtWD40sog^ip=+(EKqjGhn{|M7`dd?V(7d2KO(vFY*A z!jP-D*-;Xn%l<2H1WDVfeFqtvK$D(y@&9z_tJP`4qHlca*+L`-%xe5RqEndM@teq6 zZLfpg+cV=z5|ARV#Q>ZrRa)70)dpORX?))G?h9ElZkIi01btpzrF7LLW+WiO_3J&I z7GeEyTPm+zSI(>Mq+Ys(Z;~vsL#Z?y>QhSl((&W%SQyTGljw4|6m%zfO00XBij)vl zae46(T=}i%w5)a1oR`Nj2N|%uI$;S9zvKG6MXx;$m2|vPAEjX8rPuS)rbg=`d$QjV zf{DlyJOVfB?q_Mmq+c{h#jWvpBqK>`UtTq;rsfOp^tiPhI>1{uKR|JMJy41kaz0vZ zONP5y!mzW8vDTct?FTWSzoFe2%Qa!Z^Img&tmKc}(ecD@=4>*Dt^S;h1<#axkicAs z>Z*SvlsBPws&cX>Hv%J`x@TJE8F{FUuzGejb-}Z6aKZB5u~OtE4zbIMP)!5u z9#}xULuftK2M^vEtoTs*kdnDAb7m$nLQ^dV5goRxOJBGKPd!o?Fx8vM^lyVL{tttV z#iPj&>0pS)x=xSMVs+~{o;42@_%!;LgkAL*UVB%Wi9#A^nONW}NPtg?i*8ZUSA#aa zi1d~UU+u6_s@-_YWL*`Od*z;Tn250ykl@=sts~Pu`>>PAtK^)BRX^PAe%vvxU|0=r z#rBL!BB>E_?lwPd)&}<*e!uwIQIkco8~o?BQ4~^C z*c{tZID@qHv{IkQ*0u#YU|ylhU>nKQO04A{jCg%SuGG6u_h zp$%q6HRCr7X?h2ww7ToTWnatsgcsAiEU`zPT#U!WL~}nrT5jST(kg{FZDLr3fAZ9P65X-n4(FsP7c(~%hva7h zPG_&MN?}xh?elng+WO_gnq#rr0}*!^*zlZRTNej+S8_}nPfJRWBhMpZDg^A*eO1{< zZSK(Q<1+oBhLcn2+K$^KNUNgr8@+XW^mSi^miE}KwDlZ6Yr37HfncoT(0ZO!#CCm< z;m3GL$9?7Ouy}i+9~3z7`~KHV#}!}5uUj1}c%G|I-+gR-0)4jq_@?Dvk0!S1<$cZY z1LZcci++3^{qDX0-IqyB)zngf@diOd6HK1sPa~sbb*IyC*AiX-Q^GY0`x+VpM-LJB zX<_>A0|$Z>eU~T_eoob5b=gH4Obk=Cy@j6anw#C-_FLgvkpVSxgiOAs*xtl`x6=Q8 zcNcFn!UN3{L^I>!_%k{;4!D%w5rIQ0N;tZalW$lTu2w1r6pvh2w4){_Z+~on>f@dI zdyQn-$0z1G=>)JFkVc!FOWVjCrZGAUD;t5ShCX}4{ftQIf|^nh}hOJLNwkS(Amod?Z4H0 z%?SUeox^Aglt;qN4e%HJ+zhf(ys4HRyICbI|(7rly%hZLuN?d^4q&hK`m_|Ce#4i$MWc$KT}+nlijm)%e!i zZma&@k5D5`*Q8DN^8+qh-a3Kh9+*zC;Chm#Y|o9uiO3DRqaKfGWlRuNA}4&ObLZ4Z z=ab@vpCeAJmF;+EI8z(iR1dm8N&6z|$2!8lorCZ{jt~-ER(~`Ud8bJYRCj}j@9}&D zUxhn|`%Le=v3ZaGo!Nv_e;=ArqQ<9Y6aJ-fX!f#C7%-FRUG5>#t!@q)!u3T^S0h5| z%t7lI3P60|6-5Q32Atrn+{*ycarDVD-qtwre;ixuOP6 zX)$N}4co)Pfu%0nn1NrVfXNu}&=!|eSPLX48#JTrYZ(A!m)Re(pb2yz;4jNdw@1Io zwC22}Vo?gg#x~>H%;~0_wq0Iy!Lmj<4EY}$!p0ml9^`(yu0rL%zU-IRmb{MOR(^R) z@IPDdKT15HXyWu`t`Xrjzu)6!V)&b8?n`FdDLC1I z)$_U-w1?zf!BG(xdIJRdmUlH4YPR@+y5gPB8(>I+zkg)mz#w^5I`}fgexB9#UFG#g z)NDSVdW*8^y(O5<`}5y_|Ew}Y+93Z}@R5%BdA|}eeWn@HXUyPL>n zRfYBX`v1NRIG2A7nCD&e^mdH*_t$yTjiBH9lqPHl7a{)c|GaN}%>ZM#8|D!Z;RJv4 z{MY}O<-P&*sQ>?L5x!W&t2;K6`PbvBzpgod85juYd8*O33LXel9PCm2W|r^gf>ueO z7|q@mq(DR#q^F;fO!1cg1N17O#ZWZU?y$@NU|<4(VcyL;CJuOTx-g93r-1(7LA8On z4GG85ylId6A6WbwpEd)a0JMKFqu~D+knG0-K+?dpe2Mlic&Rf4EX5j=3H858<*%1G zO8C5SSi-V)3;QQ2{dFC3@dFU>Xl;06=x^~3z*_?`0B=?iEX{w==KrqLDgm%a4Phyv zU*Ywi=M(twE+L&3X)NW`LM{^c{@_Zy-g8QUf&|3FF?zP6&o8t>Pk3ZIfSvZU!1m18 zO@i+`!O&E8Cx?|_sx5ZZw%Gk98FNaGj}xf8?U@Z;#D~PvOi+ zx_;Rrf4>({#U2mj$#GTCxD7o^H2Gcb(|%CB;|DH&F?$3FNl}E*yjn3n%(R8?rO?)q!4LagFIko7xQO!!&5qnF#d+tvA)@diyLp|`n z#VM1T59TP7>!r!V5wZ=V{0dOSrqj_lkIqUq_|b!jpnSS(i;gv392TiC#nq~|rL&_V z#|{lO+o8N-T6;sSr@+KE3UL7SbaB>>BMrmCL{NUbYPHyL_IA6@L6P70g&A5i;r~Sd zfMI|`(}CQB>&q)HA%ABJQ#6T69_EzUv9Gb7U~`V{hC3(`RPk+DbnC~Vl}|m~Uz`U` z(-L7axVIQ$;M)%l)&+ZiHPzM)G+*gZpzU@f&|I_ahs6|9!V>-n1 ztRi_!r!9wL7rdmSR-#W^VLhjq^A;ZT$u)EjGXCh9K@ppR!& zcwF6*@$i<_&+beUAC~pEmQ&$nDSr!07Db;omvCFz-`T0ZGz;nM%uZFwphw`%&Q<1C zp37Gg)+VsCYR=Oe_`;(y%GWLrZLuqm)plh3@Yi5;UY0MBtSyqO{45?)Ze_B|XrDXx zTLRC&11<*Ay6E|Ww`c_9U0VwjG>sR#gqrpB=o_jPd_8hzm2sDcrH(s4kH_~UY0oG1C(S$i-GtIDax zZ9tZnSuC&ivD#MSL4mgD94$V|mX2(T1T^I5FWy7@NF^m1z)8;diVNAfOjTEm*#E#m zT{SSrHNITlbVzNDyqQ3HEF>LBLoDq3B>-FEYnOvAOfT^AMO^Pv1%eIw-6xw>@y?mX zGc`~$;{D^fzp(9eb|?UXrL*`ne)j;tIbZen0H%NjN22uy@BCkyEQ|s$g?&b>DzJZf zNxsl46CKkXNBxyM|8o(yN_pL*Xs_3OHAq)acIq5sa$Y94NhD8Tz@%ncjDz z(Vdw|p)}Y;NQ+aUx>BbHsHJAqpXUTQrKBQ720Na;r|Q>MF{{+;@bZJqn!nL%lO* zte3k^9cCI=&UYujb-fW@X(jvnI3v0f&G=)9@q2~t{gK%IGKufgrCc6j_lHk9X6^SI zsT*EvU!jMFly!IHu)dg7e}(%U(tML>+aCLptR>;96?G3XrTP&h#=mr;K{L0nCPyWt zrXFi?s<@BLPFB2#MqrO>f4&H?3lOAyXCJif=_-0hPmaZGTih^d?+!e+CZ#VPuqZy& zUoEnkHYycG5}_oo>ihYGTh(oOKEz~6JK}NiJWO2qMK5H&Vf!>^kAcNB6^fg(CQEpQ zLos3q_UJ-L{s|m3Z9w-N^fyag%>^*amVzb}ZF4Yqs+nP`q{m0Q!NZNRXoD7sFYfFe zlD5kwN0`z~yY!k`SOJuDxh3kK8aL6$czdRg6n%A)yAcl4Mcu!vUy0IjKAXKY&z$K> zk}5Zg8kfA%?5Q$YmdCByhiqnjm=oWwfynfy8sqN{}04xzXRhN z-y}-jH}~83@@~{9y{eV`d5b{%bY9_rdZmK$ZDWTXw+d7v%8o^gQJOeu{DBW#EarT) znk7_8t@_wOeQVzbV&n9F%q&-@$Keh~W$|r{6O;?Z#Kn;^?Pkh>Jdkm}gp zV9o_a4j39S%pl}*diu1s9wziub1=x{Inzwd7}+_gIwTL{FQ#u5Igu|+D$TV_!2=Y+ zU%1v^oY3kMU~6J$h+;Ylw;e6#F$JBY%oo?r-w$dkJAl+%s)>(C$kl$LGb~OkDo`*s zT}dDuq1wqM30%x{MxUZ&Ed^7^GwY5E;$(q<4QZ@< z+ih+4{xu@fd1Eh&;JbAJ4GA$qa?pRvW^0%R@$tcl(M>O5p=$BZtAaobPVYxA*ja z2?`qnFq&q8`3UN?@xNa5^Rd23R9}h=PpGd!)0TiT%$DCvdfDwwewIpXqPQZNkvjXE zb;lv=f?sYqum=6A;!kO(ugQL7_(+2^m9pyic}@#NwwZnt~(AL7z3w4mPG z?9r##&%F<7{q}G*v($H0t+#Eg?#3+`0c;oJ)*^cS-DGKuRR`P2xNrMfrO1~=Yu&W@ z<=Q9(0q*P4;zyzZ6hxE>RfNwcd1L^YmLO4eoUL}#VR5}`v&7^9m?`d+apR0iK{H;8 zoOi)xSdB@qd2~ZNP3jIa1?ZX&Cj&W|>Y8Rcjpz;MX;I7$?i#v^{ufkai$DS8)J1_& z!@nr^vNxcbuF^7jAc@R3;Aths<(Ma|f5*>l^GRu(JA%tU{=$CL`lQ z_v;q1(#cfcC|MK=p0A=6M@UqrO)VE=%C?6(Hov2qom5EmSFuU0&X*(?Tg)MEMB^Og zHC=8bni;9!r_{C~dsxk0!!J!V`sNjbnP2bn8>MbiO@<7(mr~G{qRuRicp%}+77`Tt5zj{I%K z`D=6MGB~n(p(A-SCjH?t_aEokD?bLZ1mmErdOEO%`uES3%HvbAYASx5o~F}qhypiq zvUA$2|Ay=Q#W}G83Ugq-atnR0ZGG!r-@dR0uTMcSYxG-ostD!xrDETqXeCuQPTunU zMRs1A2h*Ws=O4(A$8%kkCZeWTzpU?7^JI=7@qA@uh4s90&tO|y?yV$RLrLNnZ|eep zrMI@?X9AhHq5z6RsaRW?n#>ZSiC&MpP~u~so{Sn|$^tpXI5vi~R<-0o z{Q@b;l)0*gDX=e3pcPaU5eJXW}g+^!{@=r3J#Pa?2ax<9-KZf|q7<~6hWo`5$ zmQ!4LjV+g1w$CFccOOK^h;PBGnXLVvFNgWyT=o6fO(U1nnwC9s<}#imrR5_JJQTcj zuN8;R4hoGSl3P_p&LlZjrW=Q(@|nHsWyYEtiu$%T;B)4nBTGhkw(;TyP)qVsF$-<% zjb54x5}hvB!<)uC`OfZ_v!0ZcJ^<9sX-fNOF1KPlllWZJB$&w(74evhlZ3ODT!^dD zk-%CC%O6*VI8S!D-1DhK&OdPP_wt!%6ee?Ahi+T%PbLyCJ4Y*Y^lqAIC@>h5Vo%1g z!~w&A?_-909F&7*frnBa1F*Om%Lkd1yPHi_OT=yoEUc%> zvMui#jSo%+1TL5Iz?EF7Bo11>iJ1NvINCJpgP5q|t~|sE1Rwh5xN=GpQ$udO;vv)6 zdea$Gwsx?;VVLNZGgHCjWUrHybpay0*S_f%M;@XuCD)b<3Fn%fW|vnwb_|m+Ur#h4 zDN|FRU0LH+Y}|Bc1f6-h+K}$N6l&rcZ|tz7kZ# zmTun72IBVMbbsjlQ_avy#hU*-*>jtmrMi=P3T)zhjGQXM+!D)rPYf;#xO^v zrSIIUyBAsMGbA(swIBasV(wt#&oGMa?xG_<_m@?X59*{E>ywW(i*?os{84fGkF3O( zcJZO-L&|E8-C^vD+yx$O0k?TngLQBrh?^uO)+~pW+Q5RoF4iAR*eD6T0!|rsST!=Z zsA${Vr2z{!MLLm%5b2Q??75He%=crr!#VH~5Q{lMH1TRqLJ*9G!+O=&T%w-9VbO;C z?n-dn8b_5ac*~{M-;&?GqhN1QFlV`Q1s+AMY4-C!OPM!IKN1F8v#Yk1sL8xXn2b8Y zQj%S`!mlu*)LysGp=X#WSWsu_6%jR68`tcx{ZUL#$*tJ0C#JtV7O|JpSmEQ$ zapEMQr0X_APBOB_RbL_3{i7;JgbZYH6{I^~i`~$iM0bJa=YxHN`U;OU?Y(LXFzg}E zZ4Wf@)1e`+h_~Na#%3RqOtSB4q?|Go0L>o)?wS@%=k2S!#wQ+=Qj@5Iyg&JcjzqYw z14WSU>0Y$o_e~JXWWS5#%6~UK(PWwG?`4a7)v-qHFdU7DiL)j(>z42J?Wd$?%sxa- zU6<1H63MT^o3W)%Y?W)QI7;;{azFPKDL~@*QwYm)fO$MiD06U#mi>X~TAvB~jlAIA zbzUDGlD>jIZ})Nyee zFOMe$%v5X+~?ToHavMwUfdFt@+Ic&r8WLR<{!UFiA1<-`%8=WFFU&u8T;Pknv9L5 zA`m=oH0&)eC(N%J)1Xu;P3A?18_ZYHD&n$tnivw7r3eh<9Ykq?k%%6hN8_W+@JB`* zWt^^?*J(#*d8u{6!Q2Op%VEuwV-DesVh5v2BUfby zu7nJ-B~4;a3-nS{hFJ3sa`WW^#dB)`(;q*y5;r-6wC=b)9N=S?@?K!kz>~)+cSsK*pTdO8HjDGX z*pgMfxA8#LvWEaA8?@A#ns(f(!|Gw2MOsp2txPJGN*T+ z8+&$1BOT-}0~o27t$}Azt%Oq9hYhXHK+`lnV-(0856Dh_v84As5z z0h1}S@du@;%;$pMTB?^r81@9K*g!hpha1U5X*f)EnfPsLFhFkBBbn3)<_at?TE-Kg-Sh%3?jufeS>rVHEKf%BJ7H4kIq}9cZ+IAG1rqD4ET8$0Y!(z< zXf%SHw)3@GkM~!RK|fm}7WxT1aBbnQB<2z#E3PCNSxDoLX8hpo>Hg6VFW689v=4)L?nPTJ88IP2a>TNdn z+GL#Ca}TtM>McbNzyy+7Jc)Z3y_K2y_~SA?Bk~ku@Gh5UOI34jMT)saBVlJEci-v6 zq*k?suhl^@xY|1JiqH=ZCf`ckZa>{G=L`39SE*=tp2x7N&U77OERr@T%pym%ICL`U2C!ATd=+qPVD>}zeWa{Mw;7<<}#EhCl3rT8KU!{-c z>$HN3MmZ~*qVk<1!Eu2@m?a0|rkOl=t9B1VFKvrX)!7*UhCS?vHrF^IiC`l*_ zq4y%0#Y#7VLv}FU(KWQ5)8mgaf(ky8W;%2XG6pvy*K{CVVkxe~%C(#hA93D`PI$tw z@H3CG%7u645J0UD&7~h=AAtQIMi2RX~BzI|54YNC}8Y=$+7upopRr>4Yx51P};4K~X?T=n1_j zJpm$J0)a1hj_389;~Dq+bH}(p?jHsuo4wbXd#yR2S)RGp9P>W+-H5C&&r6w1%T5PL z546dP)Q2*0T^r#XGm)RKX*$E~nq0jYh1u*CUCQcGuj-P_r`embHO}-8FIH1{ZIiBR zqi!ngX~PMq%!fdb(>{Qgchsma$K~JoQd}x+3Wd>i8=52nA}8iLWWC0o@#Ssqd)xMG zeB==}XslUHfFe>pWF!^u%HW9su3Ge`@bCm+@TeYSH%Yqmjm_&&tBZ8zt^*#kWhCCy zMbG*kfQ5w$Xo2J=wbPQ+(v?T&Bh~NUs!~^!D=`GgzfpJU&=~F+^ip~@?)liFSkNo4 z%MSFFquvbkngH;*XQM>kTC9|tlHddw8|zLUB~~oKoq3RpNZ^9^ec1zb*_LkbBVZ%t z(^EX+pUoOI)aAx(s@7yLUA4}iH*folcLmLyJck*#YA6g=&2_XZf=F659Kzh23vwgI zKzw_a$kf{BwQq^1;?PiZyA@E;O4#4k6Y`(xE)J?zso1E&=|;g$HEv6A_l)~2$=$?P zPbOyCmkEWRI)}>^n;mfpVA2}fXf6dfQb%X>HSnpxg1RoOY6u7l?PF6bJBdEEuk~;o zeVxFlD*p0iMvU)d@Zp!Mfk8Y9Ic=}Gs-|kTv*n_rrVz&E>l)!{_7iX@#v7C4rg$-7 zeOoth#~M<^7_?|621wDLHH^aQiW6_p5yB}ESBdjL7ItVx}M zbS$aPozs0`jL6Y*X9u75PG-ZkVkSC89GoTQaUR{bMsy%qmct@c?$)+@2pZ6HP%@sw zv@6JLVq!UUyPtt+8`U2GaHh2h&6ObssvClOoz;dEwO;pqpL$nmooC@>eu&~C7-iT zK~sUTgTtTvD?@jZ=h*_fHuyeK&7h*s=)%v-0vrb)I7x66x;5YN^9x`Am)Z;?P?Fmn z`Nn0apwCA^KT0tOMh7>GYYxi5e=Fye=4eTv>%)GVBKJwBuYfL!@ zPsd^I!6A&^&eqr8k#qF1WaqaYm2ele)}}?2r9OFkz`L-?_i;?%rGx)lLO%RHP1Epr zUYno=l-1ujr$zDAcI~ba7nh8&wBI>2d$d$mJ5G4|(ruDMA%5B*ghFQNjv0Pz{khiD zRR#;aD7o;I6i0MvjbJj;X%(2gYS=KqhS>gO<1wE)fBV$ye!X*1!-MBEzcpn*<@S37 zt6oFp>W^BnQ=Gv{!+OiukDTcivn2S#rv%~a;t$04ckI_z_8`G6`fF8yl`-A3n~WCz zefx~K1iJh!8V5jN|E1O5Gun+i{TwfxNH=7Bd8TP}z9k${7D`Fl{EUGdV~#8Z5~5#J z>3aV7j~QjkI^tZaLsw1A*^UOodD?WcAuz{1p2;tLnZiO9PF^;5Ak+Hkp_x*=M3=fJ1k5qpJWn; zxvlGrA~nv(b%Kj$T6{;)C8UfP?WR1$&u}I6 z6r_wcqWuseNmTstG%@6NpLJMk4R^x})UVZ#-F8W}QTFWO>Au8QgrcV_b)~)9`^vFQ zo`6rylXS1P8aBrHbJ4=SIcg`B&kPFDrb2{MB!DyMDHLdOt=j#~z04hBq0c!Jnt^tSpDRK` zIYpqiv5JyI5_cvzQF)E&jYCE~A3W2e1%=X5tM%_XKi^q=US#@qSCO3ey@_#5Kl6E$ z4zLwS)hM~wcQj~j(a*-g6xwt-hJPGXyXX2)Crp`PupY@cus7Pi-LarJRg(&~^u~1w z8d*N!l(TRf=U*sag2j#S_c!HVb!VB%jvQT}CGn`L>P@mP=6V;l$k>p)KTy+nk_j?O z&JHErLQ*Y8X{hL4#mXwKd^2>AUA-2d1lDzk*fYPeIw3 z79=BlT|;jH2M|3oZkpCvmd_D0)~c?SZgqIkxGH-(U{$eKyt&Shad@cvu5gt@bW^R) zkqh-rB_` zd#h;7vJl-vbm^+j)rU2$G<}~$gtj|kmHg~pCQMnt+qQS(gVA%|`d#OZwzFh?7ktMMsR>c`D>fjawcy%lO-bums!NwywIl24(`1^7M?6s)41f5};@SZ`aR(8_W2bR+6g zaFypXKA05mSZagCPfy@@m%RK}ISW@PR zwtJZNk9=MInz8$260N$sBk9=zrp1l9JX&MWOIk4&!g?F_olDhmoEp;dN8cK5R>T)p z#?+&XQYE#YDsuoI&DCE6xk;Y9_#CobZ-W^Glx$b-tvl}cG5X--Xm3qDupE!5@?$A| z*E|Osyro?v*=<8vo<r5k)2lgt2~A3LtRBH6OQC`NwcYl zgCKlZZoHuX2cF%xNmd~10((7MVs-v_F^-94`knNWE1)8nFs%&;B@ZD1yz0vmBD`}x6 zT${O<)W-{#WKN<09QTYH8I~;6ssIZ`>vcd%gW>2*X8uSB_OSwX~r1QK9q z3ksu1*sslgTbJW?ACY3Jn!#hZ#3#bG#DPIe0TyyH4j&I?4d!-hG2N{0Iuutt~407T66>Ma$*W1 zezm`>Y7HQ2-L&C#a^HQvGeS=v+EapUPvG4J6pO)7WrY!12J^Oi@7y4HqEc0X8udo& zA>kU4LtqlC> zMG|h8;e#nfiFk8!TfaF#uNrMB^ioKNcoqP4TDGO7#IfX0} zO8uR&cc3$kQbPE0Xnjvwm8xtKpXp<%@^lCG8^ccL#avgO6`}I$PU%pcEyi%Ztj*5W ze|hXFxlWRjhlNQbdYJ@yr9#@;&AojM__8G6;l=i;_rvAD7iO4!!B;59LWma+>4c=x z2h@luetblkh3dx^^LsW{4o7*5r#LXUKD*1!FB3A{1EY=I6gmAEw8(u;1TwSfR8eqT zFF0dJP4<1?U&d7`$vQFAO7TPp<27PNL-`DCOmR990Nab+5I+4gcJhxa3z?5AZ`#EMsE_yXZ!XFjJ1+n6 zQdD^Q`|nSLj9r^Cl5CI{_}lj(UDR{=tV1DHmiEI9mUb=F?cUgXmVq#rp!Jbf&ubD5 z+ws>Wg^hgdqKa4Na#P(=cby(7bb>x>4(=#k*$_b3y@ggBmk|JjwkZ-de3>$=v7c*Z zskAf=_2u?30^VgeoN9KQO&svv=24$716)v=%#6dl;vGK~)Q}DlvVlEkmPP*DSI3JA ztTFRFjTPH$<2jg_-<;($=vzCm)!}^@EpzS#dJ~5z>-k{*ru=A89PW<4565S=Z_iHi z_eW2s6lb(97K0L@qgn^7aPb{)$kD2Zb>$puMjnI3!Q1XT*q3~sS%=f6(>h;o+Bkm+ znKwsoCS}QH_nKbK#I0=f67iRZh0vX%Tk#uuP(s zMnrzu%EaxHMP&1!;)VNP@SB;Og&z#aGofdn^9T;yJW>N)NX@EE*>m(j@zQ>ifm0hW1dqI zX;7u+?+9~axGGL+pGH~=6d@>GByiX%OqA`g^ zAAt!AH)syR-?X)L%sy<8Fc1`S-|d;qeY<{C(#Vv74n5k>6GXaSQ5rY=EYMso0l6}; zC+UT)2u!V{%6n2OL~IU`u`s<|eK=jk2mYQjy#$*+P-M?1m{?jIXf~(76en5s!&p{U z`Zi<jfZ6Sjn$@7V`A&Tv~B{nC< zZbkN6+NQnba2X1-v4Yt)Hb0k5$i?dr3@&fw@6bsXJ;^go7@v3UW$gED6{Wg$XRDW~ zFsWJe6YT@%JD@CcV5P2&he!1~9ND?N?Llz#RM8sPKicACZdfcBGmm|DkOS2gkOmZW z>zICal@`6FpvD5s3*C_&2$l^hSPZCQILc?A%^Ym3@>(V|;tao()>iZF-Ump2UjYif8wEEur+-;Y+h&2lG)KhnGu!7HKU9!7(lI(68oFW*S$cags3&3mPjh z8K@ZAYsh|pw4w1beaq-$@=4&QV$Lch%A}G->PN+X9VMxfQctQjkJ1l$=o^J#4kD9A z_!afPPpLYM04+>c__nAw_X>$;*qx#$#<3UpB1UG)%bFd*+)zF>_q)Z9jTfaHPF3L+ z7>x1VWo?*CCb{K2radjU3J*qJHR~;&uPuEvahR>@=$LPodQ-3z$~7>y>nze*X!YPt zVoK!%O@poWA(P2F!n2knC;hLx!R0-1M|uw4AglFi68wJLrzbdaE$Dw|dtqgIIsLbxD4p871 z1quqe=IvmDxEGEQsC31aE!pNHmr>HU+mky9d>J~vMovmoGw%{wpj8qv%Y~jawyBbL zBV$v!5wYG@)?J-CcwZdUztrpO6^7zW#BO2_GtFQYYknaCnC-VVJ6yf3U&ygt>HIJm zx^gSk9r=32SQdkEa!lexFMWBvzuzOi@Gh^(H zRpWPNtXDg9%}t(1rPVmo%}$msstm$=p`z?1MxdpYWl!jcm2>mjs5^M(b&Ag5Z4*9P zEU)eY|H`XGd#j9>%&d}mdN#DDCi$Ag z+VW2TDp3nXnkGkCe)K1npP)edBiX@4z^4h%zOh(*t^JTapuKL0GLdxoS(=H&44SRcm1qFV19Qf>!JD!c6RW zLj6`5AXiojT+Z4rcchE?ygkqp<%Sg|t=*>ow9}v#G%m6n@cF^^mj2~p#JK{WF(Kbg z%E1f|(94*k0o=5YX%WX+vxkiVx5bEL)o-6NoW`nb8f#nx_C|BmN7{2afm(k>7 zTN~b6y#n2zBGMewwI&OVGVqa6BPX}Cn>l2pZGM)cVIXohGwX)|r|_?cVTCl=RK8S6 z^>v!mV#Ufsh%MC+T_kd#1#7P_!80CCEs4#}epMV2m>EfAhI?y?ZD+cYN4 z0&37Wxahv!BhYGHbQ;PsP8Ros(z&aw`)T_;##cUkLIj41XA5*n8mG^lGe4Q&I3{7U ztM3%u_+a>ukhC1m{l9|W!W2?sjb|=&tH&~O#SwXV$Jw$Y5H(c)VARSl9`2j9ca#CE zZ)wr*tF~Oecs1i`>*Ck;rmV%Yhi1WhUDPI)nso$BiZO~q%UbB=t4-fduH7ykY(Y_T zAM4S&0~FSiGB1HAe7mV(yAX&4xuEsfH>S{OB+^n?ecpEkcDsx2>KN08QswRnB0Omf z&Tc;F4PM&(D){_p!x{{(1AlV5-kmf`+I_GJcR7-8{&wHW12xz?9n`Z0|LW1(yx(x@ zXveAk@PHb=-c}CVqHzJGLUS_wmTfTJ_4k^zq*wl|36oo;tEfjBN;WE&pRem61uef` zW-Ub_q_C@Dbp28~wBg%BqrQ58)xuuS#~wZ9>&$-6o=mIXR|1ihU{r70Vlvw%%QnQd z8L#X(C_6R5VRSDh^eV_u6_nwA^3m36I|Vn~%vi*B@CbA9KLrZIWz(=5D;E9bUSN~$uN z8zX&r-QS!oT}cTOX#Ui-?j$YSc+Ck8#px=32jKE0#U{HepYh=6rTWou+2K{xm;~q z{WOjq7o8n@8y`PlqS38EwyAMrei^AK z8U9A#@`1IG$Hm{czb8o8-!t}^ojPq+AZOk~E`%Mm$i9{^$xo2rWs@Wom7nn{O=@H8 z6SZXHKK}Q@d{VF%&62$Yi!k-^pOME)l*U1BxQ+Lv%p?_Y^3zn-m_ih({Iv;mqv5&R z>Hp$i9sBehMmF;gQ!HxCCMsYdf<3(Fc$!U{{kTGw z{rOAfKj5)CN$qMV;`?sEDzb4)_T5fC^Y-KiXnC<;NfWuAx^LJA#)Hq3_CB6ak+f>w zJR8xQV%^u*i1#^;yy&w@3EyiU(Bv(Xj}LuH>S8-e_xyMS+HkVcb62$T-v!g?y`E3!{+Gk4eZ0@X*sfsyI(xq%Hq}WH@W4{H_Ok-$auf zd8*H5*hvc5exc%>$wt~Ih*KJs$B#9-Xv@fu!_GMX+x<*gKN-;HeN&+4*r5Ud*?6Sx zuD_$P_Y<|1B?T)JIgII7>?I<8j49;_k~w?I3TNmNH?tI~1sEiIwXc4;WXCJ1X9bvD zJ9S_(ik@3~;=0W$YQ}tW*A~+($}1_Ntdp`Vk)dbd)FKEQr_W!ote5ah%&?Qi!tQ&m4b^x@+o z{X@;h90;a=9ZnYu)4>t*q-*)WtArc04PC!hrn!@@`B$hP1tjj~ zlKs>DGRGJ{#FR(-accx}fhT6g#t=KrtHmSKgzy7L8`uWr8wNByuyND`x{k#MevOZ^ z7NB5dPi;TdH!k-t)|&Q7 zB0qKbiTvA_KbA?Y%1mEPTt);lh&!r!OKRR!C>F@^*%2M#l}seR)hWx0>qMV*&WV*R zQqckrOV*Q#nor zR;bTPz%*|KuKBO|MI~MOOyp-yTq3avF+M{~mAn5Cj}v1{jk$mW+H`u-%OeW;)pwhzIVzR~dS*KC?Z@1H6Q?6P7d zAtN#-6;!K@>G1KSq1Ym;0!3tSeG-yF$)9gfB2Tp=}&@ZNfj6;r-Qy zHovG5M;g@4DB1COADajTsVa0+HkLAaqvZ+h>zn za%azPqXSJ>tkJ7FZ+D5bWRm8GVG!2IikT`Df4IU^r25hZwer5O`1nNfZT7C4M}9Pb z?>#(=z>@#ou%g$*-iTlK;bLs4q5t6Sg)rWD|0ot< zTVc!d(8Ud*$ALtZoTHcxt&(7nqt87;_g4+ z@sAg+fAVQYDk?tfy#~-WRD5p4;o7^_{2V)e#~#=AAbar)mG{ed!u5`?#K{hSQsyAz7dX#4{yr`%%ZDg%jVs(^KT-<6O!VjEhi)H}RVzqx>QO4kLSvdrCT;*4mmB2QT_Z^w z&t0u=OMCn;fDi)VAsXHMsH>~T^l$s*6RZ_O$M+yU_dWQutHmqqd-lIL)Y@Idg`Sg0 z!!`L^uGcYb;uSHhgb}=0ozq4+@j69XG^d-9Lhb4AWNaTvywpS}-t)JlJR)!@G(RR# z!`q&siBp@t(uKf|oA<6WDiaSO_+4_LkjUxw%o9$No7o^mkSuO+^GbTd+PjjvJbuQ! z{+5xjk3FI0I&{1hev0^~Ab+fO;tr>|NL)ZqPrb_j6*&ER5#T=Yi5iT2WB<@cf4!U` zHsUJ!zuS-hcY_$>3kfZ~Wes8d7d6nnm?%w%gnRW5N_Uq2!$pCNzGjj6c$wxz=Ea`i zVhdbH=Vr$W|5z!-zVus~ByRk77mC8+X|H56@-ZQ&VstM3UcBobu(ndTaojbqBFBt; zbRV#N_yr@hLqa1cJ4vD07oMu=OT{Zyue2#UVVIvj@8E{bO(a-lMA0S6e*Bl1ouR}b znPN4Ze#}i&d*+}`9KTOHyS0>5Ko@Yb6Gm)cc1Jx1jqM98_` z&!fXaE4TBT4}}QxEs7BM<3w~y=9ON+@R7`})hghf)Bb2HelpWA9;tn3tOGgxwvJV; zO_2TY|2POXHa2~yHtC$qHr0C3iiwB_iM=&yzc0H2*bj|u$yYk8wp)0|r91dc@8fNAQu+hDst)^t<2jwmVl;ck>!k4GiF-6l^ibNGRLRNV#DwBJp~0=qB38SO#%XkDQS-(v zq>c|L+Hi$iJ9F3^m3y@Sv0l}@yw;QA2VUBg*o#X-o>|ZW%y$UkztHNb$4F_o1kCP^ z?L|)8hKV1pY1@?(2E0W5X4>uD+$*0aXKlc>4wVNNSaiGg!wZeu*Fhql6y(XlY7QPl(gb%Pc zGf-*zVA#A~G%$aWp$+qKv}y|#k8_xM>=NwUE~d-*cLOK4O8>0{4$QInvDCmySu>1@ zJ%yj!=pXd!;NFFX-cpj;Z~{lr0II?%mi9J}MYvmHNDNhWSpsVx^ znHt9?@+~$|dDz$v7xh5sFO@PJ?`lLo<8FY_!Xozgz;-%m2>S?H;tiUuDkD$ z*p7PdxPmQUW^+N6$4Sqg)q)k#OPFp^6Q0iCj5Yu7K2?acF1gp4kC|Sf4RuvdU^Q*%kFv3o{oCFQ;6U;6Wdp z`MxuYFP$aRkc}-lOCqy8C^KBqepr@m)m-G?CYvqGx|a~ZFu-+t`vJjSjCKg2M?t>G zP-xI-gBnBWThfd>jHPKxG+4qH0wj#14>kqxsCYZZ@n=Vj-%nTl!}hzTlivE^mj2|i z%CV*14iZfx5;cZkowh|<;y{4UKGykUbmd=8%QmZ+-L z#3sWswxTl*%2+N7)y`$LNqsZbXkfp)Qx)i0aOASp2h4`RZDW)hGIvYqojg>Ev|>$N z2s7;s9?P%%YVIcnNi1K1OL#|s4%+=9{kLS`4^@e&zOnW|x=F74vVqt;ao!CDQE#JY z0mN7eS5vk9Uwlg9EBs-miSdWjamV4b)Ym^YCqVbFC?1SpIP48)?&|K`pu50w$qTMj z^ge!GaGorIw?l%(HE#pS$Vk3W@b&=FO8@v07uy6=_s-<5275}SpoUMQ7;sr!F9<>D zM`1`uEuit~xNVLrm=v%&O(?-K7yZ~8n71c_$1z_E2N#)c60sK3&HLg%1_4u^Q6|e! zyUjx_Xyny&BXjW%n;gl)qH3y(_NaHWql})R&nSC_P5wdGg#WwHGrt7a{y-jCm}6)H z=GFZ#XmHvrjA;By-e2ebyQ2CZe2_yOciftci2pI5-~BKm)??s#D(?Lkx?s}=6XAtH z?e&}g^^Erhr->aRsBXpn=P>nwLvH=v@PYNuX2Ak!XKX*9OLZ&*F`bo zO>cMq4@tZSP#=S9$Y$(c9G<`M;NLoZ6}pk8n{cA*LDIlJpQ47 zn5KV9k&f8?WkFYNhLOy1=W!&K4%1QZba-(d0za8qK1|uDp>zi-oUbzji1z~(kh$>4S4$8>@BB+)&gTx*psp zlU!rUX(pl<0VIAmlpFuN_2$N3`1_X`Ya0=Jb^(o4GJ-5>pJ?bXN(=Ys^(-qccLLrG z_nq}F9-Z>dn5mK!(@mEY)~^sUEwKs8CU_-nsK1aHoZmtNmjXQ{US%@WE_LUNLxMk* zeK{97e6FoFakcMkpw~>3VQ{7LKJ{DA-JIF&r5LVsp%3Q4y%<&{32aZi#dPBkVB)5Y zr_iMAZDS*gs9F*cCEL%r&h|_0yv2&%lanpouKe!H6MLrvXV=#uBW)J##E3tjSAw%j zyFh5O+GSo-Xut6tg0Mw^3~}F6NrDcid_Da3+i7|ewaW11yMjegx%cSDPoB45D%beJ znsXmM3&vLfHb=`4)0eY9c%MbT$oHyu8YNOj8u_=5TyQcoCB?X-=w=+e19_G*hJ>VL z>U1HSX?|9r*!gN6=t(ChD9k>*CQ4##8n;+TXf$PTenm}UeCjbJSLKD%{+!ot#7N_g z{Ckib=U-fV+|)BG?~W6n-jnK(p7Utl^$6fus4To4#l8>4*N;{EypaK>v++v7JvK#d z=1UAc9yt%**)_Tw{-&YSH>C2F)i6szfclY>!qtuM&r8C_i|k=~!k4tTo5yxstPG9SIOeP2zTI)eXA1!|YWW!0FjLWS4!)rP8<#HRlV znU56)<1wFu*hM(Smxj`Fl@?SxXFu9t)&~>oSuq`o&f!XTKYT+b>4U{t30RZ`(3P>l z953a6t~d|IUVu_d`h2X9`ue1*XkL$Qmw#L?<>S;O%CWuJ3_=*K#%vhu7k+I*^T*ld z259k}iXLV*N-wvB62P_uLycgU=OXlp%vYj+=f*PT91qF|o#GKmMMuX+?ltHCw9*oK zps^ojB86pgdSOw#=TEKP0}9?=V#!-ziB4OlG^w*rN0=p=EsH6%Xqekn&51SOPDEZF z0j7+fweyE$QY!mr7*9~EvtXLe?B~CbElPj;X8tj=z!fVy zxrWC^9ZzrKf^v-zy@t)%IiCBdRb&Ltk-3Xcy!+&DJn0Z+9_>2;sC!qEMM!0V?+vPN zh*$Prj+~Ixa|=Ibx2BL%+UpEvyz@YsK6{3rWQ-vby8S9xnAt>hMTj?LwLH(_Ek*Ru zUigB2TPo|Ar1YUq!(phQ{UkPE)yF?_%73zPx_Avq0yL>L-Uqn{GL3qV))yV)$EB3I8eg@`e2+alwlxZpCX9g^(=19fF%GR?e%qpr5%%Px zRgE&=`?(8ZrljKS36=xebte@xIwJ=7rdN8oPwQ$wyeTfM`l^H9hV+Ac(0rG*4aA^h zO?!_)CAe#-XvIG)U8O7?Z%~6bR+qremW*4J?LC&)bk69OzB8(M z{UJPI9=FKrZSCu;sT)2?v;*%)FBPs~4@X%TR{x0MYXeEjoKOilETo+Lh)=|*h`s82 zfuU#7S`z`?hl4MfGfUHgA1=L&%y^`w0rQC9S3OI7t}4&QiIBL{j~C}&j%?m{jqoy+ zF^tJLu~n2V_7B|P>P+^TB+z+cnf@4=%?Oj7mdQL7%iTh?KIrk5?(YynZk1@4$^t$7 zek~mR3Fv<8onv^T>;_4>@%MlH3*Tt(AD4nor~SSo6fr-cd|Yj+lLq2Ah91IFB+=}O zZq3PAZo_b>)mfE1+Um}3X5R#v(O7WHdJD}F`nv-{d*?nTLp$V;jMcA})U}ON#>VU^ z6){qKJ*L7JA@cxI8c@~FDX6Sh##o$xQ$;HvrV1Qo{$K^otf#^=_vzz`{D}~u^R74f z(RwNq`EBaZk>H%RHhr)An+ciqiqqLmv`oadvRx@@#aBH(AN{!g*XbW8SQyVgB=@9Y z8@S6(f6u(kTm4)8e1&Dh{+RiOmRQy@Q*`>pkG;LzD)J#bFT>I+Stu^Z&D;%1cWKTC z4NH{`^PlU>adF}2jtPGFl7-nHs%#OIUIyRihO;g?P$WZ9eWvDn>G0sKc~OkZ(V^xvDFYX}=Jmwr$Q+C8|EmoTO2`s}(RqeN#*b=Gl1{ZoK86 z`EC6vqsQV^Tm+^Y*u2>a|KZ02I@1^Z!USv8JK zw?_*7s|5$S9hyq=&5Qhx8b7jFqT7NU1_G%cyaO%-tpDIG{V$Z3wMMO9V^+Er4Y_b# zn}TeoY^*#Klvn3g`Z9MKM^+4JYm1d@C6o0ebLNNWJe@0tftsN-fIlQ+&H;hB0=>ZhD zqqqM`B^+jpzX+AVta7qd!i^&*Ev|*_3vZ_9jm6I14*bq5c*7!yA!;zUhaZ|Lq_w%@ zH+WGW4YI>ZDP*lt(lvNtpnIAcgt|tFg{iDQZWmjXsZIOEq%3b2Kh1R`+1!-fEnQ53 z)^dLO*+^l%dq)dOlbc~%(X|E3QoCp266==SE1&9_WvZ2plccj#qHEC$)4=j@4Of43 zuO4_WQ+6OTBM_J)IcK|E?lLTWv{n=hyqeYAR10kWt|H(R?2?lvzBjg5r|*RB?ZYgE z;7bYu_QQ8SEemDxZsDTK^uEr7%w%LS_CE)2eF@9 zt_pN^%7E)Mls(;P-VbXDN8AY33RCX#{_wN%_b*h8i9f-cg&kUcczgT)dz01`)u>@v zi%h6pW)I3Cv%FttdZSslgZGkMe^9|G^E*@KH&>0S<;HTz0^i-1FWNt9{n-oPQ1LnT zP?DoCSUU<`Hd^Ey_))(?)*S8EuCNJi4GDl@Vx1{6C8OYGyVC<&{oE7)7t_52G`EA% zQaJlHNWl0uewF@Cr|LuzYgHairT`i}vC!bvY0&WHdhpHM#Z=F0+p(`1<*>V5vX zYl0=UP?70$c)rZK5L%f(rqTX+B4oODXkKl5a+ktjMk1@%i1m$-w2sF~0{93>P|rd` z3msVcq>Fq7o6oA6R+(|<1Qk)UpPW03EwVWBNH%Nt(27xC|Fkq5*Vxf~``)B8a~>%F zUQo-aMze#^=&k7_8#{;W=z(eD!Y7oXJhmuZ=8g#{y|@#AC!oA$<@3-~uTjaa6Z&!| z#j7}GXF~7MrF5IG> zIh1yt(JR>>_!Q=bOT)`pFWDB%xN@lun@w6U_;_JA%Mob%O*j97@m$g++t3dg#0t6D zHy*oZ^ZZ%>rB2i^fp50^6Qh1Mhe2TGJL-B30PbNepUgK6AoXgm;C)!WfRt@{;f`Cb zol&Ts20u%o*WsakzfFups#ocIUrdHD{ar6qoyZ$1;aP~-^}A~)DJ4wG3^LfXMaiY2 z%mR-B(kjO?%jdSK>1z+`_#KS0$hCT_HpNYIyi8uEzY_7bT+fM^4xH!G>yfaB7*@SU z*aPWAcdBH|XC`qxFLZ{9?dJ1MO}A4H)CgaCpQ^9zZi0ay-1!deGtQn%d21RB4p~5E z6o@;FVIkD)onTuSbApfp@M$MS-Ye?82Kas|O@k&Bky?_F$v^zW6gSk1=d@RzP={{R zt25j+Ft4qnLHw00|I>PC4|yRGMZQb}H2o zHuD<`$ZtMgOS8R(c2jtL@)Qx}6y>Y=Wr}wg8LiIKpIZ)*ohsSSs59~%&9uJ{s%`^;u*lJ=v_8A(;H)DD z43dO-z&oaep(%TtTa#V_sk&^lFfN|OtJ&{+tNca`Frb^W7;bExegiCK@wDx=c1gT3 z9xK{TuYI}bj%YY`UKFA8N=KT$-~UO_0S1VSK&ZocsfANLCD9At$haR7PpF08HhRgS zb`N}ItV`6G$24)1Bdz)VM(iAyE5#CE)yrm{2 zo(1IK2sFFTu{7kpA{M!JrC54Bg#+;1+d-%_=Rkuh(uJ1bxgO?ZkX(27D8K=s`v~vQ zVqlaS{hfh_50!eZp{}Z$eZlu3Cs5Wa=Fvc$`gj;m_c_DI$to{-4VSg$v(G|-WlsFz z@C>0FQlD9pq={#%L*TbjWM8ijRoBTQ*tNsS&jxK~r181%G0eb1YobMv{lN&a{8Wo( z#T1vrRz&?YAo|v=l>6UWo6$K8oS0ovixM^deb|&LbZhkry$E-+Yzuxn@@k&<8YYJm zm-eVua-K$3+P{~rakWrQKxlfhp)fFus-LO`=e%jS{qZ}duLgTI`ou_HBvtK#y@gCD>giFwZgOD)xYEDQJ`py6QwVn|E303TvXsoLCBRvIGb=y z-v;^)ih=oAy?O02DQL7FPNIRB$vhxbqqKp*+;!XKo4!YvT5pVt>z-)XO1`^Le96Q5 zSGwkD_csmk(Fd~&$o%uWDf*Ju#tvyL-rH?@HD5U753Msdj(bas6_BC=CuIws=Kq-# z(!BN_wn`^ z3nAI)w+!6bP_T|}P>{u5H5*e6N*vJOAAeZev8OW%in2*Q!zQ0kGips;?KGu8>|>%8 z*Px_kY`WE14WnXpBCm(9UYdK%-SsJ7YYb#fs3?~|J+u>?Q9M4aMJXrxf);!#j@Uu? z)B`%D6CqXn+LObCDw*37e^~A;2&vh4F{KKC?DZ2$|98X=mRc9Sty4oc7?vMfA53Q7 z1n#H2cbi%hlNJ)t*@zy1S`#^Q+?gk;K$~=_;w<_HOhA2+8hG>9#9IS{T}X^g-1D3) z-%{sWR5GS~^#{ean{<xb2{dG@!8?!XFSQwvh6PzH1Oa(i}j7$O8cDq zE1!>-R_aj^Q>{)^Vx_{kKT5`a0ro@kB-paYe||i4Kjeh0#RW4ce&~B+{Zm_%YW!aS z=MVQ@jDfWDi3|f~>krnQ38^z{QfctN?#iYuOa6caDBH`F^V^o^L~M&`BDyyc!4a3) z{>#0QJ&v>VZnhQv&WS&E4*K=}3XMo*_>JI<0#ARWi@w{D203SDqEEp7H$ukOCys<1 zZx_VAJdTWkjj{~%^_)gwTH^J4VDFgMXMQ|YnXFWl89E&JYl`_6ai|AZe}vQ0z#$yh zK2#nOm*YPsCO3PLja+3`V!Hdk&J-vF5bpz1)=>H79sd%edvbh-6O(m4qE-LQc>VM@ z>@|ophUyGn_>cF}S4TAHqGg*%$N$axkHzulS_v_sC5EdVhCGkUhJStb&p(CviDQh! z1_+t{*K0u^V+KY5^S=b}=Pe?S4@UU^#qj?rF*w|NuUDs0-i!~)2wGJ{iqE|>-KJaX z^Dp<=MM|aVDN3W%h3a2AY>mDJcS<~6aIfj<7dnd4GpUy_9;@&PG2{S^`_IZAJt#l& zDK(?S-ap{PE#s}zx)n9Y3c}{k8OPkH0Lxm1S;^3SiSS66%m z!dL;zWESXeSkICYJaiz^QCTBv4S_4Zs-x%2=da0Q=;N||GlNRDRp2C8j)m_6-RoaP zUO|YM_u}WS-3+Y9ko4rg^ram8aj=G6tV4Z$<+K=G*}9d%W?8yR==(j4|7ac_85u|y zQ=u}5W))F#f4n`|@Xi!gA3%y=~R=Xf3oJTLY)50!avzC0eryY=zSc@4y>A7Llr zvh~fip{S*7NFSfvS*;gkb(NV4u||d_qQ0%y`NnWV?|Iv>YYzS$w+-fHM^8! zrPSWllhpn@9YpH2FPf7^ciI#@Hxts#ITbZf zC!*U6Rd4S_`2YRS7M0kX(217zTW8Ie&oy{ z7BJ*|&3e;5P}sXlm-^;#8S}>0l_H0>yAHdx77qB9ryNTwycTiSbAZ&fzAJ`Zplh9) z_lv665T88bWOBn#)t-K1QN_{_^dKueG-pLynxsGCHg|a-M5$xCG^i$Yk=)6DIrQ`S zuxbo+hg>GlPDVXAs*g=**AeM=XyyA;};Baxg|+!Bxk z@!l${tBErGFu(BTON1>;p$O1wXtn7<9$)kzr-e&@$m5OR@ho|Ik`J>2^E3?VpJPQ)j2cf|I^-g$FtqF z|94QOE$wa9?xZNHW~k9BN-1i@R<*a<5}~wcwWz)K-h0muTWmpy)Fu%-Mo9d^{oHq- z=lS;j@B82P=a0Nj$mcjY=en+Qo%i*=uEW2%5HV`UNP8>gy+_dtVc+F%kob!G(D}E; zSJkS)B3;tuA@mXtW$t@wuv;5et`C%}>5vw6+^^zmr1?&B|n@`j4&p z#2YyY)8wBKxoMkg5$!oz|F*#Lz`-(G1Y+Wz6Zr!J_E?eWVN2EQg=@z$-eYqD6wA)yVPGuRF)f_9K z&QuiLYrQ-J#HyQ?D@-*C8mhF=Irxn>Q*6*!9~{0BTZdbcS~W<5O`5$od-$VZ!6AyH z2ZvDQi&6*A%*V9~oFaJ>dEwNVltqwAyM@s)jxTZFf@=G)jPD;I+>*Gc&)x4vJ zB@j!tO%kE8AC$`7bPInMYX3J+O8PvVqen07?NZ0cRZ;iTpadO%!}%vYq*mKdLZaUd zQc}7=D{i(~tEis-mjODX%rw_k;m;-@u(@+Jen(s@1-5lV@bW{U8I&SAlGB}?>XK7= zucB4W5jRsuoZ!<5Mr!RE*O+>DOLY^>;MM=|fd;;i3a^hBOdG(3<~bjVko3h9t18A= z6y0W&OC2QN_m6+D_Aw!J!bhydBS*83L;5i-6L&+&>RgZvpsQ>cRr6X;^O5@jX>Ryc z585ixKkJnLK~LA<+A$JF0gwey{?->9xJsgZ7IC%jmb0kHxvm~; z2)Sepv#^r8(d2UiIhi12u1r0o?avs&)(f4WcfYgM7X>e$)shzZyxn=f&$o42^H6i3 zFrs*crZ9u^Z2e}wquKjNqp{V&H~0rO#dNIqO69LJ&W3f+-Zk3353xy{HjK=@A2`3U zpTAUF7NjqvjwIO~TyJ-;>T!raFlswU&f#CPi)TnNUUwF>N>iZb)3S-dj}T@D|Fx5Y z4#_{*I%t{f0iVrCLcJ{Vs^>+O*a$(FyJC?3bAovl&(TZ0!;MWk9Cj6zuB^YE1)>Gl zk_Pq%>s}l$h&AZi#4VvKgfPQ(Ak4Oq7)p--d;)4#pnsYAqiS1u1JFUzB#+{) z08LtNBPMJ_3x2x}Be~KCmO8=0$|e^Dz0L-5JU!iL5yY!iSUQAk2+>XvlJQ@%k2+Zy zr*1v&!v0Ct*0b|`~rBW>UF4mA3{75MLt$q z%`?*6nt^e)Kqnm>j=KJMpu7Uh)R&rp$f4r-2jO_kSbXzFYEwGABP`p1{Dn}RM=Jc_ zus}BDG0GNRHsq7Jrl9`V6c}tnohL0&{PFgadC4!S84J1#0JAbg!=5)s@go zpzS!Q;|S?dGf(MB5cxhgkrpbYm-T+Y5i3zrAxCQBCZxT055M~?r<`8YUkmg-);}IC%Ov(3Ym?NQll&d-zM7fgQI6+j5Pf+5A2+1oK z_CZO8-j+qTATn1wd5KWm4;8x*9C7`no9H$~scH7Qoa~f12`VA##LTym%&!KkI~EpV zb@NHcl|z{q*z1mIx^>+~fz}lz0xTj6f6rk(dn?6qy_?*1m8NSSR%qCf5HuE2-sKwh z3+-(A8|^$Ae7(iruM=(VB;7Fopg=kzkrK-y{vrb$V6Eb1uJEW9S{kw?!YSCSyffTJ zU#)38`v-oz=s@w~N(nj8ph#`TU-3D1@g48lear_>)^UZgP?pTtojb#BX%yS#j0Bp?{rY*U zP;gy@$x-jROm=fZoi2AMwa`zn}5s02t9%fPmh#t?TxOXgaY!$qk11l+vU_q{{ zSAR?aGf(I??K+ytTKgEy+~h%cJ$pWTaP$N-H%zRhGs1aRK03O&rIS(;JmqUW%%v^K zo;DFygvRy-$&50hHdz`f&CvENoZj1&wNdcZf?Abdh&@*OE$skyf1ZEGnfvNEB=>@S z5>foUie=63CAZ#FZmxCFEElRbKOcZP!Y{JFPw~q1hfz{%IcuN2-x7^N)ySeH4^+{; zhVH4)B?E=g87vr~IvIy67bnu&LWl+D9O!~@M!DDc1*$fhsIbAKejO?@#rF+3t*hXL z>Y0_N9sysSmvU>dY7f#VSKOX0`#TZa1ef^ODn>OUX(aYvW5p{|O;@+BjEw>fUkSAZ zNC#gMeHeOg^ysIa$hTFHp%3<=8<(3^qA;^Nm%!N3lh~q-eYd8=J}SjN=T46F;B5T~ z6@U(dnAZqrXf-OM28Q-{^)}HePEkbj=(eu)P?St$g%|Pagy)BVOWorI@hW zg4G5aGMGyM`^3~~g1<0&Whbh^u1wO%YrNT9r)1)Gas5-oP|GM&1!a#E z*Rz$6?8*sNJn23DjIm{e_st+P`wa+6~~LJd@iS?5T(g~3^d9i0N8Vi{AlKZ-lRD~rh(st zUe96~brs@ze7xVuB}5H41#}~i*cW5<{a;YO+FmZDBod*lHTKd&KV4Y%+Z_HeEzGICUEdL8VC!L(WNDr7&ZReRpc zh{aX{o!#5GOjEj$E1UyiQ}?psj}|6Y;wbExie6aB)13NmxZwL3z)M zI>*CMxPxE+O@n@QWF%HM@k{3DM@j=`PYr?Nh8JK7N?CWif>uOBrStY4?t$2orkeYL zUzg4uR9WV+E}G0pF^?CCEWSrS>}RYnGWU5eCK_t9?fVYovulm_PHY)cdH~?=NvP&% zY5n|NE!RarDy8tzc3yxNOYmpaj<+;+DvHBLQE`m0s*iMb61*oze>ct)rsmas&lA5@ z(8bp;{qRz)UK{+Yg-tVQ7~XZs4v)zbA8Hx9^ocURbxv#29vX?8yJ=_CsA?p_R4!52ykrjCf##)^a;zV@q{t4N-Qu6g{nGD<_YNb7B=ZQ-m~)ceX^Xd$ zbEaQtwIf+{Uk>(@glxNYti*YKH21WKw8t>(JN0`1q)w#(zYt~Bc=RQ`ybOboa4V?=8gz3yvqQA4GbI`#3GvKCsor^@TOA0=CldO3N0pNB<& z+)-gh)45)1nv4YbE8%Y5MN9N7n#~8ESZ%5P#p1X&&)!Q3m4iGPyf4#ia$XwY4Hd-Q zb02(bxK($!&n+lcuS!N?VTr3&vYSr2jikVG?}hCS92IChnhCZEjSYN3Dnz9j@u(*9O92nM+G_uc{&3EB5`Y*n+CJ^H^Kr1=Kz`)T zH|9_Q?($3Dg^U|@5UYUfTpn?atBbH{9rjMUU6p3r_c~V~O8zDNgRrL+;ZOz}clYwh zRTxF>C*`DMc>371eo3LuQC_=<*sgw@^>Wd{R5Ws;j2 zB%Ns2bfIAe1c{>dkBlElQ=lSEV3l05o%tzsLZUsxG|K4 zD_?e8OUA%OMwkTMh*{E<@dg*UK{iM&i>46KlcwxK4SHrkJj#gjOXJR ziTO6J4@i#)jW8dBUipZjZoj1nma57V?1_jrffzL7D&aX;kUkW-Nmn08zEpxhSH*CR#AK6uH zY^y-BpBW%a^?X?oW9g^7~@-IhNAc|Pa9*dRsPR4#$EVrr-f@pJhzP`-@50A}X zS%+#odl3+#14vf3kkwoT$-`F5&yTE)Q`R@iM^3~P*gXeY&20)6iLMqr*xp=9#7kMP zQC2(w4eJ&Of6CG$7Lu>(dX6Dh8>i=n6{K`by?1dApqM1Fa;%+53D0Ecffdwr@iYk` zZ>l)fzE+}XsvFhX^5z*|$tk3TP4#+k*~{|Vg57;Z4CEgV@fJ-F>(l?xy4(OP>^+I# zrW#Y!zCK)e)KXF@xs=-#aTHbGhFjSPRai6|xuc9m7|bZ|#(rcQouPeR1>@5?3^FuH z=rCVFgf;^er8C(LMKqumeHBO-C4Lbvdz0B#Soa*y^RZm)&t{5>X$3(&O^B;)o#yuL z-7db=k9}zBVr8Qem~WwD5)yHEE*Z!>Wh-J;td<3-Vx+Mt=IK)0+y(|pB9wH$tkbxQ z0@a%IK!+l}c7I3BQYFbFr=tobgX7Cik6a^6zTdL(uHS!V?*<`dHXEvJA%1n7Y0r6Z z2Dy)+%v&OH{h#R5X;t!PQ(#)s<8!;C)0#|`9w|B;7^ZAB`Wil7dwcfSOwuyC)(}%`hd;9~8+ckVZO_j0y%++>{wV zwEDL3qlw2kz1(1(*O*Sl(RAg*PgL6{ln_gobCfE%a#IhqlVl*hHm~EWZ8xXS)F>p_ z<8)f+oa8PKR7pUYw(6{K<^;JzAz1y{pJqI8^w3$T65;p`WUKF-`2MPc;ZjEpm0GPQ zPfhi^$+;@T)SViSf_y$?>`Z;7%$IVi^&txZ?}6&eF}hb)^}-YCXNCH#Yiy0gx5RB` zOP`UNvW_+~Jg2cJ1{)WFtzTshHz!B+Jbd}+-mkNUt9I)Qza9%Ko6KpxwCJUC=<2nX zdz5y4PkM6fA94uD0!VpD-@lKZcawCz;w%WRFoZZnIGG%x)&?;y_qk=1&ovg{+@Td) z7WINo-J_^zcclsTQKc`)6+;+B!Pe9qdg1_V%;@MI}YL=-AiP@cM-r&k@K<)EZl^PKzy`0_&h$R)v( zrMxDr+k<9-`o3xAcb(d#zvqFRtXgvo7qj0oVdrMe*pF;yJItfD_KlNPg;g}Sf0*!+ zPCVYEKHL+SD|gZYPQ9o;HWlG1(oR`A#af~+X_sWA?Os~{SklGr+pb_(qEg+mB^k7r zoX;0p$LaFr0EjOFndE!>jQmYV?h7Gu8v8@Ii%zu5RrjZU(c9vJd!$6i*S!vEU0Y5b zjYe5A{GIA^0w9i56CbhBOC&Ic6B|rJ6Q;bU|9p*O!_3JjmS6I*Dd2LB&< z^Zx>;ua*+g$nAH(;K~1LIcgDu#VNE}jQT=PqXak6f`tcF~8~2%{qGuAxod9zIcUP!==LUpw@bQw^-kTah&Sf@aZ*%S4HW^ z;<*BT7!wIGC!B5dpN^-Dk5qFKN_N(;?=u=X!aOuT*MS1TLlh^Ft8@}|C$wjn@ZOX~ z(n+Hz{g$_5yw^U z#D4vxKK(!|Y2oob;%%)bUbxp;bOi6xEyN#VaRJ8_ZI@4k{rqBtd-TN&$??0hrM$^E+6kT>~To+ zDNbc2aeiHZKk|N6u)8Rv*^!X0vD+h9c1w@)t&eA8THh{hG{B ze_SPvpX(a5xOxvdFxGM$A-M_I+!Fs;yo5cR;o;iZqE0cl8$IvisZak%Sb5KFPb#ep z!*;Bw0ueJT@$%FQCRL^EtyfX;dXtuXaP+uJPy!U0y3&HHSgcQ2QCUCIgPd>tzE2Jce>ww1g(~Na(sqf6MS;)u?@6#|90&(8ZIT9y5s7xpE2wLtQ%{;4B2dj-~@Z* z&qK?)4MjeI`zDU6*T7z3Yv4l@1C5<}Ew4g2vce7ZwSyJd+r)?Vxgb=L(4~DC%?bk5 zd3E5G*Aej1$(^qyuE)sf(GM1eTEphjepr5-*#T2;I|W~TaQizQjGnlTK*!D z3CJ1+#>?wQXm(uC7G##UPY;K&MC$Z<$t5_H%Im}sl-Yca%Jz`pV-qLCG=6BiEdL5 z_@M;6nGaA&L;(`c*JlCJJk5yVn9Ilbcdj}9LgTx6$SUf zw`jw)#)*eniw~ZMs~QPL9VzI#B}3Jecp@1riL`QzrbXY*u&f~yjp2?N4|Vp@&Ztap z%45>%jGC06(exRPKXZ8i&nK1UO?tRP z2rqx!sc(0<%Ag!C*hO$h*o9ine4R}-_cNDtcke3GV~xwk#L1dSR6j16_JMSjfsM3N zO%GKA=#H>rc+@t_-3YP$37Pn#@z-YD#LN(Ua5CPyI=LQ{Zs5K(-%;61qUE0Oa7;>2 zrOsDC2n&}Qf4nshH9`?=O15|3Ac8^m)4Soq+>#f0n8r4OhuVPp=}*SI&2-iC9>AEq zrIf)+@geI3WWUfsiBS~EjY4UBpj3;T3XgyQK!K$Id3AUU*pJt7f3XvSfrANI*pIaG zrbQYrM!(Uo@$loI&PKEhN!q&_;G@YastM;pqt|yS*bw_sPVWMj%V7ucb*7;Pqi;;# z!EjuSXw-M_#Ad4y zg4eq}##aVlR__Jyg0_4JK6PoGAPwHWi>}{npto2?$g{`jpEopg&&(_u_PLtLYod40 zWsr+SFse}Hi&uj*3e@HZpz5#!4>FbO#n`^I?@wE#zBT=+i?f6?2MM@)x|f_-^9pvN zc`O_pdT_F;(yk=J%04}JWRnXCP%-pY7%Pj1tCqqIL9@XKTn`!d=t8^Ha$HREfNK#9 z71h8tB1e5jdwX0%S|Hn@;E9Gb!k6G1(WONETw3t zmVUAyKv36rMvcj+vl0At5A8;f$70G>z#~Jx#{I;#misS}gr&zkqJ~q}2kR>bX1E?D z;+2<6U2(`4#%JSjtMpVhgKM9#F+RMD(^r$84p+RR@rP?J3e7PQ7{IcbUh6f&HN0t?1 zyQA6BQ%?^Z>>}#AtjFK3Orp9kb%bj2@XP?vr?sHtK>(3br89D;HlrUrpj!@tR35DU#DaWu@{ zmsrQ{ROA=AINOY$caI&l^`-FGmvsG5_iRZPjE4HIGjoXXzd46ap(||JkB&tud5(qa=CGAA6F}S~M&O?43LmfV{D{2+&=(Eor&@arE$bvl_KwRRUi3 zlvcj51H7aXKq>bWPPVnpy!cQ}vMS7B_oBoxda%4$8pFqy2BhQF%&&S~rymq@xy@m# z`Ky)Ce2`^MaoED}4Z!4{M#48L>^pK{qu6rkzElEg0Xd|9=!E?lj;OEE4A-hl!kKXt z9eWu*PER0=+nup1b+OQ4f*7-D0y*Sjfd^NrMe!C<;o zd}npu-f12Ld_wlLQd47a0D^zHGgD$eKwX?p#TmCwJRE0eMz&A?k(b5CH?p}2wEnt8 ziS@R84>|uMVzlf+xOsr*;|BKK*j2u-GrJ<(Z(q7qXeq8kj*Ssp-YbSV0^;Yui2+l8*5TVyDJN5u$%PV%sY|w z35~LCD@o5*rmcQF@Dahe1vEYXH4fUun%H-^?P)d%V&!Z0lArY|Cj6MGT-U zSP_VK&K_LrW%0859fu-#=JuYw*3VJ*i9mSBdV#r0$xx_4gehr516|WoEmvhus~EDs z+{9J@4UxG{xw&#eK9)``ln$V4uGjZ8SQ|J##E`lxRu7|z>ZEafBuOnD-KeH)01h0-{Cc&#d z1B_c}pZRReSZ(R!KNz;;#gH2=Sx+lR?6|2t$Utle&&u&27BxD;e^yk9KO0jzR2mz< z`-0F$JFL#K<7@cPN@1%3k@jNIhe_)U&Kdjc1`r6CuU91c$Tw(>xgh$e zWPU!EnV5abNb5Ln7HjkEpuWhn*buY^Aho9$*taOGq)Wh{KaT3S9g*SCm0672H8Fx! zdd{@*dToRmcuOR?YRbfyBk^f_`)UxFmbl}G?WlewJIU|zlwlj`#fN#G9==Y<- z=%J(VlQwxR$qG#}MlF{Bn0dOUM(iLq!ZI+NKVJsCH-?y{tZL^(Eh@mRMz zWc69T<}oNX-R@+fDe=e^tzM(pjS>*h)U&`#;W@@C!yL}th0%eUy@$E=E=|Xl6qboh z=JDs}n-q;q;(Mvt7uv67Szv|^L-8eBmnN;1EF4m&6@6wLU19IF>Tol8^i{q4X3UdW z$C89n0=`$wp~V6>nv*1#kU*)c7icVj(S%QToL_}V`pb+~=)aoG6wgci!P|cl$^5x` zv3B&h{p;35tyXg4wfgkn=alQuV-QK-z14>scj84b4?|f7{FVszK8hUQae_*1Mf+{F zvjpo$p<>6k8lt&tLV0axAQpYpaLqZ2rgvxo_G9$OI2%uM;3w(r5a+!;gmgU&Ygv|3na-$Ntj&0!B=YD@ zNs@RSLLk&8Q0Febr6mDX#NbuNdNgSn!75X~*9P9%NA#n+jP$CMN-Hp;c>LybOzU#1 z)O3cs&tdsmg4l57*i-so`;7G%a6+jQk<=NTjs3z=dq)&Q@7xTx2{H8AcC`$7=&T%7b zN=g{bFFEeO&X*XtKcTqhkV6D=3&t!f!Z$Dy^_31*tV=)pWJa=YykLmgtJ%(su6*78 z^<-a4yyUy_saQ~iML#c6kB?JVbF~^NeP3{$c!@*E@P6(DZho*~=OcsutGyX9zB?~$ zj(7csQUp>GIYAh%%amI72_M2~n0Fs}e?!OLu8zUY(^_Lo!xnLi2xf}mx0{1Fr|6V` znxgp&=Vcf6|K0~jWX}e6*t))X^_l#1Emu!V1|Y;^b4_{d65Llc*LmA~=Zs)LaBxk7j_?Ku6`$9(7=hG0r`KxxJag%?HObxy_v< zBPVCy8yDPk{@d_63(b9aoSE*b0KuSC|xkZ!jh;WTZQa@MHr#|0nW5T+!Tx>y1 zya|vzm8);^=mel*43<6^llAKlUi=}T_Ae37KG;8Lk>A5;jPY&@Pr<6k93wORm zCEX7Eu7(zv6;nsgyPRMti2^6k6~KZz+k^yFN5s59-sc!jiu0(lk@%g*S4!Q~f%(w< zS*e1t_$@7oq{|)In~w=qVhY6qRo%)K!~wJdXhnfz@y=paV)CiUmx$#?|E&{UIpMLd zKW+yh!OvJjb0jav@t;N>G}Lbhib@Yc6SOMau=#J2@{*aVPELO~E=S&CA?#?-o7=<` zK_aQrzoPZ}$saE8{+x5lQ~s2DLGpR_X*}7nn54EZk=qmZH;kE2N6hsZmHY1$tY3`I z+yLS?v`$qcJ(2TY6aTA~YE4{aO(wN-|M&q$BE(SOD@Xee9h~vaCxWj)yQimU_V0S} zwLS^0U0~Gw{RoI-A%2ZB236PY{__V;%2Y5~YW!2d)2q3{)4=y`Vytt{su?5)vt&Cv*mh{9cLhZ`!m_^w1N0L%Ns8%J|zM5J4aVYNA4n^5PuY8Upy^-^2+c30e^3Ba{vGU diff --git a/erpnext/docs/user/manual/en/selling/setup/shipping-rule.md b/erpnext/docs/user/manual/en/selling/setup/shipping-rule.md index 0d8c269fc2a..9b25c8c8638 100644 --- a/erpnext/docs/user/manual/en/selling/setup/shipping-rule.md +++ b/erpnext/docs/user/manual/en/selling/setup/shipping-rule.md @@ -1,7 +1,7 @@ # Shipping Rule -Using Shipping Rule you can define the cost for delivering the product to the customer. -You can define different shipping rules for the same item across different territories. +Using Shipping Rule you can define the cost for delivering the product to the customer and also to the supplier. +You can define different shipping rules or a fixed shipping amount for the same item across different territories. Shipping Rule diff --git a/erpnext/patches.txt b/erpnext/patches.txt index 0268690fc9d..bc63f4a794e 100644 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt @@ -464,3 +464,4 @@ erpnext.patches.v9_0.update_employee_loan_details erpnext.patches.v9_2.delete_healthcare_domain_default_items erpnext.patches.v9_1.create_issue_opportunity_type erpnext.patches.v9_2.rename_translated_domains_in_en +erpnext.patches.v9_0.set_shipping_type_for_existing_shipping_rules diff --git a/erpnext/patches/v9_0/set_shipping_type_for_existing_shipping_rules.py b/erpnext/patches/v9_0/set_shipping_type_for_existing_shipping_rules.py new file mode 100644 index 00000000000..5092695b7d9 --- /dev/null +++ b/erpnext/patches/v9_0/set_shipping_type_for_existing_shipping_rules.py @@ -0,0 +1,18 @@ +# Copyright (c) 2017, Frappe and Contributors +# License: GNU General Public License v3. See license.txt + +from __future__ import unicode_literals +import frappe + +def execute(): + frappe.reload_doctype("Shipping Rule") + + # default "calculate_based_on" + frappe.db.sql('''update `tabShipping Rule` + set calculate_based_on = "Net Weight" + where ifnull(calculate_based_on, '') = '' ''') + + # default "shipping_rule_type" + frappe.db.sql('''update `tabShipping Rule` + set shipping_rule_type = "Selling" + where ifnull(shipping_rule_type, '') = '' ''') diff --git a/erpnext/public/js/controllers/buying.js b/erpnext/public/js/controllers/buying.js index 010d4d92692..a9e3ad4e924 100644 --- a/erpnext/public/js/controllers/buying.js +++ b/erpnext/public/js/controllers/buying.js @@ -18,6 +18,14 @@ erpnext.buying.BuyingController = erpnext.TransactionController.extend({ this.setup_queries(); this._super(); + this.frm.set_query('shipping_rule', function() { + return { + filters: { + "shipping_rule_type": "Buying" + } + }; + }); + /* eslint-disable */ // no idea where me is coming from if(this.frm.get_field('shipping_address')) { diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js index b07d0902a3e..f53013773e0 100644 --- a/erpnext/public/js/controllers/transaction.js +++ b/erpnext/public/js/controllers/transaction.js @@ -36,7 +36,7 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({ cur_frm.cscript.set_gross_profit(item); cur_frm.cscript.calculate_taxes_and_totals(); - }) + }); frappe.ui.form.on(this.frm.cscript.tax_table, "rate", function(frm, cdt, cdn) { cur_frm.cscript.calculate_taxes_and_totals(); @@ -98,7 +98,7 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({ var me = this; if(this.frm.fields_dict["items"].grid.get_field('batch_no')) { this.frm.set_query("batch_no", "items", function(doc, cdt, cdn) { - return me.set_query_for_batch(doc, cdt, cdn) + return me.set_query_for_batch(doc, cdt, cdn); }); } @@ -116,7 +116,7 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({ filters: [ ['Print Format', 'doc_type', '=', cur_frm.doctype], ] - } + }; }); } @@ -553,6 +553,21 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({ this.frm.set_df_property("conversion_rate", "read_only", erpnext.stale_rate_allowed()); }, + shipping_rule: function() { + var me = this; + if(this.frm.doc.shipping_rule) { + return this.frm.call({ + doc: this.frm.doc, + method: "apply_shipping_rule", + callback: function(r) { + if(!r.exc) { + me.calculate_taxes_and_totals(); + } + } + }).fail(() => this.frm.set_value('shipping_rule', '')); + } + }, + set_actual_charges_based_on_currency: function() { var me = this; $.each(this.frm.doc.taxes || [], function(i, d) { @@ -701,12 +716,12 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({ "base_grand_total", "base_rounded_total", "base_in_words", "base_discount_amount", "base_paid_amount", "base_write_off_amount", "base_operating_cost", "base_raw_material_cost", "base_total_cost", "base_scrap_material_cost", "base_rounding_adjustment"], - this.frm.doc.currency != company_currency); + this.frm.doc.currency != company_currency); this.frm.toggle_display(["plc_conversion_rate", "price_list_currency"], this.frm.doc.price_list_currency != company_currency); - var show =cint(cur_frm.doc.discount_amount) || + var show = cint(cur_frm.doc.discount_amount) || ((cur_frm.doc.taxes || []).filter(function(d) {return d.included_in_print_rate===1}).length); if(frappe.meta.get_docfield(cur_frm.doctype, "net_total")) @@ -816,7 +831,7 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({ if (!r.exc && r.message) { me._set_values_for_item_list(r.message); me.calculate_taxes_and_totals(); - if(me.frm.doc.apply_discount_on) me.frm.trigger("apply_discount_on") + if(me.frm.doc.apply_discount_on) me.frm.trigger("apply_discount_on"); } } }); @@ -895,8 +910,8 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({ // if doctype is Quotation Item / Sales Order Iten then add Margin Type and rate in item_list if (in_list(["Quotation Item", "Sales Order Item", "Delivery Note Item", "Sales Invoice Item"]), d.doctype){ - item_list[0]["margin_type"] = d.margin_type - item_list[0]["margin_rate_or_amount"] = d.margin_rate_or_amount + item_list[0]["margin_type"] = d.margin_type; + item_list[0]["margin_rate_or_amount"] = d.margin_rate_or_amount; } } }; @@ -1101,12 +1116,12 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({ }, get_method_for_payment: function(){ - var method = "erpnext.accounts.doctype.payment_entry.payment_entry.get_payment_entry" + var method = "erpnext.accounts.doctype.payment_entry.payment_entry.get_payment_entry"; if(cur_frm.doc.__onload && cur_frm.doc.__onload.make_payment_via_journal_entry){ if(in_list(['Sales Invoice', 'Purchase Invoice'], cur_frm.doc.doctype)){ - method = "erpnext.accounts.doctype.journal_entry.journal_entry.get_payment_entry_against_invoice" + method = "erpnext.accounts.doctype.journal_entry.journal_entry.get_payment_entry_against_invoice"; }else { - method= "erpnext.accounts.doctype.journal_entry.journal_entry.get_payment_entry_against_order" + method= "erpnext.accounts.doctype.journal_entry.journal_entry.get_payment_entry_against_order"; } } @@ -1132,9 +1147,9 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({ 'item_code': item.item_code, 'posting_date': me.frm.doc.posting_date || frappe.datetime.nowdate(), } - if (item.warehouse) filters["warehouse"] = item.warehouse + if (item.warehouse) filters["warehouse"] = item.warehouse; - return { + return s query : "erpnext.controllers.queries.get_batch_no", filters: filters } diff --git a/erpnext/selling/sales_common.js b/erpnext/selling/sales_common.js index e9671c87117..97b7b99d08f 100644 --- a/erpnext/selling/sales_common.js +++ b/erpnext/selling/sales_common.js @@ -17,6 +17,13 @@ erpnext.selling.SellingController = erpnext.TransactionController.extend({ onload: function() { this._super(); this.setup_queries(); + this.frm.set_query('shipping_rule', function() { + return { + filters: { + "shipping_rule_type": "Selling" + } + }; + }); }, setup_queries: function() { @@ -233,21 +240,6 @@ erpnext.selling.SellingController = erpnext.TransactionController.extend({ }); }, - shipping_rule: function() { - var me = this; - if(this.frm.doc.shipping_rule) { - return this.frm.call({ - doc: this.frm.doc, - method: "apply_shipping_rule", - callback: function(r) { - if(!r.exc) { - me.calculate_taxes_and_totals(); - } - } - }) - } - }, - batch_no: function(doc, cdt, cdn) { var me = this; var item = frappe.get_doc(cdt, cdn); diff --git a/erpnext/shopping_cart/test_shopping_cart.py b/erpnext/shopping_cart/test_shopping_cart.py index 22b2895043e..387b57c8745 100644 --- a/erpnext/shopping_cart/test_shopping_cart.py +++ b/erpnext/shopping_cart/test_shopping_cart.py @@ -127,6 +127,7 @@ class TestShoppingCart(unittest.TestCase): "selling_price_list": "_Test Price List Rest of the World", "currency": "USD", "taxes_and_charges" : "_Test Tax 1", + "conversion_rate":1, "transaction_date" : nowdate(), "valid_till" : add_months(nowdate(), 1), "items": [{ diff --git a/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json index 21364e76be4..9f634cd6737 100755 --- a/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json +++ b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json @@ -1,3244 +1,3333 @@ { - "allow_copy": 0, - "allow_guest_to_view": 0, - "allow_import": 1, - "allow_rename": 0, - "autoname": "naming_series:", - "beta": 0, - "creation": "2013-05-21 16:16:39", - "custom": 0, - "docstatus": 0, - "doctype": "DocType", - "document_type": "Document", - "editable_grid": 1, + "allow_copy": 0, + "allow_guest_to_view": 0, + "allow_import": 1, + "allow_rename": 0, + "autoname": "naming_series:", + "beta": 0, + "creation": "2013-05-21 16:16:39", + "custom": 0, + "docstatus": 0, + "doctype": "DocType", + "document_type": "Document", + "editable_grid": 1, "fields": [ { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "supplier_section", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "", - "length": 0, - "no_copy": 0, - "options": "fa fa-user", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "supplier_section", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "", + "length": 0, + "no_copy": 0, + "options": "fa fa-user", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break0", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "oldfieldtype": "Column Break", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "print_width": "50%", - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break0", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "oldfieldtype": "Column Break", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": "50%", + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0, "width": "50%" - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 1, - "bold": 0, - "collapsible": 0, - "columns": 0, - "default": "{supplier_name}", - "fieldname": "title", - "fieldtype": "Data", - "hidden": 1, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Title", - "length": 0, - "no_copy": 1, - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "{supplier_name}", + "fieldname": "title", + "fieldtype": "Data", + "hidden": 1, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Title", + "length": 0, + "no_copy": 1, + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "default": "", - "fieldname": "naming_series", - "fieldtype": "Select", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Series", - "length": 0, - "no_copy": 1, - "oldfieldname": "naming_series", - "oldfieldtype": "Select", - "options": "PREC-\nPREC-RET-", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 0, - "set_only_once": 1, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "", + "fieldname": "naming_series", + "fieldtype": "Select", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Series", + "length": 0, + "no_copy": 1, + "oldfieldname": "naming_series", + "oldfieldtype": "Select", + "options": "PREC-\nPREC-RET-", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 0, + "set_only_once": 1, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 1, - "collapsible": 0, - "columns": 0, - "fieldname": "supplier", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 1, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Supplier", - "length": 0, - "no_copy": 0, - "oldfieldname": "supplier", - "oldfieldtype": "Link", - "options": "Supplier", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "print_width": "150px", - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 1, - "set_only_once": 0, - "unique": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 1, + "collapsible": 0, + "columns": 0, + "fieldname": "supplier", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 1, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Supplier", + "length": 0, + "no_copy": 0, + "oldfieldname": "supplier", + "oldfieldtype": "Link", + "options": "Supplier", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": "150px", + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 1, + "set_only_once": 0, + "unique": 0, "width": "150px" - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 1, - "collapsible": 0, - "columns": 0, - "depends_on": "supplier", - "fieldname": "supplier_name", - "fieldtype": "Data", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 1, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Supplier Name", - "length": 0, - "no_copy": 0, - "options": "supplier.supplier_name", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 1, + "collapsible": 0, + "columns": 0, + "depends_on": "supplier", + "fieldname": "supplier_name", + "fieldtype": "Data", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 1, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Supplier Name", + "length": 0, + "no_copy": 0, + "options": "supplier.supplier_name", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "supplier_delivery_note", - "fieldtype": "Data", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Supplier Delivery Note", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "supplier_delivery_note", + "fieldtype": "Data", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Supplier Delivery Note", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break1", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "oldfieldtype": "Column Break", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "print_width": "50%", - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break1", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "oldfieldtype": "Column Break", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": "50%", + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0, "width": "50%" - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "default": "Today", - "depends_on": "", - "fieldname": "posting_date", - "fieldtype": "Date", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Date", - "length": 0, - "no_copy": 1, - "oldfieldname": "posting_date", - "oldfieldtype": "Date", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "print_width": "100px", - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 1, - "set_only_once": 0, - "unique": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "Today", + "depends_on": "", + "fieldname": "posting_date", + "fieldtype": "Date", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Date", + "length": 0, + "no_copy": 1, + "oldfieldname": "posting_date", + "oldfieldtype": "Date", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": "100px", + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 1, + "set_only_once": 0, + "unique": 0, "width": "100px" - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "", - "description": "Time at which materials were received", - "fieldname": "posting_time", - "fieldtype": "Time", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Posting Time", - "length": 0, - "no_copy": 1, - "oldfieldname": "posting_time", - "oldfieldtype": "Time", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "print_width": "100px", - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 0, - "set_only_once": 0, - "unique": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "", + "description": "Time at which materials were received", + "fieldname": "posting_time", + "fieldtype": "Time", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Posting Time", + "length": 0, + "no_copy": 1, + "oldfieldname": "posting_time", + "oldfieldtype": "Time", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": "100px", + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 0, + "set_only_once": 0, + "unique": 0, "width": "100px" - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "eval:doc.docstatus==0", - "fieldname": "set_posting_time", - "fieldtype": "Check", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Edit Posting Date and Time", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "eval:doc.docstatus==0", + "fieldname": "set_posting_time", + "fieldtype": "Check", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Edit Posting Date and Time", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "description": "", - "fieldname": "company", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 1, - "label": "Company", - "length": 0, - "no_copy": 0, - "oldfieldname": "company", - "oldfieldtype": "Link", - "options": "Company", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "print_width": "150px", - "read_only": 0, - "remember_last_selected_value": 1, - "report_hide": 0, - "reqd": 1, - "search_index": 0, - "set_only_once": 0, - "unique": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "description": "", + "fieldname": "company", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 1, + "label": "Company", + "length": 0, + "no_copy": 0, + "oldfieldname": "company", + "oldfieldtype": "Link", + "options": "Company", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": "150px", + "read_only": 0, + "remember_last_selected_value": 1, + "report_hide": 0, + "reqd": 1, + "search_index": 0, + "set_only_once": 0, + "unique": 0, "width": "150px" - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "is_return", - "fieldtype": "Check", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Is Return", - "length": 0, - "no_copy": 1, - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "is_return", + "fieldtype": "Check", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Is Return", + "length": 0, + "no_copy": 1, + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "is_return", - "fieldname": "return_against", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Return Against Purchase Receipt", - "length": 0, - "no_copy": 1, - "options": "Purchase Receipt", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "is_return", + "fieldname": "return_against", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Return Against Purchase Receipt", + "length": 0, + "no_copy": 1, + "options": "Purchase Receipt", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "columns": 0, - "fieldname": "section_addresses", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Address and Contact", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "columns": 0, + "fieldname": "section_addresses", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Address and Contact", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "supplier_address", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Select Supplier Address", - "length": 0, - "no_copy": 0, - "options": "Address", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "supplier_address", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Select Supplier Address", + "length": 0, + "no_copy": 0, + "options": "Address", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "contact_person", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Contact Person", - "length": 0, - "no_copy": 0, - "options": "Contact", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "contact_person", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Contact Person", + "length": 0, + "no_copy": 0, + "options": "Contact", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "", - "fieldname": "address_display", - "fieldtype": "Small Text", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Address", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "", + "fieldname": "address_display", + "fieldtype": "Small Text", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Address", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "contact_display", - "fieldtype": "Small Text", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 1, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Contact", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "contact_display", + "fieldtype": "Small Text", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 1, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Contact", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "contact_mobile", - "fieldtype": "Small Text", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Mobile No", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "contact_mobile", + "fieldtype": "Small Text", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Mobile No", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "contact_email", - "fieldtype": "Small Text", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Contact Email", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "contact_email", + "fieldtype": "Small Text", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Contact Email", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "col_break_address", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "col_break_address", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "", - "fieldname": "shipping_address", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Select Shipping Address", - "length": 0, - "no_copy": 0, - "options": "Address", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "", + "fieldname": "shipping_address", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Select Shipping Address", + "length": 0, + "no_copy": 0, + "options": "Address", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "shipping_address_display", - "fieldtype": "Small Text", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Shipping Address", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "shipping_address_display", + "fieldtype": "Small Text", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Shipping Address", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "columns": 0, - "fieldname": "currency_and_price_list", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Currency and Price List", - "length": 0, - "no_copy": 0, - "options": "fa fa-tag", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "columns": 0, + "fieldname": "currency_and_price_list", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Currency and Price List", + "length": 0, + "no_copy": 0, + "options": "fa fa-tag", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "currency", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Currency", - "length": 0, - "no_copy": 0, - "oldfieldname": "currency", - "oldfieldtype": "Select", - "options": "Currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "currency", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Currency", + "length": 0, + "no_copy": 0, + "oldfieldname": "currency", + "oldfieldtype": "Select", + "options": "Currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "description": "Rate at which supplier's currency is converted to company's base currency", - "fieldname": "conversion_rate", - "fieldtype": "Float", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Exchange Rate", - "length": 0, - "no_copy": 0, - "oldfieldname": "conversion_rate", - "oldfieldtype": "Currency", - "permlevel": 0, - "precision": "9", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "description": "Rate at which supplier's currency is converted to company's base currency", + "fieldname": "conversion_rate", + "fieldtype": "Float", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Exchange Rate", + "length": 0, + "no_copy": 0, + "oldfieldname": "conversion_rate", + "oldfieldtype": "Currency", + "permlevel": 0, + "precision": "9", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break2", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "oldfieldtype": "Column Break", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "print_width": "50%", - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break2", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "oldfieldtype": "Column Break", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": "50%", + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0, "width": "50%" - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "buying_price_list", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Price List", - "length": 0, - "no_copy": 0, - "options": "Price List", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "buying_price_list", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Price List", + "length": 0, + "no_copy": 0, + "options": "Price List", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "buying_price_list", - "fieldname": "price_list_currency", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Price List Currency", - "length": 0, - "no_copy": 0, - "options": "Currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "buying_price_list", + "fieldname": "price_list_currency", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Price List Currency", + "length": 0, + "no_copy": 0, + "options": "Currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "buying_price_list", - "fieldname": "plc_conversion_rate", - "fieldtype": "Float", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Price List Exchange Rate", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "9", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "depends_on": "buying_price_list", + "fieldname": "plc_conversion_rate", + "fieldtype": "Float", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Price List Exchange Rate", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "9", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "ignore_pricing_rule", - "fieldtype": "Check", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Ignore Pricing Rule", - "length": 0, - "no_copy": 1, - "permlevel": 1, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "ignore_pricing_rule", + "fieldtype": "Check", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Ignore Pricing Rule", + "length": 0, + "no_copy": 1, + "permlevel": 1, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "items_section", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "", - "length": 0, - "no_copy": 0, - "oldfieldtype": "Section Break", - "options": "fa fa-shopping-cart", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "items_section", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "", + "length": 0, + "no_copy": 0, + "oldfieldtype": "Section Break", + "options": "fa fa-shopping-cart", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "items", - "fieldtype": "Table", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Items", - "length": 0, - "no_copy": 0, - "oldfieldname": "purchase_receipt_details", - "oldfieldtype": "Table", - "options": "Purchase Receipt Item", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "items", + "fieldtype": "Table", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Items", + "length": 0, + "no_copy": 0, + "oldfieldname": "purchase_receipt_details", + "oldfieldtype": "Table", + "options": "Purchase Receipt Item", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "get_current_stock", - "fieldtype": "Button", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Get current stock", - "length": 0, - "no_copy": 0, - "oldfieldtype": "Button", - "options": "get_current_stock", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "get_current_stock", + "fieldtype": "Button", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Get current stock", + "length": 0, + "no_copy": 0, + "oldfieldtype": "Button", + "options": "get_current_stock", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "section_break0", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "oldfieldtype": "Section Break", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "section_break0", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "oldfieldtype": "Section Break", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Total (Company Currency)", - "length": 0, - "no_copy": 0, - "options": "Company:company:default_currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Total (Company Currency)", + "length": 0, + "no_copy": 0, + "options": "Company:company:default_currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_net_total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Net Total (Company Currency)", - "length": 0, - "no_copy": 0, - "oldfieldname": "net_total", - "oldfieldtype": "Currency", - "options": "Company:company:default_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "print_width": "150px", - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 0, - "set_only_once": 0, - "unique": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_net_total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Net Total (Company Currency)", + "length": 0, + "no_copy": 0, + "oldfieldname": "net_total", + "oldfieldtype": "Currency", + "options": "Company:company:default_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": "150px", + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 0, + "set_only_once": 0, + "unique": 0, "width": "150px" - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break_27", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break_27", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Total", - "length": 0, - "no_copy": 0, - "options": "currency", - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Total", + "length": 0, + "no_copy": 0, + "options": "currency", + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "net_total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Net Total", - "length": 0, - "no_copy": 0, - "oldfieldname": "net_total_import", - "oldfieldtype": "Currency", - "options": "currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "net_total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Net Total", + "length": 0, + "no_copy": 0, + "oldfieldname": "net_total_import", + "oldfieldtype": "Currency", + "options": "currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "description": "Add / Edit Taxes and Charges", - "fieldname": "taxes_section", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "", - "length": 0, - "no_copy": 0, - "oldfieldtype": "Section Break", - "options": "fa fa-money", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "description": "Add / Edit Taxes and Charges", + "fieldname": "taxes_charges_section", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "", + "length": 0, + "no_copy": 0, + "oldfieldtype": "Section Break", + "options": "fa fa-money", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "description": "", - "fieldname": "taxes_and_charges", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Taxes and Charges", - "length": 0, - "no_copy": 0, - "oldfieldname": "purchase_other_charges", - "oldfieldtype": "Link", - "options": "Purchase Taxes and Charges Template", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "description": "", + "fieldname": "taxes_and_charges", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Taxes and Charges", + "length": 0, + "no_copy": 0, + "oldfieldname": "purchase_other_charges", + "oldfieldtype": "Link", + "options": "Purchase Taxes and Charges Template", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "taxes", - "fieldtype": "Table", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Purchase Taxes and Charges", - "length": 0, - "no_copy": 0, - "oldfieldname": "purchase_tax_details", - "oldfieldtype": "Table", - "options": "Purchase Taxes and Charges", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "shipping_col", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "columns": 0, - "fieldname": "sec_tax_breakup", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Tax Breakup", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "shipping_rule", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Shipping Rule", + "length": 0, + "no_copy": 0, + "options": "Shipping Rule", + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "other_charges_calculation", - "fieldtype": "Text", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Taxes and Charges Calculation", - "length": 0, - "no_copy": 1, - "oldfieldtype": "HTML", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "taxes_section", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "description": "", - "fieldname": "totals", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "", - "length": 0, - "no_copy": 0, - "oldfieldtype": "Section Break", - "options": "fa fa-money", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "taxes", + "fieldtype": "Table", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Purchase Taxes and Charges", + "length": 0, + "no_copy": 0, + "oldfieldname": "purchase_tax_details", + "oldfieldtype": "Table", + "options": "Purchase Taxes and Charges", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_taxes_and_charges_added", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Taxes and Charges Added (Company Currency)", - "length": 0, - "no_copy": 0, - "oldfieldname": "other_charges_added", - "oldfieldtype": "Currency", - "options": "Company:company:default_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "columns": 0, + "fieldname": "sec_tax_breakup", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Tax Breakup", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_taxes_and_charges_deducted", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Taxes and Charges Deducted (Company Currency)", - "length": 0, - "no_copy": 0, - "oldfieldname": "other_charges_deducted", - "oldfieldtype": "Currency", - "options": "Company:company:default_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "other_charges_calculation", + "fieldtype": "Text", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Taxes and Charges Calculation", + "length": 0, + "no_copy": 1, + "oldfieldtype": "HTML", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_total_taxes_and_charges", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Total Taxes and Charges (Company Currency)", - "length": 0, - "no_copy": 0, - "oldfieldname": "total_tax", - "oldfieldtype": "Currency", - "options": "Company:company:default_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "description": "", + "fieldname": "totals", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "", + "length": 0, + "no_copy": 0, + "oldfieldtype": "Section Break", + "options": "fa fa-money", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break3", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "print_width": "50%", - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_taxes_and_charges_added", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Taxes and Charges Added (Company Currency)", + "length": 0, + "no_copy": 0, + "oldfieldname": "other_charges_added", + "oldfieldtype": "Currency", + "options": "Company:company:default_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_taxes_and_charges_deducted", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Taxes and Charges Deducted (Company Currency)", + "length": 0, + "no_copy": 0, + "oldfieldname": "other_charges_deducted", + "oldfieldtype": "Currency", + "options": "Company:company:default_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_total_taxes_and_charges", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Total Taxes and Charges (Company Currency)", + "length": 0, + "no_copy": 0, + "oldfieldname": "total_tax", + "oldfieldtype": "Currency", + "options": "Company:company:default_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break3", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": "50%", + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0, "width": "50%" - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "taxes_and_charges_added", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Taxes and Charges Added", - "length": 0, - "no_copy": 0, - "oldfieldname": "other_charges_added_import", - "oldfieldtype": "Currency", - "options": "currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "taxes_and_charges_added", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Taxes and Charges Added", + "length": 0, + "no_copy": 0, + "oldfieldname": "other_charges_added_import", + "oldfieldtype": "Currency", + "options": "currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "taxes_and_charges_deducted", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Taxes and Charges Deducted", - "length": 0, - "no_copy": 0, - "oldfieldname": "other_charges_deducted_import", - "oldfieldtype": "Currency", - "options": "currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "taxes_and_charges_deducted", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Taxes and Charges Deducted", + "length": 0, + "no_copy": 0, + "oldfieldname": "other_charges_deducted_import", + "oldfieldtype": "Currency", + "options": "currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "total_taxes_and_charges", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Total Taxes and Charges", - "length": 0, - "no_copy": 0, - "options": "currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "total_taxes_and_charges", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Total Taxes and Charges", + "length": 0, + "no_copy": 0, + "options": "currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "collapsible_depends_on": "discount_amount", - "columns": 0, - "fieldname": "section_break_42", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Additional Discount", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "collapsible_depends_on": "discount_amount", + "columns": 0, + "fieldname": "section_break_42", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Additional Discount", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "default": "Grand Total", - "fieldname": "apply_discount_on", - "fieldtype": "Select", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Apply Additional Discount On", - "length": 0, - "no_copy": 0, - "options": "\nGrand Total\nNet Total", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "Grand Total", + "fieldname": "apply_discount_on", + "fieldtype": "Select", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Apply Additional Discount On", + "length": 0, + "no_copy": 0, + "options": "\nGrand Total\nNet Total", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_discount_amount", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Additional Discount Amount (Company Currency)", - "length": 0, - "no_copy": 0, - "options": "Company:company:default_currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_discount_amount", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Additional Discount Amount (Company Currency)", + "length": 0, + "no_copy": 0, + "options": "Company:company:default_currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break_44", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break_44", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "additional_discount_percentage", - "fieldtype": "Float", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Additional Discount Percentage", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "additional_discount_percentage", + "fieldtype": "Float", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Additional Discount Percentage", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "discount_amount", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Additional Discount Amount", - "length": 0, - "no_copy": 0, - "options": "currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "discount_amount", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Additional Discount Amount", + "length": 0, + "no_copy": 0, + "options": "currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "section_break_46", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "section_break_46", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_grand_total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Grand Total (Company Currency)", - "length": 0, - "no_copy": 0, - "oldfieldname": "grand_total", - "oldfieldtype": "Currency", - "options": "Company:company:default_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_grand_total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Grand Total (Company Currency)", + "length": 0, + "no_copy": 0, + "oldfieldname": "grand_total", + "oldfieldtype": "Currency", + "options": "Company:company:default_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_rounding_adjustment", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Rounding Adjustment (Company Currency)", - "length": 0, - "no_copy": 1, - "options": "Company:company:default_currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_rounding_adjustment", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Rounding Adjustment (Company Currency)", + "length": 0, + "no_copy": 1, + "options": "Company:company:default_currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "description": "", - "fieldname": "base_in_words", - "fieldtype": "Data", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "In Words (Company Currency)", - "length": 0, - "no_copy": 0, - "oldfieldname": "in_words", - "oldfieldtype": "Data", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "description": "", + "fieldname": "base_in_words", + "fieldtype": "Data", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "In Words (Company Currency)", + "length": 0, + "no_copy": 0, + "oldfieldname": "in_words", + "oldfieldtype": "Data", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "base_rounded_total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Rounded Total (Company Currency)", - "length": 0, - "no_copy": 0, - "oldfieldname": "rounded_total", - "oldfieldtype": "Currency", - "options": "Company:company:default_currency", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "base_rounded_total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Rounded Total (Company Currency)", + "length": 0, + "no_copy": 0, + "oldfieldname": "rounded_total", + "oldfieldtype": "Currency", + "options": "Company:company:default_currency", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break_50", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break_50", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "grand_total", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 1, - "in_standard_filter": 0, - "label": "Grand Total", - "length": 0, - "no_copy": 0, - "oldfieldname": "grand_total_import", - "oldfieldtype": "Currency", - "options": "currency", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "grand_total", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 1, + "in_standard_filter": 0, + "label": "Grand Total", + "length": 0, + "no_copy": 0, + "oldfieldname": "grand_total_import", + "oldfieldtype": "Currency", + "options": "currency", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "rounding_adjustment", - "fieldtype": "Currency", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Rounding Adjustment", - "length": 0, - "no_copy": 1, - "options": "currency", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "rounding_adjustment", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Rounding Adjustment", + "length": 0, + "no_copy": 1, + "options": "currency", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "in_words", - "fieldtype": "Data", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "In Words", - "length": 0, - "no_copy": 0, - "oldfieldname": "in_words_import", - "oldfieldtype": "Data", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "in_words", + "fieldtype": "Data", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "In Words", + "length": 0, + "no_copy": 0, + "oldfieldname": "in_words_import", + "oldfieldtype": "Data", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "collapsible_depends_on": "terms", - "columns": 0, - "fieldname": "terms_section_break", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Terms and Conditions", - "length": 0, - "no_copy": 0, - "oldfieldtype": "Section Break", - "options": "fa fa-legal", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "collapsible_depends_on": "terms", + "columns": 0, + "fieldname": "terms_section_break", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Terms and Conditions", + "length": 0, + "no_copy": 0, + "oldfieldtype": "Section Break", + "options": "fa fa-legal", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "tc_name", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Terms", - "length": 0, - "no_copy": 0, - "oldfieldname": "tc_name", - "oldfieldtype": "Link", - "options": "Terms and Conditions", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "tc_name", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Terms", + "length": 0, + "no_copy": 0, + "oldfieldname": "tc_name", + "oldfieldtype": "Link", + "options": "Terms and Conditions", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "terms", - "fieldtype": "Text Editor", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Terms and Conditions", - "length": 0, - "no_copy": 0, - "oldfieldname": "terms", - "oldfieldtype": "Text Editor", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "terms", + "fieldtype": "Text Editor", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Terms and Conditions", + "length": 0, + "no_copy": 0, + "oldfieldname": "terms", + "oldfieldtype": "Text Editor", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "collapsible_depends_on": "supplied_items", - "columns": 0, - "description": "", - "fieldname": "raw_material_details", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Raw Materials Supplied", - "length": 0, - "no_copy": 0, - "oldfieldtype": "Section Break", - "options": "fa fa-table", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "collapsible_depends_on": "supplied_items", + "columns": 0, + "description": "", + "fieldname": "raw_material_details", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Raw Materials Supplied", + "length": 0, + "no_copy": 0, + "oldfieldtype": "Section Break", + "options": "fa fa-table", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "default": "No", - "description": "", - "fieldname": "is_subcontracted", - "fieldtype": "Select", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Raw Materials Supplied", - "length": 0, - "no_copy": 0, - "oldfieldname": "is_subcontracted", - "oldfieldtype": "Select", - "options": "No\nYes", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "No", + "description": "", + "fieldname": "is_subcontracted", + "fieldtype": "Select", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Raw Materials Supplied", + "length": 0, + "no_copy": 0, + "oldfieldname": "is_subcontracted", + "oldfieldtype": "Select", + "options": "No\nYes", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "description": "", - "fieldname": "supplier_warehouse", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Supplier Warehouse", - "length": 0, - "no_copy": 1, - "oldfieldname": "supplier_warehouse", - "oldfieldtype": "Link", - "options": "Warehouse", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "print_width": "50px", - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "description": "", + "fieldname": "supplier_warehouse", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Supplier Warehouse", + "length": 0, + "no_copy": 1, + "oldfieldname": "supplier_warehouse", + "oldfieldtype": "Link", + "options": "Warehouse", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": "50px", + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0, "width": "50px" - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "supplied_items", - "fieldtype": "Table", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Supplied Items", - "length": 0, - "no_copy": 1, - "oldfieldname": "pr_raw_material_details", - "oldfieldtype": "Table", - "options": "Purchase Receipt Item Supplied", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "supplied_items", + "fieldtype": "Table", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Supplied Items", + "length": 0, + "no_copy": 1, + "oldfieldname": "pr_raw_material_details", + "oldfieldtype": "Table", + "options": "Purchase Receipt Item Supplied", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "bill_no", - "fieldtype": "Data", - "hidden": 1, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Bill No", - "length": 0, - "no_copy": 0, - "oldfieldname": "bill_no", - "oldfieldtype": "Data", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "bill_no", + "fieldtype": "Data", + "hidden": 1, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Bill No", + "length": 0, + "no_copy": 0, + "oldfieldname": "bill_no", + "oldfieldtype": "Data", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "bill_date", - "fieldtype": "Date", - "hidden": 1, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Bill Date", - "length": 0, - "no_copy": 0, - "oldfieldname": "bill_date", - "oldfieldtype": "Date", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "bill_date", + "fieldtype": "Date", + "hidden": 1, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Bill Date", + "length": 0, + "no_copy": 0, + "oldfieldname": "bill_date", + "oldfieldtype": "Date", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "columns": 0, - "fieldname": "more_info", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "More Information", - "length": 0, - "no_copy": 0, - "oldfieldtype": "Section Break", - "options": "fa fa-file-text", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "columns": 0, + "fieldname": "more_info", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "More Information", + "length": 0, + "no_copy": 0, + "oldfieldtype": "Section Break", + "options": "fa fa-file-text", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "default": "Draft", - "fieldname": "status", - "fieldtype": "Select", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 1, - "label": "Status", - "length": 0, - "no_copy": 1, - "oldfieldname": "status", - "oldfieldtype": "Select", - "options": "\nDraft\nTo Bill\nCompleted\nCancelled\nClosed", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "print_width": "150px", - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 1, - "search_index": 1, - "set_only_once": 0, - "unique": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "Draft", + "fieldname": "status", + "fieldtype": "Select", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 1, + "label": "Status", + "length": 0, + "no_copy": 1, + "oldfieldname": "status", + "oldfieldtype": "Select", + "options": "\nDraft\nTo Bill\nCompleted\nCancelled\nClosed", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": "150px", + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 1, + "search_index": 1, + "set_only_once": 0, + "unique": 0, "width": "150px" - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "description": "Warehouse where you are maintaining stock of rejected items", - "fieldname": "rejected_warehouse", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Rejected Warehouse", - "length": 0, - "no_copy": 1, - "oldfieldname": "rejected_warehouse", - "oldfieldtype": "Link", - "options": "Warehouse", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "description": "Warehouse where you are maintaining stock of rejected items", + "fieldname": "rejected_warehouse", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Rejected Warehouse", + "length": 0, + "no_copy": 1, + "oldfieldname": "rejected_warehouse", + "oldfieldtype": "Link", + "options": "Warehouse", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "amended_from", - "fieldtype": "Link", - "hidden": 1, - "ignore_user_permissions": 1, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Amended From", - "length": 0, - "no_copy": 1, - "oldfieldname": "amended_from", - "oldfieldtype": "Data", - "options": "Purchase Receipt", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "print_width": "150px", - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "amended_from", + "fieldtype": "Link", + "hidden": 1, + "ignore_user_permissions": 1, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Amended From", + "length": 0, + "no_copy": 1, + "oldfieldname": "amended_from", + "oldfieldtype": "Data", + "options": "Purchase Receipt", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": "150px", + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0, "width": "150px" - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "range", - "fieldtype": "Data", - "hidden": 1, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Range", - "length": 0, - "no_copy": 0, - "oldfieldname": "range", - "oldfieldtype": "Data", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "range", + "fieldtype": "Data", + "hidden": 1, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Range", + "length": 0, + "no_copy": 0, + "oldfieldname": "range", + "oldfieldtype": "Data", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break4", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "oldfieldtype": "Column Break", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "print_width": "50%", - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break4", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "oldfieldtype": "Column Break", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": "50%", + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0, "width": "50%" - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "per_billed", - "fieldtype": "Percent", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "% Amount Billed", - "length": 0, - "no_copy": 1, - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "per_billed", + "fieldtype": "Percent", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "% Amount Billed", + "length": 0, + "no_copy": 1, + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "subscription_detail", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Subscription Detail", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "subscription_detail", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Subscription Detail", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "subscription", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Subscription", - "length": 0, - "no_copy": 1, - "options": "Subscription", - "permlevel": 0, - "precision": "", - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "subscription", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Subscription", + "length": 0, + "no_copy": 1, + "options": "Subscription", + "permlevel": 0, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "columns": 0, - "fieldname": "printing_settings", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Printing Settings", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "columns": 0, + "fieldname": "printing_settings", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Printing Settings", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 1, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "letter_head", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Letter Head", - "length": 0, - "no_copy": 0, - "options": "Letter Head", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "letter_head", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Letter Head", + "length": 0, + "no_copy": 0, + "options": "Letter Head", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 1, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "select_print_heading", - "fieldtype": "Link", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Print Heading", - "length": 0, - "no_copy": 1, - "oldfieldname": "select_print_heading", - "oldfieldtype": "Link", - "options": "Print Heading", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 1, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "select_print_heading", + "fieldtype": "Link", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Print Heading", + "length": 0, + "no_copy": 1, + "oldfieldname": "select_print_heading", + "oldfieldtype": "Link", + "options": "Print Heading", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 1, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "language", - "fieldtype": "Data", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Print Language", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 1, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "language", + "fieldtype": "Data", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Print Language", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "other_details", - "fieldtype": "HTML", - "hidden": 1, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Other Details", - "length": 0, - "no_copy": 0, - "oldfieldtype": "HTML", - "options": "

Other Details
", - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "print_width": "30%", - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "other_details", + "fieldtype": "HTML", + "hidden": 1, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Other Details", + "length": 0, + "no_copy": 0, + "oldfieldtype": "HTML", + "options": "
Other Details
", + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": "30%", + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0, "width": "30%" - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "instructions", - "fieldtype": "Small Text", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Instructions", - "length": 0, - "no_copy": 0, - "oldfieldname": "instructions", - "oldfieldtype": "Text", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "instructions", + "fieldtype": "Small Text", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Instructions", + "length": 0, + "no_copy": 0, + "oldfieldname": "instructions", + "oldfieldtype": "Text", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "remarks", - "fieldtype": "Small Text", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Remarks", - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 1, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "remarks", + "fieldtype": "Small Text", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Remarks", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 1, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 1, - "collapsible_depends_on": "transporter_name", - "columns": 0, - "fieldname": "transporter_info", - "fieldtype": "Section Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Transporter Details", - "length": 0, - "no_copy": 0, - "options": "fa fa-truck", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "collapsible_depends_on": "transporter_name", + "columns": 0, + "fieldname": "transporter_info", + "fieldtype": "Section Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Transporter Details", + "length": 0, + "no_copy": 0, + "options": "fa fa-truck", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "transporter_name", - "fieldtype": "Data", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Transporter Name", - "length": 0, - "no_copy": 0, - "oldfieldname": "transporter_name", - "oldfieldtype": "Data", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "transporter_name", + "fieldtype": "Data", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Transporter Name", + "length": 0, + "no_copy": 0, + "oldfieldname": "transporter_name", + "oldfieldtype": "Data", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, "unique": 0 - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "column_break5", - "fieldtype": "Column Break", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "length": 0, - "no_copy": 0, - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "print_width": "50%", - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "column_break5", + "fieldtype": "Column Break", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "length": 0, + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": "50%", + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0, "width": "50%" - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "description": "", - "fieldname": "lr_no", - "fieldtype": "Data", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Vehicle Number", - "length": 0, - "no_copy": 1, - "oldfieldname": "lr_no", - "oldfieldtype": "Data", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "print_width": "100px", - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "description": "", + "fieldname": "lr_no", + "fieldtype": "Data", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Vehicle Number", + "length": 0, + "no_copy": 1, + "oldfieldname": "lr_no", + "oldfieldtype": "Data", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": "100px", + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0, "width": "100px" - }, + }, { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "description": "", - "fieldname": "lr_date", - "fieldtype": "Date", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Vehicle Date", - "length": 0, - "no_copy": 1, - "oldfieldname": "lr_date", - "oldfieldtype": "Date", - "permlevel": 0, - "print_hide": 0, - "print_hide_if_no_value": 0, - "print_width": "100px", - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0, + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "description": "", + "fieldname": "lr_date", + "fieldtype": "Date", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Vehicle Date", + "length": 0, + "no_copy": 1, + "oldfieldname": "lr_date", + "oldfieldtype": "Date", + "permlevel": 0, + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": "100px", + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0, "width": "100px" } - ], - "has_web_view": 0, - "hide_heading": 0, - "hide_toolbar": 0, - "icon": "fa fa-truck", - "idx": 261, - "image_view": 0, - "in_create": 0, - "is_submittable": 1, - "issingle": 0, - "istable": 0, - "max_attachments": 0, - "menu_index": 0, - "modified": "2017-11-15 01:04:31.132077", - "modified_by": "Administrator", - "module": "Stock", - "name": "Purchase Receipt", - "owner": "Administrator", + ], + "has_web_view": 0, + "hide_heading": 0, + "hide_toolbar": 0, + "icon": "fa fa-truck", + "idx": 261, + "image_view": 0, + "in_create": 0, + "is_submittable": 1, + "issingle": 0, + "istable": 0, + "max_attachments": 0, + "menu_index": 0, + "modified": "2017-11-15 01:04:31.132077", + "modified_by": "Administrator", + "module": "Stock", + "name": "Purchase Receipt", + "owner": "Administrator", "permissions": [ { - "amend": 1, - "apply_user_permissions": 0, - "cancel": 1, - "create": 1, - "delete": 1, - "email": 1, - "export": 0, - "if_owner": 0, - "import": 0, - "permlevel": 0, - "print": 1, - "read": 1, - "report": 1, - "role": "Stock Manager", - "set_user_permissions": 0, - "share": 1, - "submit": 1, + "amend": 1, + "apply_user_permissions": 0, + "cancel": 1, + "create": 1, + "delete": 1, + "email": 1, + "export": 0, + "if_owner": 0, + "import": 0, + "permlevel": 0, + "print": 1, + "read": 1, + "report": 1, + "role": "Stock Manager", + "set_user_permissions": 0, + "share": 1, + "submit": 1, "write": 1 - }, + }, { - "amend": 1, - "apply_user_permissions": 0, - "cancel": 1, - "create": 1, - "delete": 1, - "email": 1, - "export": 0, - "if_owner": 0, - "import": 0, - "permlevel": 0, - "print": 1, - "read": 1, - "report": 1, - "role": "Stock User", - "set_user_permissions": 0, - "share": 1, - "submit": 1, + "amend": 1, + "apply_user_permissions": 0, + "cancel": 1, + "create": 1, + "delete": 1, + "email": 1, + "export": 0, + "if_owner": 0, + "import": 0, + "permlevel": 0, + "print": 1, + "read": 1, + "report": 1, + "role": "Stock User", + "set_user_permissions": 0, + "share": 1, + "submit": 1, "write": 1 - }, + }, { - "amend": 1, - "apply_user_permissions": 0, - "cancel": 1, - "create": 1, - "delete": 1, - "email": 1, - "export": 0, - "if_owner": 0, - "import": 0, - "permlevel": 0, - "print": 1, - "read": 1, - "report": 1, - "role": "Purchase User", - "set_user_permissions": 0, - "share": 1, - "submit": 1, + "amend": 1, + "apply_user_permissions": 0, + "cancel": 1, + "create": 1, + "delete": 1, + "email": 1, + "export": 0, + "if_owner": 0, + "import": 0, + "permlevel": 0, + "print": 1, + "read": 1, + "report": 1, + "role": "Purchase User", + "set_user_permissions": 0, + "share": 1, + "submit": 1, "write": 1 - }, + }, { - "amend": 0, - "apply_user_permissions": 0, - "cancel": 0, - "create": 0, - "delete": 0, - "email": 0, - "export": 0, - "if_owner": 0, - "import": 0, - "permlevel": 0, - "print": 0, - "read": 1, - "report": 1, - "role": "Accounts User", - "set_user_permissions": 0, - "share": 0, - "submit": 0, + "amend": 0, + "apply_user_permissions": 0, + "cancel": 0, + "create": 0, + "delete": 0, + "email": 0, + "export": 0, + "if_owner": 0, + "import": 0, + "permlevel": 0, + "print": 0, + "read": 1, + "report": 1, + "role": "Accounts User", + "set_user_permissions": 0, + "share": 0, + "submit": 0, "write": 0 - }, + }, { - "amend": 0, - "apply_user_permissions": 0, - "cancel": 0, - "create": 0, - "delete": 0, - "email": 0, - "export": 0, - "if_owner": 0, - "import": 0, - "permlevel": 1, - "print": 0, - "read": 1, - "report": 0, - "role": "Stock Manager", - "set_user_permissions": 0, - "share": 0, - "submit": 0, + "amend": 0, + "apply_user_permissions": 0, + "cancel": 0, + "create": 0, + "delete": 0, + "email": 0, + "export": 0, + "if_owner": 0, + "import": 0, + "permlevel": 1, + "print": 0, + "read": 1, + "report": 0, + "role": "Stock Manager", + "set_user_permissions": 0, + "share": 0, + "submit": 0, "write": 1 } - ], - "quick_entry": 0, - "read_only": 0, - "read_only_onload": 1, - "search_fields": "status, posting_date, supplier", - "show_name_in_global_search": 1, - "sort_field": "modified", - "sort_order": "DESC", - "timeline_field": "supplier", - "title_field": "title", - "track_changes": 1, + ], + "quick_entry": 0, + "read_only": 0, + "read_only_onload": 1, + "search_fields": "status, posting_date, supplier", + "show_name_in_global_search": 1, + "sort_field": "modified", + "sort_order": "DESC", + "timeline_field": "supplier", + "title_field": "title", + "track_changes": 1, "track_seen": 0 } \ No newline at end of file