From e6fb33947e286d6a6a4829321e9c98f63d1eb774 Mon Sep 17 00:00:00 2001 From: BrindhaV-27 Date: Thu, 5 Feb 2026 13:27:52 +0000 Subject: [PATCH 1/8] day book --- medblocks/medblocks/report/__init__.py | 0 .../medblocks/report/day_book/__init__.py | 0 .../medblocks/report/day_book/day_book.json | 97 +++++++++++++++++++ 3 files changed, 97 insertions(+) create mode 100644 medblocks/medblocks/report/__init__.py create mode 100644 medblocks/medblocks/report/day_book/__init__.py create mode 100644 medblocks/medblocks/report/day_book/day_book.json diff --git a/medblocks/medblocks/report/__init__.py b/medblocks/medblocks/report/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/medblocks/medblocks/report/day_book/__init__.py b/medblocks/medblocks/report/day_book/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/medblocks/medblocks/report/day_book/day_book.json b/medblocks/medblocks/report/day_book/day_book.json new file mode 100644 index 0000000..34d58ab --- /dev/null +++ b/medblocks/medblocks/report/day_book/day_book.json @@ -0,0 +1,97 @@ +{ + "add_total_row": 1, + "add_translate_data": 0, + "columns": [ + { + "fieldname": "item_group", + "fieldtype": "Data", + "label": "POS Location", + "width": 0 + }, + { + "fieldname": "customer", + "fieldtype": "Data", + "label": "Buyer Info", + "width": 0 + }, + { + "fieldname": "customer_contact", + "fieldtype": "Data", + "label": "Address", + "width": 0 + }, + { + "fieldname": "mode_of_payment", + "fieldtype": "Data", + "label": "Voucher", + "width": 0 + }, + { + "fieldname": "invoice", + "fieldtype": "Data", + "label": "Document", + "width": 0 + }, + { + "fieldname": "debit", + "fieldtype": "Float", + "label": "Debit", + "width": 0 + }, + { + "fieldname": "recieved_amount", + "fieldtype": "Float", + "label": "Credit", + "width": 0 + } + ], + "creation": "2025-02-23 21:32:46.820517", + "disabled": 0, + "docstatus": 0, + "doctype": "Report", + "filters": [ + { + "default": "Today", + "fieldname": "date", + "fieldtype": "Date", + "label": "From Date", + "mandatory": 1, + "options": "", + "wildcard_filter": 0 + }, + { + "default": "Today", + "fieldname": "to_date", + "fieldtype": "Date", + "label": "To Date", + "mandatory": 1, + "wildcard_filter": 0 + } + ], + "idx": 0, + "is_standard": "Yes", + "letter_head": "Aarthy Hospital", + "letterhead": null, + "modified": "2026-02-05 18:57:04.002999", + "modified_by": "Administrator", + "module": "Medblocks", + "name": "Day Book", + "owner": "Administrator", + "prepared_report": 0, + "query": "WITH SII_Grouped AS (\n SELECT\n parent AS reference_name,\n GROUP_CONCAT(\n DISTINCT \n CASE \n WHEN item_group IN ('Frame', 'Sunglass', 'Lens', 'Accessories') \n THEN 'Opticals' \n ELSE item_group \n END \n ORDER BY item_group ASC\n ) AS item_group,\n COUNT(*) AS item_count\n FROM \n `tabSales Invoice Item`\n GROUP BY \n parent\n)\nSELECT\n sii.item_group AS item_group,\n cu.customer_name as customer,\n CONCAT('Address: ', cu.primary_address, '\\nMobile: ', cu.mobile_no) AS customer_contact,\n GROUP_CONCAT(pe.mode_of_payment) AS mode_of_payment,\n sii.reference_name as invoice,\n 0 as debit,\n SUM(pe.paid_amount) AS recieved_amount,\n DATE(pe.posting_date) as invoice_date\nFROM \n (SELECT name, mode_of_payment, paid_amount, posting_date, party\n FROM `tabPayment Entry`\n WHERE DATE(posting_date) BETWEEN %(date)s AND %(to_date)s\n AND docstatus = 1\n AND status = 'Submitted'\n ) pe\nLEFT JOIN \n `tabPayment Entry Reference` per\nON \n per.parent = pe.name\nJOIN \n SII_Grouped sii\nON \n per.reference_name = sii.reference_name\nLEFT JOIN \n\t`tabCustomer` cu\nON \n\tcu.name = pe.party\nWHERE per.reference_doctype = 'Sales Invoice'\nGROUP BY\n sii.reference_name\nLIMIT 10000;", + "ref_doctype": "Sales Invoice", + "report_name": "Day Book", + "report_type": "Query Report", + "roles": [ + { + "role": "Accounts User" + }, + { + "role": "Accounts Manager" + }, + { + "role": "Employee Self Service" + } + ], + "timeout": 0 +} \ No newline at end of file From 5dedad84db843b13ab3f117d19ad6b20797af65e Mon Sep 17 00:00:00 2001 From: BrindhaV-27 Date: Fri, 13 Feb 2026 05:39:06 +0000 Subject: [PATCH 2/8] order no in selling flow --- medblocks/medblocks/custom/delivery_note.json | 1653 ++++++++ .../medblocks/custom/delivery_note_item.json | 1016 +++++ medblocks/medblocks/custom/packed_item.json | 2 +- medblocks/medblocks/custom/sales_invoice.json | 3432 +++++++++++++++++ .../medblocks/custom/sales_invoice_item.json | 10 +- medblocks/medblocks/custom/sales_order.json | 140 +- .../medblocks/custom/sales_order_item.json | 2 +- 7 files changed, 6233 insertions(+), 22 deletions(-) create mode 100644 medblocks/medblocks/custom/delivery_note.json create mode 100644 medblocks/medblocks/custom/delivery_note_item.json create mode 100644 medblocks/medblocks/custom/sales_invoice.json diff --git a/medblocks/medblocks/custom/delivery_note.json b/medblocks/medblocks/custom/delivery_note.json new file mode 100644 index 0000000..59d873b --- /dev/null +++ b/medblocks/medblocks/custom/delivery_note.json @@ -0,0 +1,1653 @@ +{ + "custom_fields": [ + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.659392", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note", + "fetch_from": "customer_address.gstin", + "fetch_if_empty": 0, + "fieldname": "billing_address_gstin", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "address_display", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Billing Address GSTIN", + "length": 15, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:13.203330", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note-billing_address_gstin", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.681444", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note", + "fetch_from": "company_address.gstin", + "fetch_if_empty": 0, + "fieldname": "company_gstin", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "company_address", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Company GSTIN", + "length": 15, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:13.239573", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note-company_gstin", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2026-02-13 10:40:11.383048", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "custom_order_no", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 19, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "return_against", + "is_system_generated": 0, + "is_virtual": 0, + "label": "Order No", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2026-02-13 10:40:11.383048", + "modified_by": "Administrator", + "module": null, + "name": "Delivery Note-custom_order_no", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:01.547131", + "default": null, + "depends_on": null, + "description": "Set as zero to update distance as per the e-Waybill portal (if available)", + "docstatus": 0, + "dt": "Delivery Note", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "distance", + "fieldtype": "Int", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "vehicle_no", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Distance (in km)", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:16.447318", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note-distance", + "no_copy": 1, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.503287", + "default": null, + "depends_on": "eval:gst_settings.enable_sales_through_ecommerce_operators", + "description": null, + "docstatus": 0, + "dt": "Delivery Note", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "ecommerce_gstin", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "gst_section", + "is_system_generated": 1, + "is_virtual": 0, + "label": "E-commerce GSTIN", + "length": 15, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:12.986591", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note-ecommerce_gstin", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.508566", + "default": null, + "depends_on": "eval:gst_settings.enable_sales_through_ecommerce_operators && doc.ecommerce_gstin", + "description": null, + "docstatus": 0, + "dt": "Delivery Note", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "ecommerce_supply_type", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "ecommerce_gstin", + "is_system_generated": 1, + "is_virtual": 1, + "label": "E-commerce Supply Type", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:12.995645", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note-ecommerce_supply_type", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:01.579130", + "default": null, + "depends_on": "eval: doc.docstatus === 1 && (doc.ewaybill || doc.e_waybill_status !== 'Not Applicable')", + "description": null, + "docstatus": 0, + "dt": "Delivery Note", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "ewaybill", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "customer_name", + "is_system_generated": 1, + "is_virtual": 0, + "label": "e-Waybill No.", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:16.496892", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note-ewaybill", + "no_copy": 1, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.696145", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "gst_breakup_table", + "fieldtype": "Text Editor", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "section_gst_breakup", + "is_system_generated": 1, + "is_virtual": 1, + "label": "GST Breakup Table", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:13.258187", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note-gst_breakup_table", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.666991", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note", + "fetch_from": "customer_address.gst_category", + "fetch_if_empty": 0, + "fieldname": "gst_category", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "billing_address_gstin", + "is_system_generated": 1, + "is_virtual": 0, + "label": "GST Category", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:13.215571", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note-gst_category", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.516780", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "gst_col_break", + "fieldtype": "Column Break", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "ecommerce_gstin", + "is_system_generated": 1, + "is_virtual": 0, + "label": null, + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:13.006021", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note-gst_col_break", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.497056", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "gst_section", + "fieldtype": "Section Break", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "gst_vehicle_type", + "is_system_generated": 1, + "is_virtual": 0, + "label": "GST Details", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:12.976995", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note-gst_section", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:01.553775", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note", + "fetch_from": "transporter.gst_transporter_id", + "fetch_if_empty": 0, + "fieldname": "gst_transporter_id", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "transporter", + "is_system_generated": 1, + "is_virtual": 0, + "label": "GST Transporter ID", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:16.459932", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note-gst_transporter_id", + "no_copy": 1, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:01.570418", + "default": "Regular", + "depends_on": "eval:[\"Road\", \"Ship\"].includes(doc.mode_of_transport)", + "description": null, + "docstatus": 0, + "dt": "Delivery Note", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "gst_vehicle_type", + "fieldtype": "Select", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "lr_date", + "is_system_generated": 1, + "is_virtual": 0, + "label": "GST Vehicle Type", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:16.484480", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note-gst_vehicle_type", + "no_copy": 1, + "non_negative": 0, + "options": "Regular\nOver Dimensional Cargo (ODC)", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": "eval: doc.mode_of_transport == 'Ship'", + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.454550", + "default": "0", + "depends_on": "eval:doc.gst_category == \"SEZ\" || (doc.gst_category == \"Overseas\" && doc.place_of_supply == \"96-Other Countries\")", + "description": null, + "docstatus": 0, + "dt": "Delivery Note", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "is_export_with_gst", + "fieldtype": "Check", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "is_reverse_charge", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Is Export With Payment of GST", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:12.917848", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note-is_export_with_gst", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:01.539920", + "default": "0", + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "is_reverse_charge", + "fieldtype": "Check", + "hidden": 1, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "set_posting_time", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Is Reverse Charge", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:16.433828", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note-is_reverse_charge", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:01.561284", + "default": "Road", + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "mode_of_transport", + "fieldtype": "Select", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "transporter_name", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Mode of Transport", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:16.472237", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note-mode_of_transport", + "no_copy": 1, + "non_negative": 0, + "options": "\nRoad\nAir\nRail\nShip", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.674972", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note", + "fetch_from": "", + "fetch_if_empty": 0, + "fieldname": "place_of_supply", + "fieldtype": "Autocomplete", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "gst_category", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Place of Supply", + "length": 50, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:13.228059", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note-place_of_supply", + "no_copy": 0, + "non_negative": 0, + "options": "01-Jammu and Kashmir\n02-Himachal Pradesh\n03-Punjab\n04-Chandigarh\n05-Uttarakhand\n06-Haryana\n07-Delhi\n08-Rajasthan\n09-Uttar Pradesh\n10-Bihar\n11-Sikkim\n12-Arunachal Pradesh\n13-Nagaland\n14-Manipur\n15-Mizoram\n16-Tripura\n17-Meghalaya\n18-Assam\n19-West Bengal\n20-Jharkhand\n21-Odisha\n22-Chhattisgarh\n23-Madhya Pradesh\n24-Gujarat\n26-Dadra and Nagar Haveli and Daman and Diu\n27-Maharashtra\n29-Karnataka\n30-Goa\n31-Lakshadweep Islands\n32-Kerala\n33-Tamil Nadu\n34-Puducherry\n35-Andaman and Nicobar Islands\n36-Telangana\n37-Andhra Pradesh\n38-Ladakh\n96-Other Countries\n97-Other Territory", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.829574", + "default": null, + "depends_on": "eval:doc.gst_category == 'Overseas' && doc.place_of_supply == '96-Other Countries'", + "description": null, + "docstatus": 0, + "dt": "Delivery Note", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "port_code", + "fieldtype": "Autocomplete", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "gst_col_break", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Port Code", + "length": 15, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:13.398192", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note-port_code", + "no_copy": 0, + "non_negative": 0, + "options": "[\n {\n \"label\": \"INABG1 - Alibag\",\n \"value\": \"INABG1\"\n },\n {\n \"label\": \"INACH1 - Achra\",\n \"value\": \"INACH1\"\n },\n {\n \"label\": \"INADA6 - Ahmedabad Adalaj\",\n \"value\": \"INADA6\"\n },\n {\n \"label\": \"INADI1 - Androth Island\",\n \"value\": \"INADI1\"\n },\n {\n \"label\": \"INAGI1 - Agatti Island\",\n \"value\": \"INAGI1\"\n },\n {\n \"label\": \"INAGR4 - Agra\",\n \"value\": \"INAGR4\"\n },\n {\n \"label\": \"INAGR5 - FPO AGRA\",\n \"value\": \"INAGR5\"\n },\n {\n \"label\": \"INAGR6 - Agra\",\n \"value\": \"INAGR6\"\n },\n {\n \"label\": \"INAGTB - Agartala\",\n \"value\": \"INAGTB\"\n },\n {\n \"label\": \"INAGX4 - Agatti Island\",\n \"value\": \"INAGX4\"\n },\n {\n \"label\": \"INAHD6 - ICD SANAND\",\n \"value\": \"INAHD6\"\n },\n {\n \"label\": \"INAIG6 - GE PVT. LTD.\",\n \"value\": \"INAIG6\"\n },\n {\n \"label\": \"INAII6 - M/S IGATE GS LTD.\",\n \"value\": \"INAII6\"\n },\n {\n \"label\": \"INAIK6 - IBRAHIMPURICD KHURJA\",\n \"value\": \"INAIK6\"\n },\n {\n \"label\": \"INAIR6 - SP PVT. LTD.\",\n \"value\": \"INAIR6\"\n },\n {\n \"label\": \"INAJE6 - WLSPUN ANJAR SEZ\",\n \"value\": \"INAJE6\"\n },\n {\n \"label\": \"INAJJ6 - Arakkonam Melpakkam\",\n \"value\": \"INAJJ6\"\n },\n {\n \"label\": \"INAJL4 - Aizawl\",\n \"value\": \"INAJL4\"\n },\n {\n \"label\": \"INAJM6 - MUNDRA PORT SEZ\",\n \"value\": \"INAJM6\"\n },\n {\n \"label\": \"INAKB6 - BIACPL SEZ\",\n \"value\": \"INAKB6\"\n },\n {\n \"label\": \"INAKD4 - Akola\",\n \"value\": \"INAKD4\"\n },\n {\n \"label\": \"INAKP6 - APIICL SEZ\",\n \"value\": \"INAKP6\"\n },\n {\n \"label\": \"INAKR6 - RPCIPL SEZ\",\n \"value\": \"INAKR6\"\n },\n {\n \"label\": \"INAKV6 - Ankleshwar ICD\",\n \"value\": \"INAKV6\"\n },\n {\n \"label\": \"INALA1 - ALANG SBY\",\n \"value\": \"INALA1\"\n },\n {\n \"label\": \"INALF1 - Allepey\",\n \"value\": \"INALF1\"\n },\n {\n \"label\": \"INAMD4 - Ahmedabad\",\n \"value\": \"INAMD4\"\n },\n {\n \"label\": \"INAMD5 - Ahmedabad\",\n \"value\": \"INAMD5\"\n },\n {\n \"label\": \"INAMD6 - Ahmedabad\",\n \"value\": \"INAMD6\"\n },\n {\n \"label\": \"INAMG6 - Amingaon (Gauhati)\",\n \"value\": \"INAMG6\"\n },\n {\n \"label\": \"INAMI1 - Amini Island\",\n \"value\": \"INAMI1\"\n },\n {\n \"label\": \"INAMK6 - KSITIL/SEZ/ALAPPUZHA\",\n \"value\": \"INAMK6\"\n },\n {\n \"label\": \"INANG1 - Anijengo\",\n \"value\": \"INANG1\"\n },\n {\n \"label\": \"INANL1 - Arnala\",\n \"value\": \"INANL1\"\n },\n {\n \"label\": \"INAPI6 - AAP-SEZ AHMEDABAD\",\n \"value\": \"INAPI6\"\n },\n {\n \"label\": \"INAPL6 - Dadri ACPL CFS\",\n \"value\": \"INAPL6\"\n },\n {\n \"label\": \"INAPT6 - Anaparti\",\n \"value\": \"INAPT6\"\n },\n {\n \"label\": \"INARR6 - Aroor\",\n \"value\": \"INARR6\"\n },\n {\n \"label\": \"INASR2 - Amritsar Railway Stn\",\n \"value\": \"INASR2\"\n },\n {\n \"label\": \"INASR6 - Amritsar\",\n \"value\": \"INASR6\"\n },\n {\n \"label\": \"INATQ4 - Amritsar\",\n \"value\": \"INATQ4\"\n },\n {\n \"label\": \"INATQ6 - Amritsar\",\n \"value\": \"INATQ6\"\n },\n {\n \"label\": \"INATRB - Attari Road\",\n \"value\": \"INATRB\"\n },\n {\n \"label\": \"INATT2 - Attari Railway Stat\",\n \"value\": \"INATT2\"\n },\n {\n \"label\": \"INAWM6 - SEZ, SHENDRA\",\n \"value\": \"INAWM6\"\n },\n {\n \"label\": \"INAWS6 - SOMANI SEZ BHIWADI\",\n \"value\": \"INAWS6\"\n },\n {\n \"label\": \"INAWW6 - WIDL AEZ, AURANGABAD\",\n \"value\": \"INAWW6\"\n },\n {\n \"label\": \"INAZK1 - Azhikkal\",\n \"value\": \"INAZK1\"\n },\n {\n \"label\": \"INBAG6 - GEM&JEWEL-SEZ/ULWE\",\n \"value\": \"INBAG6\"\n },\n {\n \"label\": \"INBAI6 - IT/ITES-B-SEZ/ULWE\",\n \"value\": \"INBAI6\"\n },\n {\n \"label\": \"INBAM6 - MULTISERVCE-SEZ/ULWE\",\n \"value\": \"INBAM6\"\n },\n {\n \"label\": \"INBAP6 - MULTISERVICEDRONAGIR\",\n \"value\": \"INBAP6\"\n },\n {\n \"label\": \"INBAT6 - IT/ITES-C SEZ/UIWE\",\n \"value\": \"INBAT6\"\n },\n {\n \"label\": \"INBAU6 - IT/ITES-A-SEZ/ULWE\",\n \"value\": \"INBAU6\"\n },\n {\n \"label\": \"INBAW6 - ICD BAWAL\",\n \"value\": \"INBAW6\"\n },\n {\n \"label\": \"INBBI4 - Bhubaneswar\",\n \"value\": \"INBBI4\"\n },\n {\n \"label\": \"INBBM6 - Bari Brahamna ICD\",\n \"value\": \"INBBM6\"\n },\n {\n \"label\": \"INBBP1 - Bahabal Pur\",\n \"value\": \"INBBP1\"\n },\n {\n \"label\": \"INBBS6 - SEZ, OIIDC, BHUBANES\",\n \"value\": \"INBBS6\"\n },\n {\n \"label\": \"INBCH6 - HARI SEZ VARANASI\",\n \"value\": \"INBCH6\"\n },\n {\n \"label\": \"INBCO6 - EURO MULTIVISION SEZ\",\n \"value\": \"INBCO6\"\n },\n {\n \"label\": \"INBCP6 - PRITECH/SEZ/BANGLORE\",\n \"value\": \"INBCP6\"\n },\n {\n \"label\": \"INBDB6 - PRECIOUSCARGOCUSTOMS\",\n \"value\": \"INBDB6\"\n },\n {\n \"label\": \"INBDG1 - Badagara\",\n \"value\": \"INBDG1\"\n },\n {\n \"label\": \"INBDH6 - ICD BADOHI\",\n \"value\": \"INBDH6\"\n },\n {\n \"label\": \"INBDI6 - ICD BADDI,\",\n \"value\": \"INBDI6\"\n },\n {\n \"label\": \"INBDM6 - ICD, PANCHI, SONIPAT\",\n \"value\": \"INBDM6\"\n },\n {\n \"label\": \"INBDQ1 - Vadodara\",\n \"value\": \"INBDQ1\"\n },\n {\n \"label\": \"INBDR1 - Baindur\",\n \"value\": \"INBDR1\"\n },\n {\n \"label\": \"INBED1 - Bedi\",\n \"value\": \"INBED1\"\n },\n {\n \"label\": \"INBEK4 - Bareilly\",\n \"value\": \"INBEK4\"\n },\n {\n \"label\": \"INBEP4 - Bellary\",\n \"value\": \"INBEP4\"\n },\n {\n \"label\": \"INBET1 - Betul\",\n \"value\": \"INBET1\"\n },\n {\n \"label\": \"INBEY1 - Beypore\",\n \"value\": \"INBEY1\"\n },\n {\n \"label\": \"INBFR6 - M/S GRFL, ICD, BALLA\",\n \"value\": \"INBFR6\"\n },\n {\n \"label\": \"INBGK6 - Bhagat ki Kothi Jodh\",\n \"value\": \"INBGK6\"\n },\n {\n \"label\": \"INBGMB - Baghmara\",\n \"value\": \"INBGMB\"\n },\n {\n \"label\": \"INBGQ6 - QUEST SEZ BELGAUM\",\n \"value\": \"INBGQ6\"\n },\n {\n \"label\": \"INBGUB - Bairgania\",\n \"value\": \"INBGUB\"\n },\n {\n \"label\": \"INBGW1 - Bhagwa\",\n \"value\": \"INBGW1\"\n },\n {\n \"label\": \"INBHC6 - JUBILANT/SEZ/VILAYAT\",\n \"value\": \"INBHC6\"\n },\n {\n \"label\": \"INBHD6 - DAHEZ SEZ\",\n \"value\": \"INBHD6\"\n },\n {\n \"label\": \"INBHJ4 - Bhuj\",\n \"value\": \"INBHJ4\"\n },\n {\n \"label\": \"INBHL6 - Bhilwara\",\n \"value\": \"INBHL6\"\n },\n {\n \"label\": \"INBHM1 - Bheemunipatnam\",\n \"value\": \"INBHM1\"\n },\n {\n \"label\": \"INBHO4 - Bhopal\",\n \"value\": \"INBHO4\"\n },\n {\n \"label\": \"INBHS6 - STERLING BHARUCH\",\n \"value\": \"INBHS6\"\n },\n {\n \"label\": \"INBHU1 - Bhavanagar\",\n \"value\": \"INBHU1\"\n },\n {\n \"label\": \"INBHU4 - Bhavanagar\",\n \"value\": \"INBHU4\"\n },\n {\n \"label\": \"INBKB4 - Bikaner\",\n \"value\": \"INBKB4\"\n },\n {\n \"label\": \"INBKR1 - Belekeri\",\n \"value\": \"INBKR1\"\n },\n {\n \"label\": \"INBKT1 - Bankot\",\n \"value\": \"INBKT1\"\n },\n {\n \"label\": \"INBLC6 - CESSNA/SEZ/BANGALORE\",\n \"value\": \"INBLC6\"\n },\n {\n \"label\": \"INBLE6 - CONCOR ICD BALASORE\",\n \"value\": \"INBLE6\"\n },\n {\n \"label\": \"INBLJ6 - Agra\",\n \"value\": \"INBLJ6\"\n },\n {\n \"label\": \"INBLK1 - Belekeri\",\n \"value\": \"INBLK1\"\n },\n {\n \"label\": \"INBLM1 - Bilimora\",\n \"value\": \"INBLM1\"\n },\n {\n \"label\": \"INBLP1 - Belapur\",\n \"value\": \"INBLP1\"\n },\n {\n \"label\": \"INBLR4 - Bangalore\",\n \"value\": \"INBLR4\"\n },\n {\n \"label\": \"INBLR5 - Bangalore\",\n \"value\": \"INBLR5\"\n },\n {\n \"label\": \"INBLR6 - Bangalore\",\n \"value\": \"INBLR6\"\n },\n {\n \"label\": \"INBLTB - Balet\",\n \"value\": \"INBLTB\"\n },\n {\n \"label\": \"INBLV6 - VTV/SEZ/BANGALORE\",\n \"value\": \"INBLV6\"\n },\n {\n \"label\": \"INBMA6 - APIIC PRAKASHAM\",\n \"value\": \"INBMA6\"\n },\n {\n \"label\": \"INBMR2 - Barmer Railway Stati\",\n \"value\": \"INBMR2\"\n },\n {\n \"label\": \"INBNC6 - KBITS SEZ BANGALORE\",\n \"value\": \"INBNC6\"\n },\n {\n \"label\": \"INBND1 - Bandra\",\n \"value\": \"INBND1\"\n },\n {\n \"label\": \"INBNG6 - MAHAGAON ICD, THANE\",\n \"value\": \"INBNG6\"\n },\n {\n \"label\": \"INBNK6 - KOLKATA IT PARK\",\n \"value\": \"INBNK6\"\n },\n {\n \"label\": \"INBNP1 - Bheemunipatnam\",\n \"value\": \"INBNP1\"\n },\n {\n \"label\": \"INBNRB - Bhimnagar\",\n \"value\": \"INBNRB\"\n },\n {\n \"label\": \"INBNT6 - TCS\",\n \"value\": \"INBNT6\"\n },\n {\n \"label\": \"INBNW6 - WIPRO SEZ\",\n \"value\": \"INBNW6\"\n },\n {\n \"label\": \"INBNX6 - CANDOR ONE HTSPL,SEZ\",\n \"value\": \"INBNX6\"\n },\n {\n \"label\": \"INBNYB - Berhni\",\n \"value\": \"INBNYB\"\n },\n {\n \"label\": \"INBOK6 - BORKHEDI ICD NAGPUR\",\n \"value\": \"INBOK6\"\n },\n {\n \"label\": \"INBOLB - Bolanganj\",\n \"value\": \"INBOLB\"\n },\n {\n \"label\": \"INBOM1 - Mumbai (Ex Bombay)\",\n \"value\": \"INBOM1\"\n },\n {\n \"label\": \"INBOM4 - Mumbai (Ex Bombay)\",\n \"value\": \"INBOM4\"\n },\n {\n \"label\": \"INBOM5 - Mumbai (Ex Bombay)\",\n \"value\": \"INBOM5\"\n },\n {\n \"label\": \"INBOM6 - Mumbai(EPZ/SEZ)\",\n \"value\": \"INBOM6\"\n },\n {\n \"label\": \"INBPL5 - BHOPAL FPO\",\n \"value\": \"INBPL5\"\n },\n {\n \"label\": \"INBPS5 - APSO MUMBAI\",\n \"value\": \"INBPS5\"\n },\n {\n \"label\": \"INBRAB - Barsora\",\n \"value\": \"INBRAB\"\n },\n {\n \"label\": \"INBRC6 - Baroda\",\n \"value\": \"INBRC6\"\n },\n {\n \"label\": \"INBRH1 - Broach\",\n \"value\": \"INBRH1\"\n },\n {\n \"label\": \"INBRI6 - RNBIPL SEZ BIKANER\",\n \"value\": \"INBRI6\"\n },\n {\n \"label\": \"INBRL6 - L & T/SEZ/VADODARA\",\n \"value\": \"INBRL6\"\n },\n {\n \"label\": \"INBRM1 - Borlai \\u00bf Mandla\",\n \"value\": \"INBRM1\"\n },\n {\n \"label\": \"INBRS6 - S E & C/SEZ/WAGHODIA\",\n \"value\": \"INBRS6\"\n },\n {\n \"label\": \"INBRY1 - Borya\",\n \"value\": \"INBRY1\"\n },\n {\n \"label\": \"INBSAB - Banbasa\",\n \"value\": \"INBSAB\"\n },\n {\n \"label\": \"INBSB6 - Varanasi\",\n \"value\": \"INBSB6\"\n },\n {\n \"label\": \"INBSL6 - Bhusaval ICD\",\n \"value\": \"INBSL6\"\n },\n {\n \"label\": \"INBSN1 - Bassein\",\n \"value\": \"INBSN1\"\n },\n {\n \"label\": \"INBSR1 - Bulsar\",\n \"value\": \"INBSR1\"\n },\n {\n \"label\": \"INBSW6 - AFS KAPASHERA\",\n \"value\": \"INBSW6\"\n },\n {\n \"label\": \"INBTK1 - Bhatkal\",\n \"value\": \"INBTK1\"\n },\n {\n \"label\": \"INBTMB - Bhithamore(Sursnad)\",\n \"value\": \"INBTMB\"\n },\n {\n \"label\": \"INBTR1 - Bitra Island\",\n \"value\": \"INBTR1\"\n },\n {\n \"label\": \"INBUD1 - Budge-Budge\",\n \"value\": \"INBUD1\"\n },\n {\n \"label\": \"INBUL6 - AN FTWZ BULANDSHAHR\",\n \"value\": \"INBUL6\"\n },\n {\n \"label\": \"INBUP4 - Bhatinda\",\n \"value\": \"INBUP4\"\n },\n {\n \"label\": \"INBUP6 - Bhatinda\",\n \"value\": \"INBUP6\"\n },\n {\n \"label\": \"INBVC6 - CONCR-ICD/BALLABGARH\",\n \"value\": \"INBVC6\"\n },\n {\n \"label\": \"INBWD6 - Bhiwadi\",\n \"value\": \"INBWD6\"\n },\n {\n \"label\": \"INBWN1 - Bhiwandi\",\n \"value\": \"INBWN1\"\n },\n {\n \"label\": \"INBXR6 - DLF LTD., SEZ\",\n \"value\": \"INBXR6\"\n },\n {\n \"label\": \"INBYT1 - Beyt\",\n \"value\": \"INBYT1\"\n },\n {\n \"label\": \"INCAG6 - TATA STEEL SEZGANJAM\",\n \"value\": \"INCAG6\"\n },\n {\n \"label\": \"INCAM1 - Cambay\",\n \"value\": \"INCAM1\"\n },\n {\n \"label\": \"INCAP1 - Calingapatam\",\n \"value\": \"INCAP1\"\n },\n {\n \"label\": \"INCAR1 - Carijam\",\n \"value\": \"INCAR1\"\n },\n {\n \"label\": \"INCAS6 - SAPL SEZ/ GANJAM\",\n \"value\": \"INCAS6\"\n },\n {\n \"label\": \"INCBC6 - CHIPL SEZ/ COIMBATOR\",\n \"value\": \"INCBC6\"\n },\n {\n \"label\": \"INCBD4 - Car Nicobar\",\n \"value\": \"INCBD4\"\n },\n {\n \"label\": \"INCBDB - Changrabandh\",\n \"value\": \"INCBDB\"\n },\n {\n \"label\": \"INCBE6 - COIMBATORE\",\n \"value\": \"INCBE6\"\n },\n {\n \"label\": \"INCBL1 - Chandbali\",\n \"value\": \"INCBL1\"\n },\n {\n \"label\": \"INCBS6 - SE&C COIMBATORE\",\n \"value\": \"INCBS6\"\n },\n {\n \"label\": \"INCCH6 - Chinchwad ICD\",\n \"value\": \"INCCH6\"\n },\n {\n \"label\": \"INCCI6 - WIPRO SEZ HINJEWADI\",\n \"value\": \"INCCI6\"\n },\n {\n \"label\": \"INCCJ1 - Kozhikode (ex Calicu\",\n \"value\": \"INCCJ1\"\n },\n {\n \"label\": \"INCCJ4 - Kozhikode (ex Calicu\",\n \"value\": \"INCCJ4\"\n },\n {\n \"label\": \"INCCP6 - PEPPL SEZ, CHINCHWAD\",\n \"value\": \"INCCP6\"\n },\n {\n \"label\": \"INCCQ6 - M/S QB PARK LTD.\",\n \"value\": \"INCCQ6\"\n },\n {\n \"label\": \"INCCT6 - KINFRAFP SEZ\",\n \"value\": \"INCCT6\"\n },\n {\n \"label\": \"INCCU1 - Calcutta\",\n \"value\": \"INCCU1\"\n },\n {\n \"label\": \"INCCU4 - Calcutta\",\n \"value\": \"INCCU4\"\n },\n {\n \"label\": \"INCCU5 - Calcutta\",\n \"value\": \"INCCU5\"\n },\n {\n \"label\": \"INCCW6 - WIPRO LTD.\",\n \"value\": \"INCCW6\"\n },\n {\n \"label\": \"INCDC6 - RGT PARK (PHASE-II)\",\n \"value\": \"INCDC6\"\n },\n {\n \"label\": \"INCDD6 - RGT PARK (PHASE-I)\",\n \"value\": \"INCDD6\"\n },\n {\n \"label\": \"INCDL1 - Cuddalore\",\n \"value\": \"INCDL1\"\n },\n {\n \"label\": \"INCDP1 - Coondapur (Ganguly)\",\n \"value\": \"INCDP1\"\n },\n {\n \"label\": \"INCDP4 - Cuddapah\",\n \"value\": \"INCDP4\"\n },\n {\n \"label\": \"INCDP6 - M/S APIIC LTD SEZ.\",\n \"value\": \"INCDP6\"\n },\n {\n \"label\": \"INCDQ6 - QUARKCITY/SEZ/MOHALI\",\n \"value\": \"INCDQ6\"\n },\n {\n \"label\": \"INCDR6 - SUN PHARMACEUTICALS\",\n \"value\": \"INCDR6\"\n },\n {\n \"label\": \"INCEC6 - L&T AE IT SEZ PVT.\",\n \"value\": \"INCEC6\"\n },\n {\n \"label\": \"INCGA6 - MWCD APARELS CHENGPA\",\n \"value\": \"INCGA6\"\n },\n {\n \"label\": \"INCGE6 - ETA TECH. PVT. LTD.\",\n \"value\": \"INCGE6\"\n },\n {\n \"label\": \"INCGI6 - MWCD SEZ CHENGALPATU\",\n \"value\": \"INCGI6\"\n },\n {\n \"label\": \"INCGL6 - MWCD AUTO ANCILARIES\",\n \"value\": \"INCGL6\"\n },\n {\n \"label\": \"INCHE6 - Tiruppur-Chettipalay\",\n \"value\": \"INCHE6\"\n },\n {\n \"label\": \"INCHJ6 - ICD WARDHA\",\n \"value\": \"INCHJ6\"\n },\n {\n \"label\": \"INCHL1 - Colachel\",\n \"value\": \"INCHL1\"\n },\n {\n \"label\": \"INCHMB - Chamurchi\",\n \"value\": \"INCHMB\"\n },\n {\n \"label\": \"INCHN6 - Vadodara Chhani CFS\",\n \"value\": \"INCHN6\"\n },\n {\n \"label\": \"INCHPB - Champai\",\n \"value\": \"INCHPB\"\n },\n {\n \"label\": \"INCHR1 - Chapora\",\n \"value\": \"INCHR1\"\n },\n {\n \"label\": \"INCJA6 - L&T AE IT SEZ\",\n \"value\": \"INCJA6\"\n },\n {\n \"label\": \"INCJB4 - Coimbatore\",\n \"value\": \"INCJB4\"\n },\n {\n \"label\": \"INCJB6 - Coimbatore\",\n \"value\": \"INCJB6\"\n },\n {\n \"label\": \"INCJC6 - NCTL (ENGG.) SEZ/ KA\",\n \"value\": \"INCJC6\"\n },\n {\n \"label\": \"INCJD6 - DLF INFOCITY DEV.\",\n \"value\": \"INCJD6\"\n },\n {\n \"label\": \"INCJE6 - ECTN KANCHEEPURAM\",\n \"value\": \"INCJE6\"\n },\n {\n \"label\": \"INCJF6 - FTIL SRIPERUMBUDUR\",\n \"value\": \"INCJF6\"\n },\n {\n \"label\": \"INCJH6 - ICD WARDHA\",\n \"value\": \"INCJH6\"\n },\n {\n \"label\": \"INCJI6 - ETL IS LTD.\",\n \"value\": \"INCJI6\"\n },\n {\n \"label\": \"INCJJ6 - J M FTZ/SEZ/MANNUR\",\n \"value\": \"INCJJ6\"\n },\n {\n \"label\": \"INCJN6 - NIPL SEZ SRIPERUMBUD\",\n \"value\": \"INCJN6\"\n },\n {\n \"label\": \"INCJO6 - SIPCOT ORAGADAM SRIP\",\n \"value\": \"INCJO6\"\n },\n {\n \"label\": \"INCJS6 - SIPCOT SRIPERUMBUDUR\",\n \"value\": \"INCJS6\"\n },\n {\n \"label\": \"INCLK6 - KSITIL/SEZ/KOZHIKODE\",\n \"value\": \"INCLK6\"\n },\n {\n \"label\": \"INCLU6 - ULCCS/SEZ/KOZHIKODE\",\n \"value\": \"INCLU6\"\n },\n {\n \"label\": \"INCLX6 - Chirala\",\n \"value\": \"INCLX6\"\n },\n {\n \"label\": \"INCMB1 - Cambay\",\n \"value\": \"INCMB1\"\n },\n {\n \"label\": \"INCML6 - KATHUWAS ICD ALWAR\",\n \"value\": \"INCML6\"\n },\n {\n \"label\": \"INCNB1 - Car-Nicobar\",\n \"value\": \"INCNB1\"\n },\n {\n \"label\": \"INCNC6 - NCT PVT. LTD. SEZ\",\n \"value\": \"INCNC6\"\n },\n {\n \"label\": \"INCNN1 - Cannanore\",\n \"value\": \"INCNN1\"\n },\n {\n \"label\": \"INCOA6 - KAKINADA SEZ KAKINAD\",\n \"value\": \"INCOA6\"\n },\n {\n \"label\": \"INCOH4 - Cooch Behar\",\n \"value\": \"INCOH4\"\n },\n {\n \"label\": \"INCOK1 - Cochin\",\n \"value\": \"INCOK1\"\n },\n {\n \"label\": \"INCOK4 - Cochin\",\n \"value\": \"INCOK4\"\n },\n {\n \"label\": \"INCOK6 - Cochin(EPZ/SEZ)\",\n \"value\": \"INCOK6\"\n },\n {\n \"label\": \"INCOL1 - Colochel\",\n \"value\": \"INCOL1\"\n },\n {\n \"label\": \"INCOO1 - Coondapur (Ganguly)\",\n \"value\": \"INCOO1\"\n },\n {\n \"label\": \"INCOP6 - PARRY SEZ KAKINADA\",\n \"value\": \"INCOP6\"\n },\n {\n \"label\": \"INCPC6 - Kanpur Chakeri\",\n \"value\": \"INCPC6\"\n },\n {\n \"label\": \"INCPL6 - Dadri CGML\",\n \"value\": \"INCPL6\"\n },\n {\n \"label\": \"INCPR6 - ICD CHAWAPAYAL\",\n \"value\": \"INCPR6\"\n },\n {\n \"label\": \"INCRL6 - RGA SEZ CHIKKANKANNE\",\n \"value\": \"INCRL6\"\n },\n {\n \"label\": \"INCRN1 - Cornwallis\",\n \"value\": \"INCRN1\"\n },\n {\n \"label\": \"INCRW6 - WIPRO/SEZ/BANGALORE\",\n \"value\": \"INCRW6\"\n },\n {\n \"label\": \"INCRXB - LOKSAN LCS\",\n \"value\": \"INCRXB\"\n },\n {\n \"label\": \"INCSP6 - SI PVT. LTD.\",\n \"value\": \"INCSP6\"\n },\n {\n \"label\": \"INCSV6 - SPVL SEZ COIMBATORE\",\n \"value\": \"INCSV6\"\n },\n {\n \"label\": \"INCTI1 - Chetlat Island\",\n \"value\": \"INCTI1\"\n },\n {\n \"label\": \"INCUM1 - Cutch Mandvi\",\n \"value\": \"INCUM1\"\n },\n {\n \"label\": \"INDAE4 - Daparizo\",\n \"value\": \"INDAE4\"\n },\n {\n \"label\": \"INDAH1 - Dahej\",\n \"value\": \"INDAH1\"\n },\n {\n \"label\": \"INDAI4 - Darjeeling\",\n \"value\": \"INDAI4\"\n },\n {\n \"label\": \"INDAM1 - Daman\",\n \"value\": \"INDAM1\"\n },\n {\n \"label\": \"INDAM4 - Daman\",\n \"value\": \"INDAM4\"\n },\n {\n \"label\": \"INDAR6 - ARTHA SEZ GR. NOIDA\",\n \"value\": \"INDAR6\"\n },\n {\n \"label\": \"INDBD4 - Dhanbad\",\n \"value\": \"INDBD4\"\n },\n {\n \"label\": \"INDBS6 - SANTA-SEZ/ViII-MUPPI\",\n \"value\": \"INDBS6\"\n },\n {\n \"label\": \"INDDL6 - PSWC ICD DHANDARIKAL\",\n \"value\": \"INDDL6\"\n },\n {\n \"label\": \"INDEA6 - AS PVT. LTD.\",\n \"value\": \"INDEA6\"\n },\n {\n \"label\": \"INDED4 - Dehra Dun\",\n \"value\": \"INDED4\"\n },\n {\n \"label\": \"INDEF6 - INFOSYS SEZ DADRI\",\n \"value\": \"INDEF6\"\n },\n {\n \"label\": \"INDEG1 - Deogad\",\n \"value\": \"INDEG1\"\n },\n {\n \"label\": \"INDEH6 - HCL TECH. LTD. DEV.\",\n \"value\": \"INDEH6\"\n },\n {\n \"label\": \"INDEI6 - IVR SEZ NOIDA\",\n \"value\": \"INDEI6\"\n },\n {\n \"label\": \"INDEJ6 - JUBILANT SEZ NOIDA\",\n \"value\": \"INDEJ6\"\n },\n {\n \"label\": \"INDEL4 - Delhi\",\n \"value\": \"INDEL4\"\n },\n {\n \"label\": \"INDEL5 - Delhi\",\n \"value\": \"INDEL5\"\n },\n {\n \"label\": \"INDEM6 - MOSERBAER/SEZ/NOIDA\",\n \"value\": \"INDEM6\"\n },\n {\n \"label\": \"INDEN6 - M/S NIIT TECH. LTD.\",\n \"value\": \"INDEN6\"\n },\n {\n \"label\": \"INDEP4 - Deparizo\",\n \"value\": \"INDEP4\"\n },\n {\n \"label\": \"INDER6 - Dadri\",\n \"value\": \"INDER6\"\n },\n {\n \"label\": \"INDES6 - M/S SEAVIEW DEV. LTD\",\n \"value\": \"INDES6\"\n },\n {\n \"label\": \"INDET6 - UNITECH HITECH NOIDA\",\n \"value\": \"INDET6\"\n },\n {\n \"label\": \"INDEU6 - UNITECHINFRA NOIDA\",\n \"value\": \"INDEU6\"\n },\n {\n \"label\": \"INDEW6 - M/S WIPRO LTD.\",\n \"value\": \"INDEW6\"\n },\n {\n \"label\": \"INDGI6 - GALLANT SEZ NOIDA\",\n \"value\": \"INDGI6\"\n },\n {\n \"label\": \"INDGT6 - GOLDEN SEZ NOIDA\",\n \"value\": \"INDGT6\"\n },\n {\n \"label\": \"INDHA6 - Indore-Dhannad\",\n \"value\": \"INDHA6\"\n },\n {\n \"label\": \"INDHBB - Dhubri Steamerghat\",\n \"value\": \"INDHBB\"\n },\n {\n \"label\": \"INDHLB - Dhalaighat\",\n \"value\": \"INDHLB\"\n },\n {\n \"label\": \"INDHM4 - Dharamsala\",\n \"value\": \"INDHM4\"\n },\n {\n \"label\": \"INDHN1 - Dahanu\",\n \"value\": \"INDHN1\"\n },\n {\n \"label\": \"INDHP1 - Dabhol Port\",\n \"value\": \"INDHP1\"\n },\n {\n \"label\": \"INDHR1 - Dholera\",\n \"value\": \"INDHR1\"\n },\n {\n \"label\": \"INDHU1 - Dahanu\",\n \"value\": \"INDHU1\"\n },\n {\n \"label\": \"INDIB4 - Dibrugarh\",\n \"value\": \"INDIB4\"\n },\n {\n \"label\": \"INDID6 - SEZ, MIDC, NANDED\",\n \"value\": \"INDID6\"\n },\n {\n \"label\": \"INDIG1 - Dighi Port\",\n \"value\": \"INDIG1\"\n },\n {\n \"label\": \"INDIG6 - Dighi (Pune)\",\n \"value\": \"INDIG6\"\n },\n {\n \"label\": \"INDIT6 - ANSAL IT/SEZ/NOIDA\",\n \"value\": \"INDIT6\"\n },\n {\n \"label\": \"INDIU1 - Diu\",\n \"value\": \"INDIU1\"\n },\n {\n \"label\": \"INDIU4 - Diu\",\n \"value\": \"INDIU4\"\n },\n {\n \"label\": \"INDIV1 - Div\",\n \"value\": \"INDIV1\"\n },\n {\n \"label\": \"INDLAB - Dharchula\",\n \"value\": \"INDLAB\"\n },\n {\n \"label\": \"INDLH6 - APLLP SEZ BENGALURU\",\n \"value\": \"INDLH6\"\n },\n {\n \"label\": \"INDLI2 - Delhi Railway Statio\",\n \"value\": \"INDLI2\"\n },\n {\n \"label\": \"INDLOB - BIRPARA LCS\",\n \"value\": \"INDLOB\"\n },\n {\n \"label\": \"INDLUB - Dalu\",\n \"value\": \"INDLUB\"\n },\n {\n \"label\": \"INDMA1 - DHAMRA\",\n \"value\": \"INDMA1\"\n },\n {\n \"label\": \"INDMRB - Demagir\",\n \"value\": \"INDMRB\"\n },\n {\n \"label\": \"INDMT1 - Dharamtar\",\n \"value\": \"INDMT1\"\n },\n {\n \"label\": \"INDMU4 - Dimapur\",\n \"value\": \"INDMU4\"\n },\n {\n \"label\": \"INDPC4 - DPC BKC Mumbai\",\n \"value\": \"INDPC4\"\n },\n {\n \"label\": \"INDPR6 - DAPPER\",\n \"value\": \"INDPR6\"\n },\n {\n \"label\": \"INDRC6 - RCIPL SEZ NOIDA\",\n \"value\": \"INDRC6\"\n },\n {\n \"label\": \"INDRGB - Darranga\",\n \"value\": \"INDRGB\"\n },\n {\n \"label\": \"INDRK1 - Dwarka (Rupen)\",\n \"value\": \"INDRK1\"\n },\n {\n \"label\": \"INDRL1 - Dabolim\",\n \"value\": \"INDRL1\"\n },\n {\n \"label\": \"INDRU6 - Belgaum Desur\",\n \"value\": \"INDRU6\"\n },\n {\n \"label\": \"INDSK1 - Dhanu-shkodi\",\n \"value\": \"INDSK1\"\n },\n {\n \"label\": \"INDSM6 - SMRTPL SEZ NOIDA\",\n \"value\": \"INDSM6\"\n },\n {\n \"label\": \"INDTW1 - Dantiwara\",\n \"value\": \"INDTW1\"\n },\n {\n \"label\": \"INDUR6 - ICD Durgapur\",\n \"value\": \"INDUR6\"\n },\n {\n \"label\": \"INDWA1 - Dwarka\",\n \"value\": \"INDWA1\"\n },\n {\n \"label\": \"INDWKB - Dawki\",\n \"value\": \"INDWKB\"\n },\n {\n \"label\": \"INDWN6 - ICD SAMALKHA PANIPAT\",\n \"value\": \"INDWN6\"\n },\n {\n \"label\": \"INDWR6 - INFOSYS SEZ HUBLI\",\n \"value\": \"INDWR6\"\n },\n {\n \"label\": \"INENR1 - KAMARAJAR PORT LTD\",\n \"value\": \"INENR1\"\n },\n {\n \"label\": \"INERP6 - PUTHUVYPEEN SEZ\",\n \"value\": \"INERP6\"\n },\n {\n \"label\": \"INERV6 - VALLARPADOM SEZ\",\n \"value\": \"INERV6\"\n },\n {\n \"label\": \"INESH1 - Elphinstone Harbour\",\n \"value\": \"INESH1\"\n },\n {\n \"label\": \"INFBD6 - ICD Faridabad\",\n \"value\": \"INFBD6\"\n },\n {\n \"label\": \"INFBE6 - ESPIRE SEZ FARIDABAD\",\n \"value\": \"INFBE6\"\n },\n {\n \"label\": \"INFBM6 - METRO SEZ GURGAON\",\n \"value\": \"INFBM6\"\n },\n {\n \"label\": \"INFBP6 - PERPETUAL FARIDABAD\",\n \"value\": \"INFBP6\"\n },\n {\n \"label\": \"INFBRB - Fulbari LCS\",\n \"value\": \"INFBRB\"\n },\n {\n \"label\": \"INFBS6 - SELECTOSEZ FARIDABAD\",\n \"value\": \"INFBS6\"\n },\n {\n \"label\": \"INFCH5 - FPO(SEA) CHENNAI\",\n \"value\": \"INFCH5\"\n },\n {\n \"label\": \"INFLT6 - Falta(SEZ)\",\n \"value\": \"INFLT6\"\n },\n {\n \"label\": \"INFMA6 - APIICL MEDAK\",\n \"value\": \"INFMA6\"\n },\n {\n \"label\": \"INFMH6 - HGSEZL RANGA REDDY\",\n \"value\": \"INFMH6\"\n },\n {\n \"label\": \"INFMJ6 - M/S J.T. SEZ, RANGAR\",\n \"value\": \"INFMJ6\"\n },\n {\n \"label\": \"INFMS6 - M/S STARGAZE, SEZ\",\n \"value\": \"INFMS6\"\n },\n {\n \"label\": \"INGAIB - Gauriphanta\",\n \"value\": \"INGAIB\"\n },\n {\n \"label\": \"INGALB - Galgalia\",\n \"value\": \"INGALB\"\n },\n {\n \"label\": \"INGAO6 - OPGS POWER GUJARAT\",\n \"value\": \"INGAO6\"\n },\n {\n \"label\": \"INGAS6 - ANSAL SEZ GURGAON\",\n \"value\": \"INGAS6\"\n },\n {\n \"label\": \"INGAU1 - Gauhati (Panidi)\",\n \"value\": \"INGAU1\"\n },\n {\n \"label\": \"INGAU2 - Gauhati (Panidi)\",\n \"value\": \"INGAU2\"\n },\n {\n \"label\": \"INGAU4 - Gauhati (Panidi)\",\n \"value\": \"INGAU4\"\n },\n {\n \"label\": \"INGAU5 - FPO GUWAHATI\",\n \"value\": \"INGAU5\"\n },\n {\n \"label\": \"INGAW2 - Guwahati\",\n \"value\": \"INGAW2\"\n },\n {\n \"label\": \"INGAY4 - Gaya\",\n \"value\": \"INGAY4\"\n },\n {\n \"label\": \"INGDL6 - DLF CYBERCITY SEZ,\",\n \"value\": \"INGDL6\"\n },\n {\n \"label\": \"INGDM6 - MF PARK PVT. LTD.\",\n \"value\": \"INGDM6\"\n },\n {\n \"label\": \"INGDP6 - FLLPL SEZ THIRUVALUR\",\n \"value\": \"INGDP6\"\n },\n {\n \"label\": \"INGED2 - Gede Railway Station\",\n \"value\": \"INGED2\"\n },\n {\n \"label\": \"INGGA1 - Gogha\",\n \"value\": \"INGGA1\"\n },\n {\n \"label\": \"INGGB6 - SBPL SEZ GURGAON\",\n \"value\": \"INGGB6\"\n },\n {\n \"label\": \"INGGC6 - ORIENT SEZ GURGAON\",\n \"value\": \"INGGC6\"\n },\n {\n \"label\": \"INGGD6 - DLF LTD.\",\n \"value\": \"INGGD6\"\n },\n {\n \"label\": \"INGGE6 - AEPL SEZ GURGAON\",\n \"value\": \"INGGE6\"\n },\n {\n \"label\": \"INGGF6 - FRESH SEZ GURGAON\",\n \"value\": \"INGGF6\"\n },\n {\n \"label\": \"INGGG6 - GHI SEZ GURGAON\",\n \"value\": \"INGGG6\"\n },\n {\n \"label\": \"INGGI6 - GIL SEZ, GURGAON\",\n \"value\": \"INGGI6\"\n },\n {\n \"label\": \"INGGL6 - LUXOR SEZ GURGAON\",\n \"value\": \"INGGL6\"\n },\n {\n \"label\": \"INGGM6 - MIPPL SEZ GURGAON\",\n \"value\": \"INGGM6\"\n },\n {\n \"label\": \"INGGN2 - Gurgaon\",\n \"value\": \"INGGN2\"\n },\n {\n \"label\": \"INGGO6 - ORIENTCRAFT SEZ GGN\",\n \"value\": \"INGGO6\"\n },\n {\n \"label\": \"INGGP6 - SUNWISE SEZ GURGAON\",\n \"value\": \"INGGP6\"\n },\n {\n \"label\": \"INGGS6 - SUNCITY SEZ GURGAON\",\n \"value\": \"INGGS6\"\n },\n {\n \"label\": \"INGGU6 - URP LTD.\",\n \"value\": \"INGGU6\"\n },\n {\n \"label\": \"INGGV1 - GANGAVARAM PORT\",\n \"value\": \"INGGV1\"\n },\n {\n \"label\": \"INGHA1 - Ghogha\",\n \"value\": \"INGHA1\"\n },\n {\n \"label\": \"INGHC6 - ASF INSIGNIA SEZ\",\n \"value\": \"INGHC6\"\n },\n {\n \"label\": \"INGHPB - Ghasuapara\",\n \"value\": \"INGHPB\"\n },\n {\n \"label\": \"INGHR6 - Garhi Harsaru Gurgao\",\n \"value\": \"INGHR6\"\n },\n {\n \"label\": \"INGHWB - Gauhati Steamerghat\",\n \"value\": \"INGHWB\"\n },\n {\n \"label\": \"INGID6 - MID PLTD SEZ GURGAON\",\n \"value\": \"INGID6\"\n },\n {\n \"label\": \"INGIN6 - Gandhidham\",\n \"value\": \"INGIN6\"\n },\n {\n \"label\": \"INGJIB - Gunji\",\n \"value\": \"INGJIB\"\n },\n {\n \"label\": \"INGJXB - Ghojadanga\",\n \"value\": \"INGJXB\"\n },\n {\n \"label\": \"INGKJ2 - Golakganj Railway St\",\n \"value\": \"INGKJ2\"\n },\n {\n \"label\": \"INGKJB - Golakganj LCS\",\n \"value\": \"INGKJB\"\n },\n {\n \"label\": \"INGLY6 - APIIC MAHABOOBNAGAR\",\n \"value\": \"INGLY6\"\n },\n {\n \"label\": \"INGMI6 - MID PVT LTD.\",\n \"value\": \"INGMI6\"\n },\n {\n \"label\": \"INGNA6 - APPL, SEZ\",\n \"value\": \"INGNA6\"\n },\n {\n \"label\": \"INGNC6 - GIFT SEZ LTD\",\n \"value\": \"INGNC6\"\n },\n {\n \"label\": \"INGNG6 - GIDC, SEZ\",\n \"value\": \"INGNG6\"\n },\n {\n \"label\": \"INGNL6 - LOMA ITPARK GHANSOLI\",\n \"value\": \"INGNL6\"\n },\n {\n \"label\": \"INGNP6 - GPRPL SEZ GURGAON\",\n \"value\": \"INGNP6\"\n },\n {\n \"label\": \"INGNR6 - LIPL/MARRIPLEMGUNTUR\",\n \"value\": \"INGNR6\"\n },\n {\n \"label\": \"INGNT6 - TCSL, SEZ\",\n \"value\": \"INGNT6\"\n },\n {\n \"label\": \"INGOI4 - Goa\",\n \"value\": \"INGOI4\"\n },\n {\n \"label\": \"INGOP4 - Gorakhpur\",\n \"value\": \"INGOP4\"\n },\n {\n \"label\": \"INGPB6 - PROGRESSIVE GURGAON\",\n \"value\": \"INGPB6\"\n },\n {\n \"label\": \"INGPR1 - Gopalpur\",\n \"value\": \"INGPR1\"\n },\n {\n \"label\": \"INGRD6 - Mumbai DP-II\",\n \"value\": \"INGRD6\"\n },\n {\n \"label\": \"INGRL6 - GPRL SEZ GURGAON\",\n \"value\": \"INGRL6\"\n },\n {\n \"label\": \"INGRN6 - RELIANCE SEZ GURGAON\",\n \"value\": \"INGRN6\"\n },\n {\n \"label\": \"INGRR6 - Mumbai DP-I\",\n \"value\": \"INGRR6\"\n },\n {\n \"label\": \"INGRS6 - RAHEJA SEZ GURGAON\",\n \"value\": \"INGRS6\"\n },\n {\n \"label\": \"INGRW6 - APM ICD BHAMBOLIKHED\",\n \"value\": \"INGRW6\"\n },\n {\n \"label\": \"INGTGB - Gitaldah road\",\n \"value\": \"INGTGB\"\n },\n {\n \"label\": \"INGTI6 - INFOSYS TECH. LTD.\",\n \"value\": \"INGTI6\"\n },\n {\n \"label\": \"INGTR2 - Guntur\",\n \"value\": \"INGTR2\"\n },\n {\n \"label\": \"INGTS6 - SP PVT. LTD.\",\n \"value\": \"INGTS6\"\n },\n {\n \"label\": \"INGTZB - Getandah\",\n \"value\": \"INGTZB\"\n },\n {\n \"label\": \"INGUX4 - Guna\",\n \"value\": \"INGUX4\"\n },\n {\n \"label\": \"INGWL4 - Gwalior\",\n \"value\": \"INGWL4\"\n },\n {\n \"label\": \"INGWL6 - Malanpuri (Gwalior)\",\n \"value\": \"INGWL6\"\n },\n {\n \"label\": \"INGWM4 - VIJAYAWADA AIRPORT\",\n \"value\": \"INGWM4\"\n },\n {\n \"label\": \"INHAL1 - Haldia\",\n \"value\": \"INHAL1\"\n },\n {\n \"label\": \"INHAN6 - HINDAUN ICD KARAULI\",\n \"value\": \"INHAN6\"\n },\n {\n \"label\": \"INHAO6 - OPTOINFRA/SEZ/HASSAN\",\n \"value\": \"INHAO6\"\n },\n {\n \"label\": \"INHAS6 - HASSAN ICD\",\n \"value\": \"INHAS6\"\n },\n {\n \"label\": \"INHBB6 - SDPL SEZ BENGALURU\",\n \"value\": \"INHBB6\"\n },\n {\n \"label\": \"INHBX4 - Hubli\",\n \"value\": \"INHBX4\"\n },\n {\n \"label\": \"INHDD6 - SIDCUL ICD PANTNAGAR\",\n \"value\": \"INHDD6\"\n },\n {\n \"label\": \"INHEB6 - GOCL SEZ BENGALURU\",\n \"value\": \"INHEB6\"\n },\n {\n \"label\": \"INHEI6 - INFOSYS/SEZ/MYSORE\",\n \"value\": \"INHEI6\"\n },\n {\n \"label\": \"INHEM6 - MEBP/SEZ/BANGALORE\",\n \"value\": \"INHEM6\"\n },\n {\n \"label\": \"INHGLB - Hingalganj\",\n \"value\": \"INHGLB\"\n },\n {\n \"label\": \"INHGT1 - Hangarkatta\",\n \"value\": \"INHGT1\"\n },\n {\n \"label\": \"INHIR6 - SHB ICD SURAT\",\n \"value\": \"INHIR6\"\n },\n {\n \"label\": \"INHJR4 - Khajuraho\",\n \"value\": \"INHJR4\"\n },\n {\n \"label\": \"INHLD2 - Haldibari Railway St\",\n \"value\": \"INHLD2\"\n },\n {\n \"label\": \"INHLE6 - INFY SEZ BEGURHOBLI\",\n \"value\": \"INHLE6\"\n },\n {\n \"label\": \"INHLIB - Hilli\",\n \"value\": \"INHLIB\"\n },\n {\n \"label\": \"INHND1 - HEMNAGAR PORT\",\n \"value\": \"INHND1\"\n },\n {\n \"label\": \"INHON1 - Honavar\",\n \"value\": \"INHON1\"\n },\n {\n \"label\": \"INHPI6 - SANDKHERA ICD KASHIP\",\n \"value\": \"INHPI6\"\n },\n {\n \"label\": \"INHRN1 - Harnai\",\n \"value\": \"INHRN1\"\n },\n {\n \"label\": \"INHSF6 - KIADBFP SEZ HASSAN\",\n \"value\": \"INHSF6\"\n },\n {\n \"label\": \"INHSP6 - KIADBP SEZ HASSAN\",\n \"value\": \"INHSP6\"\n },\n {\n \"label\": \"INHSS4 - Hissar\",\n \"value\": \"INHSS4\"\n },\n {\n \"label\": \"INHST6 - KIADBT SEZ HASSAN\",\n \"value\": \"INHST6\"\n },\n {\n \"label\": \"INHSU6 - ICD HOSUR\",\n \"value\": \"INHSU6\"\n },\n {\n \"label\": \"INHTSB - Hatisar\",\n \"value\": \"INHTSB\"\n },\n {\n \"label\": \"INHUR6 - M/S RASSI, SEZ\",\n \"value\": \"INHUR6\"\n },\n {\n \"label\": \"INHWR1 - Honawar\",\n \"value\": \"INHWR1\"\n },\n {\n \"label\": \"INHYB6 - LHT PARK PVT. LTD.\",\n \"value\": \"INHYB6\"\n },\n {\n \"label\": \"INHYD4 - Hyderabad\",\n \"value\": \"INHYD4\"\n },\n {\n \"label\": \"INHYD5 - FPO HYDERABAD\",\n \"value\": \"INHYD5\"\n },\n {\n \"label\": \"INHYD6 - Hyderabad\",\n \"value\": \"INHYD6\"\n },\n {\n \"label\": \"INHZA1 - HAZIRA, SURAT\",\n \"value\": \"INHZA1\"\n },\n {\n \"label\": \"INHZA6 - Hazira SEZ, Surat\",\n \"value\": \"INHZA6\"\n },\n {\n \"label\": \"INIDR4 - Indore\",\n \"value\": \"INIDR4\"\n },\n {\n \"label\": \"INIDR6 - Indore(EPZ/SEZ)\",\n \"value\": \"INIDR6\"\n },\n {\n \"label\": \"INIGU6 - Coimbatore Irugur IC\",\n \"value\": \"INIGU6\"\n },\n {\n \"label\": \"INILP6 - Tiruvallur-ILP ICD\",\n \"value\": \"INILP6\"\n },\n {\n \"label\": \"INIMF4 - Imphal\",\n \"value\": \"INIMF4\"\n },\n {\n \"label\": \"ININB6 - CRYSTAL IT PARK, SEZ\",\n \"value\": \"ININB6\"\n },\n {\n \"label\": \"ININD6 - ICD Pithampur\",\n \"value\": \"ININD6\"\n },\n {\n \"label\": \"ININI6 - IMPETUS INFOTECH SEZ\",\n \"value\": \"ININI6\"\n },\n {\n \"label\": \"ININN6 - INFOSYS SEZ INDORE\",\n \"value\": \"ININN6\"\n },\n {\n \"label\": \"ININT6 - TCS SEZ INDORE\",\n \"value\": \"ININT6\"\n },\n {\n \"label\": \"INISK4 - Nasik\",\n \"value\": \"INISK4\"\n },\n {\n \"label\": \"INISK6 - Nasik\",\n \"value\": \"INISK6\"\n },\n {\n \"label\": \"INIXA4 - Agartala\",\n \"value\": \"INIXA4\"\n },\n {\n \"label\": \"INIXB4 - Bagdogra\",\n \"value\": \"INIXB4\"\n },\n {\n \"label\": \"INIXC4 - Chandigarh\",\n \"value\": \"INIXC4\"\n },\n {\n \"label\": \"INIXD4 - Allahabad\",\n \"value\": \"INIXD4\"\n },\n {\n \"label\": \"INIXE1 - Mangalore\",\n \"value\": \"INIXE1\"\n },\n {\n \"label\": \"INIXE4 - Mangalore\",\n \"value\": \"INIXE4\"\n },\n {\n \"label\": \"INIXG4 - Belgaum\",\n \"value\": \"INIXG4\"\n },\n {\n \"label\": \"INIXH4 - Kailashahar\",\n \"value\": \"INIXH4\"\n },\n {\n \"label\": \"INIXI4 - Lilabari\",\n \"value\": \"INIXI4\"\n },\n {\n \"label\": \"INIXJ4 - Jammu\",\n \"value\": \"INIXJ4\"\n },\n {\n \"label\": \"INIXK4 - Keshod\",\n \"value\": \"INIXK4\"\n },\n {\n \"label\": \"INIXL4 - Leh\",\n \"value\": \"INIXL4\"\n },\n {\n \"label\": \"INIXL5 - FPO LEH\",\n \"value\": \"INIXL5\"\n },\n {\n \"label\": \"INIXM4 - Madurai\",\n \"value\": \"INIXM4\"\n },\n {\n \"label\": \"INIXM6 - MaduraiICD\",\n \"value\": \"INIXM6\"\n },\n {\n \"label\": \"INIXN4 - Khowai\",\n \"value\": \"INIXN4\"\n },\n {\n \"label\": \"INIXP4 - Pathankot\",\n \"value\": \"INIXP4\"\n },\n {\n \"label\": \"INIXQ4 - Kamalpur\",\n \"value\": \"INIXQ4\"\n },\n {\n \"label\": \"INIXR4 - Ranchi\",\n \"value\": \"INIXR4\"\n },\n {\n \"label\": \"INIXS4 - Silchar\",\n \"value\": \"INIXS4\"\n },\n {\n \"label\": \"INIXT4 - Pasighat\",\n \"value\": \"INIXT4\"\n },\n {\n \"label\": \"INIXU4 - AURANGABAD\",\n \"value\": \"INIXU4\"\n },\n {\n \"label\": \"INIXW4 - Jamshedpur\",\n \"value\": \"INIXW4\"\n },\n {\n \"label\": \"INIXW6 - Jamshedpur ICD\",\n \"value\": \"INIXW6\"\n },\n {\n \"label\": \"INIXY1 - Kandla\",\n \"value\": \"INIXY1\"\n },\n {\n \"label\": \"INIXY4 - Kandla\",\n \"value\": \"INIXY4\"\n },\n {\n \"label\": \"INIXY6 - Kandla SEZ\",\n \"value\": \"INIXY6\"\n },\n {\n \"label\": \"INIXZ1 - Port Blair\",\n \"value\": \"INIXZ1\"\n },\n {\n \"label\": \"INIXZ4 - Port Blair\",\n \"value\": \"INIXZ4\"\n },\n {\n \"label\": \"INJAI4 - Jaipur\",\n \"value\": \"INJAI4\"\n },\n {\n \"label\": \"INJAI5 - Jaipur\",\n \"value\": \"INJAI5\"\n },\n {\n \"label\": \"INJAI6 - Jaipur\",\n \"value\": \"INJAI6\"\n },\n {\n \"label\": \"INJAK1 - Jakhau\",\n \"value\": \"INJAK1\"\n },\n {\n \"label\": \"INJAL6 - Jalgaon\",\n \"value\": \"INJAL6\"\n },\n {\n \"label\": \"INJAYB - Jayanagar\",\n \"value\": \"INJAYB\"\n },\n {\n \"label\": \"INJBD1 - Jafrabad\",\n \"value\": \"INJBD1\"\n },\n {\n \"label\": \"INJBL6 - E-COMPLEX SEZ/Amreli\",\n \"value\": \"INJBL6\"\n },\n {\n \"label\": \"INJBNB - JOGBANI\",\n \"value\": \"INJBNB\"\n },\n {\n \"label\": \"INJDA1 - Jodia\",\n \"value\": \"INJDA1\"\n },\n {\n \"label\": \"INJDH4 - Jodhpur\",\n \"value\": \"INJDH4\"\n },\n {\n \"label\": \"INJDH6 - Jodhpur\",\n \"value\": \"INJDH6\"\n },\n {\n \"label\": \"INJGA4 - Jamnagar\",\n \"value\": \"INJGA4\"\n },\n {\n \"label\": \"INJGB4 - Jagdalpur\",\n \"value\": \"INJGB4\"\n },\n {\n \"label\": \"INJGD1 - Jaigad\",\n \"value\": \"INJGD1\"\n },\n {\n \"label\": \"INJGI6 - GENPACT SEZ JAIPUR\",\n \"value\": \"INJGI6\"\n },\n {\n \"label\": \"INJHA6 - VEDANTA ALU. LTD.\",\n \"value\": \"INJHA6\"\n },\n {\n \"label\": \"INJHOB - Jhulaghat (Pithoraga\",\n \"value\": \"INJHOB\"\n },\n {\n \"label\": \"INJHV6 - VEDANTASEZJHARSUGUDA\",\n \"value\": \"INJHV6\"\n },\n {\n \"label\": \"INJIGB - Jaigaon\",\n \"value\": \"INJIGB\"\n },\n {\n \"label\": \"INJJK6 - ICD JSL JAJPUR\",\n \"value\": \"INJJK6\"\n },\n {\n \"label\": \"INJKA6 - SACHANA ICD VIRAMGAM\",\n \"value\": \"INJKA6\"\n },\n {\n \"label\": \"INJLR4 - Jabalpur\",\n \"value\": \"INJLR4\"\n },\n {\n \"label\": \"INJNJ6 - NEWFOUND SEZ THANE\",\n \"value\": \"INJNJ6\"\n },\n {\n \"label\": \"INJNR4 - Nashik-Janori ACC\",\n \"value\": \"INJNR4\"\n },\n {\n \"label\": \"INJNR6 - Nashik-Janori ICD\",\n \"value\": \"INJNR6\"\n },\n {\n \"label\": \"INJPGB - Jalpaiguri\",\n \"value\": \"INJPGB\"\n },\n {\n \"label\": \"INJPI6 - RIICO SEZ 1 SITAPUR\",\n \"value\": \"INJPI6\"\n },\n {\n \"label\": \"INJPV6 - VATIKA SEZ JAIPUR\",\n \"value\": \"INJPV6\"\n },\n {\n \"label\": \"INJPW6 - MWC JAIPUR LTD.\",\n \"value\": \"INJPW6\"\n },\n {\n \"label\": \"INJRH4 - Jorhat\",\n \"value\": \"INJRH4\"\n },\n {\n \"label\": \"INJSA4 - Jaisalmer\",\n \"value\": \"INJSA4\"\n },\n {\n \"label\": \"INJSG6 - CONCOR JHARSUGUDA\",\n \"value\": \"INJSG6\"\n },\n {\n \"label\": \"INJSM6 - ADANI POWER SEZ\",\n \"value\": \"INJSM6\"\n },\n {\n \"label\": \"INJSZ6 - JAIPUR SEZ\",\n \"value\": \"INJSZ6\"\n },\n {\n \"label\": \"INJTP1 - Jaitapur\",\n \"value\": \"INJTP1\"\n },\n {\n \"label\": \"INJUC6 - Jalandhar\",\n \"value\": \"INJUC6\"\n },\n {\n \"label\": \"INJUX6 - Basni Jodhpur ICD\",\n \"value\": \"INJUX6\"\n },\n {\n \"label\": \"INJWAB - Jarwa\",\n \"value\": \"INJWAB\"\n },\n {\n \"label\": \"INKAK1 - Kakinada\",\n \"value\": \"INKAK1\"\n },\n {\n \"label\": \"INKAK6 - Kakinada\",\n \"value\": \"INKAK6\"\n },\n {\n \"label\": \"INKAL1 - Kallai\",\n \"value\": \"INKAL1\"\n },\n {\n \"label\": \"INKAP6 - Kapadra (Surat)\",\n \"value\": \"INKAP6\"\n },\n {\n \"label\": \"INKAR6 - Karur ICD\",\n \"value\": \"INKAR6\"\n },\n {\n \"label\": \"INKAT1 - KATTUPALLI PORT\",\n \"value\": \"INKAT1\"\n },\n {\n \"label\": \"INKBC6 - ICD HAZIRA\",\n \"value\": \"INKBC6\"\n },\n {\n \"label\": \"INKBT1 - Khambhat\",\n \"value\": \"INKBT1\"\n },\n {\n \"label\": \"INKCG6 - NSL SEZ PVT. LTD.\",\n \"value\": \"INKCG6\"\n },\n {\n \"label\": \"INKDD6 - Karedu\",\n \"value\": \"INKDD6\"\n },\n {\n \"label\": \"INKDI1 - Kadmat Island\",\n \"value\": \"INKDI1\"\n },\n {\n \"label\": \"INKDL6 - KANDLA SEZ\",\n \"value\": \"INKDL6\"\n },\n {\n \"label\": \"INKDN1 - Kodinar(Muldwarka)\",\n \"value\": \"INKDN1\"\n },\n {\n \"label\": \"INKDP1 - Kondiapetnam\",\n \"value\": \"INKDP1\"\n },\n {\n \"label\": \"INKELB - Kel Sahar Subdivisio\",\n \"value\": \"INKELB\"\n },\n {\n \"label\": \"INKGG6 - GLOBAL/SEZ/BANGALORE\",\n \"value\": \"INKGG6\"\n },\n {\n \"label\": \"INKGJ1 - KARIMGANJ STEAMERGHA\",\n \"value\": \"INKGJ1\"\n },\n {\n \"label\": \"INKHD6 - ICD Kheda-Dhar\",\n \"value\": \"INKHD6\"\n },\n {\n \"label\": \"INKIW1 - Kelwa\",\n \"value\": \"INKIW1\"\n },\n {\n \"label\": \"INKJA6 - APP/SEZ/DODAKANAHALI\",\n \"value\": \"INKJA6\"\n },\n {\n \"label\": \"INKJB6 - BAGMAN/SEZ/BANGALORE\",\n \"value\": \"INKJB6\"\n },\n {\n \"label\": \"INKJD6 - DIVYA/SEZ/BANGALORE\",\n \"value\": \"INKJD6\"\n },\n {\n \"label\": \"INKJG6 - GOPALAN/SEZ/BANGALOR\",\n \"value\": \"INKJG6\"\n },\n {\n \"label\": \"INKJH6 - HCL/SEZ/BANGALORE\",\n \"value\": \"INKJH6\"\n },\n {\n \"label\": \"INKJIB - PIPRAUN LCS\",\n \"value\": \"INKJIB\"\n },\n {\n \"label\": \"INKJM6 - BD SEZ BENGALURU\",\n \"value\": \"INKJM6\"\n },\n {\n \"label\": \"INKJR6 - BBREL KUNDALAHALLI\",\n \"value\": \"INKJR6\"\n },\n {\n \"label\": \"INKKR1 - Kilakari\",\n \"value\": \"INKKR1\"\n },\n {\n \"label\": \"INKKU6 - Kanakpura Jaipur ICD\",\n \"value\": \"INKKU6\"\n },\n {\n \"label\": \"INKLB6 - BLUE/SEZ/ERNAKULAM\",\n \"value\": \"INKLB6\"\n },\n {\n \"label\": \"INKLC6 - CARB/SEZ/ERNAKULAM\",\n \"value\": \"INKLC6\"\n },\n {\n \"label\": \"INKLG6 - SGS/SEZ/ERNAKULAM\",\n \"value\": \"INKLG6\"\n },\n {\n \"label\": \"INKLH4 - Kohlapur\",\n \"value\": \"INKLH4\"\n },\n {\n \"label\": \"INKLI6 - INFOPARK/SEZ/EKM\",\n \"value\": \"INKLI6\"\n },\n {\n \"label\": \"INKLK6 - KINFRA KANAYANNOOR\",\n \"value\": \"INKLK6\"\n },\n {\n \"label\": \"INKLM6 - MULTISERVCEKALAMBOLI\",\n \"value\": \"INKLM6\"\n },\n {\n \"label\": \"INKLN6 - IT/ITES/SEZ/KALAMBOL\",\n \"value\": \"INKLN6\"\n },\n {\n \"label\": \"INKLS6 - SMART CITY SEZ KOCHI\",\n \"value\": \"INKLS6\"\n },\n {\n \"label\": \"INKLY1 - Kalyan\",\n \"value\": \"INKLY1\"\n },\n {\n \"label\": \"INKMAB - KULKULI LCS\",\n \"value\": \"INKMAB\"\n },\n {\n \"label\": \"INKMB1 - Kumbharu\",\n \"value\": \"INKMB1\"\n },\n {\n \"label\": \"INKMI6 - INFO SEZ ERNAKULAM\",\n \"value\": \"INKMI6\"\n },\n {\n \"label\": \"INKML6 - DEIPL KURUBARAPALLI\",\n \"value\": \"INKML6\"\n },\n {\n \"label\": \"INKND1 - Kankudy\",\n \"value\": \"INKND1\"\n },\n {\n \"label\": \"INKNK6 - INFOPARK SEZ KORATTY\",\n \"value\": \"INKNK6\"\n },\n {\n \"label\": \"INKNLB - Kunauli\",\n \"value\": \"INKNLB\"\n },\n {\n \"label\": \"INKNU4 - Kanpur\",\n \"value\": \"INKNU4\"\n },\n {\n \"label\": \"INKNU5 - FPO KANPUR\",\n \"value\": \"INKNU5\"\n },\n {\n \"label\": \"INKNU6 - Kanpur\",\n \"value\": \"INKNU6\"\n },\n {\n \"label\": \"INKOC5 - Kochi\",\n \"value\": \"INKOC5\"\n },\n {\n \"label\": \"INKOD1 - Kodinar\",\n \"value\": \"INKOD1\"\n },\n {\n \"label\": \"INKOI1 - Koilthottum\",\n \"value\": \"INKOI1\"\n },\n {\n \"label\": \"INKOK1 - Koka\",\n \"value\": \"INKOK1\"\n },\n {\n \"label\": \"INKON1 - Konarak\",\n \"value\": \"INKON1\"\n },\n {\n \"label\": \"INKPK6 - CONCOR ICD MIHAN\",\n \"value\": \"INKPK6\"\n },\n {\n \"label\": \"INKRI1 - Krishnapatnam\",\n \"value\": \"INKRI1\"\n },\n {\n \"label\": \"INKRK1 - Karaikal\",\n \"value\": \"INKRK1\"\n },\n {\n \"label\": \"INKRM6 - MADC LTD.\",\n \"value\": \"INKRM6\"\n },\n {\n \"label\": \"INKRN1 - Karanja\",\n \"value\": \"INKRN1\"\n },\n {\n \"label\": \"INKRP1 - Kiranpani\",\n \"value\": \"INKRP1\"\n },\n {\n \"label\": \"INKRW1 - Karwar\",\n \"value\": \"INKRW1\"\n },\n {\n \"label\": \"INKSG1 - Kasargod\",\n \"value\": \"INKSG1\"\n },\n {\n \"label\": \"INKSH1 - Kelshi\",\n \"value\": \"INKSH1\"\n },\n {\n \"label\": \"INKSP1 - Kulasekarapatnam\",\n \"value\": \"INKSP1\"\n },\n {\n \"label\": \"INKTD1 - Kotda\",\n \"value\": \"INKTD1\"\n },\n {\n \"label\": \"INKTGB - Katarniyaghat\",\n \"value\": \"INKTGB\"\n },\n {\n \"label\": \"INKTI1 - Kiltan Island\",\n \"value\": \"INKTI1\"\n },\n {\n \"label\": \"INKTRB - Kathihar\",\n \"value\": \"INKTRB\"\n },\n {\n \"label\": \"INKTT6 - Kota\",\n \"value\": \"INKTT6\"\n },\n {\n \"label\": \"INKTU4 - Kota\",\n \"value\": \"INKTU4\"\n },\n {\n \"label\": \"INKTU6 - Kota\",\n \"value\": \"INKTU6\"\n },\n {\n \"label\": \"INKTW1 - Koteshwar\",\n \"value\": \"INKTW1\"\n },\n {\n \"label\": \"INKTY6 - CHEYYAR POCHAMPALLI\",\n \"value\": \"INKTY6\"\n },\n {\n \"label\": \"INKUK1 - KOLLAM PORT\",\n \"value\": \"INKUK1\"\n },\n {\n \"label\": \"INKUK6 - KSITIL/SEZ/KOLLAM\",\n \"value\": \"INKUK6\"\n },\n {\n \"label\": \"INKUR6 - OIIDC SEZ KHURDA\",\n \"value\": \"INKUR6\"\n },\n {\n \"label\": \"INKUU4 - Kulu\",\n \"value\": \"INKUU4\"\n },\n {\n \"label\": \"INKVI1 - Kavi\",\n \"value\": \"INKVI1\"\n },\n {\n \"label\": \"INKVL1 - Kovalam\",\n \"value\": \"INKVL1\"\n },\n {\n \"label\": \"INKVR6 - WFPML SEZ KOVVUR\",\n \"value\": \"INKVR6\"\n },\n {\n \"label\": \"INKVT1 - Kavaratti Island\",\n \"value\": \"INKVT1\"\n },\n {\n \"label\": \"INKWAB - Khunwa\",\n \"value\": \"INKWAB\"\n },\n {\n \"label\": \"INKWGB - Khowaighat\",\n \"value\": \"INKWGB\"\n },\n {\n \"label\": \"INKWHB - KAKRAHAWA LCS\",\n \"value\": \"INKWHB\"\n },\n {\n \"label\": \"INKXJ2 - Karimganj Railway St\",\n \"value\": \"INKXJ2\"\n },\n {\n \"label\": \"INKYM6 - KOTTAYAM\",\n \"value\": \"INKYM6\"\n },\n {\n \"label\": \"INKZE6 - E TECH-I/SEZ/THPURAM\",\n \"value\": \"INKZE6\"\n },\n {\n \"label\": \"INKZP6 - E PARK-III/SEZ/T'RAM\",\n \"value\": \"INKZP6\"\n },\n {\n \"label\": \"INKZT6 - E PARK-II/SEZ/TPURAM\",\n \"value\": \"INKZT6\"\n },\n {\n \"label\": \"INLCH6 - HCL IT SEZ LUCKNOW\",\n \"value\": \"INLCH6\"\n },\n {\n \"label\": \"INLDA4 - Malda\",\n \"value\": \"INLDA4\"\n },\n {\n \"label\": \"INLDH6 - Ludhiana\",\n \"value\": \"INLDH6\"\n },\n {\n \"label\": \"INLGLB - Lalgola Town\",\n \"value\": \"INLGLB\"\n },\n {\n \"label\": \"INLKO4 - Lucknow\",\n \"value\": \"INLKO4\"\n },\n {\n \"label\": \"INLKQB - LAUKAHA LCS\",\n \"value\": \"INLKQB\"\n },\n {\n \"label\": \"INLON6 - ICD Loni\",\n \"value\": \"INLON6\"\n },\n {\n \"label\": \"INLPB6 - BBLLP NANAKRAMGUDA\",\n \"value\": \"INLPB6\"\n },\n {\n \"label\": \"INLPC6 - CMC LTD.\",\n \"value\": \"INLPC6\"\n },\n {\n \"label\": \"INLPD6 - M/S DLF, SEZ\",\n \"value\": \"INLPD6\"\n },\n {\n \"label\": \"INLPG6 - GCPL SEZ KOKAPET\",\n \"value\": \"INLPG6\"\n },\n {\n \"label\": \"INLPI6 - M/S SUNDEW, SEZ\",\n \"value\": \"INLPI6\"\n },\n {\n \"label\": \"INLPJ6 - RELIANCE SEZ\",\n \"value\": \"INLPJ6\"\n },\n {\n \"label\": \"INLPM6 - MDL NANAKRAMGUDA\",\n \"value\": \"INLPM6\"\n },\n {\n \"label\": \"INLPR1 - Leapuram\",\n \"value\": \"INLPR1\"\n },\n {\n \"label\": \"INLPS6 - D NSL IP LTD.\",\n \"value\": \"INLPS6\"\n },\n {\n \"label\": \"INLPW6 - WIPRO LTD. HYDERABAD\",\n \"value\": \"INLPW6\"\n },\n {\n \"label\": \"INLTBB - Latu Bazar\",\n \"value\": \"INLTBB\"\n },\n {\n \"label\": \"INLUD6 - LUDHIANA\",\n \"value\": \"INLUD6\"\n },\n {\n \"label\": \"INLUH4 - Ludhiana\",\n \"value\": \"INLUH4\"\n },\n {\n \"label\": \"INLUH5 - FPO LUDHIANA\",\n \"value\": \"INLUH5\"\n },\n {\n \"label\": \"INLUH6 - Ludhiana\",\n \"value\": \"INLUH6\"\n },\n {\n \"label\": \"INLWG6 - WIPRO LTD.\",\n \"value\": \"INLWG6\"\n },\n {\n \"label\": \"INMAA1 - Chennai (Ex Madras)\",\n \"value\": \"INMAA1\"\n },\n {\n \"label\": \"INMAA4 - Chennai (Ex Madras)\",\n \"value\": \"INMAA4\"\n },\n {\n \"label\": \"INMAA5 - Chennai (Ex Madras)\",\n \"value\": \"INMAA5\"\n },\n {\n \"label\": \"INMAA6 - Chennai(EPZ/SEZ)\",\n \"value\": \"INMAA6\"\n },\n {\n \"label\": \"INMAB6 - BRIGADE/SEZ/KANNADA\",\n \"value\": \"INMAB6\"\n },\n {\n \"label\": \"INMAE6 - EC OF TAMIL NADU\",\n \"value\": \"INMAE6\"\n },\n {\n \"label\": \"INMAH1 - Mahe\",\n \"value\": \"INMAH1\"\n },\n {\n \"label\": \"INMAI6 - INFOSYS/SEZ/MANGALOR\",\n \"value\": \"INMAI6\"\n },\n {\n \"label\": \"INMAL1 - Malpe\",\n \"value\": \"INMAL1\"\n },\n {\n \"label\": \"INMAP1 - Masulipatnam\",\n \"value\": \"INMAP1\"\n },\n {\n \"label\": \"INMAQ6 - MANGALORE SEZ\",\n \"value\": \"INMAQ6\"\n },\n {\n \"label\": \"INMAS6 - TRIL INFOPARK LTD.\",\n \"value\": \"INMAS6\"\n },\n {\n \"label\": \"INMBC6 - Moradabad(EPZ/SEZ)\",\n \"value\": \"INMBC6\"\n },\n {\n \"label\": \"INMBD6 - Pakwara (Moradabad)\",\n \"value\": \"INMBD6\"\n },\n {\n \"label\": \"INMBS6 - Madhosingh ICD\",\n \"value\": \"INMBS6\"\n },\n {\n \"label\": \"INMCI1 - Minicoi I\",\n \"value\": \"INMCI1\"\n },\n {\n \"label\": \"INMDA1 - Magdalla\",\n \"value\": \"INMDA1\"\n },\n {\n \"label\": \"INMDD6 - Mandideep ICD\",\n \"value\": \"INMDD6\"\n },\n {\n \"label\": \"INMDE6 - APIIC SEZ MEDAK\",\n \"value\": \"INMDE6\"\n },\n {\n \"label\": \"INMDG6 - Margao\",\n \"value\": \"INMDG6\"\n },\n {\n \"label\": \"INMDK1 - Muldwarka\",\n \"value\": \"INMDK1\"\n },\n {\n \"label\": \"INMDP1 - Mandapam\",\n \"value\": \"INMDP1\"\n },\n {\n \"label\": \"INMDU6 - KERN ICD MADURAI\",\n \"value\": \"INMDU6\"\n },\n {\n \"label\": \"INMDV1 - Mandvi\",\n \"value\": \"INMDV1\"\n },\n {\n \"label\": \"INMDW1 - Meadows\",\n \"value\": \"INMDW1\"\n },\n {\n \"label\": \"INMEA6 - APIIC-SEZ/ViII-LALGA\",\n \"value\": \"INMEA6\"\n },\n {\n \"label\": \"INMEC6 - EC OF TAMIL NADU\",\n \"value\": \"INMEC6\"\n },\n {\n \"label\": \"INMGHB - Mahendraganj\",\n \"value\": \"INMGHB\"\n },\n {\n \"label\": \"INMGR1 - Mangrol\",\n \"value\": \"INMGR1\"\n },\n {\n \"label\": \"INMHA1 - Mahuva\",\n \"value\": \"INMHA1\"\n },\n {\n \"label\": \"INMHDB - Kotawalighat (Mohedi\",\n \"value\": \"INMHDB\"\n },\n {\n \"label\": \"INMHE1 - Mahe\",\n \"value\": \"INMHE1\"\n },\n {\n \"label\": \"INMHGB - Mahurighat\",\n \"value\": \"INMHGB\"\n },\n {\n \"label\": \"INMHN2 - Mahisashan Railway S\",\n \"value\": \"INMHN2\"\n },\n {\n \"label\": \"INMKCB - Manikarchar\",\n \"value\": \"INMKCB\"\n },\n {\n \"label\": \"INMKD6 - MIKADO SEZ GURGAON\",\n \"value\": \"INMKD6\"\n },\n {\n \"label\": \"INMLI1 - Maroli\",\n \"value\": \"INMLI1\"\n },\n {\n \"label\": \"INMLP1 - Mallipuram\",\n \"value\": \"INMLP1\"\n },\n {\n \"label\": \"INMLW1 - Malwan\",\n \"value\": \"INMLW1\"\n },\n {\n \"label\": \"INMNB2 - Munabao Railway Stat\",\n \"value\": \"INMNB2\"\n },\n {\n \"label\": \"INMNR1 - Manori\",\n \"value\": \"INMNR1\"\n },\n {\n \"label\": \"INMNUB - Manu\",\n \"value\": \"INMNUB\"\n },\n {\n \"label\": \"INMNW1 - Mandwa\",\n \"value\": \"INMNW1\"\n },\n {\n \"label\": \"INMOH4 - Mohanbari\",\n \"value\": \"INMOH4\"\n },\n {\n \"label\": \"INMOR2 - Moradabad\",\n \"value\": \"INMOR2\"\n },\n {\n \"label\": \"INMPC1 - TEST\",\n \"value\": \"INMPC1\"\n },\n {\n \"label\": \"INMPR6 - Malanpur ICD\",\n \"value\": \"INMPR6\"\n },\n {\n \"label\": \"INMQK6 - KIADB/SEZ/MANGALORE\",\n \"value\": \"INMQK6\"\n },\n {\n \"label\": \"INMRA1 - Mora\",\n \"value\": \"INMRA1\"\n },\n {\n \"label\": \"INMRD1 - Murad\",\n \"value\": \"INMRD1\"\n },\n {\n \"label\": \"INMREB - Moreh\",\n \"value\": \"INMREB\"\n },\n {\n \"label\": \"INMRG4 - Margao\",\n \"value\": \"INMRG4\"\n },\n {\n \"label\": \"INMRJ6 - Miraj\",\n \"value\": \"INMRJ6\"\n },\n {\n \"label\": \"INMRM1 - Marmagoa\",\n \"value\": \"INMRM1\"\n },\n {\n \"label\": \"INMSR6 - RENAIS/SEZ/BANGALORE\",\n \"value\": \"INMSR6\"\n },\n {\n \"label\": \"INMTW1 - Metwad\",\n \"value\": \"INMTW1\"\n },\n {\n \"label\": \"INMUC6 - SCPL/SEZ/MULUND\",\n \"value\": \"INMUC6\"\n },\n {\n \"label\": \"INMUL6 - Mulund ICD\",\n \"value\": \"INMUL6\"\n },\n {\n \"label\": \"INMUN1 - Mundra\",\n \"value\": \"INMUN1\"\n },\n {\n \"label\": \"INMUR1 - Murad\",\n \"value\": \"INMUR1\"\n },\n {\n \"label\": \"INMUZ6 - MODINAGAR ICD\",\n \"value\": \"INMUZ6\"\n },\n {\n \"label\": \"INMWA6 - ICD Maliwada\",\n \"value\": \"INMWA6\"\n },\n {\n \"label\": \"INMYB1 - Mayabandar\",\n \"value\": \"INMYB1\"\n },\n {\n \"label\": \"INMYL6 - L AND T/SEZ/MYSORE\",\n \"value\": \"INMYL6\"\n },\n {\n \"label\": \"INMYO6 - OPTOINFRA/SEZ/MYSORE\",\n \"value\": \"INMYO6\"\n },\n {\n \"label\": \"INMYQ4 - Mysore\",\n \"value\": \"INMYQ4\"\n },\n {\n \"label\": \"INMZA4 - Muzaffarnagar\",\n \"value\": \"INMZA4\"\n },\n {\n \"label\": \"INMZU4 - Muzaffarpur\",\n \"value\": \"INMZU4\"\n },\n {\n \"label\": \"INNAG4 - Nagpur\",\n \"value\": \"INNAG4\"\n },\n {\n \"label\": \"INNAG6 - Nagpur\",\n \"value\": \"INNAG6\"\n },\n {\n \"label\": \"INNAN1 - Nancowrie\",\n \"value\": \"INNAN1\"\n },\n {\n \"label\": \"INNAV1 - Navlakhi\",\n \"value\": \"INNAV1\"\n },\n {\n \"label\": \"INNDA6 - Noida(EPZ/SEZ)\",\n \"value\": \"INNDA6\"\n },\n {\n \"label\": \"INNDC4 - Nanded\",\n \"value\": \"INNDC4\"\n },\n {\n \"label\": \"INNDG1 - Nandgaon\",\n \"value\": \"INNDG1\"\n },\n {\n \"label\": \"INNDP1 - Tuglakabad\",\n \"value\": \"INNDP1\"\n },\n {\n \"label\": \"INNEE1 - Neendakara\",\n \"value\": \"INNEE1\"\n },\n {\n \"label\": \"INNEL1 - Nellore\",\n \"value\": \"INNEL1\"\n },\n {\n \"label\": \"INNGB6 - BUTIBORI ICD NAGPUR\",\n \"value\": \"INNGB6\"\n },\n {\n \"label\": \"INNGKB - NAGARKATA LCS\",\n \"value\": \"INNGKB\"\n },\n {\n \"label\": \"INNGO6 - OSE SEZ NOIDA\",\n \"value\": \"INNGO6\"\n },\n {\n \"label\": \"INNGP6 - Nagpur\",\n \"value\": \"INNGP6\"\n },\n {\n \"label\": \"INNGRB - Nepalgunj Road\",\n \"value\": \"INNGRB\"\n },\n {\n \"label\": \"INNGSB - Village Namgaya Ship\",\n \"value\": \"INNGSB\"\n },\n {\n \"label\": \"INNKI6 - INDIABULLS NASHIK\",\n \"value\": \"INNKI6\"\n },\n {\n \"label\": \"INNKNB - Namkhana\",\n \"value\": \"INNKNB\"\n },\n {\n \"label\": \"INNML1 - New Mangalore\",\n \"value\": \"INNML1\"\n },\n {\n \"label\": \"INNMTB - Neamati steamer Ghat\",\n \"value\": \"INNMTB\"\n },\n {\n \"label\": \"INNNN6 - AMRL SEZ NANGUNERI\",\n \"value\": \"INNNN6\"\n },\n {\n \"label\": \"INNPGB - Nampong\",\n \"value\": \"INNPGB\"\n },\n {\n \"label\": \"INNPT1 - Nagapattinam\",\n \"value\": \"INNPT1\"\n },\n {\n \"label\": \"INNRP6 - AA LTD.\",\n \"value\": \"INNRP6\"\n },\n {\n \"label\": \"INNSA1 - Jawaharlal Nehru (Nh\",\n \"value\": \"INNSA1\"\n },\n {\n \"label\": \"INNSK6 - Nasik\",\n \"value\": \"INNSK6\"\n },\n {\n \"label\": \"INNTLB - SHERATHANG LCS\",\n \"value\": \"INNTLB\"\n },\n {\n \"label\": \"INNTVB - THOOTHIBARI LCS\",\n \"value\": \"INNTVB\"\n },\n {\n \"label\": \"INNUR6 - Kundli\",\n \"value\": \"INNUR6\"\n },\n {\n \"label\": \"INNVB1 - Navabunder(with its\",\n \"value\": \"INNVB1\"\n },\n {\n \"label\": \"INNVP1 - Navaspur\",\n \"value\": \"INNVP1\"\n },\n {\n \"label\": \"INNVT1 - Nivti\",\n \"value\": \"INNVT1\"\n },\n {\n \"label\": \"INNVY4 - Neyveli\",\n \"value\": \"INNVY4\"\n },\n {\n \"label\": \"INNWP1 - Newapur\",\n \"value\": \"INNWP1\"\n },\n {\n \"label\": \"INNYP6 - APIIC LTD.\",\n \"value\": \"INNYP6\"\n },\n {\n \"label\": \"INOKH1 - Okha\",\n \"value\": \"INOKH1\"\n },\n {\n \"label\": \"INOMN4 - Osmanabad\",\n \"value\": \"INOMN4\"\n },\n {\n \"label\": \"INOMU1 - Old Mundra Port\",\n \"value\": \"INOMU1\"\n },\n {\n \"label\": \"INONJ1 - Onjal\",\n \"value\": \"INONJ1\"\n },\n {\n \"label\": \"INPAB4 - Bilaspur\",\n \"value\": \"INPAB4\"\n },\n {\n \"label\": \"INPAK6 - KSITIL/SEZ/PAYYANOOR\",\n \"value\": \"INPAK6\"\n },\n {\n \"label\": \"INPAN1 - Panaji Port\",\n \"value\": \"INPAN1\"\n },\n {\n \"label\": \"INPAO6 - HBS SEZ PANOLI\",\n \"value\": \"INPAO6\"\n },\n {\n \"label\": \"INPAP2 - Panipat\",\n \"value\": \"INPAP2\"\n },\n {\n \"label\": \"INPAT4 - Patna\",\n \"value\": \"INPAT4\"\n },\n {\n \"label\": \"INPAV1 - Pipavav (Victor) Por\",\n \"value\": \"INPAV1\"\n },\n {\n \"label\": \"INPAV2 - Pipavav (Victor) Por\",\n \"value\": \"INPAV2\"\n },\n {\n \"label\": \"INPBD1 - Porbandar\",\n \"value\": \"INPBD1\"\n },\n {\n \"label\": \"INPBD4 - Porbandar\",\n \"value\": \"INPBD4\"\n },\n {\n \"label\": \"INPBLB - KAMARDWISA LCS\",\n \"value\": \"INPBLB\"\n },\n {\n \"label\": \"INPDD1 - Padubidri Minor Port\",\n \"value\": \"INPDD1\"\n },\n {\n \"label\": \"INPEK6 - EKIPL/SEZ/PUNE\",\n \"value\": \"INPEK6\"\n },\n {\n \"label\": \"INPGH4 - Pantnagar\",\n \"value\": \"INPGH4\"\n },\n {\n \"label\": \"INPHBB - Phulbari\",\n \"value\": \"INPHBB\"\n },\n {\n \"label\": \"INPID1 - Port Indai\",\n \"value\": \"INPID1\"\n },\n {\n \"label\": \"INPIN1 - Pindhara\",\n \"value\": \"INPIN1\"\n },\n {\n \"label\": \"INPIT6 - ITL/SEZ/PUNE\",\n \"value\": \"INPIT6\"\n },\n {\n \"label\": \"INPKD6 - IGEL SEZ SETTIPALI\",\n \"value\": \"INPKD6\"\n },\n {\n \"label\": \"INPKR6 - ICD PALI, REWARI\",\n \"value\": \"INPKR6\"\n },\n {\n \"label\": \"INPMB1 - Pamban\",\n \"value\": \"INPMB1\"\n },\n {\n \"label\": \"INPMP6 - Pimpri\",\n \"value\": \"INPMP6\"\n },\n {\n \"label\": \"INPMT6 - MTDCCL/SEZ/PUNE\",\n \"value\": \"INPMT6\"\n },\n {\n \"label\": \"INPNB6 - BTSL SEZ PUNE\",\n \"value\": \"INPNB6\"\n },\n {\n \"label\": \"INPNE6 - NT PVT. LTD.\",\n \"value\": \"INPNE6\"\n },\n {\n \"label\": \"INPNF5 - PATNA FPO\",\n \"value\": \"INPNF5\"\n },\n {\n \"label\": \"INPNI6 - MITTAL SEZ PANIPAT\",\n \"value\": \"INPNI6\"\n },\n {\n \"label\": \"INPNJ1 - Panjim\",\n \"value\": \"INPNJ1\"\n },\n {\n \"label\": \"INPNK6 - KLPPL PANKI\",\n \"value\": \"INPNK6\"\n },\n {\n \"label\": \"INPNL6 - PERSIPINA SEZ RAIGAD\",\n \"value\": \"INPNL6\"\n },\n {\n \"label\": \"INPNM1 - Panambur\",\n \"value\": \"INPNM1\"\n },\n {\n \"label\": \"INPNN1 - Ponnani\",\n \"value\": \"INPNN1\"\n },\n {\n \"label\": \"INPNP6 - Babarpur\",\n \"value\": \"INPNP6\"\n },\n {\n \"label\": \"INPNQ2 - Pune\",\n \"value\": \"INPNQ2\"\n },\n {\n \"label\": \"INPNQ4 - Pune\",\n \"value\": \"INPNQ4\"\n },\n {\n \"label\": \"INPNQ6 - SERUM BIO/SEZ/PUNE\",\n \"value\": \"INPNQ6\"\n },\n {\n \"label\": \"INPNTB - Panitanki(Naxalbari)\",\n \"value\": \"INPNTB\"\n },\n {\n \"label\": \"INPNU6 - TMSF PVT. LTD.\",\n \"value\": \"INPNU6\"\n },\n {\n \"label\": \"INPNV6 - ICD Panvel\",\n \"value\": \"INPNV6\"\n },\n {\n \"label\": \"INPNY1 - Pondicherry\",\n \"value\": \"INPNY1\"\n },\n {\n \"label\": \"INPNY4 - Pondicherry\",\n \"value\": \"INPNY4\"\n },\n {\n \"label\": \"INPNY6 - ICD PULICHAPALLAM\",\n \"value\": \"INPNY6\"\n },\n {\n \"label\": \"INPPG6 - Patparganj ICD,DELHI\",\n \"value\": \"INPPG6\"\n },\n {\n \"label\": \"INPPJ1 - Pellet Plant Jetty a\",\n \"value\": \"INPPJ1\"\n },\n {\n \"label\": \"INPRD6 - PREPL SEZ PERUNGUDI\",\n \"value\": \"INPRD6\"\n },\n {\n \"label\": \"INPRG1 - Purangad\",\n \"value\": \"INPRG1\"\n },\n {\n \"label\": \"INPRK6 - ICD POWARKHEDA\",\n \"value\": \"INPRK6\"\n },\n {\n \"label\": \"INPRT1 - Paradeep\",\n \"value\": \"INPRT1\"\n },\n {\n \"label\": \"INPSH1 - Palshet\",\n \"value\": \"INPSH1\"\n },\n {\n \"label\": \"INPSI6 - SIPL/SEZ/PUNE\",\n \"value\": \"INPSI6\"\n },\n {\n \"label\": \"INPSN6 - PERFECT SEZ NOIDA\",\n \"value\": \"INPSN6\"\n },\n {\n \"label\": \"INPSP6 - NSPL SEZ HINJEWADI\",\n \"value\": \"INPSP6\"\n },\n {\n \"label\": \"INPTL6 - Patli ICD\",\n \"value\": \"INPTL6\"\n },\n {\n \"label\": \"INPTN1 - Portonovo\",\n \"value\": \"INPTN1\"\n },\n {\n \"label\": \"INPTPB - Petrapole LCS\",\n \"value\": \"INPTPB\"\n },\n {\n \"label\": \"INPUA6 - AIGP SEZ WAGHOLI\",\n \"value\": \"INPUA6\"\n },\n {\n \"label\": \"INPUE6 - EON KHARADI SEZ\",\n \"value\": \"INPUE6\"\n },\n {\n \"label\": \"INPUI6 - KIPPLGDPLSEZ KHARADI\",\n \"value\": \"INPUI6\"\n },\n {\n \"label\": \"INPUL1 - Pulicat\",\n \"value\": \"INPUL1\"\n },\n {\n \"label\": \"INPUM6 - MIDC PUNE\",\n \"value\": \"INPUM6\"\n },\n {\n \"label\": \"INPUN6 - M/S KBTV PVT., PUNE\",\n \"value\": \"INPUN6\"\n },\n {\n \"label\": \"INPUR1 - Puri\",\n \"value\": \"INPUR1\"\n },\n {\n \"label\": \"INPUT4 - Puttaparthi\",\n \"value\": \"INPUT4\"\n },\n {\n \"label\": \"INPVL6 - Panvel ICD\",\n \"value\": \"INPVL6\"\n },\n {\n \"label\": \"INPVS6 - SNPIP SEZ TAMBARAM\",\n \"value\": \"INPVS6\"\n },\n {\n \"label\": \"INPWL6 - PALWAL ICD\",\n \"value\": \"INPWL6\"\n },\n {\n \"label\": \"INPYB4 - Jeypore\",\n \"value\": \"INPYB4\"\n },\n {\n \"label\": \"INPYS6 - SIPCOT SEZ ERODE\",\n \"value\": \"INPYS6\"\n },\n {\n \"label\": \"INQRH6 - HTPL ICD KILARAIPUR\",\n \"value\": \"INQRH6\"\n },\n {\n \"label\": \"INQRP6 - ADANI ICD KILARAIPUR\",\n \"value\": \"INQRP6\"\n },\n {\n \"label\": \"INQUI1 - Quilon\",\n \"value\": \"INQUI1\"\n },\n {\n \"label\": \"INRAI6 - Raipur\",\n \"value\": \"INRAI6\"\n },\n {\n \"label\": \"INRAJ4 - Rajkot\",\n \"value\": \"INRAJ4\"\n },\n {\n \"label\": \"INRAJ6 - Rajkot\",\n \"value\": \"INRAJ6\"\n },\n {\n \"label\": \"INRAM1 - Rameshwaram\",\n \"value\": \"INRAM1\"\n },\n {\n \"label\": \"INRDP2 - Radhikapur Railway S\",\n \"value\": \"INRDP2\"\n },\n {\n \"label\": \"INREA6 - Rewari\",\n \"value\": \"INREA6\"\n },\n {\n \"label\": \"INRED1 - Redi\",\n \"value\": \"INRED1\"\n },\n {\n \"label\": \"INREW4 - Rewa\",\n \"value\": \"INREW4\"\n },\n {\n \"label\": \"INRGBB - Old Raghna Bazar\",\n \"value\": \"INRGBB\"\n },\n {\n \"label\": \"INRGH4 - Balurghat\",\n \"value\": \"INRGH4\"\n },\n {\n \"label\": \"INRGJ2 - RAIGANJ LCS RLY\",\n \"value\": \"INRGJ2\"\n },\n {\n \"label\": \"INRGT1 - Ranghat Bay\",\n \"value\": \"INRGT1\"\n },\n {\n \"label\": \"INRGUB - Ryngku\",\n \"value\": \"INRGUB\"\n },\n {\n \"label\": \"INRJA4 - Rajahmundry\",\n \"value\": \"INRJA4\"\n },\n {\n \"label\": \"INRJI4 - Rajouri\",\n \"value\": \"INRJI4\"\n },\n {\n \"label\": \"INRJN6 - LS PVT. LTD.\",\n \"value\": \"INRJN6\"\n },\n {\n \"label\": \"INRJP1 - Rajpara\",\n \"value\": \"INRJP1\"\n },\n {\n \"label\": \"INRJR1 - Rajpuri\",\n \"value\": \"INRJR1\"\n },\n {\n \"label\": \"INRKG1 - Rajakkamangalam\",\n \"value\": \"INRKG1\"\n },\n {\n \"label\": \"INRMD4 - Ramagundam\",\n \"value\": \"INRMD4\"\n },\n {\n \"label\": \"INRML6 - CONCOR ICDNAYARAIPUR\",\n \"value\": \"INRML6\"\n },\n {\n \"label\": \"INRNC5 - RANCHI FPO\",\n \"value\": \"INRNC5\"\n },\n {\n \"label\": \"INRNG2 - Ranaghat Railway Sta\",\n \"value\": \"INRNG2\"\n },\n {\n \"label\": \"INRNR1 - Ranpar\",\n \"value\": \"INRNR1\"\n },\n {\n \"label\": \"INRPL6 - Raddipalam\",\n \"value\": \"INRPL6\"\n },\n {\n \"label\": \"INRPR4 - Raipur\",\n \"value\": \"INRPR4\"\n },\n {\n \"label\": \"INRPR6 - Raipur\",\n \"value\": \"INRPR6\"\n },\n {\n \"label\": \"INRPU5 - RAIPUR FPO\",\n \"value\": \"INRPU5\"\n },\n {\n \"label\": \"INRRI1 - Raili\",\n \"value\": \"INRRI1\"\n },\n {\n \"label\": \"INRRK4 - Rourkela\",\n \"value\": \"INRRK4\"\n },\n {\n \"label\": \"INRTC1 - Ratnagiri\",\n \"value\": \"INRTC1\"\n },\n {\n \"label\": \"INRTC4 - Ratnagiri\",\n \"value\": \"INRTC4\"\n },\n {\n \"label\": \"INRTM6 - CONCOR ICD RATLAM\",\n \"value\": \"INRTM6\"\n },\n {\n \"label\": \"INRUP4 - Rupsi\",\n \"value\": \"INRUP4\"\n },\n {\n \"label\": \"INRVD1 - Revdanda\",\n \"value\": \"INRVD1\"\n },\n {\n \"label\": \"INRWR1 - Rameshwaram\",\n \"value\": \"INRWR1\"\n },\n {\n \"label\": \"INRXLB - Raxaul\",\n \"value\": \"INRXLB\"\n },\n {\n \"label\": \"INSABB - Sabroom\",\n \"value\": \"INSABB\"\n },\n {\n \"label\": \"INSAC6 - Sachin (Surat)\",\n \"value\": \"INSAC6\"\n },\n {\n \"label\": \"INSAJ6 - NAVKAR ICD UMBERGAON\",\n \"value\": \"INSAJ6\"\n },\n {\n \"label\": \"INSAL1 - Salaya\",\n \"value\": \"INSAL1\"\n },\n {\n \"label\": \"INSAS6 - INFOSYS SEZ MOHALI\",\n \"value\": \"INSAS6\"\n },\n {\n \"label\": \"INSAU6 - THAR DRY PORT\",\n \"value\": \"INSAU6\"\n },\n {\n \"label\": \"INSBC6 - BIOCON SEZ BANGALORE\",\n \"value\": \"INSBC6\"\n },\n {\n \"label\": \"INSBH1 - Sinbhour\",\n \"value\": \"INSBH1\"\n },\n {\n \"label\": \"INSBI6 - ICD Sabarmati\",\n \"value\": \"INSBI6\"\n },\n {\n \"label\": \"INSBK6 - KIADB/SEZ/BANGALORE\",\n \"value\": \"INSBK6\"\n },\n {\n \"label\": \"INSBL6 - INFOSYS/SEZ/BANGLORE\",\n \"value\": \"INSBL6\"\n },\n {\n \"label\": \"INSBW6 - WIPRO ELEC/SEZ/BLR\",\n \"value\": \"INSBW6\"\n },\n {\n \"label\": \"INSBZ1 - SHELLA BAZAR\",\n \"value\": \"INSBZ1\"\n },\n {\n \"label\": \"INSCH6 - SAP-SEZ SURAT\",\n \"value\": \"INSCH6\"\n },\n {\n \"label\": \"INSGF6 - GRFL ICD SAHNEWAL\",\n \"value\": \"INSGF6\"\n },\n {\n \"label\": \"INSHI1 - Shirola\",\n \"value\": \"INSHI1\"\n },\n {\n \"label\": \"INSHL4 - Shillong\",\n \"value\": \"INSHL4\"\n },\n {\n \"label\": \"INSHP1 - Sinbhour Port\",\n \"value\": \"INSHP1\"\n },\n {\n \"label\": \"INSIK1 - Sikka\",\n \"value\": \"INSIK1\"\n },\n {\n \"label\": \"INSJR6 - Surajpur\",\n \"value\": \"INSJR6\"\n },\n {\n \"label\": \"INSKD6 - ICD KALINGANAGAR\",\n \"value\": \"INSKD6\"\n },\n {\n \"label\": \"INSKPB - Sukhia Pokhari\",\n \"value\": \"INSKPB\"\n },\n {\n \"label\": \"INSLL6 - Singanallur\",\n \"value\": \"INSLL6\"\n },\n {\n \"label\": \"INSLR2 - Silcher R.M.S. Offic\",\n \"value\": \"INSLR2\"\n },\n {\n \"label\": \"INSLRB - Silcher Steamerghat\",\n \"value\": \"INSLRB\"\n },\n {\n \"label\": \"INSLT6 - SALT LAKE (EPZ/SEZ)\",\n \"value\": \"INSLT6\"\n },\n {\n \"label\": \"INSLV4 - Simla\",\n \"value\": \"INSLV4\"\n },\n {\n \"label\": \"INSMK6 - KEONICS/SEZ/SHIMOGA\",\n \"value\": \"INSMK6\"\n },\n {\n \"label\": \"INSMPB - Srimantapur\",\n \"value\": \"INSMPB\"\n },\n {\n \"label\": \"INSMR1 - Simor\",\n \"value\": \"INSMR1\"\n },\n {\n \"label\": \"INSNA6 - ANSAL SEZ SONEPAT\",\n \"value\": \"INSNA6\"\n },\n {\n \"label\": \"INSNBB - Sonabarsa\",\n \"value\": \"INSNBB\"\n },\n {\n \"label\": \"INSNF6 - ICD, Hyderabad\",\n \"value\": \"INSNF6\"\n },\n {\n \"label\": \"INSNG2 - Singabad Railway Sta\",\n \"value\": \"INSNG2\"\n },\n {\n \"label\": \"INSNI6 - KANECH, ICD SAHNEWAL\",\n \"value\": \"INSNI6\"\n },\n {\n \"label\": \"INSNLB - Sonauli\",\n \"value\": \"INSNLB\"\n },\n {\n \"label\": \"INSNN6 - APIIC LTD.\",\n \"value\": \"INSNN6\"\n },\n {\n \"label\": \"INSNR6 - ARI LTD.\",\n \"value\": \"INSNR6\"\n },\n {\n \"label\": \"INSNS6 - NLE PVT. LTD.\",\n \"value\": \"INSNS6\"\n },\n {\n \"label\": \"INSPC6 - CCLPIL SEZ VIZAG\",\n \"value\": \"INSPC6\"\n },\n {\n \"label\": \"INSPE6 - ASDI SEZ NELLORE\",\n \"value\": \"INSPE6\"\n },\n {\n \"label\": \"INSRE6 - Saharanpur\",\n \"value\": \"INSRE6\"\n },\n {\n \"label\": \"INSRK6 - KSITILA/SEZ/PALI/ALZ\",\n \"value\": \"INSRK6\"\n },\n {\n \"label\": \"INSRV1 - Surasani-Yanam\",\n \"value\": \"INSRV1\"\n },\n {\n \"label\": \"INSSE4 - Sholapur\",\n \"value\": \"INSSE4\"\n },\n {\n \"label\": \"INSTFB - SIKTA LCS\",\n \"value\": \"INSTFB\"\n },\n {\n \"label\": \"INSTIB - Sitai\",\n \"value\": \"INSTIB\"\n },\n {\n \"label\": \"INSTM6 - MIDC PHALTAN SEZ\",\n \"value\": \"INSTM6\"\n },\n {\n \"label\": \"INSTP1 - Satpati\",\n \"value\": \"INSTP1\"\n },\n {\n \"label\": \"INSTRB - Sutarkandi\",\n \"value\": \"INSTRB\"\n },\n {\n \"label\": \"INSTT6 - Dadri STTPL CFS\",\n \"value\": \"INSTT6\"\n },\n {\n \"label\": \"INSTU6 - MIDC SEZ SATARA\",\n \"value\": \"INSTU6\"\n },\n {\n \"label\": \"INSTV1 - Surat\",\n \"value\": \"INSTV1\"\n },\n {\n \"label\": \"INSTV4 - Surat\",\n \"value\": \"INSTV4\"\n },\n {\n \"label\": \"INSTV6 - Surat(EPZ/SEZ)\",\n \"value\": \"INSTV6\"\n },\n {\n \"label\": \"INSWD1 - Shriwardhan\",\n \"value\": \"INSWD1\"\n },\n {\n \"label\": \"INSXE6 - ELCOT AMMAPALAYAM\",\n \"value\": \"INSXE6\"\n },\n {\n \"label\": \"INSXR4 - Srinagar\",\n \"value\": \"INSXR4\"\n },\n {\n \"label\": \"INSXR5 - FPO SRINAGAR\",\n \"value\": \"INSXR5\"\n },\n {\n \"label\": \"INSXV4 - Salem\",\n \"value\": \"INSXV4\"\n },\n {\n \"label\": \"INSXV6 - Salem\",\n \"value\": \"INSXV6\"\n },\n {\n \"label\": \"INTAD1 - Tadri\",\n \"value\": \"INTAD1\"\n },\n {\n \"label\": \"INTAS6 - SRICITYPVTLTD-SEZ\",\n \"value\": \"INTAS6\"\n },\n {\n \"label\": \"INTBC6 - CTS PVT. LTD.\",\n \"value\": \"INTBC6\"\n },\n {\n \"label\": \"INTBM6 - PHPL SEZ KANCHEPURAM\",\n \"value\": \"INTBM6\"\n },\n {\n \"label\": \"INTBP6 - SPIPL SEZ, PERUGULTH\",\n \"value\": \"INTBP6\"\n },\n {\n \"label\": \"INTBS6 - HEXAWARE TECH. LTD.\",\n \"value\": \"INTBS6\"\n },\n {\n \"label\": \"INTBT6 - TCS LTD.\",\n \"value\": \"INTBT6\"\n },\n {\n \"label\": \"INTCR6 - M/S TICS, ICD MATHIL\",\n \"value\": \"INTCR6\"\n },\n {\n \"label\": \"INTDE6 - Tudiyalur-Coimbatore\",\n \"value\": \"INTDE6\"\n },\n {\n \"label\": \"INTEI4 - Tezu\",\n \"value\": \"INTEI4\"\n },\n {\n \"label\": \"INTEL1 - Tellicherry\",\n \"value\": \"INTEL1\"\n },\n {\n \"label\": \"INTEN6 - SIPCOT GANGAKONDAN\",\n \"value\": \"INTEN6\"\n },\n {\n \"label\": \"INTEZ4 - Tezpur\",\n \"value\": \"INTEZ4\"\n },\n {\n \"label\": \"INTGN6 - KEIPL/ PUNE\",\n \"value\": \"INTGN6\"\n },\n {\n \"label\": \"INTHA6 - Thar Dry Port Jodhpu\",\n \"value\": \"INTHA6\"\n },\n {\n \"label\": \"INTHL1 - Thal\",\n \"value\": \"INTHL1\"\n },\n {\n \"label\": \"INTHO6 - Tiruppur-Thottiplaya\",\n \"value\": \"INTHO6\"\n },\n {\n \"label\": \"INTIR4 - Tirupati\",\n \"value\": \"INTIR4\"\n },\n {\n \"label\": \"INTIV1 - Tiviri\",\n \"value\": \"INTIV1\"\n },\n {\n \"label\": \"INTJA1 - Talaja\",\n \"value\": \"INTJA1\"\n },\n {\n \"label\": \"INTJPB - Tezpur Steamerghat\",\n \"value\": \"INTJPB\"\n },\n {\n \"label\": \"INTJV4 - Thanjavur\",\n \"value\": \"INTJV4\"\n },\n {\n \"label\": \"INTKD2 - Tuglakabad\",\n \"value\": \"INTKD2\"\n },\n {\n \"label\": \"INTKD6 - Tuglakabad\",\n \"value\": \"INTKD6\"\n },\n {\n \"label\": \"INTKNB - Tikonia\",\n \"value\": \"INTKNB\"\n },\n {\n \"label\": \"INTLG6 - Pune-Talegoan ICD\",\n \"value\": \"INTLG6\"\n },\n {\n \"label\": \"INTLT6 - L&T SBL L&T CHENNAI\",\n \"value\": \"INTLT6\"\n },\n {\n \"label\": \"INTMI6 - M/S IFFCO KISAN, SEZ\",\n \"value\": \"INTMI6\"\n },\n {\n \"label\": \"INTMP1 - Trombay\",\n \"value\": \"INTMP1\"\n },\n {\n \"label\": \"INTMX6 - ICD, THIMMAPUR,\",\n \"value\": \"INTMX6\"\n },\n {\n \"label\": \"INTNA1 - Thana\",\n \"value\": \"INTNA1\"\n },\n {\n \"label\": \"INTNC6 - CCCL SEZ TUTICORIN\",\n \"value\": \"INTNC6\"\n },\n {\n \"label\": \"INTND1 - Tondi\",\n \"value\": \"INTND1\"\n },\n {\n \"label\": \"INTNGB - Tungi\",\n \"value\": \"INTNGB\"\n },\n {\n \"label\": \"INTNI6 - HIPL SEZ\",\n \"value\": \"INTNI6\"\n },\n {\n \"label\": \"INTNK1 - Tankari\",\n \"value\": \"INTNK1\"\n },\n {\n \"label\": \"INTNS6 - SSL SEZ TUTICORIN\",\n \"value\": \"INTNS6\"\n },\n {\n \"label\": \"INTPH1 - Thopputhurai\",\n \"value\": \"INTPH1\"\n },\n {\n \"label\": \"INTPJ6 - ECTN SEZ TRICHY\",\n \"value\": \"INTPJ6\"\n },\n {\n \"label\": \"INTPN1 - Talpona\",\n \"value\": \"INTPN1\"\n },\n {\n \"label\": \"INTRA1 - Tranquebar\",\n \"value\": \"INTRA1\"\n },\n {\n \"label\": \"INTRL6 - ICD Tiruvallur\",\n \"value\": \"INTRL6\"\n },\n {\n \"label\": \"INTRP1 - Tarapur\",\n \"value\": \"INTRP1\"\n },\n {\n \"label\": \"INTRV4 - Thiruvananthapuram\",\n \"value\": \"INTRV4\"\n },\n {\n \"label\": \"INTRZ4 - Tiruchirapalli\",\n \"value\": \"INTRZ4\"\n },\n {\n \"label\": \"INTSI6 - HVCPL SEZ KADAYAM\",\n \"value\": \"INTSI6\"\n },\n {\n \"label\": \"INTTP6 - Dadri TTPL\",\n \"value\": \"INTTP6\"\n },\n {\n \"label\": \"INTTS1 - T.T. SHED (KIDDERPOR)\",\n \"value\": \"INTTS1\"\n },\n {\n \"label\": \"INTUI6 - FCPL SEZ KESAVARAM\",\n \"value\": \"INTUI6\"\n },\n {\n \"label\": \"INTUN1 - Tuna\",\n \"value\": \"INTUN1\"\n },\n {\n \"label\": \"INTUP6 - Tirupur\",\n \"value\": \"INTUP6\"\n },\n {\n \"label\": \"INTUT1 - Tuticorin\",\n \"value\": \"INTUT1\"\n },\n {\n \"label\": \"INTUT6 - Tuticorin ICD\",\n \"value\": \"INTUT6\"\n },\n {\n \"label\": \"INTVC6 - KINFRAA SEZ\",\n \"value\": \"INTVC6\"\n },\n {\n \"label\": \"INTVT6 - ICD TONDIARPET CHENN\",\n \"value\": \"INTVT6\"\n },\n {\n \"label\": \"INTYR1 - Tirukkadayyur\",\n \"value\": \"INTYR1\"\n },\n {\n \"label\": \"INUDI6 - SYNEFRA-SEZ/UDUPI\",\n \"value\": \"INUDI6\"\n },\n {\n \"label\": \"INUDN6 - GHB-SEZ SURAT\",\n \"value\": \"INUDN6\"\n },\n {\n \"label\": \"INUDR4 - Udaipur\",\n \"value\": \"INUDR4\"\n },\n {\n \"label\": \"INUDR6 - Udaipur\",\n \"value\": \"INUDR6\"\n },\n {\n \"label\": \"INUDZ6 - Udaipur\",\n \"value\": \"INUDZ6\"\n },\n {\n \"label\": \"INUKL6 - ETLISL SEZ ERODE\",\n \"value\": \"INUKL6\"\n },\n {\n \"label\": \"INULPB - Ultapani\",\n \"value\": \"INULPB\"\n },\n {\n \"label\": \"INULW1 - Ulwa\",\n \"value\": \"INULW1\"\n },\n {\n \"label\": \"INUMB1 - Umbergoan\",\n \"value\": \"INUMB1\"\n },\n {\n \"label\": \"INUMR1 - Umarsadi\",\n \"value\": \"INUMR1\"\n },\n {\n \"label\": \"INURF6 - FAB CITY SPV-SEZ/SRI\",\n \"value\": \"INURF6\"\n },\n {\n \"label\": \"INURG6 - GMR HYDTABAD AVIATIO\",\n \"value\": \"INURG6\"\n },\n {\n \"label\": \"INURI6 - INDU TECHZONE PVT.\",\n \"value\": \"INURI6\"\n },\n {\n \"label\": \"INURT6 - TCS LTD. ADIBATLA\",\n \"value\": \"INURT6\"\n },\n {\n \"label\": \"INUTN1 - Uttan\",\n \"value\": \"INUTN1\"\n },\n {\n \"label\": \"INVAD1 - Vadinar\",\n \"value\": \"INVAD1\"\n },\n {\n \"label\": \"INVAL6 - Valvada ICD\",\n \"value\": \"INVAL6\"\n },\n {\n \"label\": \"INVAP1 - Vapi\",\n \"value\": \"INVAP1\"\n },\n {\n \"label\": \"INVEN1 - Vengurla\",\n \"value\": \"INVEN1\"\n },\n {\n \"label\": \"INVEP1 - Veppalodai\",\n \"value\": \"INVEP1\"\n },\n {\n \"label\": \"INVGA4 - Vijayawada\",\n \"value\": \"INVGA4\"\n },\n {\n \"label\": \"INVGA5 - FPO VIJAYAWADA\",\n \"value\": \"INVGA5\"\n },\n {\n \"label\": \"INVGR6 - BHOJVA ICD VIRAMGAM\",\n \"value\": \"INVGR6\"\n },\n {\n \"label\": \"INVKH6 - HIRANANDANI BUIL.\",\n \"value\": \"INVKH6\"\n },\n {\n \"label\": \"INVKM1 - Valinokkam\",\n \"value\": \"INVKM1\"\n },\n {\n \"label\": \"INVLD6 - DISH/SEZ/KALYANGADH\",\n \"value\": \"INVLD6\"\n },\n {\n \"label\": \"INVLN6 - NG REALTY-SEZ/TALUKA\",\n \"value\": \"INVLN6\"\n },\n {\n \"label\": \"INVLR6 - SIPCOT LTD.\",\n \"value\": \"INVLR6\"\n },\n {\n \"label\": \"INVNG1 - Vengurla\",\n \"value\": \"INVNG1\"\n },\n {\n \"label\": \"INVNS4 - Varanasi\",\n \"value\": \"INVNS4\"\n },\n {\n \"label\": \"INVNS5 - FPO VARANASI\",\n \"value\": \"INVNS5\"\n },\n {\n \"label\": \"INVNS6 - Varanasi\",\n \"value\": \"INVNS6\"\n },\n {\n \"label\": \"INVPI6 - Vapi\",\n \"value\": \"INVPI6\"\n },\n {\n \"label\": \"INVRD1 - Varavda\",\n \"value\": \"INVRD1\"\n },\n {\n \"label\": \"INVRU1 - Vadarevu\",\n \"value\": \"INVRU1\"\n },\n {\n \"label\": \"INVSA6 - APIIC (HALL NO.3)\",\n \"value\": \"INVSA6\"\n },\n {\n \"label\": \"INVSI1 - Vansi-Borsi\",\n \"value\": \"INVSI1\"\n },\n {\n \"label\": \"INVSK6 - APIIC- (HALL NO. 2)\",\n \"value\": \"INVSK6\"\n },\n {\n \"label\": \"INVSP6 - WIPRO SEZRESPUVANIPA\",\n \"value\": \"INVSP6\"\n },\n {\n \"label\": \"INVSV1 - Varsova\",\n \"value\": \"INVSV1\"\n },\n {\n \"label\": \"INVTC6 - CHEYYAR VELLORE\",\n \"value\": \"INVTC6\"\n },\n {\n \"label\": \"INVTZ1 - Visakhapatnam\",\n \"value\": \"INVTZ1\"\n },\n {\n \"label\": \"INVTZ4 - Visakhapatnam\",\n \"value\": \"INVTZ4\"\n },\n {\n \"label\": \"INVTZ6 - Visakhapatnam SEZ\",\n \"value\": \"INVTZ6\"\n },\n {\n \"label\": \"INVVA1 - Veraval\",\n \"value\": \"INVVA1\"\n },\n {\n \"label\": \"INVYD1 - Vijaydurg\",\n \"value\": \"INVYD1\"\n },\n {\n \"label\": \"INVZJ1 - Vazhinjam\",\n \"value\": \"INVZJ1\"\n },\n {\n \"label\": \"INVZM6 - DLL SEZ\",\n \"value\": \"INVZM6\"\n },\n {\n \"label\": \"INVZR6 - M/S DR. REDDY SEZ\",\n \"value\": \"INVZR6\"\n },\n {\n \"label\": \"INWAL6 - Waluj (Aurangabad)\",\n \"value\": \"INWAL6\"\n },\n {\n \"label\": \"INWFD6 - ICD Bangalore\",\n \"value\": \"INWFD6\"\n },\n {\n \"label\": \"INWFI6 - INFO/SEZ/BANGALORE\",\n \"value\": \"INWFI6\"\n },\n {\n \"label\": \"INWFT6 - ITPL SEZ II BENGALUR\",\n \"value\": \"INWFT6\"\n },\n {\n \"label\": \"INWGC4 - Warrangal\",\n \"value\": \"INWGC4\"\n },\n {\n \"label\": \"INWRR6 - WARDHA POWER CO LTD\",\n \"value\": \"INWRR6\"\n },\n {\n \"label\": \"INYMA6 - MODERN ASSET SEZ II\",\n \"value\": \"INYMA6\"\n },\n {\n \"label\": \"INYNA6 - MOSERN ASSET SEZ I\",\n \"value\": \"INYNA6\"\n },\n {\n \"label\": \"INYNK6 - KIP/SEZ/N BANGALORE\",\n \"value\": \"INYNK6\"\n },\n {\n \"label\": \"INYNL6 - L&T CEL SEZ II\",\n \"value\": \"INYNL6\"\n },\n {\n \"label\": \"INYNM6 - MILESTONE/SEZ/BLR\",\n \"value\": \"INYNM6\"\n },\n {\n \"label\": \"INYNT6 - L&T CEL SEZ I\",\n \"value\": \"INYNT6\"\n },\n {\n \"label\": \"INZIP6 - ZIPL-SEZ AHMEDABAD\",\n \"value\": \"INZIP6\"\n }\n]", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.689375", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "section_gst_breakup", + "fieldtype": "Section Break", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "other_charges_calculation", + "is_system_generated": 1, + "is_virtual": 0, + "label": "GST Breakup", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:13.249524", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note-section_gst_breakup", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.861177", + "default": null, + "depends_on": "eval:doc.gst_category == 'Overseas' && doc.place_of_supply == '96-Other Countries'", + "description": null, + "docstatus": 0, + "dt": "Delivery Note", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "shipping_bill_date", + "fieldtype": "Date", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "shipping_bill_number", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Shipping Bill Date", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:13.427800", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note-shipping_bill_date", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.853712", + "default": null, + "depends_on": "eval:doc.gst_category == 'Overseas' && doc.place_of_supply == '96-Other Countries'", + "description": null, + "docstatus": 0, + "dt": "Delivery Note", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "shipping_bill_number", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "port_code", + "is_system_generated": 1, + "is_virtual": 0, + "label": " Shipping Bill Number", + "length": 50, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:13.418504", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note-shipping_bill_number", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + } + ], + "custom_perms": [], + "doctype": "Delivery Note", + "links": [], + "property_setters": [ + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-11-05 10:28:11.131996", + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "base_rounded_total", + "idx": 0, + "is_system_generated": 0, + "modified": "2024-11-05 10:28:11.131996", + "modified_by": "Administrator", + "module": null, + "name": "Delivery Note-base_rounded_total-hidden", + "owner": "Administrator", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-11-05 10:28:11.160668", + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "base_rounded_total", + "idx": 0, + "is_system_generated": 0, + "modified": "2024-11-05 10:28:11.160668", + "modified_by": "Administrator", + "module": null, + "name": "Delivery Note-base_rounded_total-print_hide", + "owner": "Administrator", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-11-05 10:28:11.248597", + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "disable_rounded_total", + "idx": 0, + "is_system_generated": 0, + "modified": "2024-11-05 10:28:11.248597", + "modified_by": "Administrator", + "module": null, + "name": "Delivery Note-disable_rounded_total-default", + "owner": "Administrator", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "0" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-11-05 10:28:11.973835", + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "in_words", + "idx": 0, + "is_system_generated": 0, + "modified": "2024-11-05 10:28:11.973835", + "modified_by": "Administrator", + "module": null, + "name": "Delivery Note-in_words-hidden", + "owner": "Administrator", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-11-05 10:28:12.003014", + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "in_words", + "idx": 0, + "is_system_generated": 0, + "modified": "2024-11-05 10:28:12.003014", + "modified_by": "Administrator", + "module": null, + "name": "Delivery Note-in_words-print_hide", + "owner": "Administrator", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2026-02-13 10:40:16.631443", + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype_or_field": "DocType", + "field_name": null, + "idx": 0, + "is_system_generated": 0, + "modified": "2026-02-13 10:40:16.631443", + "modified_by": "Administrator", + "module": null, + "name": "Delivery Note-main-field_order", + "owner": "Administrator", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"title\", \"naming_series\", \"customer\", \"tax_id\", \"customer_name\", \"ewaybill\", \"column_break1\", \"posting_date\", \"posting_time\", \"set_posting_time\", \"is_reverse_charge\", \"is_export_with_gst\", \"column_break_10\", \"company\", \"amended_from\", \"is_return\", \"issue_credit_note\", \"return_against\", \"custom_order_no\", \"accounting_dimensions_section\", \"cost_center\", \"column_break_18\", \"project\", \"dimension_col_break\", \"currency_and_price_list\", \"currency\", \"conversion_rate\", \"col_break23\", \"selling_price_list\", \"price_list_currency\", \"plc_conversion_rate\", \"ignore_pricing_rule\", \"items_section\", \"scan_barcode\", \"pick_list\", \"col_break_warehouse\", \"set_warehouse\", \"set_target_warehouse\", \"section_break_30\", \"items\", \"section_break_31\", \"total_qty\", \"total_net_weight\", \"column_break_35\", \"base_total\", \"base_net_total\", \"column_break_33\", \"total\", \"net_total\", \"taxes_section\", \"tax_category\", \"taxes_and_charges\", \"column_break_43\", \"shipping_rule\", \"column_break_39\", \"incoterm\", \"named_place\", \"section_break_41\", \"taxes\", \"section_break_44\", \"base_total_taxes_and_charges\", \"column_break_47\", \"total_taxes_and_charges\", \"totals\", \"base_grand_total\", \"base_rounding_adjustment\", \"base_rounded_total\", \"base_in_words\", \"column_break3\", \"grand_total\", \"rounding_adjustment\", \"rounded_total\", \"in_words\", \"disable_rounded_total\", \"section_break_49\", \"apply_discount_on\", \"base_discount_amount\", \"column_break_51\", \"additional_discount_percentage\", \"discount_amount\", \"sec_tax_breakup\", \"other_charges_calculation\", \"section_gst_breakup\", \"gst_breakup_table\", \"packing_list\", \"packed_items\", \"product_bundle_help\", \"pricing_rule_details\", \"pricing_rules\", \"address_and_contact_tab\", \"contact_info\", \"customer_address\", \"address_display\", \"billing_address_gstin\", \"gst_category\", \"place_of_supply\", \"col_break21\", \"contact_person\", \"contact_display\", \"contact_mobile\", \"contact_email\", \"shipping_address_section\", \"shipping_address_name\", \"shipping_address\", \"column_break_95\", \"dispatch_address_name\", \"dispatch_address\", \"company_address_section\", \"company_address\", \"company_gstin\", \"company_address_display\", \"column_break_101\", \"company_contact_person\", \"terms_tab\", \"tc_name\", \"terms\", \"more_info_tab\", \"section_break_83\", \"per_billed\", \"status\", \"column_break_112\", \"per_installed\", \"installation_status\", \"column_break_89\", \"per_returned\", \"transporter_info\", \"transporter\", \"gst_transporter_id\", \"driver\", \"lr_no\", \"vehicle_no\", \"distance\", \"col_break34\", \"transporter_name\", \"mode_of_transport\", \"driver_name\", \"lr_date\", \"gst_vehicle_type\", \"gst_section\", \"ecommerce_gstin\", \"gst_col_break\", \"port_code\", \"shipping_bill_number\", \"shipping_bill_date\", \"ecommerce_supply_type\", \"customer_po_details\", \"po_no\", \"column_break_17\", \"po_date\", \"sales_team_section_break\", \"sales_partner\", \"amount_eligible_for_commission\", \"column_break7\", \"commission_rate\", \"total_commission\", \"section_break1\", \"sales_team\", \"subscription_section\", \"auto_repeat\", \"printing_details\", \"letter_head\", \"print_without_amount\", \"group_same_items\", \"column_break_88\", \"select_print_heading\", \"language\", \"more_info\", \"is_internal_customer\", \"represents_company\", \"inter_company_reference\", \"customer_group\", \"territory\", \"source\", \"campaign\", \"column_break5\", \"excise_page\", \"instructions\", \"connections_tab\"]" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-10-01 15:00:56.195900", + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype_or_field": "DocType", + "field_name": null, + "idx": 0, + "is_system_generated": 1, + "modified": "2024-10-01 15:00:56.195900", + "modified_by": "Administrator", + "module": null, + "name": "Delivery Note-main-track_changes", + "owner": "Administrator", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-11-07 18:05:00.523888", + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "naming_series", + "idx": 0, + "is_system_generated": 1, + "modified": "2024-11-07 18:05:00.523888", + "modified_by": "Administrator", + "module": null, + "name": "Delivery Note-naming_series-options", + "owner": "Administrator", + "property": "options", + "property_type": "Small Text", + "row_name": null, + "value": "DN-.YY.-\nDRET-.YY.-\n\nMAT-DN-.YYYY.-\nMAT-DN-RET-.YYYY.-" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-11-05 10:28:11.193416", + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "idx": 0, + "is_system_generated": 0, + "modified": "2024-11-05 10:28:11.193416", + "modified_by": "Administrator", + "module": null, + "name": "Delivery Note-rounded_total-hidden", + "owner": "Administrator", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-11-05 10:28:11.225224", + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "idx": 0, + "is_system_generated": 0, + "modified": "2024-11-05 10:28:11.225224", + "modified_by": "Administrator", + "module": null, + "name": "Delivery Note-rounded_total-print_hide", + "owner": "Administrator", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2025-12-29 17:06:33.696778", + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "idx": 0, + "is_system_generated": 1, + "modified": "2025-12-29 17:06:33.696778", + "modified_by": "Administrator", + "module": null, + "name": "Delivery Note-scan_barcode-hidden", + "owner": "Administrator", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-12-04 17:22:28.881101", + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "tax_id", + "idx": 0, + "is_system_generated": 0, + "modified": "2024-12-04 17:22:28.881101", + "modified_by": "admin@aarthy.org", + "module": null, + "name": "Delivery Note-tax_id-hidden", + "owner": "admin@aarthy.org", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-12-04 17:22:28.899442", + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "tax_id", + "idx": 0, + "is_system_generated": 0, + "modified": "2024-12-04 17:22:28.899442", + "modified_by": "admin@aarthy.org", + "module": null, + "name": "Delivery Note-tax_id-print_hide", + "owner": "admin@aarthy.org", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + } + ], + "sync_on_migrate": 1 +} \ No newline at end of file diff --git a/medblocks/medblocks/custom/delivery_note_item.json b/medblocks/medblocks/custom/delivery_note_item.json new file mode 100644 index 0000000..e90e2ff --- /dev/null +++ b/medblocks/medblocks/custom/delivery_note_item.json @@ -0,0 +1,1016 @@ +{ + "custom_fields": [ + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:59.938421", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note Item", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "cb_gst_details", + "fieldtype": "Column Break", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "cess_non_advol_rate", + "is_system_generated": 1, + "is_virtual": 0, + "label": null, + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:14.639727", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note Item-cb_gst_details", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:59.973750", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note Item", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "cess_amount", + "fieldtype": "Currency", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "sgst_amount", + "is_system_generated": 1, + "is_virtual": 0, + "label": "CESS Amount", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:14.679486", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note Item-cess_amount", + "no_copy": 1, + "non_negative": 0, + "options": "Company:company:default_currency", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:59.981390", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note Item", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "cess_non_advol_amount", + "fieldtype": "Currency", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "cess_amount", + "is_system_generated": 1, + "is_virtual": 0, + "label": "CESS Non Advol Amount", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:14.688061", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note Item-cess_non_advol_amount", + "no_copy": 1, + "non_negative": 0, + "options": "Company:company:default_currency", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:59.932223", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note Item", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "cess_non_advol_rate", + "fieldtype": "Float", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "cess_rate", + "is_system_generated": 1, + "is_virtual": 0, + "label": "CESS Non Advol Rate", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:14.628415", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note Item-cess_non_advol_rate", + "no_copy": 1, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:59.925574", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note Item", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "cess_rate", + "fieldtype": "Float", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "sgst_rate", + "is_system_generated": 1, + "is_virtual": 0, + "label": "CESS Rate", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:14.616039", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note Item-cess_rate", + "no_copy": 1, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:59.958204", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note Item", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "cgst_amount", + "fieldtype": "Currency", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "igst_amount", + "is_system_generated": 1, + "is_virtual": 0, + "label": "CGST Amount", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:14.661922", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note Item-cgst_amount", + "no_copy": 1, + "non_negative": 0, + "options": "Company:company:default_currency", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:59.909457", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note Item", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "cgst_rate", + "fieldtype": "Float", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "igst_rate", + "is_system_generated": 1, + "is_virtual": 0, + "label": "CGST Rate", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:14.594979", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note Item-cgst_rate", + "no_copy": 1, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:59.895451", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note Item", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "gst_details_section", + "fieldtype": "Section Break", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "taxable_value", + "is_system_generated": 1, + "is_virtual": 0, + "label": "GST Details", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:14.575542", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note Item-gst_details_section", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:59.874702", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note Item", + "fetch_from": "item_code.gst_hsn_code", + "fetch_if_empty": 1, + "fieldname": "gst_hsn_code", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "description", + "is_system_generated": 1, + "is_virtual": 0, + "label": "HSN/SAC", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:14.552937", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note Item-gst_hsn_code", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:59.885665", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note Item", + "fetch_from": "item_tax_template.gst_treatment", + "fetch_if_empty": 1, + "fieldname": "gst_treatment", + "fieldtype": "Autocomplete", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "item_tax_template", + "is_system_generated": 1, + "is_virtual": 0, + "label": "GST Treatment", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:14.563415", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note Item-gst_treatment", + "no_copy": 1, + "non_negative": 0, + "options": "Taxable\nZero-Rated\nNil-Rated\nExempted\nNon-GST", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:59.947642", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note Item", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "igst_amount", + "fieldtype": "Currency", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "cb_gst_details", + "is_system_generated": 1, + "is_virtual": 0, + "label": "IGST Amount", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:14.652693", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note Item-igst_amount", + "no_copy": 1, + "non_negative": 0, + "options": "Company:company:default_currency", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:59.902122", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note Item", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "igst_rate", + "fieldtype": "Float", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "gst_details_section", + "is_system_generated": 1, + "is_virtual": 0, + "label": "IGST Rate", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:14.585899", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note Item-igst_rate", + "no_copy": 1, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:59.966742", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note Item", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "sgst_amount", + "fieldtype": "Currency", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "cgst_amount", + "is_system_generated": 1, + "is_virtual": 0, + "label": "SGST Amount", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:14.670791", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note Item-sgst_amount", + "no_copy": 1, + "non_negative": 0, + "options": "Company:company:default_currency", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:59.916768", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note Item", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "sgst_rate", + "fieldtype": "Float", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "cgst_rate", + "is_system_generated": 1, + "is_virtual": 0, + "label": "SGST Rate", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:14.603780", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note Item-sgst_rate", + "no_copy": 1, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.993153", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Delivery Note Item", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "taxable_value", + "fieldtype": "Currency", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "base_net_amount", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Taxable Value", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:13.562171", + "modified_by": "Administrator", + "module": "GST India", + "name": "Delivery Note Item-taxable_value", + "no_copy": 1, + "non_negative": 0, + "options": "Company:company:default_currency", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + } + ], + "custom_perms": [], + "doctype": "Delivery Note Item", + "links": [], + "property_setters": [ + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2025-12-29 17:06:33.509790", + "default_value": null, + "doc_type": "Delivery Note Item", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "barcode", + "idx": 0, + "is_system_generated": 1, + "modified": "2025-12-29 17:06:33.509790", + "modified_by": "Administrator", + "module": null, + "name": "Delivery Note Item-barcode-hidden", + "owner": "Administrator", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2025-12-29 17:06:33.834130", + "default_value": null, + "doc_type": "Delivery Note Item", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "target_warehouse", + "idx": 0, + "is_system_generated": 1, + "modified": "2025-12-29 17:06:33.834130", + "modified_by": "Administrator", + "module": null, + "name": "Delivery Note Item-target_warehouse-hidden", + "owner": "Administrator", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + } + ], + "sync_on_migrate": 1 +} \ No newline at end of file diff --git a/medblocks/medblocks/custom/packed_item.json b/medblocks/medblocks/custom/packed_item.json index a0bddff..0e406a5 100644 --- a/medblocks/medblocks/custom/packed_item.json +++ b/medblocks/medblocks/custom/packed_item.json @@ -17,7 +17,7 @@ "field_name": "rate", "idx": 0, "is_system_generated": 1, - "modified": "2025-07-31 16:55:58.979586", + "modified": "2026-02-12 19:07:38.456377", "modified_by": "Administrator", "module": null, "name": "Packed Item-rate-read_only", diff --git a/medblocks/medblocks/custom/sales_invoice.json b/medblocks/medblocks/custom/sales_invoice.json new file mode 100644 index 0000000..93476e0 --- /dev/null +++ b/medblocks/medblocks/custom/sales_invoice.json @@ -0,0 +1,3432 @@ +{ + "custom_fields": [ + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.702115", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": "customer_address.gstin", + "fetch_if_empty": 0, + "fieldname": "billing_address_gstin", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "address_display", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Billing Address GSTIN", + "length": 15, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:13.266744", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-billing_address_gstin", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.747175", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": "company_address.gstin", + "fetch_if_empty": 0, + "fieldname": "company_gstin", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "company_address", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Company GSTIN", + "length": 15, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:13.299615", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-company_gstin", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-11-01 15:20:30.119500", + "default": "", + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "customer_outstanding_amount", + "fieldtype": "Currency", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 8, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "custom_practitioner", + "is_system_generated": 0, + "is_virtual": 0, + "label": "Customer Outstanding Amount", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2024-11-01 15:21:50.135307", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-custom_customer_outstanding_amount", + "no_copy": 0, + "non_negative": 0, + "options": "currency", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2026-02-13 10:39:25.898260", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "custom_order_no", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 24, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "due_date", + "is_system_generated": 0, + "is_virtual": 0, + "label": "Order No", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2026-02-13 10:39:25.898260", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-custom_order_no", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2025-10-28 13:21:06.166628", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "custom_practitioner", + "fieldtype": "Link", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 6, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "customer", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Practitioner", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-10-28 13:21:06.166628", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-custom_practitioner", + "no_copy": 0, + "non_negative": 0, + "options": "Healthcare Practitioner", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:00.835689", + "default": null, + "depends_on": null, + "description": "Set as zero to update distance as per the e-Waybill portal (if available)", + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "distance", + "fieldtype": "Int", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "vehicle_no", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Distance (in km)", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:15.599202", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-distance", + "no_copy": 1, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:00.744383", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "driver", + "fieldtype": "Link", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "gst_transporter_id", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Driver", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:15.514658", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-driver", + "no_copy": 1, + "non_negative": 0, + "options": "Driver", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:00.811150", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": "driver.full_name", + "fetch_if_empty": 0, + "fieldname": "driver_name", + "fieldtype": "Small Text", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "mode_of_transport", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Driver Name", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:15.572529", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-driver_name", + "no_copy": 1, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:00.899974", + "default": null, + "depends_on": "eval:doc.docstatus === 1 && !doc.ewaybill", + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "e_waybill_status", + "fieldtype": "Select", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "ewaybill", + "is_system_generated": 1, + "is_virtual": 0, + "label": "e-Waybill Status", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:15.659748", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-e_waybill_status", + "no_copy": 1, + "non_negative": 0, + "options": "\nPending\nGenerated\nAuto-Retry\nCancelled\nNot Applicable\nManually Generated\nManually Cancelled", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": "eval:doc.ewaybill", + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.536129", + "default": null, + "depends_on": "eval:gst_settings.enable_sales_through_ecommerce_operators", + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "ecommerce_gstin", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "gst_section", + "is_system_generated": 1, + "is_virtual": 0, + "label": "E-commerce GSTIN", + "length": 15, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:13.025330", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-ecommerce_gstin", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.545096", + "default": null, + "depends_on": "eval:gst_settings.enable_sales_through_ecommerce_operators && doc.ecommerce_gstin", + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "ecommerce_supply_type", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "ecommerce_gstin", + "is_system_generated": 1, + "is_virtual": 1, + "label": "E-commerce Supply Type", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:13.035234", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-ecommerce_supply_type", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:00.692054", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "einvoice_status", + "fieldtype": "Select", + "hidden": 1, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "status", + "is_system_generated": 1, + "is_virtual": 0, + "label": "e-Invoice Status", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:15.477516", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-einvoice_status", + "no_copy": 1, + "non_negative": 0, + "options": "\nPending\nGenerated\nManually Generated\nAuto-Retry\nCancelled\nManually Cancelled\nFailed\nNot Applicable\nPending Cancellation", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:00.887868", + "default": null, + "depends_on": "eval: doc.docstatus === 1 && (doc.ewaybill || doc.e_waybill_status !== 'Not Applicable')", + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "ewaybill", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "customer_name", + "is_system_generated": 1, + "is_virtual": 0, + "label": "e-Waybill No.", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:15.647804", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-ewaybill", + "no_copy": 1, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.770490", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "gst_breakup_table", + "fieldtype": "Text Editor", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "section_gst_breakup", + "is_system_generated": 1, + "is_virtual": 1, + "label": "GST Breakup Table", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:13.320832", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-gst_breakup_table", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.710925", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": "customer_address.gst_category", + "fetch_if_empty": 0, + "fieldname": "gst_category", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "billing_address_gstin", + "is_system_generated": 1, + "is_virtual": 0, + "label": "GST Category", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:13.276986", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-gst_category", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.552862", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "gst_col_break", + "fieldtype": "Column Break", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "ecommerce_gstin", + "is_system_generated": 1, + "is_virtual": 0, + "label": null, + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:13.045173", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-gst_col_break", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.526629", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "gst_section", + "fieldtype": "Section Break", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "gst_vehicle_type", + "is_system_generated": 1, + "is_virtual": 0, + "label": "GST Details", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:13.015507", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-gst_section", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:00.850374", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": "transporter.gst_transporter_id", + "fetch_if_empty": 0, + "fieldname": "gst_transporter_id", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "transporter", + "is_system_generated": 1, + "is_virtual": 0, + "label": "GST Transporter ID", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:15.612408", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-gst_transporter_id", + "no_copy": 1, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:00.878149", + "default": "Regular", + "depends_on": "eval:[\"Road\", \"Ship\"].includes(doc.mode_of_transport)", + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "gst_vehicle_type", + "fieldtype": "Select", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "lr_date", + "is_system_generated": 1, + "is_virtual": 0, + "label": "GST Vehicle Type", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:15.636663", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-gst_vehicle_type", + "no_copy": 1, + "non_negative": 0, + "options": "Regular\nOver Dimensional Cargo (ODC)", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": "eval: doc.mode_of_transport == 'Ship'", + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 1, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:00.658022", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "invoice_copy", + "fieldtype": "Select", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "column_break_84", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Invoice Copy", + "length": 30, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:15.439645", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-invoice_copy", + "no_copy": 0, + "non_negative": 0, + "options": "Original for Recipient\nDuplicate for Transporter\nDuplicate for Supplier\nTriplicate for Supplier", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:00.678109", + "default": null, + "depends_on": "eval:doc.gst_category != \"Unregistered\"", + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "irn", + "fieldtype": "Data", + "hidden": 1, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "customer", + "is_system_generated": 1, + "is_virtual": 0, + "label": "IRN", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:15.464749", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-irn", + "no_copy": 1, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.461383", + "default": "0", + "depends_on": "eval:doc.gst_category == \"SEZ\" || (doc.gst_category == \"Overseas\" && doc.place_of_supply == \"96-Other Countries\")", + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "is_export_with_gst", + "fieldtype": "Check", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "is_reverse_charge", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Is Export With Payment of GST", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:12.927619", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-is_export_with_gst", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:00.666540", + "default": "0", + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "is_reverse_charge", + "fieldtype": "Check", + "hidden": 1, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "is_debit_note", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Is Reverse Charge", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:15.452180", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-is_reverse_charge", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:00.822121", + "default": "Today", + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "lr_date", + "fieldtype": "Date", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "driver_name", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Transport Receipt Date", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:15.585880", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-lr_date", + "no_copy": 1, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:00.760252", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "lr_no", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "driver", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Transport Receipt No", + "length": 30, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:15.525952", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-lr_no", + "no_copy": 1, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:00.862049", + "default": "Road", + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "mode_of_transport", + "fieldtype": "Select", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "transporter_name", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Mode of Transport", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:15.624604", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-mode_of_transport", + "no_copy": 1, + "non_negative": 0, + "options": "\nRoad\nAir\nRail\nShip", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2025-09-21 19:06:00.599174", + "default": null, + "depends_on": "customer", + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": "customer.mrd_no", + "fetch_if_empty": 0, + "fieldname": "mrd_no", + "fieldtype": "Small Text", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 12, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 1, + "in_list_view": 1, + "in_preview": 0, + "in_standard_filter": 1, + "insert_after": "customer_name", + "is_system_generated": 0, + "is_virtual": 0, + "label": "UHID No", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-21 19:06:00.599174", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-mrd_no", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:40.560323", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "patient", + "fieldtype": "Link", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 3, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "naming_series", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Patient", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2024-10-01 15:00:40.560323", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-patient", + "no_copy": 0, + "non_negative": 0, + "options": "Patient", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:41.337368", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": "patient.patient_name", + "fetch_if_empty": 0, + "fieldname": "patient_name", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 4, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "patient", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Patient Name", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2024-10-01 15:00:41.337368", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-patient_name", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.735897", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": "", + "fetch_if_empty": 0, + "fieldname": "place_of_supply", + "fieldtype": "Autocomplete", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "gst_category", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Place of Supply", + "length": 50, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:13.287487", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-place_of_supply", + "no_copy": 0, + "non_negative": 0, + "options": "01-Jammu and Kashmir\n02-Himachal Pradesh\n03-Punjab\n04-Chandigarh\n05-Uttarakhand\n06-Haryana\n07-Delhi\n08-Rajasthan\n09-Uttar Pradesh\n10-Bihar\n11-Sikkim\n12-Arunachal Pradesh\n13-Nagaland\n14-Manipur\n15-Mizoram\n16-Tripura\n17-Meghalaya\n18-Assam\n19-West Bengal\n20-Jharkhand\n21-Odisha\n22-Chhattisgarh\n23-Madhya Pradesh\n24-Gujarat\n26-Dadra and Nagar Haveli and Daman and Diu\n27-Maharashtra\n29-Karnataka\n30-Goa\n31-Lakshadweep Islands\n32-Kerala\n33-Tamil Nadu\n34-Puducherry\n35-Andaman and Nicobar Islands\n36-Telangana\n37-Andhra Pradesh\n38-Ladakh\n96-Other Countries\n97-Other Territory", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:00.651548", + "default": null, + "depends_on": "eval:doc.company_gstin && doc.gst_category === 'Overseas' && doc.place_of_supply == '96-Other Countries' && gst_settings.enable_e_waybill", + "description": "Address of the place / port in India from where goods are being exported
(for generating e-Waybill against export of goods)", + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "port_address", + "fieldtype": "Link", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "shipping_address", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Origin Port / Border Checkpost Address Name", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:15.425674", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-port_address", + "no_copy": 0, + "non_negative": 0, + "options": "Address", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.871017", + "default": null, + "depends_on": "eval:doc.gst_category == 'Overseas' && doc.place_of_supply == '96-Other Countries'", + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "port_code", + "fieldtype": "Autocomplete", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "gst_col_break", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Port Code", + "length": 15, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:13.438345", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-port_code", + "no_copy": 0, + "non_negative": 0, + "options": "[\n {\n \"label\": \"INABG1 - Alibag\",\n \"value\": \"INABG1\"\n },\n {\n \"label\": \"INACH1 - Achra\",\n \"value\": \"INACH1\"\n },\n {\n \"label\": \"INADA6 - Ahmedabad Adalaj\",\n \"value\": \"INADA6\"\n },\n {\n \"label\": \"INADI1 - Androth Island\",\n \"value\": \"INADI1\"\n },\n {\n \"label\": \"INAGI1 - Agatti Island\",\n \"value\": \"INAGI1\"\n },\n {\n \"label\": \"INAGR4 - Agra\",\n \"value\": \"INAGR4\"\n },\n {\n \"label\": \"INAGR5 - FPO AGRA\",\n \"value\": \"INAGR5\"\n },\n {\n \"label\": \"INAGR6 - Agra\",\n \"value\": \"INAGR6\"\n },\n {\n \"label\": \"INAGTB - Agartala\",\n \"value\": \"INAGTB\"\n },\n {\n \"label\": \"INAGX4 - Agatti Island\",\n \"value\": \"INAGX4\"\n },\n {\n \"label\": \"INAHD6 - ICD SANAND\",\n \"value\": \"INAHD6\"\n },\n {\n \"label\": \"INAIG6 - GE PVT. LTD.\",\n \"value\": \"INAIG6\"\n },\n {\n \"label\": \"INAII6 - M/S IGATE GS LTD.\",\n \"value\": \"INAII6\"\n },\n {\n \"label\": \"INAIK6 - IBRAHIMPURICD KHURJA\",\n \"value\": \"INAIK6\"\n },\n {\n \"label\": \"INAIR6 - SP PVT. LTD.\",\n \"value\": \"INAIR6\"\n },\n {\n \"label\": \"INAJE6 - WLSPUN ANJAR SEZ\",\n \"value\": \"INAJE6\"\n },\n {\n \"label\": \"INAJJ6 - Arakkonam Melpakkam\",\n \"value\": \"INAJJ6\"\n },\n {\n \"label\": \"INAJL4 - Aizawl\",\n \"value\": \"INAJL4\"\n },\n {\n \"label\": \"INAJM6 - MUNDRA PORT SEZ\",\n \"value\": \"INAJM6\"\n },\n {\n \"label\": \"INAKB6 - BIACPL SEZ\",\n \"value\": \"INAKB6\"\n },\n {\n \"label\": \"INAKD4 - Akola\",\n \"value\": \"INAKD4\"\n },\n {\n \"label\": \"INAKP6 - APIICL SEZ\",\n \"value\": \"INAKP6\"\n },\n {\n \"label\": \"INAKR6 - RPCIPL SEZ\",\n \"value\": \"INAKR6\"\n },\n {\n \"label\": \"INAKV6 - Ankleshwar ICD\",\n \"value\": \"INAKV6\"\n },\n {\n \"label\": \"INALA1 - ALANG SBY\",\n \"value\": \"INALA1\"\n },\n {\n \"label\": \"INALF1 - Allepey\",\n \"value\": \"INALF1\"\n },\n {\n \"label\": \"INAMD4 - Ahmedabad\",\n \"value\": \"INAMD4\"\n },\n {\n \"label\": \"INAMD5 - Ahmedabad\",\n \"value\": \"INAMD5\"\n },\n {\n \"label\": \"INAMD6 - Ahmedabad\",\n \"value\": \"INAMD6\"\n },\n {\n \"label\": \"INAMG6 - Amingaon (Gauhati)\",\n \"value\": \"INAMG6\"\n },\n {\n \"label\": \"INAMI1 - Amini Island\",\n \"value\": \"INAMI1\"\n },\n {\n \"label\": \"INAMK6 - KSITIL/SEZ/ALAPPUZHA\",\n \"value\": \"INAMK6\"\n },\n {\n \"label\": \"INANG1 - Anijengo\",\n \"value\": \"INANG1\"\n },\n {\n \"label\": \"INANL1 - Arnala\",\n \"value\": \"INANL1\"\n },\n {\n \"label\": \"INAPI6 - AAP-SEZ AHMEDABAD\",\n \"value\": \"INAPI6\"\n },\n {\n \"label\": \"INAPL6 - Dadri ACPL CFS\",\n \"value\": \"INAPL6\"\n },\n {\n \"label\": \"INAPT6 - Anaparti\",\n \"value\": \"INAPT6\"\n },\n {\n \"label\": \"INARR6 - Aroor\",\n \"value\": \"INARR6\"\n },\n {\n \"label\": \"INASR2 - Amritsar Railway Stn\",\n \"value\": \"INASR2\"\n },\n {\n \"label\": \"INASR6 - Amritsar\",\n \"value\": \"INASR6\"\n },\n {\n \"label\": \"INATQ4 - Amritsar\",\n \"value\": \"INATQ4\"\n },\n {\n \"label\": \"INATQ6 - Amritsar\",\n \"value\": \"INATQ6\"\n },\n {\n \"label\": \"INATRB - Attari Road\",\n \"value\": \"INATRB\"\n },\n {\n \"label\": \"INATT2 - Attari Railway Stat\",\n \"value\": \"INATT2\"\n },\n {\n \"label\": \"INAWM6 - SEZ, SHENDRA\",\n \"value\": \"INAWM6\"\n },\n {\n \"label\": \"INAWS6 - SOMANI SEZ BHIWADI\",\n \"value\": \"INAWS6\"\n },\n {\n \"label\": \"INAWW6 - WIDL AEZ, AURANGABAD\",\n \"value\": \"INAWW6\"\n },\n {\n \"label\": \"INAZK1 - Azhikkal\",\n \"value\": \"INAZK1\"\n },\n {\n \"label\": \"INBAG6 - GEM&JEWEL-SEZ/ULWE\",\n \"value\": \"INBAG6\"\n },\n {\n \"label\": \"INBAI6 - IT/ITES-B-SEZ/ULWE\",\n \"value\": \"INBAI6\"\n },\n {\n \"label\": \"INBAM6 - MULTISERVCE-SEZ/ULWE\",\n \"value\": \"INBAM6\"\n },\n {\n \"label\": \"INBAP6 - MULTISERVICEDRONAGIR\",\n \"value\": \"INBAP6\"\n },\n {\n \"label\": \"INBAT6 - IT/ITES-C SEZ/UIWE\",\n \"value\": \"INBAT6\"\n },\n {\n \"label\": \"INBAU6 - IT/ITES-A-SEZ/ULWE\",\n \"value\": \"INBAU6\"\n },\n {\n \"label\": \"INBAW6 - ICD BAWAL\",\n \"value\": \"INBAW6\"\n },\n {\n \"label\": \"INBBI4 - Bhubaneswar\",\n \"value\": \"INBBI4\"\n },\n {\n \"label\": \"INBBM6 - Bari Brahamna ICD\",\n \"value\": \"INBBM6\"\n },\n {\n \"label\": \"INBBP1 - Bahabal Pur\",\n \"value\": \"INBBP1\"\n },\n {\n \"label\": \"INBBS6 - SEZ, OIIDC, BHUBANES\",\n \"value\": \"INBBS6\"\n },\n {\n \"label\": \"INBCH6 - HARI SEZ VARANASI\",\n \"value\": \"INBCH6\"\n },\n {\n \"label\": \"INBCO6 - EURO MULTIVISION SEZ\",\n \"value\": \"INBCO6\"\n },\n {\n \"label\": \"INBCP6 - PRITECH/SEZ/BANGLORE\",\n \"value\": \"INBCP6\"\n },\n {\n \"label\": \"INBDB6 - PRECIOUSCARGOCUSTOMS\",\n \"value\": \"INBDB6\"\n },\n {\n \"label\": \"INBDG1 - Badagara\",\n \"value\": \"INBDG1\"\n },\n {\n \"label\": \"INBDH6 - ICD BADOHI\",\n \"value\": \"INBDH6\"\n },\n {\n \"label\": \"INBDI6 - ICD BADDI,\",\n \"value\": \"INBDI6\"\n },\n {\n \"label\": \"INBDM6 - ICD, PANCHI, SONIPAT\",\n \"value\": \"INBDM6\"\n },\n {\n \"label\": \"INBDQ1 - Vadodara\",\n \"value\": \"INBDQ1\"\n },\n {\n \"label\": \"INBDR1 - Baindur\",\n \"value\": \"INBDR1\"\n },\n {\n \"label\": \"INBED1 - Bedi\",\n \"value\": \"INBED1\"\n },\n {\n \"label\": \"INBEK4 - Bareilly\",\n \"value\": \"INBEK4\"\n },\n {\n \"label\": \"INBEP4 - Bellary\",\n \"value\": \"INBEP4\"\n },\n {\n \"label\": \"INBET1 - Betul\",\n \"value\": \"INBET1\"\n },\n {\n \"label\": \"INBEY1 - Beypore\",\n \"value\": \"INBEY1\"\n },\n {\n \"label\": \"INBFR6 - M/S GRFL, ICD, BALLA\",\n \"value\": \"INBFR6\"\n },\n {\n \"label\": \"INBGK6 - Bhagat ki Kothi Jodh\",\n \"value\": \"INBGK6\"\n },\n {\n \"label\": \"INBGMB - Baghmara\",\n \"value\": \"INBGMB\"\n },\n {\n \"label\": \"INBGQ6 - QUEST SEZ BELGAUM\",\n \"value\": \"INBGQ6\"\n },\n {\n \"label\": \"INBGUB - Bairgania\",\n \"value\": \"INBGUB\"\n },\n {\n \"label\": \"INBGW1 - Bhagwa\",\n \"value\": \"INBGW1\"\n },\n {\n \"label\": \"INBHC6 - JUBILANT/SEZ/VILAYAT\",\n \"value\": \"INBHC6\"\n },\n {\n \"label\": \"INBHD6 - DAHEZ SEZ\",\n \"value\": \"INBHD6\"\n },\n {\n \"label\": \"INBHJ4 - Bhuj\",\n \"value\": \"INBHJ4\"\n },\n {\n \"label\": \"INBHL6 - Bhilwara\",\n \"value\": \"INBHL6\"\n },\n {\n \"label\": \"INBHM1 - Bheemunipatnam\",\n \"value\": \"INBHM1\"\n },\n {\n \"label\": \"INBHO4 - Bhopal\",\n \"value\": \"INBHO4\"\n },\n {\n \"label\": \"INBHS6 - STERLING BHARUCH\",\n \"value\": \"INBHS6\"\n },\n {\n \"label\": \"INBHU1 - Bhavanagar\",\n \"value\": \"INBHU1\"\n },\n {\n \"label\": \"INBHU4 - Bhavanagar\",\n \"value\": \"INBHU4\"\n },\n {\n \"label\": \"INBKB4 - Bikaner\",\n \"value\": \"INBKB4\"\n },\n {\n \"label\": \"INBKR1 - Belekeri\",\n \"value\": \"INBKR1\"\n },\n {\n \"label\": \"INBKT1 - Bankot\",\n \"value\": \"INBKT1\"\n },\n {\n \"label\": \"INBLC6 - CESSNA/SEZ/BANGALORE\",\n \"value\": \"INBLC6\"\n },\n {\n \"label\": \"INBLE6 - CONCOR ICD BALASORE\",\n \"value\": \"INBLE6\"\n },\n {\n \"label\": \"INBLJ6 - Agra\",\n \"value\": \"INBLJ6\"\n },\n {\n \"label\": \"INBLK1 - Belekeri\",\n \"value\": \"INBLK1\"\n },\n {\n \"label\": \"INBLM1 - Bilimora\",\n \"value\": \"INBLM1\"\n },\n {\n \"label\": \"INBLP1 - Belapur\",\n \"value\": \"INBLP1\"\n },\n {\n \"label\": \"INBLR4 - Bangalore\",\n \"value\": \"INBLR4\"\n },\n {\n \"label\": \"INBLR5 - Bangalore\",\n \"value\": \"INBLR5\"\n },\n {\n \"label\": \"INBLR6 - Bangalore\",\n \"value\": \"INBLR6\"\n },\n {\n \"label\": \"INBLTB - Balet\",\n \"value\": \"INBLTB\"\n },\n {\n \"label\": \"INBLV6 - VTV/SEZ/BANGALORE\",\n \"value\": \"INBLV6\"\n },\n {\n \"label\": \"INBMA6 - APIIC PRAKASHAM\",\n \"value\": \"INBMA6\"\n },\n {\n \"label\": \"INBMR2 - Barmer Railway Stati\",\n \"value\": \"INBMR2\"\n },\n {\n \"label\": \"INBNC6 - KBITS SEZ BANGALORE\",\n \"value\": \"INBNC6\"\n },\n {\n \"label\": \"INBND1 - Bandra\",\n \"value\": \"INBND1\"\n },\n {\n \"label\": \"INBNG6 - MAHAGAON ICD, THANE\",\n \"value\": \"INBNG6\"\n },\n {\n \"label\": \"INBNK6 - KOLKATA IT PARK\",\n \"value\": \"INBNK6\"\n },\n {\n \"label\": \"INBNP1 - Bheemunipatnam\",\n \"value\": \"INBNP1\"\n },\n {\n \"label\": \"INBNRB - Bhimnagar\",\n \"value\": \"INBNRB\"\n },\n {\n \"label\": \"INBNT6 - TCS\",\n \"value\": \"INBNT6\"\n },\n {\n \"label\": \"INBNW6 - WIPRO SEZ\",\n \"value\": \"INBNW6\"\n },\n {\n \"label\": \"INBNX6 - CANDOR ONE HTSPL,SEZ\",\n \"value\": \"INBNX6\"\n },\n {\n \"label\": \"INBNYB - Berhni\",\n \"value\": \"INBNYB\"\n },\n {\n \"label\": \"INBOK6 - BORKHEDI ICD NAGPUR\",\n \"value\": \"INBOK6\"\n },\n {\n \"label\": \"INBOLB - Bolanganj\",\n \"value\": \"INBOLB\"\n },\n {\n \"label\": \"INBOM1 - Mumbai (Ex Bombay)\",\n \"value\": \"INBOM1\"\n },\n {\n \"label\": \"INBOM4 - Mumbai (Ex Bombay)\",\n \"value\": \"INBOM4\"\n },\n {\n \"label\": \"INBOM5 - Mumbai (Ex Bombay)\",\n \"value\": \"INBOM5\"\n },\n {\n \"label\": \"INBOM6 - Mumbai(EPZ/SEZ)\",\n \"value\": \"INBOM6\"\n },\n {\n \"label\": \"INBPL5 - BHOPAL FPO\",\n \"value\": \"INBPL5\"\n },\n {\n \"label\": \"INBPS5 - APSO MUMBAI\",\n \"value\": \"INBPS5\"\n },\n {\n \"label\": \"INBRAB - Barsora\",\n \"value\": \"INBRAB\"\n },\n {\n \"label\": \"INBRC6 - Baroda\",\n \"value\": \"INBRC6\"\n },\n {\n \"label\": \"INBRH1 - Broach\",\n \"value\": \"INBRH1\"\n },\n {\n \"label\": \"INBRI6 - RNBIPL SEZ BIKANER\",\n \"value\": \"INBRI6\"\n },\n {\n \"label\": \"INBRL6 - L & T/SEZ/VADODARA\",\n \"value\": \"INBRL6\"\n },\n {\n \"label\": \"INBRM1 - Borlai \\u00bf Mandla\",\n \"value\": \"INBRM1\"\n },\n {\n \"label\": \"INBRS6 - S E & C/SEZ/WAGHODIA\",\n \"value\": \"INBRS6\"\n },\n {\n \"label\": \"INBRY1 - Borya\",\n \"value\": \"INBRY1\"\n },\n {\n \"label\": \"INBSAB - Banbasa\",\n \"value\": \"INBSAB\"\n },\n {\n \"label\": \"INBSB6 - Varanasi\",\n \"value\": \"INBSB6\"\n },\n {\n \"label\": \"INBSL6 - Bhusaval ICD\",\n \"value\": \"INBSL6\"\n },\n {\n \"label\": \"INBSN1 - Bassein\",\n \"value\": \"INBSN1\"\n },\n {\n \"label\": \"INBSR1 - Bulsar\",\n \"value\": \"INBSR1\"\n },\n {\n \"label\": \"INBSW6 - AFS KAPASHERA\",\n \"value\": \"INBSW6\"\n },\n {\n \"label\": \"INBTK1 - Bhatkal\",\n \"value\": \"INBTK1\"\n },\n {\n \"label\": \"INBTMB - Bhithamore(Sursnad)\",\n \"value\": \"INBTMB\"\n },\n {\n \"label\": \"INBTR1 - Bitra Island\",\n \"value\": \"INBTR1\"\n },\n {\n \"label\": \"INBUD1 - Budge-Budge\",\n \"value\": \"INBUD1\"\n },\n {\n \"label\": \"INBUL6 - AN FTWZ BULANDSHAHR\",\n \"value\": \"INBUL6\"\n },\n {\n \"label\": \"INBUP4 - Bhatinda\",\n \"value\": \"INBUP4\"\n },\n {\n \"label\": \"INBUP6 - Bhatinda\",\n \"value\": \"INBUP6\"\n },\n {\n \"label\": \"INBVC6 - CONCR-ICD/BALLABGARH\",\n \"value\": \"INBVC6\"\n },\n {\n \"label\": \"INBWD6 - Bhiwadi\",\n \"value\": \"INBWD6\"\n },\n {\n \"label\": \"INBWN1 - Bhiwandi\",\n \"value\": \"INBWN1\"\n },\n {\n \"label\": \"INBXR6 - DLF LTD., SEZ\",\n \"value\": \"INBXR6\"\n },\n {\n \"label\": \"INBYT1 - Beyt\",\n \"value\": \"INBYT1\"\n },\n {\n \"label\": \"INCAG6 - TATA STEEL SEZGANJAM\",\n \"value\": \"INCAG6\"\n },\n {\n \"label\": \"INCAM1 - Cambay\",\n \"value\": \"INCAM1\"\n },\n {\n \"label\": \"INCAP1 - Calingapatam\",\n \"value\": \"INCAP1\"\n },\n {\n \"label\": \"INCAR1 - Carijam\",\n \"value\": \"INCAR1\"\n },\n {\n \"label\": \"INCAS6 - SAPL SEZ/ GANJAM\",\n \"value\": \"INCAS6\"\n },\n {\n \"label\": \"INCBC6 - CHIPL SEZ/ COIMBATOR\",\n \"value\": \"INCBC6\"\n },\n {\n \"label\": \"INCBD4 - Car Nicobar\",\n \"value\": \"INCBD4\"\n },\n {\n \"label\": \"INCBDB - Changrabandh\",\n \"value\": \"INCBDB\"\n },\n {\n \"label\": \"INCBE6 - COIMBATORE\",\n \"value\": \"INCBE6\"\n },\n {\n \"label\": \"INCBL1 - Chandbali\",\n \"value\": \"INCBL1\"\n },\n {\n \"label\": \"INCBS6 - SE&C COIMBATORE\",\n \"value\": \"INCBS6\"\n },\n {\n \"label\": \"INCCH6 - Chinchwad ICD\",\n \"value\": \"INCCH6\"\n },\n {\n \"label\": \"INCCI6 - WIPRO SEZ HINJEWADI\",\n \"value\": \"INCCI6\"\n },\n {\n \"label\": \"INCCJ1 - Kozhikode (ex Calicu\",\n \"value\": \"INCCJ1\"\n },\n {\n \"label\": \"INCCJ4 - Kozhikode (ex Calicu\",\n \"value\": \"INCCJ4\"\n },\n {\n \"label\": \"INCCP6 - PEPPL SEZ, CHINCHWAD\",\n \"value\": \"INCCP6\"\n },\n {\n \"label\": \"INCCQ6 - M/S QB PARK LTD.\",\n \"value\": \"INCCQ6\"\n },\n {\n \"label\": \"INCCT6 - KINFRAFP SEZ\",\n \"value\": \"INCCT6\"\n },\n {\n \"label\": \"INCCU1 - Calcutta\",\n \"value\": \"INCCU1\"\n },\n {\n \"label\": \"INCCU4 - Calcutta\",\n \"value\": \"INCCU4\"\n },\n {\n \"label\": \"INCCU5 - Calcutta\",\n \"value\": \"INCCU5\"\n },\n {\n \"label\": \"INCCW6 - WIPRO LTD.\",\n \"value\": \"INCCW6\"\n },\n {\n \"label\": \"INCDC6 - RGT PARK (PHASE-II)\",\n \"value\": \"INCDC6\"\n },\n {\n \"label\": \"INCDD6 - RGT PARK (PHASE-I)\",\n \"value\": \"INCDD6\"\n },\n {\n \"label\": \"INCDL1 - Cuddalore\",\n \"value\": \"INCDL1\"\n },\n {\n \"label\": \"INCDP1 - Coondapur (Ganguly)\",\n \"value\": \"INCDP1\"\n },\n {\n \"label\": \"INCDP4 - Cuddapah\",\n \"value\": \"INCDP4\"\n },\n {\n \"label\": \"INCDP6 - M/S APIIC LTD SEZ.\",\n \"value\": \"INCDP6\"\n },\n {\n \"label\": \"INCDQ6 - QUARKCITY/SEZ/MOHALI\",\n \"value\": \"INCDQ6\"\n },\n {\n \"label\": \"INCDR6 - SUN PHARMACEUTICALS\",\n \"value\": \"INCDR6\"\n },\n {\n \"label\": \"INCEC6 - L&T AE IT SEZ PVT.\",\n \"value\": \"INCEC6\"\n },\n {\n \"label\": \"INCGA6 - MWCD APARELS CHENGPA\",\n \"value\": \"INCGA6\"\n },\n {\n \"label\": \"INCGE6 - ETA TECH. PVT. LTD.\",\n \"value\": \"INCGE6\"\n },\n {\n \"label\": \"INCGI6 - MWCD SEZ CHENGALPATU\",\n \"value\": \"INCGI6\"\n },\n {\n \"label\": \"INCGL6 - MWCD AUTO ANCILARIES\",\n \"value\": \"INCGL6\"\n },\n {\n \"label\": \"INCHE6 - Tiruppur-Chettipalay\",\n \"value\": \"INCHE6\"\n },\n {\n \"label\": \"INCHJ6 - ICD WARDHA\",\n \"value\": \"INCHJ6\"\n },\n {\n \"label\": \"INCHL1 - Colachel\",\n \"value\": \"INCHL1\"\n },\n {\n \"label\": \"INCHMB - Chamurchi\",\n \"value\": \"INCHMB\"\n },\n {\n \"label\": \"INCHN6 - Vadodara Chhani CFS\",\n \"value\": \"INCHN6\"\n },\n {\n \"label\": \"INCHPB - Champai\",\n \"value\": \"INCHPB\"\n },\n {\n \"label\": \"INCHR1 - Chapora\",\n \"value\": \"INCHR1\"\n },\n {\n \"label\": \"INCJA6 - L&T AE IT SEZ\",\n \"value\": \"INCJA6\"\n },\n {\n \"label\": \"INCJB4 - Coimbatore\",\n \"value\": \"INCJB4\"\n },\n {\n \"label\": \"INCJB6 - Coimbatore\",\n \"value\": \"INCJB6\"\n },\n {\n \"label\": \"INCJC6 - NCTL (ENGG.) SEZ/ KA\",\n \"value\": \"INCJC6\"\n },\n {\n \"label\": \"INCJD6 - DLF INFOCITY DEV.\",\n \"value\": \"INCJD6\"\n },\n {\n \"label\": \"INCJE6 - ECTN KANCHEEPURAM\",\n \"value\": \"INCJE6\"\n },\n {\n \"label\": \"INCJF6 - FTIL SRIPERUMBUDUR\",\n \"value\": \"INCJF6\"\n },\n {\n \"label\": \"INCJH6 - ICD WARDHA\",\n \"value\": \"INCJH6\"\n },\n {\n \"label\": \"INCJI6 - ETL IS LTD.\",\n \"value\": \"INCJI6\"\n },\n {\n \"label\": \"INCJJ6 - J M FTZ/SEZ/MANNUR\",\n \"value\": \"INCJJ6\"\n },\n {\n \"label\": \"INCJN6 - NIPL SEZ SRIPERUMBUD\",\n \"value\": \"INCJN6\"\n },\n {\n \"label\": \"INCJO6 - SIPCOT ORAGADAM SRIP\",\n \"value\": \"INCJO6\"\n },\n {\n \"label\": \"INCJS6 - SIPCOT SRIPERUMBUDUR\",\n \"value\": \"INCJS6\"\n },\n {\n \"label\": \"INCLK6 - KSITIL/SEZ/KOZHIKODE\",\n \"value\": \"INCLK6\"\n },\n {\n \"label\": \"INCLU6 - ULCCS/SEZ/KOZHIKODE\",\n \"value\": \"INCLU6\"\n },\n {\n \"label\": \"INCLX6 - Chirala\",\n \"value\": \"INCLX6\"\n },\n {\n \"label\": \"INCMB1 - Cambay\",\n \"value\": \"INCMB1\"\n },\n {\n \"label\": \"INCML6 - KATHUWAS ICD ALWAR\",\n \"value\": \"INCML6\"\n },\n {\n \"label\": \"INCNB1 - Car-Nicobar\",\n \"value\": \"INCNB1\"\n },\n {\n \"label\": \"INCNC6 - NCT PVT. LTD. SEZ\",\n \"value\": \"INCNC6\"\n },\n {\n \"label\": \"INCNN1 - Cannanore\",\n \"value\": \"INCNN1\"\n },\n {\n \"label\": \"INCOA6 - KAKINADA SEZ KAKINAD\",\n \"value\": \"INCOA6\"\n },\n {\n \"label\": \"INCOH4 - Cooch Behar\",\n \"value\": \"INCOH4\"\n },\n {\n \"label\": \"INCOK1 - Cochin\",\n \"value\": \"INCOK1\"\n },\n {\n \"label\": \"INCOK4 - Cochin\",\n \"value\": \"INCOK4\"\n },\n {\n \"label\": \"INCOK6 - Cochin(EPZ/SEZ)\",\n \"value\": \"INCOK6\"\n },\n {\n \"label\": \"INCOL1 - Colochel\",\n \"value\": \"INCOL1\"\n },\n {\n \"label\": \"INCOO1 - Coondapur (Ganguly)\",\n \"value\": \"INCOO1\"\n },\n {\n \"label\": \"INCOP6 - PARRY SEZ KAKINADA\",\n \"value\": \"INCOP6\"\n },\n {\n \"label\": \"INCPC6 - Kanpur Chakeri\",\n \"value\": \"INCPC6\"\n },\n {\n \"label\": \"INCPL6 - Dadri CGML\",\n \"value\": \"INCPL6\"\n },\n {\n \"label\": \"INCPR6 - ICD CHAWAPAYAL\",\n \"value\": \"INCPR6\"\n },\n {\n \"label\": \"INCRL6 - RGA SEZ CHIKKANKANNE\",\n \"value\": \"INCRL6\"\n },\n {\n \"label\": \"INCRN1 - Cornwallis\",\n \"value\": \"INCRN1\"\n },\n {\n \"label\": \"INCRW6 - WIPRO/SEZ/BANGALORE\",\n \"value\": \"INCRW6\"\n },\n {\n \"label\": \"INCRXB - LOKSAN LCS\",\n \"value\": \"INCRXB\"\n },\n {\n \"label\": \"INCSP6 - SI PVT. LTD.\",\n \"value\": \"INCSP6\"\n },\n {\n \"label\": \"INCSV6 - SPVL SEZ COIMBATORE\",\n \"value\": \"INCSV6\"\n },\n {\n \"label\": \"INCTI1 - Chetlat Island\",\n \"value\": \"INCTI1\"\n },\n {\n \"label\": \"INCUM1 - Cutch Mandvi\",\n \"value\": \"INCUM1\"\n },\n {\n \"label\": \"INDAE4 - Daparizo\",\n \"value\": \"INDAE4\"\n },\n {\n \"label\": \"INDAH1 - Dahej\",\n \"value\": \"INDAH1\"\n },\n {\n \"label\": \"INDAI4 - Darjeeling\",\n \"value\": \"INDAI4\"\n },\n {\n \"label\": \"INDAM1 - Daman\",\n \"value\": \"INDAM1\"\n },\n {\n \"label\": \"INDAM4 - Daman\",\n \"value\": \"INDAM4\"\n },\n {\n \"label\": \"INDAR6 - ARTHA SEZ GR. NOIDA\",\n \"value\": \"INDAR6\"\n },\n {\n \"label\": \"INDBD4 - Dhanbad\",\n \"value\": \"INDBD4\"\n },\n {\n \"label\": \"INDBS6 - SANTA-SEZ/ViII-MUPPI\",\n \"value\": \"INDBS6\"\n },\n {\n \"label\": \"INDDL6 - PSWC ICD DHANDARIKAL\",\n \"value\": \"INDDL6\"\n },\n {\n \"label\": \"INDEA6 - AS PVT. LTD.\",\n \"value\": \"INDEA6\"\n },\n {\n \"label\": \"INDED4 - Dehra Dun\",\n \"value\": \"INDED4\"\n },\n {\n \"label\": \"INDEF6 - INFOSYS SEZ DADRI\",\n \"value\": \"INDEF6\"\n },\n {\n \"label\": \"INDEG1 - Deogad\",\n \"value\": \"INDEG1\"\n },\n {\n \"label\": \"INDEH6 - HCL TECH. LTD. DEV.\",\n \"value\": \"INDEH6\"\n },\n {\n \"label\": \"INDEI6 - IVR SEZ NOIDA\",\n \"value\": \"INDEI6\"\n },\n {\n \"label\": \"INDEJ6 - JUBILANT SEZ NOIDA\",\n \"value\": \"INDEJ6\"\n },\n {\n \"label\": \"INDEL4 - Delhi\",\n \"value\": \"INDEL4\"\n },\n {\n \"label\": \"INDEL5 - Delhi\",\n \"value\": \"INDEL5\"\n },\n {\n \"label\": \"INDEM6 - MOSERBAER/SEZ/NOIDA\",\n \"value\": \"INDEM6\"\n },\n {\n \"label\": \"INDEN6 - M/S NIIT TECH. LTD.\",\n \"value\": \"INDEN6\"\n },\n {\n \"label\": \"INDEP4 - Deparizo\",\n \"value\": \"INDEP4\"\n },\n {\n \"label\": \"INDER6 - Dadri\",\n \"value\": \"INDER6\"\n },\n {\n \"label\": \"INDES6 - M/S SEAVIEW DEV. LTD\",\n \"value\": \"INDES6\"\n },\n {\n \"label\": \"INDET6 - UNITECH HITECH NOIDA\",\n \"value\": \"INDET6\"\n },\n {\n \"label\": \"INDEU6 - UNITECHINFRA NOIDA\",\n \"value\": \"INDEU6\"\n },\n {\n \"label\": \"INDEW6 - M/S WIPRO LTD.\",\n \"value\": \"INDEW6\"\n },\n {\n \"label\": \"INDGI6 - GALLANT SEZ NOIDA\",\n \"value\": \"INDGI6\"\n },\n {\n \"label\": \"INDGT6 - GOLDEN SEZ NOIDA\",\n \"value\": \"INDGT6\"\n },\n {\n \"label\": \"INDHA6 - Indore-Dhannad\",\n \"value\": \"INDHA6\"\n },\n {\n \"label\": \"INDHBB - Dhubri Steamerghat\",\n \"value\": \"INDHBB\"\n },\n {\n \"label\": \"INDHLB - Dhalaighat\",\n \"value\": \"INDHLB\"\n },\n {\n \"label\": \"INDHM4 - Dharamsala\",\n \"value\": \"INDHM4\"\n },\n {\n \"label\": \"INDHN1 - Dahanu\",\n \"value\": \"INDHN1\"\n },\n {\n \"label\": \"INDHP1 - Dabhol Port\",\n \"value\": \"INDHP1\"\n },\n {\n \"label\": \"INDHR1 - Dholera\",\n \"value\": \"INDHR1\"\n },\n {\n \"label\": \"INDHU1 - Dahanu\",\n \"value\": \"INDHU1\"\n },\n {\n \"label\": \"INDIB4 - Dibrugarh\",\n \"value\": \"INDIB4\"\n },\n {\n \"label\": \"INDID6 - SEZ, MIDC, NANDED\",\n \"value\": \"INDID6\"\n },\n {\n \"label\": \"INDIG1 - Dighi Port\",\n \"value\": \"INDIG1\"\n },\n {\n \"label\": \"INDIG6 - Dighi (Pune)\",\n \"value\": \"INDIG6\"\n },\n {\n \"label\": \"INDIT6 - ANSAL IT/SEZ/NOIDA\",\n \"value\": \"INDIT6\"\n },\n {\n \"label\": \"INDIU1 - Diu\",\n \"value\": \"INDIU1\"\n },\n {\n \"label\": \"INDIU4 - Diu\",\n \"value\": \"INDIU4\"\n },\n {\n \"label\": \"INDIV1 - Div\",\n \"value\": \"INDIV1\"\n },\n {\n \"label\": \"INDLAB - Dharchula\",\n \"value\": \"INDLAB\"\n },\n {\n \"label\": \"INDLH6 - APLLP SEZ BENGALURU\",\n \"value\": \"INDLH6\"\n },\n {\n \"label\": \"INDLI2 - Delhi Railway Statio\",\n \"value\": \"INDLI2\"\n },\n {\n \"label\": \"INDLOB - BIRPARA LCS\",\n \"value\": \"INDLOB\"\n },\n {\n \"label\": \"INDLUB - Dalu\",\n \"value\": \"INDLUB\"\n },\n {\n \"label\": \"INDMA1 - DHAMRA\",\n \"value\": \"INDMA1\"\n },\n {\n \"label\": \"INDMRB - Demagir\",\n \"value\": \"INDMRB\"\n },\n {\n \"label\": \"INDMT1 - Dharamtar\",\n \"value\": \"INDMT1\"\n },\n {\n \"label\": \"INDMU4 - Dimapur\",\n \"value\": \"INDMU4\"\n },\n {\n \"label\": \"INDPC4 - DPC BKC Mumbai\",\n \"value\": \"INDPC4\"\n },\n {\n \"label\": \"INDPR6 - DAPPER\",\n \"value\": \"INDPR6\"\n },\n {\n \"label\": \"INDRC6 - RCIPL SEZ NOIDA\",\n \"value\": \"INDRC6\"\n },\n {\n \"label\": \"INDRGB - Darranga\",\n \"value\": \"INDRGB\"\n },\n {\n \"label\": \"INDRK1 - Dwarka (Rupen)\",\n \"value\": \"INDRK1\"\n },\n {\n \"label\": \"INDRL1 - Dabolim\",\n \"value\": \"INDRL1\"\n },\n {\n \"label\": \"INDRU6 - Belgaum Desur\",\n \"value\": \"INDRU6\"\n },\n {\n \"label\": \"INDSK1 - Dhanu-shkodi\",\n \"value\": \"INDSK1\"\n },\n {\n \"label\": \"INDSM6 - SMRTPL SEZ NOIDA\",\n \"value\": \"INDSM6\"\n },\n {\n \"label\": \"INDTW1 - Dantiwara\",\n \"value\": \"INDTW1\"\n },\n {\n \"label\": \"INDUR6 - ICD Durgapur\",\n \"value\": \"INDUR6\"\n },\n {\n \"label\": \"INDWA1 - Dwarka\",\n \"value\": \"INDWA1\"\n },\n {\n \"label\": \"INDWKB - Dawki\",\n \"value\": \"INDWKB\"\n },\n {\n \"label\": \"INDWN6 - ICD SAMALKHA PANIPAT\",\n \"value\": \"INDWN6\"\n },\n {\n \"label\": \"INDWR6 - INFOSYS SEZ HUBLI\",\n \"value\": \"INDWR6\"\n },\n {\n \"label\": \"INENR1 - KAMARAJAR PORT LTD\",\n \"value\": \"INENR1\"\n },\n {\n \"label\": \"INERP6 - PUTHUVYPEEN SEZ\",\n \"value\": \"INERP6\"\n },\n {\n \"label\": \"INERV6 - VALLARPADOM SEZ\",\n \"value\": \"INERV6\"\n },\n {\n \"label\": \"INESH1 - Elphinstone Harbour\",\n \"value\": \"INESH1\"\n },\n {\n \"label\": \"INFBD6 - ICD Faridabad\",\n \"value\": \"INFBD6\"\n },\n {\n \"label\": \"INFBE6 - ESPIRE SEZ FARIDABAD\",\n \"value\": \"INFBE6\"\n },\n {\n \"label\": \"INFBM6 - METRO SEZ GURGAON\",\n \"value\": \"INFBM6\"\n },\n {\n \"label\": \"INFBP6 - PERPETUAL FARIDABAD\",\n \"value\": \"INFBP6\"\n },\n {\n \"label\": \"INFBRB - Fulbari LCS\",\n \"value\": \"INFBRB\"\n },\n {\n \"label\": \"INFBS6 - SELECTOSEZ FARIDABAD\",\n \"value\": \"INFBS6\"\n },\n {\n \"label\": \"INFCH5 - FPO(SEA) CHENNAI\",\n \"value\": \"INFCH5\"\n },\n {\n \"label\": \"INFLT6 - Falta(SEZ)\",\n \"value\": \"INFLT6\"\n },\n {\n \"label\": \"INFMA6 - APIICL MEDAK\",\n \"value\": \"INFMA6\"\n },\n {\n \"label\": \"INFMH6 - HGSEZL RANGA REDDY\",\n \"value\": \"INFMH6\"\n },\n {\n \"label\": \"INFMJ6 - M/S J.T. SEZ, RANGAR\",\n \"value\": \"INFMJ6\"\n },\n {\n \"label\": \"INFMS6 - M/S STARGAZE, SEZ\",\n \"value\": \"INFMS6\"\n },\n {\n \"label\": \"INGAIB - Gauriphanta\",\n \"value\": \"INGAIB\"\n },\n {\n \"label\": \"INGALB - Galgalia\",\n \"value\": \"INGALB\"\n },\n {\n \"label\": \"INGAO6 - OPGS POWER GUJARAT\",\n \"value\": \"INGAO6\"\n },\n {\n \"label\": \"INGAS6 - ANSAL SEZ GURGAON\",\n \"value\": \"INGAS6\"\n },\n {\n \"label\": \"INGAU1 - Gauhati (Panidi)\",\n \"value\": \"INGAU1\"\n },\n {\n \"label\": \"INGAU2 - Gauhati (Panidi)\",\n \"value\": \"INGAU2\"\n },\n {\n \"label\": \"INGAU4 - Gauhati (Panidi)\",\n \"value\": \"INGAU4\"\n },\n {\n \"label\": \"INGAU5 - FPO GUWAHATI\",\n \"value\": \"INGAU5\"\n },\n {\n \"label\": \"INGAW2 - Guwahati\",\n \"value\": \"INGAW2\"\n },\n {\n \"label\": \"INGAY4 - Gaya\",\n \"value\": \"INGAY4\"\n },\n {\n \"label\": \"INGDL6 - DLF CYBERCITY SEZ,\",\n \"value\": \"INGDL6\"\n },\n {\n \"label\": \"INGDM6 - MF PARK PVT. LTD.\",\n \"value\": \"INGDM6\"\n },\n {\n \"label\": \"INGDP6 - FLLPL SEZ THIRUVALUR\",\n \"value\": \"INGDP6\"\n },\n {\n \"label\": \"INGED2 - Gede Railway Station\",\n \"value\": \"INGED2\"\n },\n {\n \"label\": \"INGGA1 - Gogha\",\n \"value\": \"INGGA1\"\n },\n {\n \"label\": \"INGGB6 - SBPL SEZ GURGAON\",\n \"value\": \"INGGB6\"\n },\n {\n \"label\": \"INGGC6 - ORIENT SEZ GURGAON\",\n \"value\": \"INGGC6\"\n },\n {\n \"label\": \"INGGD6 - DLF LTD.\",\n \"value\": \"INGGD6\"\n },\n {\n \"label\": \"INGGE6 - AEPL SEZ GURGAON\",\n \"value\": \"INGGE6\"\n },\n {\n \"label\": \"INGGF6 - FRESH SEZ GURGAON\",\n \"value\": \"INGGF6\"\n },\n {\n \"label\": \"INGGG6 - GHI SEZ GURGAON\",\n \"value\": \"INGGG6\"\n },\n {\n \"label\": \"INGGI6 - GIL SEZ, GURGAON\",\n \"value\": \"INGGI6\"\n },\n {\n \"label\": \"INGGL6 - LUXOR SEZ GURGAON\",\n \"value\": \"INGGL6\"\n },\n {\n \"label\": \"INGGM6 - MIPPL SEZ GURGAON\",\n \"value\": \"INGGM6\"\n },\n {\n \"label\": \"INGGN2 - Gurgaon\",\n \"value\": \"INGGN2\"\n },\n {\n \"label\": \"INGGO6 - ORIENTCRAFT SEZ GGN\",\n \"value\": \"INGGO6\"\n },\n {\n \"label\": \"INGGP6 - SUNWISE SEZ GURGAON\",\n \"value\": \"INGGP6\"\n },\n {\n \"label\": \"INGGS6 - SUNCITY SEZ GURGAON\",\n \"value\": \"INGGS6\"\n },\n {\n \"label\": \"INGGU6 - URP LTD.\",\n \"value\": \"INGGU6\"\n },\n {\n \"label\": \"INGGV1 - GANGAVARAM PORT\",\n \"value\": \"INGGV1\"\n },\n {\n \"label\": \"INGHA1 - Ghogha\",\n \"value\": \"INGHA1\"\n },\n {\n \"label\": \"INGHC6 - ASF INSIGNIA SEZ\",\n \"value\": \"INGHC6\"\n },\n {\n \"label\": \"INGHPB - Ghasuapara\",\n \"value\": \"INGHPB\"\n },\n {\n \"label\": \"INGHR6 - Garhi Harsaru Gurgao\",\n \"value\": \"INGHR6\"\n },\n {\n \"label\": \"INGHWB - Gauhati Steamerghat\",\n \"value\": \"INGHWB\"\n },\n {\n \"label\": \"INGID6 - MID PLTD SEZ GURGAON\",\n \"value\": \"INGID6\"\n },\n {\n \"label\": \"INGIN6 - Gandhidham\",\n \"value\": \"INGIN6\"\n },\n {\n \"label\": \"INGJIB - Gunji\",\n \"value\": \"INGJIB\"\n },\n {\n \"label\": \"INGJXB - Ghojadanga\",\n \"value\": \"INGJXB\"\n },\n {\n \"label\": \"INGKJ2 - Golakganj Railway St\",\n \"value\": \"INGKJ2\"\n },\n {\n \"label\": \"INGKJB - Golakganj LCS\",\n \"value\": \"INGKJB\"\n },\n {\n \"label\": \"INGLY6 - APIIC MAHABOOBNAGAR\",\n \"value\": \"INGLY6\"\n },\n {\n \"label\": \"INGMI6 - MID PVT LTD.\",\n \"value\": \"INGMI6\"\n },\n {\n \"label\": \"INGNA6 - APPL, SEZ\",\n \"value\": \"INGNA6\"\n },\n {\n \"label\": \"INGNC6 - GIFT SEZ LTD\",\n \"value\": \"INGNC6\"\n },\n {\n \"label\": \"INGNG6 - GIDC, SEZ\",\n \"value\": \"INGNG6\"\n },\n {\n \"label\": \"INGNL6 - LOMA ITPARK GHANSOLI\",\n \"value\": \"INGNL6\"\n },\n {\n \"label\": \"INGNP6 - GPRPL SEZ GURGAON\",\n \"value\": \"INGNP6\"\n },\n {\n \"label\": \"INGNR6 - LIPL/MARRIPLEMGUNTUR\",\n \"value\": \"INGNR6\"\n },\n {\n \"label\": \"INGNT6 - TCSL, SEZ\",\n \"value\": \"INGNT6\"\n },\n {\n \"label\": \"INGOI4 - Goa\",\n \"value\": \"INGOI4\"\n },\n {\n \"label\": \"INGOP4 - Gorakhpur\",\n \"value\": \"INGOP4\"\n },\n {\n \"label\": \"INGPB6 - PROGRESSIVE GURGAON\",\n \"value\": \"INGPB6\"\n },\n {\n \"label\": \"INGPR1 - Gopalpur\",\n \"value\": \"INGPR1\"\n },\n {\n \"label\": \"INGRD6 - Mumbai DP-II\",\n \"value\": \"INGRD6\"\n },\n {\n \"label\": \"INGRL6 - GPRL SEZ GURGAON\",\n \"value\": \"INGRL6\"\n },\n {\n \"label\": \"INGRN6 - RELIANCE SEZ GURGAON\",\n \"value\": \"INGRN6\"\n },\n {\n \"label\": \"INGRR6 - Mumbai DP-I\",\n \"value\": \"INGRR6\"\n },\n {\n \"label\": \"INGRS6 - RAHEJA SEZ GURGAON\",\n \"value\": \"INGRS6\"\n },\n {\n \"label\": \"INGRW6 - APM ICD BHAMBOLIKHED\",\n \"value\": \"INGRW6\"\n },\n {\n \"label\": \"INGTGB - Gitaldah road\",\n \"value\": \"INGTGB\"\n },\n {\n \"label\": \"INGTI6 - INFOSYS TECH. LTD.\",\n \"value\": \"INGTI6\"\n },\n {\n \"label\": \"INGTR2 - Guntur\",\n \"value\": \"INGTR2\"\n },\n {\n \"label\": \"INGTS6 - SP PVT. LTD.\",\n \"value\": \"INGTS6\"\n },\n {\n \"label\": \"INGTZB - Getandah\",\n \"value\": \"INGTZB\"\n },\n {\n \"label\": \"INGUX4 - Guna\",\n \"value\": \"INGUX4\"\n },\n {\n \"label\": \"INGWL4 - Gwalior\",\n \"value\": \"INGWL4\"\n },\n {\n \"label\": \"INGWL6 - Malanpuri (Gwalior)\",\n \"value\": \"INGWL6\"\n },\n {\n \"label\": \"INGWM4 - VIJAYAWADA AIRPORT\",\n \"value\": \"INGWM4\"\n },\n {\n \"label\": \"INHAL1 - Haldia\",\n \"value\": \"INHAL1\"\n },\n {\n \"label\": \"INHAN6 - HINDAUN ICD KARAULI\",\n \"value\": \"INHAN6\"\n },\n {\n \"label\": \"INHAO6 - OPTOINFRA/SEZ/HASSAN\",\n \"value\": \"INHAO6\"\n },\n {\n \"label\": \"INHAS6 - HASSAN ICD\",\n \"value\": \"INHAS6\"\n },\n {\n \"label\": \"INHBB6 - SDPL SEZ BENGALURU\",\n \"value\": \"INHBB6\"\n },\n {\n \"label\": \"INHBX4 - Hubli\",\n \"value\": \"INHBX4\"\n },\n {\n \"label\": \"INHDD6 - SIDCUL ICD PANTNAGAR\",\n \"value\": \"INHDD6\"\n },\n {\n \"label\": \"INHEB6 - GOCL SEZ BENGALURU\",\n \"value\": \"INHEB6\"\n },\n {\n \"label\": \"INHEI6 - INFOSYS/SEZ/MYSORE\",\n \"value\": \"INHEI6\"\n },\n {\n \"label\": \"INHEM6 - MEBP/SEZ/BANGALORE\",\n \"value\": \"INHEM6\"\n },\n {\n \"label\": \"INHGLB - Hingalganj\",\n \"value\": \"INHGLB\"\n },\n {\n \"label\": \"INHGT1 - Hangarkatta\",\n \"value\": \"INHGT1\"\n },\n {\n \"label\": \"INHIR6 - SHB ICD SURAT\",\n \"value\": \"INHIR6\"\n },\n {\n \"label\": \"INHJR4 - Khajuraho\",\n \"value\": \"INHJR4\"\n },\n {\n \"label\": \"INHLD2 - Haldibari Railway St\",\n \"value\": \"INHLD2\"\n },\n {\n \"label\": \"INHLE6 - INFY SEZ BEGURHOBLI\",\n \"value\": \"INHLE6\"\n },\n {\n \"label\": \"INHLIB - Hilli\",\n \"value\": \"INHLIB\"\n },\n {\n \"label\": \"INHND1 - HEMNAGAR PORT\",\n \"value\": \"INHND1\"\n },\n {\n \"label\": \"INHON1 - Honavar\",\n \"value\": \"INHON1\"\n },\n {\n \"label\": \"INHPI6 - SANDKHERA ICD KASHIP\",\n \"value\": \"INHPI6\"\n },\n {\n \"label\": \"INHRN1 - Harnai\",\n \"value\": \"INHRN1\"\n },\n {\n \"label\": \"INHSF6 - KIADBFP SEZ HASSAN\",\n \"value\": \"INHSF6\"\n },\n {\n \"label\": \"INHSP6 - KIADBP SEZ HASSAN\",\n \"value\": \"INHSP6\"\n },\n {\n \"label\": \"INHSS4 - Hissar\",\n \"value\": \"INHSS4\"\n },\n {\n \"label\": \"INHST6 - KIADBT SEZ HASSAN\",\n \"value\": \"INHST6\"\n },\n {\n \"label\": \"INHSU6 - ICD HOSUR\",\n \"value\": \"INHSU6\"\n },\n {\n \"label\": \"INHTSB - Hatisar\",\n \"value\": \"INHTSB\"\n },\n {\n \"label\": \"INHUR6 - M/S RASSI, SEZ\",\n \"value\": \"INHUR6\"\n },\n {\n \"label\": \"INHWR1 - Honawar\",\n \"value\": \"INHWR1\"\n },\n {\n \"label\": \"INHYB6 - LHT PARK PVT. LTD.\",\n \"value\": \"INHYB6\"\n },\n {\n \"label\": \"INHYD4 - Hyderabad\",\n \"value\": \"INHYD4\"\n },\n {\n \"label\": \"INHYD5 - FPO HYDERABAD\",\n \"value\": \"INHYD5\"\n },\n {\n \"label\": \"INHYD6 - Hyderabad\",\n \"value\": \"INHYD6\"\n },\n {\n \"label\": \"INHZA1 - HAZIRA, SURAT\",\n \"value\": \"INHZA1\"\n },\n {\n \"label\": \"INHZA6 - Hazira SEZ, Surat\",\n \"value\": \"INHZA6\"\n },\n {\n \"label\": \"INIDR4 - Indore\",\n \"value\": \"INIDR4\"\n },\n {\n \"label\": \"INIDR6 - Indore(EPZ/SEZ)\",\n \"value\": \"INIDR6\"\n },\n {\n \"label\": \"INIGU6 - Coimbatore Irugur IC\",\n \"value\": \"INIGU6\"\n },\n {\n \"label\": \"INILP6 - Tiruvallur-ILP ICD\",\n \"value\": \"INILP6\"\n },\n {\n \"label\": \"INIMF4 - Imphal\",\n \"value\": \"INIMF4\"\n },\n {\n \"label\": \"ININB6 - CRYSTAL IT PARK, SEZ\",\n \"value\": \"ININB6\"\n },\n {\n \"label\": \"ININD6 - ICD Pithampur\",\n \"value\": \"ININD6\"\n },\n {\n \"label\": \"ININI6 - IMPETUS INFOTECH SEZ\",\n \"value\": \"ININI6\"\n },\n {\n \"label\": \"ININN6 - INFOSYS SEZ INDORE\",\n \"value\": \"ININN6\"\n },\n {\n \"label\": \"ININT6 - TCS SEZ INDORE\",\n \"value\": \"ININT6\"\n },\n {\n \"label\": \"INISK4 - Nasik\",\n \"value\": \"INISK4\"\n },\n {\n \"label\": \"INISK6 - Nasik\",\n \"value\": \"INISK6\"\n },\n {\n \"label\": \"INIXA4 - Agartala\",\n \"value\": \"INIXA4\"\n },\n {\n \"label\": \"INIXB4 - Bagdogra\",\n \"value\": \"INIXB4\"\n },\n {\n \"label\": \"INIXC4 - Chandigarh\",\n \"value\": \"INIXC4\"\n },\n {\n \"label\": \"INIXD4 - Allahabad\",\n \"value\": \"INIXD4\"\n },\n {\n \"label\": \"INIXE1 - Mangalore\",\n \"value\": \"INIXE1\"\n },\n {\n \"label\": \"INIXE4 - Mangalore\",\n \"value\": \"INIXE4\"\n },\n {\n \"label\": \"INIXG4 - Belgaum\",\n \"value\": \"INIXG4\"\n },\n {\n \"label\": \"INIXH4 - Kailashahar\",\n \"value\": \"INIXH4\"\n },\n {\n \"label\": \"INIXI4 - Lilabari\",\n \"value\": \"INIXI4\"\n },\n {\n \"label\": \"INIXJ4 - Jammu\",\n \"value\": \"INIXJ4\"\n },\n {\n \"label\": \"INIXK4 - Keshod\",\n \"value\": \"INIXK4\"\n },\n {\n \"label\": \"INIXL4 - Leh\",\n \"value\": \"INIXL4\"\n },\n {\n \"label\": \"INIXL5 - FPO LEH\",\n \"value\": \"INIXL5\"\n },\n {\n \"label\": \"INIXM4 - Madurai\",\n \"value\": \"INIXM4\"\n },\n {\n \"label\": \"INIXM6 - MaduraiICD\",\n \"value\": \"INIXM6\"\n },\n {\n \"label\": \"INIXN4 - Khowai\",\n \"value\": \"INIXN4\"\n },\n {\n \"label\": \"INIXP4 - Pathankot\",\n \"value\": \"INIXP4\"\n },\n {\n \"label\": \"INIXQ4 - Kamalpur\",\n \"value\": \"INIXQ4\"\n },\n {\n \"label\": \"INIXR4 - Ranchi\",\n \"value\": \"INIXR4\"\n },\n {\n \"label\": \"INIXS4 - Silchar\",\n \"value\": \"INIXS4\"\n },\n {\n \"label\": \"INIXT4 - Pasighat\",\n \"value\": \"INIXT4\"\n },\n {\n \"label\": \"INIXU4 - AURANGABAD\",\n \"value\": \"INIXU4\"\n },\n {\n \"label\": \"INIXW4 - Jamshedpur\",\n \"value\": \"INIXW4\"\n },\n {\n \"label\": \"INIXW6 - Jamshedpur ICD\",\n \"value\": \"INIXW6\"\n },\n {\n \"label\": \"INIXY1 - Kandla\",\n \"value\": \"INIXY1\"\n },\n {\n \"label\": \"INIXY4 - Kandla\",\n \"value\": \"INIXY4\"\n },\n {\n \"label\": \"INIXY6 - Kandla SEZ\",\n \"value\": \"INIXY6\"\n },\n {\n \"label\": \"INIXZ1 - Port Blair\",\n \"value\": \"INIXZ1\"\n },\n {\n \"label\": \"INIXZ4 - Port Blair\",\n \"value\": \"INIXZ4\"\n },\n {\n \"label\": \"INJAI4 - Jaipur\",\n \"value\": \"INJAI4\"\n },\n {\n \"label\": \"INJAI5 - Jaipur\",\n \"value\": \"INJAI5\"\n },\n {\n \"label\": \"INJAI6 - Jaipur\",\n \"value\": \"INJAI6\"\n },\n {\n \"label\": \"INJAK1 - Jakhau\",\n \"value\": \"INJAK1\"\n },\n {\n \"label\": \"INJAL6 - Jalgaon\",\n \"value\": \"INJAL6\"\n },\n {\n \"label\": \"INJAYB - Jayanagar\",\n \"value\": \"INJAYB\"\n },\n {\n \"label\": \"INJBD1 - Jafrabad\",\n \"value\": \"INJBD1\"\n },\n {\n \"label\": \"INJBL6 - E-COMPLEX SEZ/Amreli\",\n \"value\": \"INJBL6\"\n },\n {\n \"label\": \"INJBNB - JOGBANI\",\n \"value\": \"INJBNB\"\n },\n {\n \"label\": \"INJDA1 - Jodia\",\n \"value\": \"INJDA1\"\n },\n {\n \"label\": \"INJDH4 - Jodhpur\",\n \"value\": \"INJDH4\"\n },\n {\n \"label\": \"INJDH6 - Jodhpur\",\n \"value\": \"INJDH6\"\n },\n {\n \"label\": \"INJGA4 - Jamnagar\",\n \"value\": \"INJGA4\"\n },\n {\n \"label\": \"INJGB4 - Jagdalpur\",\n \"value\": \"INJGB4\"\n },\n {\n \"label\": \"INJGD1 - Jaigad\",\n \"value\": \"INJGD1\"\n },\n {\n \"label\": \"INJGI6 - GENPACT SEZ JAIPUR\",\n \"value\": \"INJGI6\"\n },\n {\n \"label\": \"INJHA6 - VEDANTA ALU. LTD.\",\n \"value\": \"INJHA6\"\n },\n {\n \"label\": \"INJHOB - Jhulaghat (Pithoraga\",\n \"value\": \"INJHOB\"\n },\n {\n \"label\": \"INJHV6 - VEDANTASEZJHARSUGUDA\",\n \"value\": \"INJHV6\"\n },\n {\n \"label\": \"INJIGB - Jaigaon\",\n \"value\": \"INJIGB\"\n },\n {\n \"label\": \"INJJK6 - ICD JSL JAJPUR\",\n \"value\": \"INJJK6\"\n },\n {\n \"label\": \"INJKA6 - SACHANA ICD VIRAMGAM\",\n \"value\": \"INJKA6\"\n },\n {\n \"label\": \"INJLR4 - Jabalpur\",\n \"value\": \"INJLR4\"\n },\n {\n \"label\": \"INJNJ6 - NEWFOUND SEZ THANE\",\n \"value\": \"INJNJ6\"\n },\n {\n \"label\": \"INJNR4 - Nashik-Janori ACC\",\n \"value\": \"INJNR4\"\n },\n {\n \"label\": \"INJNR6 - Nashik-Janori ICD\",\n \"value\": \"INJNR6\"\n },\n {\n \"label\": \"INJPGB - Jalpaiguri\",\n \"value\": \"INJPGB\"\n },\n {\n \"label\": \"INJPI6 - RIICO SEZ 1 SITAPUR\",\n \"value\": \"INJPI6\"\n },\n {\n \"label\": \"INJPV6 - VATIKA SEZ JAIPUR\",\n \"value\": \"INJPV6\"\n },\n {\n \"label\": \"INJPW6 - MWC JAIPUR LTD.\",\n \"value\": \"INJPW6\"\n },\n {\n \"label\": \"INJRH4 - Jorhat\",\n \"value\": \"INJRH4\"\n },\n {\n \"label\": \"INJSA4 - Jaisalmer\",\n \"value\": \"INJSA4\"\n },\n {\n \"label\": \"INJSG6 - CONCOR JHARSUGUDA\",\n \"value\": \"INJSG6\"\n },\n {\n \"label\": \"INJSM6 - ADANI POWER SEZ\",\n \"value\": \"INJSM6\"\n },\n {\n \"label\": \"INJSZ6 - JAIPUR SEZ\",\n \"value\": \"INJSZ6\"\n },\n {\n \"label\": \"INJTP1 - Jaitapur\",\n \"value\": \"INJTP1\"\n },\n {\n \"label\": \"INJUC6 - Jalandhar\",\n \"value\": \"INJUC6\"\n },\n {\n \"label\": \"INJUX6 - Basni Jodhpur ICD\",\n \"value\": \"INJUX6\"\n },\n {\n \"label\": \"INJWAB - Jarwa\",\n \"value\": \"INJWAB\"\n },\n {\n \"label\": \"INKAK1 - Kakinada\",\n \"value\": \"INKAK1\"\n },\n {\n \"label\": \"INKAK6 - Kakinada\",\n \"value\": \"INKAK6\"\n },\n {\n \"label\": \"INKAL1 - Kallai\",\n \"value\": \"INKAL1\"\n },\n {\n \"label\": \"INKAP6 - Kapadra (Surat)\",\n \"value\": \"INKAP6\"\n },\n {\n \"label\": \"INKAR6 - Karur ICD\",\n \"value\": \"INKAR6\"\n },\n {\n \"label\": \"INKAT1 - KATTUPALLI PORT\",\n \"value\": \"INKAT1\"\n },\n {\n \"label\": \"INKBC6 - ICD HAZIRA\",\n \"value\": \"INKBC6\"\n },\n {\n \"label\": \"INKBT1 - Khambhat\",\n \"value\": \"INKBT1\"\n },\n {\n \"label\": \"INKCG6 - NSL SEZ PVT. LTD.\",\n \"value\": \"INKCG6\"\n },\n {\n \"label\": \"INKDD6 - Karedu\",\n \"value\": \"INKDD6\"\n },\n {\n \"label\": \"INKDI1 - Kadmat Island\",\n \"value\": \"INKDI1\"\n },\n {\n \"label\": \"INKDL6 - KANDLA SEZ\",\n \"value\": \"INKDL6\"\n },\n {\n \"label\": \"INKDN1 - Kodinar(Muldwarka)\",\n \"value\": \"INKDN1\"\n },\n {\n \"label\": \"INKDP1 - Kondiapetnam\",\n \"value\": \"INKDP1\"\n },\n {\n \"label\": \"INKELB - Kel Sahar Subdivisio\",\n \"value\": \"INKELB\"\n },\n {\n \"label\": \"INKGG6 - GLOBAL/SEZ/BANGALORE\",\n \"value\": \"INKGG6\"\n },\n {\n \"label\": \"INKGJ1 - KARIMGANJ STEAMERGHA\",\n \"value\": \"INKGJ1\"\n },\n {\n \"label\": \"INKHD6 - ICD Kheda-Dhar\",\n \"value\": \"INKHD6\"\n },\n {\n \"label\": \"INKIW1 - Kelwa\",\n \"value\": \"INKIW1\"\n },\n {\n \"label\": \"INKJA6 - APP/SEZ/DODAKANAHALI\",\n \"value\": \"INKJA6\"\n },\n {\n \"label\": \"INKJB6 - BAGMAN/SEZ/BANGALORE\",\n \"value\": \"INKJB6\"\n },\n {\n \"label\": \"INKJD6 - DIVYA/SEZ/BANGALORE\",\n \"value\": \"INKJD6\"\n },\n {\n \"label\": \"INKJG6 - GOPALAN/SEZ/BANGALOR\",\n \"value\": \"INKJG6\"\n },\n {\n \"label\": \"INKJH6 - HCL/SEZ/BANGALORE\",\n \"value\": \"INKJH6\"\n },\n {\n \"label\": \"INKJIB - PIPRAUN LCS\",\n \"value\": \"INKJIB\"\n },\n {\n \"label\": \"INKJM6 - BD SEZ BENGALURU\",\n \"value\": \"INKJM6\"\n },\n {\n \"label\": \"INKJR6 - BBREL KUNDALAHALLI\",\n \"value\": \"INKJR6\"\n },\n {\n \"label\": \"INKKR1 - Kilakari\",\n \"value\": \"INKKR1\"\n },\n {\n \"label\": \"INKKU6 - Kanakpura Jaipur ICD\",\n \"value\": \"INKKU6\"\n },\n {\n \"label\": \"INKLB6 - BLUE/SEZ/ERNAKULAM\",\n \"value\": \"INKLB6\"\n },\n {\n \"label\": \"INKLC6 - CARB/SEZ/ERNAKULAM\",\n \"value\": \"INKLC6\"\n },\n {\n \"label\": \"INKLG6 - SGS/SEZ/ERNAKULAM\",\n \"value\": \"INKLG6\"\n },\n {\n \"label\": \"INKLH4 - Kohlapur\",\n \"value\": \"INKLH4\"\n },\n {\n \"label\": \"INKLI6 - INFOPARK/SEZ/EKM\",\n \"value\": \"INKLI6\"\n },\n {\n \"label\": \"INKLK6 - KINFRA KANAYANNOOR\",\n \"value\": \"INKLK6\"\n },\n {\n \"label\": \"INKLM6 - MULTISERVCEKALAMBOLI\",\n \"value\": \"INKLM6\"\n },\n {\n \"label\": \"INKLN6 - IT/ITES/SEZ/KALAMBOL\",\n \"value\": \"INKLN6\"\n },\n {\n \"label\": \"INKLS6 - SMART CITY SEZ KOCHI\",\n \"value\": \"INKLS6\"\n },\n {\n \"label\": \"INKLY1 - Kalyan\",\n \"value\": \"INKLY1\"\n },\n {\n \"label\": \"INKMAB - KULKULI LCS\",\n \"value\": \"INKMAB\"\n },\n {\n \"label\": \"INKMB1 - Kumbharu\",\n \"value\": \"INKMB1\"\n },\n {\n \"label\": \"INKMI6 - INFO SEZ ERNAKULAM\",\n \"value\": \"INKMI6\"\n },\n {\n \"label\": \"INKML6 - DEIPL KURUBARAPALLI\",\n \"value\": \"INKML6\"\n },\n {\n \"label\": \"INKND1 - Kankudy\",\n \"value\": \"INKND1\"\n },\n {\n \"label\": \"INKNK6 - INFOPARK SEZ KORATTY\",\n \"value\": \"INKNK6\"\n },\n {\n \"label\": \"INKNLB - Kunauli\",\n \"value\": \"INKNLB\"\n },\n {\n \"label\": \"INKNU4 - Kanpur\",\n \"value\": \"INKNU4\"\n },\n {\n \"label\": \"INKNU5 - FPO KANPUR\",\n \"value\": \"INKNU5\"\n },\n {\n \"label\": \"INKNU6 - Kanpur\",\n \"value\": \"INKNU6\"\n },\n {\n \"label\": \"INKOC5 - Kochi\",\n \"value\": \"INKOC5\"\n },\n {\n \"label\": \"INKOD1 - Kodinar\",\n \"value\": \"INKOD1\"\n },\n {\n \"label\": \"INKOI1 - Koilthottum\",\n \"value\": \"INKOI1\"\n },\n {\n \"label\": \"INKOK1 - Koka\",\n \"value\": \"INKOK1\"\n },\n {\n \"label\": \"INKON1 - Konarak\",\n \"value\": \"INKON1\"\n },\n {\n \"label\": \"INKPK6 - CONCOR ICD MIHAN\",\n \"value\": \"INKPK6\"\n },\n {\n \"label\": \"INKRI1 - Krishnapatnam\",\n \"value\": \"INKRI1\"\n },\n {\n \"label\": \"INKRK1 - Karaikal\",\n \"value\": \"INKRK1\"\n },\n {\n \"label\": \"INKRM6 - MADC LTD.\",\n \"value\": \"INKRM6\"\n },\n {\n \"label\": \"INKRN1 - Karanja\",\n \"value\": \"INKRN1\"\n },\n {\n \"label\": \"INKRP1 - Kiranpani\",\n \"value\": \"INKRP1\"\n },\n {\n \"label\": \"INKRW1 - Karwar\",\n \"value\": \"INKRW1\"\n },\n {\n \"label\": \"INKSG1 - Kasargod\",\n \"value\": \"INKSG1\"\n },\n {\n \"label\": \"INKSH1 - Kelshi\",\n \"value\": \"INKSH1\"\n },\n {\n \"label\": \"INKSP1 - Kulasekarapatnam\",\n \"value\": \"INKSP1\"\n },\n {\n \"label\": \"INKTD1 - Kotda\",\n \"value\": \"INKTD1\"\n },\n {\n \"label\": \"INKTGB - Katarniyaghat\",\n \"value\": \"INKTGB\"\n },\n {\n \"label\": \"INKTI1 - Kiltan Island\",\n \"value\": \"INKTI1\"\n },\n {\n \"label\": \"INKTRB - Kathihar\",\n \"value\": \"INKTRB\"\n },\n {\n \"label\": \"INKTT6 - Kota\",\n \"value\": \"INKTT6\"\n },\n {\n \"label\": \"INKTU4 - Kota\",\n \"value\": \"INKTU4\"\n },\n {\n \"label\": \"INKTU6 - Kota\",\n \"value\": \"INKTU6\"\n },\n {\n \"label\": \"INKTW1 - Koteshwar\",\n \"value\": \"INKTW1\"\n },\n {\n \"label\": \"INKTY6 - CHEYYAR POCHAMPALLI\",\n \"value\": \"INKTY6\"\n },\n {\n \"label\": \"INKUK1 - KOLLAM PORT\",\n \"value\": \"INKUK1\"\n },\n {\n \"label\": \"INKUK6 - KSITIL/SEZ/KOLLAM\",\n \"value\": \"INKUK6\"\n },\n {\n \"label\": \"INKUR6 - OIIDC SEZ KHURDA\",\n \"value\": \"INKUR6\"\n },\n {\n \"label\": \"INKUU4 - Kulu\",\n \"value\": \"INKUU4\"\n },\n {\n \"label\": \"INKVI1 - Kavi\",\n \"value\": \"INKVI1\"\n },\n {\n \"label\": \"INKVL1 - Kovalam\",\n \"value\": \"INKVL1\"\n },\n {\n \"label\": \"INKVR6 - WFPML SEZ KOVVUR\",\n \"value\": \"INKVR6\"\n },\n {\n \"label\": \"INKVT1 - Kavaratti Island\",\n \"value\": \"INKVT1\"\n },\n {\n \"label\": \"INKWAB - Khunwa\",\n \"value\": \"INKWAB\"\n },\n {\n \"label\": \"INKWGB - Khowaighat\",\n \"value\": \"INKWGB\"\n },\n {\n \"label\": \"INKWHB - KAKRAHAWA LCS\",\n \"value\": \"INKWHB\"\n },\n {\n \"label\": \"INKXJ2 - Karimganj Railway St\",\n \"value\": \"INKXJ2\"\n },\n {\n \"label\": \"INKYM6 - KOTTAYAM\",\n \"value\": \"INKYM6\"\n },\n {\n \"label\": \"INKZE6 - E TECH-I/SEZ/THPURAM\",\n \"value\": \"INKZE6\"\n },\n {\n \"label\": \"INKZP6 - E PARK-III/SEZ/T'RAM\",\n \"value\": \"INKZP6\"\n },\n {\n \"label\": \"INKZT6 - E PARK-II/SEZ/TPURAM\",\n \"value\": \"INKZT6\"\n },\n {\n \"label\": \"INLCH6 - HCL IT SEZ LUCKNOW\",\n \"value\": \"INLCH6\"\n },\n {\n \"label\": \"INLDA4 - Malda\",\n \"value\": \"INLDA4\"\n },\n {\n \"label\": \"INLDH6 - Ludhiana\",\n \"value\": \"INLDH6\"\n },\n {\n \"label\": \"INLGLB - Lalgola Town\",\n \"value\": \"INLGLB\"\n },\n {\n \"label\": \"INLKO4 - Lucknow\",\n \"value\": \"INLKO4\"\n },\n {\n \"label\": \"INLKQB - LAUKAHA LCS\",\n \"value\": \"INLKQB\"\n },\n {\n \"label\": \"INLON6 - ICD Loni\",\n \"value\": \"INLON6\"\n },\n {\n \"label\": \"INLPB6 - BBLLP NANAKRAMGUDA\",\n \"value\": \"INLPB6\"\n },\n {\n \"label\": \"INLPC6 - CMC LTD.\",\n \"value\": \"INLPC6\"\n },\n {\n \"label\": \"INLPD6 - M/S DLF, SEZ\",\n \"value\": \"INLPD6\"\n },\n {\n \"label\": \"INLPG6 - GCPL SEZ KOKAPET\",\n \"value\": \"INLPG6\"\n },\n {\n \"label\": \"INLPI6 - M/S SUNDEW, SEZ\",\n \"value\": \"INLPI6\"\n },\n {\n \"label\": \"INLPJ6 - RELIANCE SEZ\",\n \"value\": \"INLPJ6\"\n },\n {\n \"label\": \"INLPM6 - MDL NANAKRAMGUDA\",\n \"value\": \"INLPM6\"\n },\n {\n \"label\": \"INLPR1 - Leapuram\",\n \"value\": \"INLPR1\"\n },\n {\n \"label\": \"INLPS6 - D NSL IP LTD.\",\n \"value\": \"INLPS6\"\n },\n {\n \"label\": \"INLPW6 - WIPRO LTD. HYDERABAD\",\n \"value\": \"INLPW6\"\n },\n {\n \"label\": \"INLTBB - Latu Bazar\",\n \"value\": \"INLTBB\"\n },\n {\n \"label\": \"INLUD6 - LUDHIANA\",\n \"value\": \"INLUD6\"\n },\n {\n \"label\": \"INLUH4 - Ludhiana\",\n \"value\": \"INLUH4\"\n },\n {\n \"label\": \"INLUH5 - FPO LUDHIANA\",\n \"value\": \"INLUH5\"\n },\n {\n \"label\": \"INLUH6 - Ludhiana\",\n \"value\": \"INLUH6\"\n },\n {\n \"label\": \"INLWG6 - WIPRO LTD.\",\n \"value\": \"INLWG6\"\n },\n {\n \"label\": \"INMAA1 - Chennai (Ex Madras)\",\n \"value\": \"INMAA1\"\n },\n {\n \"label\": \"INMAA4 - Chennai (Ex Madras)\",\n \"value\": \"INMAA4\"\n },\n {\n \"label\": \"INMAA5 - Chennai (Ex Madras)\",\n \"value\": \"INMAA5\"\n },\n {\n \"label\": \"INMAA6 - Chennai(EPZ/SEZ)\",\n \"value\": \"INMAA6\"\n },\n {\n \"label\": \"INMAB6 - BRIGADE/SEZ/KANNADA\",\n \"value\": \"INMAB6\"\n },\n {\n \"label\": \"INMAE6 - EC OF TAMIL NADU\",\n \"value\": \"INMAE6\"\n },\n {\n \"label\": \"INMAH1 - Mahe\",\n \"value\": \"INMAH1\"\n },\n {\n \"label\": \"INMAI6 - INFOSYS/SEZ/MANGALOR\",\n \"value\": \"INMAI6\"\n },\n {\n \"label\": \"INMAL1 - Malpe\",\n \"value\": \"INMAL1\"\n },\n {\n \"label\": \"INMAP1 - Masulipatnam\",\n \"value\": \"INMAP1\"\n },\n {\n \"label\": \"INMAQ6 - MANGALORE SEZ\",\n \"value\": \"INMAQ6\"\n },\n {\n \"label\": \"INMAS6 - TRIL INFOPARK LTD.\",\n \"value\": \"INMAS6\"\n },\n {\n \"label\": \"INMBC6 - Moradabad(EPZ/SEZ)\",\n \"value\": \"INMBC6\"\n },\n {\n \"label\": \"INMBD6 - Pakwara (Moradabad)\",\n \"value\": \"INMBD6\"\n },\n {\n \"label\": \"INMBS6 - Madhosingh ICD\",\n \"value\": \"INMBS6\"\n },\n {\n \"label\": \"INMCI1 - Minicoi I\",\n \"value\": \"INMCI1\"\n },\n {\n \"label\": \"INMDA1 - Magdalla\",\n \"value\": \"INMDA1\"\n },\n {\n \"label\": \"INMDD6 - Mandideep ICD\",\n \"value\": \"INMDD6\"\n },\n {\n \"label\": \"INMDE6 - APIIC SEZ MEDAK\",\n \"value\": \"INMDE6\"\n },\n {\n \"label\": \"INMDG6 - Margao\",\n \"value\": \"INMDG6\"\n },\n {\n \"label\": \"INMDK1 - Muldwarka\",\n \"value\": \"INMDK1\"\n },\n {\n \"label\": \"INMDP1 - Mandapam\",\n \"value\": \"INMDP1\"\n },\n {\n \"label\": \"INMDU6 - KERN ICD MADURAI\",\n \"value\": \"INMDU6\"\n },\n {\n \"label\": \"INMDV1 - Mandvi\",\n \"value\": \"INMDV1\"\n },\n {\n \"label\": \"INMDW1 - Meadows\",\n \"value\": \"INMDW1\"\n },\n {\n \"label\": \"INMEA6 - APIIC-SEZ/ViII-LALGA\",\n \"value\": \"INMEA6\"\n },\n {\n \"label\": \"INMEC6 - EC OF TAMIL NADU\",\n \"value\": \"INMEC6\"\n },\n {\n \"label\": \"INMGHB - Mahendraganj\",\n \"value\": \"INMGHB\"\n },\n {\n \"label\": \"INMGR1 - Mangrol\",\n \"value\": \"INMGR1\"\n },\n {\n \"label\": \"INMHA1 - Mahuva\",\n \"value\": \"INMHA1\"\n },\n {\n \"label\": \"INMHDB - Kotawalighat (Mohedi\",\n \"value\": \"INMHDB\"\n },\n {\n \"label\": \"INMHE1 - Mahe\",\n \"value\": \"INMHE1\"\n },\n {\n \"label\": \"INMHGB - Mahurighat\",\n \"value\": \"INMHGB\"\n },\n {\n \"label\": \"INMHN2 - Mahisashan Railway S\",\n \"value\": \"INMHN2\"\n },\n {\n \"label\": \"INMKCB - Manikarchar\",\n \"value\": \"INMKCB\"\n },\n {\n \"label\": \"INMKD6 - MIKADO SEZ GURGAON\",\n \"value\": \"INMKD6\"\n },\n {\n \"label\": \"INMLI1 - Maroli\",\n \"value\": \"INMLI1\"\n },\n {\n \"label\": \"INMLP1 - Mallipuram\",\n \"value\": \"INMLP1\"\n },\n {\n \"label\": \"INMLW1 - Malwan\",\n \"value\": \"INMLW1\"\n },\n {\n \"label\": \"INMNB2 - Munabao Railway Stat\",\n \"value\": \"INMNB2\"\n },\n {\n \"label\": \"INMNR1 - Manori\",\n \"value\": \"INMNR1\"\n },\n {\n \"label\": \"INMNUB - Manu\",\n \"value\": \"INMNUB\"\n },\n {\n \"label\": \"INMNW1 - Mandwa\",\n \"value\": \"INMNW1\"\n },\n {\n \"label\": \"INMOH4 - Mohanbari\",\n \"value\": \"INMOH4\"\n },\n {\n \"label\": \"INMOR2 - Moradabad\",\n \"value\": \"INMOR2\"\n },\n {\n \"label\": \"INMPC1 - TEST\",\n \"value\": \"INMPC1\"\n },\n {\n \"label\": \"INMPR6 - Malanpur ICD\",\n \"value\": \"INMPR6\"\n },\n {\n \"label\": \"INMQK6 - KIADB/SEZ/MANGALORE\",\n \"value\": \"INMQK6\"\n },\n {\n \"label\": \"INMRA1 - Mora\",\n \"value\": \"INMRA1\"\n },\n {\n \"label\": \"INMRD1 - Murad\",\n \"value\": \"INMRD1\"\n },\n {\n \"label\": \"INMREB - Moreh\",\n \"value\": \"INMREB\"\n },\n {\n \"label\": \"INMRG4 - Margao\",\n \"value\": \"INMRG4\"\n },\n {\n \"label\": \"INMRJ6 - Miraj\",\n \"value\": \"INMRJ6\"\n },\n {\n \"label\": \"INMRM1 - Marmagoa\",\n \"value\": \"INMRM1\"\n },\n {\n \"label\": \"INMSR6 - RENAIS/SEZ/BANGALORE\",\n \"value\": \"INMSR6\"\n },\n {\n \"label\": \"INMTW1 - Metwad\",\n \"value\": \"INMTW1\"\n },\n {\n \"label\": \"INMUC6 - SCPL/SEZ/MULUND\",\n \"value\": \"INMUC6\"\n },\n {\n \"label\": \"INMUL6 - Mulund ICD\",\n \"value\": \"INMUL6\"\n },\n {\n \"label\": \"INMUN1 - Mundra\",\n \"value\": \"INMUN1\"\n },\n {\n \"label\": \"INMUR1 - Murad\",\n \"value\": \"INMUR1\"\n },\n {\n \"label\": \"INMUZ6 - MODINAGAR ICD\",\n \"value\": \"INMUZ6\"\n },\n {\n \"label\": \"INMWA6 - ICD Maliwada\",\n \"value\": \"INMWA6\"\n },\n {\n \"label\": \"INMYB1 - Mayabandar\",\n \"value\": \"INMYB1\"\n },\n {\n \"label\": \"INMYL6 - L AND T/SEZ/MYSORE\",\n \"value\": \"INMYL6\"\n },\n {\n \"label\": \"INMYO6 - OPTOINFRA/SEZ/MYSORE\",\n \"value\": \"INMYO6\"\n },\n {\n \"label\": \"INMYQ4 - Mysore\",\n \"value\": \"INMYQ4\"\n },\n {\n \"label\": \"INMZA4 - Muzaffarnagar\",\n \"value\": \"INMZA4\"\n },\n {\n \"label\": \"INMZU4 - Muzaffarpur\",\n \"value\": \"INMZU4\"\n },\n {\n \"label\": \"INNAG4 - Nagpur\",\n \"value\": \"INNAG4\"\n },\n {\n \"label\": \"INNAG6 - Nagpur\",\n \"value\": \"INNAG6\"\n },\n {\n \"label\": \"INNAN1 - Nancowrie\",\n \"value\": \"INNAN1\"\n },\n {\n \"label\": \"INNAV1 - Navlakhi\",\n \"value\": \"INNAV1\"\n },\n {\n \"label\": \"INNDA6 - Noida(EPZ/SEZ)\",\n \"value\": \"INNDA6\"\n },\n {\n \"label\": \"INNDC4 - Nanded\",\n \"value\": \"INNDC4\"\n },\n {\n \"label\": \"INNDG1 - Nandgaon\",\n \"value\": \"INNDG1\"\n },\n {\n \"label\": \"INNDP1 - Tuglakabad\",\n \"value\": \"INNDP1\"\n },\n {\n \"label\": \"INNEE1 - Neendakara\",\n \"value\": \"INNEE1\"\n },\n {\n \"label\": \"INNEL1 - Nellore\",\n \"value\": \"INNEL1\"\n },\n {\n \"label\": \"INNGB6 - BUTIBORI ICD NAGPUR\",\n \"value\": \"INNGB6\"\n },\n {\n \"label\": \"INNGKB - NAGARKATA LCS\",\n \"value\": \"INNGKB\"\n },\n {\n \"label\": \"INNGO6 - OSE SEZ NOIDA\",\n \"value\": \"INNGO6\"\n },\n {\n \"label\": \"INNGP6 - Nagpur\",\n \"value\": \"INNGP6\"\n },\n {\n \"label\": \"INNGRB - Nepalgunj Road\",\n \"value\": \"INNGRB\"\n },\n {\n \"label\": \"INNGSB - Village Namgaya Ship\",\n \"value\": \"INNGSB\"\n },\n {\n \"label\": \"INNKI6 - INDIABULLS NASHIK\",\n \"value\": \"INNKI6\"\n },\n {\n \"label\": \"INNKNB - Namkhana\",\n \"value\": \"INNKNB\"\n },\n {\n \"label\": \"INNML1 - New Mangalore\",\n \"value\": \"INNML1\"\n },\n {\n \"label\": \"INNMTB - Neamati steamer Ghat\",\n \"value\": \"INNMTB\"\n },\n {\n \"label\": \"INNNN6 - AMRL SEZ NANGUNERI\",\n \"value\": \"INNNN6\"\n },\n {\n \"label\": \"INNPGB - Nampong\",\n \"value\": \"INNPGB\"\n },\n {\n \"label\": \"INNPT1 - Nagapattinam\",\n \"value\": \"INNPT1\"\n },\n {\n \"label\": \"INNRP6 - AA LTD.\",\n \"value\": \"INNRP6\"\n },\n {\n \"label\": \"INNSA1 - Jawaharlal Nehru (Nh\",\n \"value\": \"INNSA1\"\n },\n {\n \"label\": \"INNSK6 - Nasik\",\n \"value\": \"INNSK6\"\n },\n {\n \"label\": \"INNTLB - SHERATHANG LCS\",\n \"value\": \"INNTLB\"\n },\n {\n \"label\": \"INNTVB - THOOTHIBARI LCS\",\n \"value\": \"INNTVB\"\n },\n {\n \"label\": \"INNUR6 - Kundli\",\n \"value\": \"INNUR6\"\n },\n {\n \"label\": \"INNVB1 - Navabunder(with its\",\n \"value\": \"INNVB1\"\n },\n {\n \"label\": \"INNVP1 - Navaspur\",\n \"value\": \"INNVP1\"\n },\n {\n \"label\": \"INNVT1 - Nivti\",\n \"value\": \"INNVT1\"\n },\n {\n \"label\": \"INNVY4 - Neyveli\",\n \"value\": \"INNVY4\"\n },\n {\n \"label\": \"INNWP1 - Newapur\",\n \"value\": \"INNWP1\"\n },\n {\n \"label\": \"INNYP6 - APIIC LTD.\",\n \"value\": \"INNYP6\"\n },\n {\n \"label\": \"INOKH1 - Okha\",\n \"value\": \"INOKH1\"\n },\n {\n \"label\": \"INOMN4 - Osmanabad\",\n \"value\": \"INOMN4\"\n },\n {\n \"label\": \"INOMU1 - Old Mundra Port\",\n \"value\": \"INOMU1\"\n },\n {\n \"label\": \"INONJ1 - Onjal\",\n \"value\": \"INONJ1\"\n },\n {\n \"label\": \"INPAB4 - Bilaspur\",\n \"value\": \"INPAB4\"\n },\n {\n \"label\": \"INPAK6 - KSITIL/SEZ/PAYYANOOR\",\n \"value\": \"INPAK6\"\n },\n {\n \"label\": \"INPAN1 - Panaji Port\",\n \"value\": \"INPAN1\"\n },\n {\n \"label\": \"INPAO6 - HBS SEZ PANOLI\",\n \"value\": \"INPAO6\"\n },\n {\n \"label\": \"INPAP2 - Panipat\",\n \"value\": \"INPAP2\"\n },\n {\n \"label\": \"INPAT4 - Patna\",\n \"value\": \"INPAT4\"\n },\n {\n \"label\": \"INPAV1 - Pipavav (Victor) Por\",\n \"value\": \"INPAV1\"\n },\n {\n \"label\": \"INPAV2 - Pipavav (Victor) Por\",\n \"value\": \"INPAV2\"\n },\n {\n \"label\": \"INPBD1 - Porbandar\",\n \"value\": \"INPBD1\"\n },\n {\n \"label\": \"INPBD4 - Porbandar\",\n \"value\": \"INPBD4\"\n },\n {\n \"label\": \"INPBLB - KAMARDWISA LCS\",\n \"value\": \"INPBLB\"\n },\n {\n \"label\": \"INPDD1 - Padubidri Minor Port\",\n \"value\": \"INPDD1\"\n },\n {\n \"label\": \"INPEK6 - EKIPL/SEZ/PUNE\",\n \"value\": \"INPEK6\"\n },\n {\n \"label\": \"INPGH4 - Pantnagar\",\n \"value\": \"INPGH4\"\n },\n {\n \"label\": \"INPHBB - Phulbari\",\n \"value\": \"INPHBB\"\n },\n {\n \"label\": \"INPID1 - Port Indai\",\n \"value\": \"INPID1\"\n },\n {\n \"label\": \"INPIN1 - Pindhara\",\n \"value\": \"INPIN1\"\n },\n {\n \"label\": \"INPIT6 - ITL/SEZ/PUNE\",\n \"value\": \"INPIT6\"\n },\n {\n \"label\": \"INPKD6 - IGEL SEZ SETTIPALI\",\n \"value\": \"INPKD6\"\n },\n {\n \"label\": \"INPKR6 - ICD PALI, REWARI\",\n \"value\": \"INPKR6\"\n },\n {\n \"label\": \"INPMB1 - Pamban\",\n \"value\": \"INPMB1\"\n },\n {\n \"label\": \"INPMP6 - Pimpri\",\n \"value\": \"INPMP6\"\n },\n {\n \"label\": \"INPMT6 - MTDCCL/SEZ/PUNE\",\n \"value\": \"INPMT6\"\n },\n {\n \"label\": \"INPNB6 - BTSL SEZ PUNE\",\n \"value\": \"INPNB6\"\n },\n {\n \"label\": \"INPNE6 - NT PVT. LTD.\",\n \"value\": \"INPNE6\"\n },\n {\n \"label\": \"INPNF5 - PATNA FPO\",\n \"value\": \"INPNF5\"\n },\n {\n \"label\": \"INPNI6 - MITTAL SEZ PANIPAT\",\n \"value\": \"INPNI6\"\n },\n {\n \"label\": \"INPNJ1 - Panjim\",\n \"value\": \"INPNJ1\"\n },\n {\n \"label\": \"INPNK6 - KLPPL PANKI\",\n \"value\": \"INPNK6\"\n },\n {\n \"label\": \"INPNL6 - PERSIPINA SEZ RAIGAD\",\n \"value\": \"INPNL6\"\n },\n {\n \"label\": \"INPNM1 - Panambur\",\n \"value\": \"INPNM1\"\n },\n {\n \"label\": \"INPNN1 - Ponnani\",\n \"value\": \"INPNN1\"\n },\n {\n \"label\": \"INPNP6 - Babarpur\",\n \"value\": \"INPNP6\"\n },\n {\n \"label\": \"INPNQ2 - Pune\",\n \"value\": \"INPNQ2\"\n },\n {\n \"label\": \"INPNQ4 - Pune\",\n \"value\": \"INPNQ4\"\n },\n {\n \"label\": \"INPNQ6 - SERUM BIO/SEZ/PUNE\",\n \"value\": \"INPNQ6\"\n },\n {\n \"label\": \"INPNTB - Panitanki(Naxalbari)\",\n \"value\": \"INPNTB\"\n },\n {\n \"label\": \"INPNU6 - TMSF PVT. LTD.\",\n \"value\": \"INPNU6\"\n },\n {\n \"label\": \"INPNV6 - ICD Panvel\",\n \"value\": \"INPNV6\"\n },\n {\n \"label\": \"INPNY1 - Pondicherry\",\n \"value\": \"INPNY1\"\n },\n {\n \"label\": \"INPNY4 - Pondicherry\",\n \"value\": \"INPNY4\"\n },\n {\n \"label\": \"INPNY6 - ICD PULICHAPALLAM\",\n \"value\": \"INPNY6\"\n },\n {\n \"label\": \"INPPG6 - Patparganj ICD,DELHI\",\n \"value\": \"INPPG6\"\n },\n {\n \"label\": \"INPPJ1 - Pellet Plant Jetty a\",\n \"value\": \"INPPJ1\"\n },\n {\n \"label\": \"INPRD6 - PREPL SEZ PERUNGUDI\",\n \"value\": \"INPRD6\"\n },\n {\n \"label\": \"INPRG1 - Purangad\",\n \"value\": \"INPRG1\"\n },\n {\n \"label\": \"INPRK6 - ICD POWARKHEDA\",\n \"value\": \"INPRK6\"\n },\n {\n \"label\": \"INPRT1 - Paradeep\",\n \"value\": \"INPRT1\"\n },\n {\n \"label\": \"INPSH1 - Palshet\",\n \"value\": \"INPSH1\"\n },\n {\n \"label\": \"INPSI6 - SIPL/SEZ/PUNE\",\n \"value\": \"INPSI6\"\n },\n {\n \"label\": \"INPSN6 - PERFECT SEZ NOIDA\",\n \"value\": \"INPSN6\"\n },\n {\n \"label\": \"INPSP6 - NSPL SEZ HINJEWADI\",\n \"value\": \"INPSP6\"\n },\n {\n \"label\": \"INPTL6 - Patli ICD\",\n \"value\": \"INPTL6\"\n },\n {\n \"label\": \"INPTN1 - Portonovo\",\n \"value\": \"INPTN1\"\n },\n {\n \"label\": \"INPTPB - Petrapole LCS\",\n \"value\": \"INPTPB\"\n },\n {\n \"label\": \"INPUA6 - AIGP SEZ WAGHOLI\",\n \"value\": \"INPUA6\"\n },\n {\n \"label\": \"INPUE6 - EON KHARADI SEZ\",\n \"value\": \"INPUE6\"\n },\n {\n \"label\": \"INPUI6 - KIPPLGDPLSEZ KHARADI\",\n \"value\": \"INPUI6\"\n },\n {\n \"label\": \"INPUL1 - Pulicat\",\n \"value\": \"INPUL1\"\n },\n {\n \"label\": \"INPUM6 - MIDC PUNE\",\n \"value\": \"INPUM6\"\n },\n {\n \"label\": \"INPUN6 - M/S KBTV PVT., PUNE\",\n \"value\": \"INPUN6\"\n },\n {\n \"label\": \"INPUR1 - Puri\",\n \"value\": \"INPUR1\"\n },\n {\n \"label\": \"INPUT4 - Puttaparthi\",\n \"value\": \"INPUT4\"\n },\n {\n \"label\": \"INPVL6 - Panvel ICD\",\n \"value\": \"INPVL6\"\n },\n {\n \"label\": \"INPVS6 - SNPIP SEZ TAMBARAM\",\n \"value\": \"INPVS6\"\n },\n {\n \"label\": \"INPWL6 - PALWAL ICD\",\n \"value\": \"INPWL6\"\n },\n {\n \"label\": \"INPYB4 - Jeypore\",\n \"value\": \"INPYB4\"\n },\n {\n \"label\": \"INPYS6 - SIPCOT SEZ ERODE\",\n \"value\": \"INPYS6\"\n },\n {\n \"label\": \"INQRH6 - HTPL ICD KILARAIPUR\",\n \"value\": \"INQRH6\"\n },\n {\n \"label\": \"INQRP6 - ADANI ICD KILARAIPUR\",\n \"value\": \"INQRP6\"\n },\n {\n \"label\": \"INQUI1 - Quilon\",\n \"value\": \"INQUI1\"\n },\n {\n \"label\": \"INRAI6 - Raipur\",\n \"value\": \"INRAI6\"\n },\n {\n \"label\": \"INRAJ4 - Rajkot\",\n \"value\": \"INRAJ4\"\n },\n {\n \"label\": \"INRAJ6 - Rajkot\",\n \"value\": \"INRAJ6\"\n },\n {\n \"label\": \"INRAM1 - Rameshwaram\",\n \"value\": \"INRAM1\"\n },\n {\n \"label\": \"INRDP2 - Radhikapur Railway S\",\n \"value\": \"INRDP2\"\n },\n {\n \"label\": \"INREA6 - Rewari\",\n \"value\": \"INREA6\"\n },\n {\n \"label\": \"INRED1 - Redi\",\n \"value\": \"INRED1\"\n },\n {\n \"label\": \"INREW4 - Rewa\",\n \"value\": \"INREW4\"\n },\n {\n \"label\": \"INRGBB - Old Raghna Bazar\",\n \"value\": \"INRGBB\"\n },\n {\n \"label\": \"INRGH4 - Balurghat\",\n \"value\": \"INRGH4\"\n },\n {\n \"label\": \"INRGJ2 - RAIGANJ LCS RLY\",\n \"value\": \"INRGJ2\"\n },\n {\n \"label\": \"INRGT1 - Ranghat Bay\",\n \"value\": \"INRGT1\"\n },\n {\n \"label\": \"INRGUB - Ryngku\",\n \"value\": \"INRGUB\"\n },\n {\n \"label\": \"INRJA4 - Rajahmundry\",\n \"value\": \"INRJA4\"\n },\n {\n \"label\": \"INRJI4 - Rajouri\",\n \"value\": \"INRJI4\"\n },\n {\n \"label\": \"INRJN6 - LS PVT. LTD.\",\n \"value\": \"INRJN6\"\n },\n {\n \"label\": \"INRJP1 - Rajpara\",\n \"value\": \"INRJP1\"\n },\n {\n \"label\": \"INRJR1 - Rajpuri\",\n \"value\": \"INRJR1\"\n },\n {\n \"label\": \"INRKG1 - Rajakkamangalam\",\n \"value\": \"INRKG1\"\n },\n {\n \"label\": \"INRMD4 - Ramagundam\",\n \"value\": \"INRMD4\"\n },\n {\n \"label\": \"INRML6 - CONCOR ICDNAYARAIPUR\",\n \"value\": \"INRML6\"\n },\n {\n \"label\": \"INRNC5 - RANCHI FPO\",\n \"value\": \"INRNC5\"\n },\n {\n \"label\": \"INRNG2 - Ranaghat Railway Sta\",\n \"value\": \"INRNG2\"\n },\n {\n \"label\": \"INRNR1 - Ranpar\",\n \"value\": \"INRNR1\"\n },\n {\n \"label\": \"INRPL6 - Raddipalam\",\n \"value\": \"INRPL6\"\n },\n {\n \"label\": \"INRPR4 - Raipur\",\n \"value\": \"INRPR4\"\n },\n {\n \"label\": \"INRPR6 - Raipur\",\n \"value\": \"INRPR6\"\n },\n {\n \"label\": \"INRPU5 - RAIPUR FPO\",\n \"value\": \"INRPU5\"\n },\n {\n \"label\": \"INRRI1 - Raili\",\n \"value\": \"INRRI1\"\n },\n {\n \"label\": \"INRRK4 - Rourkela\",\n \"value\": \"INRRK4\"\n },\n {\n \"label\": \"INRTC1 - Ratnagiri\",\n \"value\": \"INRTC1\"\n },\n {\n \"label\": \"INRTC4 - Ratnagiri\",\n \"value\": \"INRTC4\"\n },\n {\n \"label\": \"INRTM6 - CONCOR ICD RATLAM\",\n \"value\": \"INRTM6\"\n },\n {\n \"label\": \"INRUP4 - Rupsi\",\n \"value\": \"INRUP4\"\n },\n {\n \"label\": \"INRVD1 - Revdanda\",\n \"value\": \"INRVD1\"\n },\n {\n \"label\": \"INRWR1 - Rameshwaram\",\n \"value\": \"INRWR1\"\n },\n {\n \"label\": \"INRXLB - Raxaul\",\n \"value\": \"INRXLB\"\n },\n {\n \"label\": \"INSABB - Sabroom\",\n \"value\": \"INSABB\"\n },\n {\n \"label\": \"INSAC6 - Sachin (Surat)\",\n \"value\": \"INSAC6\"\n },\n {\n \"label\": \"INSAJ6 - NAVKAR ICD UMBERGAON\",\n \"value\": \"INSAJ6\"\n },\n {\n \"label\": \"INSAL1 - Salaya\",\n \"value\": \"INSAL1\"\n },\n {\n \"label\": \"INSAS6 - INFOSYS SEZ MOHALI\",\n \"value\": \"INSAS6\"\n },\n {\n \"label\": \"INSAU6 - THAR DRY PORT\",\n \"value\": \"INSAU6\"\n },\n {\n \"label\": \"INSBC6 - BIOCON SEZ BANGALORE\",\n \"value\": \"INSBC6\"\n },\n {\n \"label\": \"INSBH1 - Sinbhour\",\n \"value\": \"INSBH1\"\n },\n {\n \"label\": \"INSBI6 - ICD Sabarmati\",\n \"value\": \"INSBI6\"\n },\n {\n \"label\": \"INSBK6 - KIADB/SEZ/BANGALORE\",\n \"value\": \"INSBK6\"\n },\n {\n \"label\": \"INSBL6 - INFOSYS/SEZ/BANGLORE\",\n \"value\": \"INSBL6\"\n },\n {\n \"label\": \"INSBW6 - WIPRO ELEC/SEZ/BLR\",\n \"value\": \"INSBW6\"\n },\n {\n \"label\": \"INSBZ1 - SHELLA BAZAR\",\n \"value\": \"INSBZ1\"\n },\n {\n \"label\": \"INSCH6 - SAP-SEZ SURAT\",\n \"value\": \"INSCH6\"\n },\n {\n \"label\": \"INSGF6 - GRFL ICD SAHNEWAL\",\n \"value\": \"INSGF6\"\n },\n {\n \"label\": \"INSHI1 - Shirola\",\n \"value\": \"INSHI1\"\n },\n {\n \"label\": \"INSHL4 - Shillong\",\n \"value\": \"INSHL4\"\n },\n {\n \"label\": \"INSHP1 - Sinbhour Port\",\n \"value\": \"INSHP1\"\n },\n {\n \"label\": \"INSIK1 - Sikka\",\n \"value\": \"INSIK1\"\n },\n {\n \"label\": \"INSJR6 - Surajpur\",\n \"value\": \"INSJR6\"\n },\n {\n \"label\": \"INSKD6 - ICD KALINGANAGAR\",\n \"value\": \"INSKD6\"\n },\n {\n \"label\": \"INSKPB - Sukhia Pokhari\",\n \"value\": \"INSKPB\"\n },\n {\n \"label\": \"INSLL6 - Singanallur\",\n \"value\": \"INSLL6\"\n },\n {\n \"label\": \"INSLR2 - Silcher R.M.S. Offic\",\n \"value\": \"INSLR2\"\n },\n {\n \"label\": \"INSLRB - Silcher Steamerghat\",\n \"value\": \"INSLRB\"\n },\n {\n \"label\": \"INSLT6 - SALT LAKE (EPZ/SEZ)\",\n \"value\": \"INSLT6\"\n },\n {\n \"label\": \"INSLV4 - Simla\",\n \"value\": \"INSLV4\"\n },\n {\n \"label\": \"INSMK6 - KEONICS/SEZ/SHIMOGA\",\n \"value\": \"INSMK6\"\n },\n {\n \"label\": \"INSMPB - Srimantapur\",\n \"value\": \"INSMPB\"\n },\n {\n \"label\": \"INSMR1 - Simor\",\n \"value\": \"INSMR1\"\n },\n {\n \"label\": \"INSNA6 - ANSAL SEZ SONEPAT\",\n \"value\": \"INSNA6\"\n },\n {\n \"label\": \"INSNBB - Sonabarsa\",\n \"value\": \"INSNBB\"\n },\n {\n \"label\": \"INSNF6 - ICD, Hyderabad\",\n \"value\": \"INSNF6\"\n },\n {\n \"label\": \"INSNG2 - Singabad Railway Sta\",\n \"value\": \"INSNG2\"\n },\n {\n \"label\": \"INSNI6 - KANECH, ICD SAHNEWAL\",\n \"value\": \"INSNI6\"\n },\n {\n \"label\": \"INSNLB - Sonauli\",\n \"value\": \"INSNLB\"\n },\n {\n \"label\": \"INSNN6 - APIIC LTD.\",\n \"value\": \"INSNN6\"\n },\n {\n \"label\": \"INSNR6 - ARI LTD.\",\n \"value\": \"INSNR6\"\n },\n {\n \"label\": \"INSNS6 - NLE PVT. LTD.\",\n \"value\": \"INSNS6\"\n },\n {\n \"label\": \"INSPC6 - CCLPIL SEZ VIZAG\",\n \"value\": \"INSPC6\"\n },\n {\n \"label\": \"INSPE6 - ASDI SEZ NELLORE\",\n \"value\": \"INSPE6\"\n },\n {\n \"label\": \"INSRE6 - Saharanpur\",\n \"value\": \"INSRE6\"\n },\n {\n \"label\": \"INSRK6 - KSITILA/SEZ/PALI/ALZ\",\n \"value\": \"INSRK6\"\n },\n {\n \"label\": \"INSRV1 - Surasani-Yanam\",\n \"value\": \"INSRV1\"\n },\n {\n \"label\": \"INSSE4 - Sholapur\",\n \"value\": \"INSSE4\"\n },\n {\n \"label\": \"INSTFB - SIKTA LCS\",\n \"value\": \"INSTFB\"\n },\n {\n \"label\": \"INSTIB - Sitai\",\n \"value\": \"INSTIB\"\n },\n {\n \"label\": \"INSTM6 - MIDC PHALTAN SEZ\",\n \"value\": \"INSTM6\"\n },\n {\n \"label\": \"INSTP1 - Satpati\",\n \"value\": \"INSTP1\"\n },\n {\n \"label\": \"INSTRB - Sutarkandi\",\n \"value\": \"INSTRB\"\n },\n {\n \"label\": \"INSTT6 - Dadri STTPL CFS\",\n \"value\": \"INSTT6\"\n },\n {\n \"label\": \"INSTU6 - MIDC SEZ SATARA\",\n \"value\": \"INSTU6\"\n },\n {\n \"label\": \"INSTV1 - Surat\",\n \"value\": \"INSTV1\"\n },\n {\n \"label\": \"INSTV4 - Surat\",\n \"value\": \"INSTV4\"\n },\n {\n \"label\": \"INSTV6 - Surat(EPZ/SEZ)\",\n \"value\": \"INSTV6\"\n },\n {\n \"label\": \"INSWD1 - Shriwardhan\",\n \"value\": \"INSWD1\"\n },\n {\n \"label\": \"INSXE6 - ELCOT AMMAPALAYAM\",\n \"value\": \"INSXE6\"\n },\n {\n \"label\": \"INSXR4 - Srinagar\",\n \"value\": \"INSXR4\"\n },\n {\n \"label\": \"INSXR5 - FPO SRINAGAR\",\n \"value\": \"INSXR5\"\n },\n {\n \"label\": \"INSXV4 - Salem\",\n \"value\": \"INSXV4\"\n },\n {\n \"label\": \"INSXV6 - Salem\",\n \"value\": \"INSXV6\"\n },\n {\n \"label\": \"INTAD1 - Tadri\",\n \"value\": \"INTAD1\"\n },\n {\n \"label\": \"INTAS6 - SRICITYPVTLTD-SEZ\",\n \"value\": \"INTAS6\"\n },\n {\n \"label\": \"INTBC6 - CTS PVT. LTD.\",\n \"value\": \"INTBC6\"\n },\n {\n \"label\": \"INTBM6 - PHPL SEZ KANCHEPURAM\",\n \"value\": \"INTBM6\"\n },\n {\n \"label\": \"INTBP6 - SPIPL SEZ, PERUGULTH\",\n \"value\": \"INTBP6\"\n },\n {\n \"label\": \"INTBS6 - HEXAWARE TECH. LTD.\",\n \"value\": \"INTBS6\"\n },\n {\n \"label\": \"INTBT6 - TCS LTD.\",\n \"value\": \"INTBT6\"\n },\n {\n \"label\": \"INTCR6 - M/S TICS, ICD MATHIL\",\n \"value\": \"INTCR6\"\n },\n {\n \"label\": \"INTDE6 - Tudiyalur-Coimbatore\",\n \"value\": \"INTDE6\"\n },\n {\n \"label\": \"INTEI4 - Tezu\",\n \"value\": \"INTEI4\"\n },\n {\n \"label\": \"INTEL1 - Tellicherry\",\n \"value\": \"INTEL1\"\n },\n {\n \"label\": \"INTEN6 - SIPCOT GANGAKONDAN\",\n \"value\": \"INTEN6\"\n },\n {\n \"label\": \"INTEZ4 - Tezpur\",\n \"value\": \"INTEZ4\"\n },\n {\n \"label\": \"INTGN6 - KEIPL/ PUNE\",\n \"value\": \"INTGN6\"\n },\n {\n \"label\": \"INTHA6 - Thar Dry Port Jodhpu\",\n \"value\": \"INTHA6\"\n },\n {\n \"label\": \"INTHL1 - Thal\",\n \"value\": \"INTHL1\"\n },\n {\n \"label\": \"INTHO6 - Tiruppur-Thottiplaya\",\n \"value\": \"INTHO6\"\n },\n {\n \"label\": \"INTIR4 - Tirupati\",\n \"value\": \"INTIR4\"\n },\n {\n \"label\": \"INTIV1 - Tiviri\",\n \"value\": \"INTIV1\"\n },\n {\n \"label\": \"INTJA1 - Talaja\",\n \"value\": \"INTJA1\"\n },\n {\n \"label\": \"INTJPB - Tezpur Steamerghat\",\n \"value\": \"INTJPB\"\n },\n {\n \"label\": \"INTJV4 - Thanjavur\",\n \"value\": \"INTJV4\"\n },\n {\n \"label\": \"INTKD2 - Tuglakabad\",\n \"value\": \"INTKD2\"\n },\n {\n \"label\": \"INTKD6 - Tuglakabad\",\n \"value\": \"INTKD6\"\n },\n {\n \"label\": \"INTKNB - Tikonia\",\n \"value\": \"INTKNB\"\n },\n {\n \"label\": \"INTLG6 - Pune-Talegoan ICD\",\n \"value\": \"INTLG6\"\n },\n {\n \"label\": \"INTLT6 - L&T SBL L&T CHENNAI\",\n \"value\": \"INTLT6\"\n },\n {\n \"label\": \"INTMI6 - M/S IFFCO KISAN, SEZ\",\n \"value\": \"INTMI6\"\n },\n {\n \"label\": \"INTMP1 - Trombay\",\n \"value\": \"INTMP1\"\n },\n {\n \"label\": \"INTMX6 - ICD, THIMMAPUR,\",\n \"value\": \"INTMX6\"\n },\n {\n \"label\": \"INTNA1 - Thana\",\n \"value\": \"INTNA1\"\n },\n {\n \"label\": \"INTNC6 - CCCL SEZ TUTICORIN\",\n \"value\": \"INTNC6\"\n },\n {\n \"label\": \"INTND1 - Tondi\",\n \"value\": \"INTND1\"\n },\n {\n \"label\": \"INTNGB - Tungi\",\n \"value\": \"INTNGB\"\n },\n {\n \"label\": \"INTNI6 - HIPL SEZ\",\n \"value\": \"INTNI6\"\n },\n {\n \"label\": \"INTNK1 - Tankari\",\n \"value\": \"INTNK1\"\n },\n {\n \"label\": \"INTNS6 - SSL SEZ TUTICORIN\",\n \"value\": \"INTNS6\"\n },\n {\n \"label\": \"INTPH1 - Thopputhurai\",\n \"value\": \"INTPH1\"\n },\n {\n \"label\": \"INTPJ6 - ECTN SEZ TRICHY\",\n \"value\": \"INTPJ6\"\n },\n {\n \"label\": \"INTPN1 - Talpona\",\n \"value\": \"INTPN1\"\n },\n {\n \"label\": \"INTRA1 - Tranquebar\",\n \"value\": \"INTRA1\"\n },\n {\n \"label\": \"INTRL6 - ICD Tiruvallur\",\n \"value\": \"INTRL6\"\n },\n {\n \"label\": \"INTRP1 - Tarapur\",\n \"value\": \"INTRP1\"\n },\n {\n \"label\": \"INTRV4 - Thiruvananthapuram\",\n \"value\": \"INTRV4\"\n },\n {\n \"label\": \"INTRZ4 - Tiruchirapalli\",\n \"value\": \"INTRZ4\"\n },\n {\n \"label\": \"INTSI6 - HVCPL SEZ KADAYAM\",\n \"value\": \"INTSI6\"\n },\n {\n \"label\": \"INTTP6 - Dadri TTPL\",\n \"value\": \"INTTP6\"\n },\n {\n \"label\": \"INTTS1 - T.T. SHED (KIDDERPOR)\",\n \"value\": \"INTTS1\"\n },\n {\n \"label\": \"INTUI6 - FCPL SEZ KESAVARAM\",\n \"value\": \"INTUI6\"\n },\n {\n \"label\": \"INTUN1 - Tuna\",\n \"value\": \"INTUN1\"\n },\n {\n \"label\": \"INTUP6 - Tirupur\",\n \"value\": \"INTUP6\"\n },\n {\n \"label\": \"INTUT1 - Tuticorin\",\n \"value\": \"INTUT1\"\n },\n {\n \"label\": \"INTUT6 - Tuticorin ICD\",\n \"value\": \"INTUT6\"\n },\n {\n \"label\": \"INTVC6 - KINFRAA SEZ\",\n \"value\": \"INTVC6\"\n },\n {\n \"label\": \"INTVT6 - ICD TONDIARPET CHENN\",\n \"value\": \"INTVT6\"\n },\n {\n \"label\": \"INTYR1 - Tirukkadayyur\",\n \"value\": \"INTYR1\"\n },\n {\n \"label\": \"INUDI6 - SYNEFRA-SEZ/UDUPI\",\n \"value\": \"INUDI6\"\n },\n {\n \"label\": \"INUDN6 - GHB-SEZ SURAT\",\n \"value\": \"INUDN6\"\n },\n {\n \"label\": \"INUDR4 - Udaipur\",\n \"value\": \"INUDR4\"\n },\n {\n \"label\": \"INUDR6 - Udaipur\",\n \"value\": \"INUDR6\"\n },\n {\n \"label\": \"INUDZ6 - Udaipur\",\n \"value\": \"INUDZ6\"\n },\n {\n \"label\": \"INUKL6 - ETLISL SEZ ERODE\",\n \"value\": \"INUKL6\"\n },\n {\n \"label\": \"INULPB - Ultapani\",\n \"value\": \"INULPB\"\n },\n {\n \"label\": \"INULW1 - Ulwa\",\n \"value\": \"INULW1\"\n },\n {\n \"label\": \"INUMB1 - Umbergoan\",\n \"value\": \"INUMB1\"\n },\n {\n \"label\": \"INUMR1 - Umarsadi\",\n \"value\": \"INUMR1\"\n },\n {\n \"label\": \"INURF6 - FAB CITY SPV-SEZ/SRI\",\n \"value\": \"INURF6\"\n },\n {\n \"label\": \"INURG6 - GMR HYDTABAD AVIATIO\",\n \"value\": \"INURG6\"\n },\n {\n \"label\": \"INURI6 - INDU TECHZONE PVT.\",\n \"value\": \"INURI6\"\n },\n {\n \"label\": \"INURT6 - TCS LTD. ADIBATLA\",\n \"value\": \"INURT6\"\n },\n {\n \"label\": \"INUTN1 - Uttan\",\n \"value\": \"INUTN1\"\n },\n {\n \"label\": \"INVAD1 - Vadinar\",\n \"value\": \"INVAD1\"\n },\n {\n \"label\": \"INVAL6 - Valvada ICD\",\n \"value\": \"INVAL6\"\n },\n {\n \"label\": \"INVAP1 - Vapi\",\n \"value\": \"INVAP1\"\n },\n {\n \"label\": \"INVEN1 - Vengurla\",\n \"value\": \"INVEN1\"\n },\n {\n \"label\": \"INVEP1 - Veppalodai\",\n \"value\": \"INVEP1\"\n },\n {\n \"label\": \"INVGA4 - Vijayawada\",\n \"value\": \"INVGA4\"\n },\n {\n \"label\": \"INVGA5 - FPO VIJAYAWADA\",\n \"value\": \"INVGA5\"\n },\n {\n \"label\": \"INVGR6 - BHOJVA ICD VIRAMGAM\",\n \"value\": \"INVGR6\"\n },\n {\n \"label\": \"INVKH6 - HIRANANDANI BUIL.\",\n \"value\": \"INVKH6\"\n },\n {\n \"label\": \"INVKM1 - Valinokkam\",\n \"value\": \"INVKM1\"\n },\n {\n \"label\": \"INVLD6 - DISH/SEZ/KALYANGADH\",\n \"value\": \"INVLD6\"\n },\n {\n \"label\": \"INVLN6 - NG REALTY-SEZ/TALUKA\",\n \"value\": \"INVLN6\"\n },\n {\n \"label\": \"INVLR6 - SIPCOT LTD.\",\n \"value\": \"INVLR6\"\n },\n {\n \"label\": \"INVNG1 - Vengurla\",\n \"value\": \"INVNG1\"\n },\n {\n \"label\": \"INVNS4 - Varanasi\",\n \"value\": \"INVNS4\"\n },\n {\n \"label\": \"INVNS5 - FPO VARANASI\",\n \"value\": \"INVNS5\"\n },\n {\n \"label\": \"INVNS6 - Varanasi\",\n \"value\": \"INVNS6\"\n },\n {\n \"label\": \"INVPI6 - Vapi\",\n \"value\": \"INVPI6\"\n },\n {\n \"label\": \"INVRD1 - Varavda\",\n \"value\": \"INVRD1\"\n },\n {\n \"label\": \"INVRU1 - Vadarevu\",\n \"value\": \"INVRU1\"\n },\n {\n \"label\": \"INVSA6 - APIIC (HALL NO.3)\",\n \"value\": \"INVSA6\"\n },\n {\n \"label\": \"INVSI1 - Vansi-Borsi\",\n \"value\": \"INVSI1\"\n },\n {\n \"label\": \"INVSK6 - APIIC- (HALL NO. 2)\",\n \"value\": \"INVSK6\"\n },\n {\n \"label\": \"INVSP6 - WIPRO SEZRESPUVANIPA\",\n \"value\": \"INVSP6\"\n },\n {\n \"label\": \"INVSV1 - Varsova\",\n \"value\": \"INVSV1\"\n },\n {\n \"label\": \"INVTC6 - CHEYYAR VELLORE\",\n \"value\": \"INVTC6\"\n },\n {\n \"label\": \"INVTZ1 - Visakhapatnam\",\n \"value\": \"INVTZ1\"\n },\n {\n \"label\": \"INVTZ4 - Visakhapatnam\",\n \"value\": \"INVTZ4\"\n },\n {\n \"label\": \"INVTZ6 - Visakhapatnam SEZ\",\n \"value\": \"INVTZ6\"\n },\n {\n \"label\": \"INVVA1 - Veraval\",\n \"value\": \"INVVA1\"\n },\n {\n \"label\": \"INVYD1 - Vijaydurg\",\n \"value\": \"INVYD1\"\n },\n {\n \"label\": \"INVZJ1 - Vazhinjam\",\n \"value\": \"INVZJ1\"\n },\n {\n \"label\": \"INVZM6 - DLL SEZ\",\n \"value\": \"INVZM6\"\n },\n {\n \"label\": \"INVZR6 - M/S DR. REDDY SEZ\",\n \"value\": \"INVZR6\"\n },\n {\n \"label\": \"INWAL6 - Waluj (Aurangabad)\",\n \"value\": \"INWAL6\"\n },\n {\n \"label\": \"INWFD6 - ICD Bangalore\",\n \"value\": \"INWFD6\"\n },\n {\n \"label\": \"INWFI6 - INFO/SEZ/BANGALORE\",\n \"value\": \"INWFI6\"\n },\n {\n \"label\": \"INWFT6 - ITPL SEZ II BENGALUR\",\n \"value\": \"INWFT6\"\n },\n {\n \"label\": \"INWGC4 - Warrangal\",\n \"value\": \"INWGC4\"\n },\n {\n \"label\": \"INWRR6 - WARDHA POWER CO LTD\",\n \"value\": \"INWRR6\"\n },\n {\n \"label\": \"INYMA6 - MODERN ASSET SEZ II\",\n \"value\": \"INYMA6\"\n },\n {\n \"label\": \"INYNA6 - MOSERN ASSET SEZ I\",\n \"value\": \"INYNA6\"\n },\n {\n \"label\": \"INYNK6 - KIP/SEZ/N BANGALORE\",\n \"value\": \"INYNK6\"\n },\n {\n \"label\": \"INYNL6 - L&T CEL SEZ II\",\n \"value\": \"INYNL6\"\n },\n {\n \"label\": \"INYNM6 - MILESTONE/SEZ/BLR\",\n \"value\": \"INYNM6\"\n },\n {\n \"label\": \"INYNT6 - L&T CEL SEZ I\",\n \"value\": \"INYNT6\"\n },\n {\n \"label\": \"INZIP6 - ZIPL-SEZ AHMEDABAD\",\n \"value\": \"INZIP6\"\n }\n]", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:41.708426", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "ref_practitioner", + "fieldtype": "Link", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 6, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "customer", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Referring Practitioner", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2024-10-01 15:00:41.708426", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-ref_practitioner", + "no_copy": 0, + "non_negative": 0, + "options": "Healthcare Practitioner", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.759191", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "section_gst_breakup", + "fieldtype": "Section Break", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "other_charges_calculation", + "is_system_generated": 1, + "is_virtual": 0, + "label": "GST Breakup", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:13.310638", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-section_gst_breakup", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:42.016416", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "service_unit", + "fieldtype": "Link", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 8, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "customer_name", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Service Unit", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2024-10-01 15:00:42.016416", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-service_unit", + "no_copy": 0, + "non_negative": 0, + "options": "Healthcare Service Unit", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.903613", + "default": null, + "depends_on": "eval:doc.gst_category == 'Overseas' && doc.place_of_supply == '96-Other Countries'", + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "shipping_bill_date", + "fieldtype": "Date", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "shipping_bill_number", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Shipping Bill Date", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:13.465909", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-shipping_bill_date", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:00:58.894003", + "default": null, + "depends_on": "eval:doc.gst_category == 'Overseas' && doc.place_of_supply == '96-Other Countries'", + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "shipping_bill_number", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "port_code", + "is_system_generated": 1, + "is_virtual": 0, + "label": " Shipping Bill Number", + "length": 50, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:13.456643", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-shipping_bill_number", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:00.727954", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "transporter", + "fieldtype": "Link", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "transporter_info", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Transporter", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:15.502137", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-transporter", + "no_copy": 1, + "non_negative": 0, + "options": "Supplier", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:00.789595", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "transporter_col_break", + "fieldtype": "Column Break", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "distance", + "is_system_generated": 1, + "is_virtual": 0, + "label": null, + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:15.549111", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-transporter_col_break", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "collapsible_depends_on": "transporter", + "columns": 0, + "creation": "2024-10-01 15:01:00.707549", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "transporter_info", + "fieldtype": "Section Break", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "language", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Transporter Info", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:15.489889", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-transporter_info", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:00.802348", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": "transporter.supplier_name", + "fetch_if_empty": 0, + "fieldname": "transporter_name", + "fieldtype": "Small Text", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "transporter_col_break", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Transporter Name", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:15.560806", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-transporter_name", + "no_copy": 1, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:00.774703", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Invoice", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "vehicle_no", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "lr_no", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Vehicle No", + "length": 15, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:15.537503", + "modified_by": "Administrator", + "module": "GST India", + "name": "Sales Invoice-vehicle_no", + "no_copy": 1, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + } + ], + "custom_perms": [], + "doctype": "Sales Invoice", + "links": [ + { + "creation": "2022-01-25 10:29:57.771398", + "custom": 0, + "docstatus": 0, + "group": "Reference", + "hidden": 0, + "idx": 1, + "is_child_table": 0, + "link_doctype": "POS Invoice", + "link_fieldname": "consolidated_invoice", + "modified": "2026-02-12 19:07:19.772102", + "modified_by": "Administrator", + "name": "qstvkc1hun", + "owner": "Administrator", + "parent": "Sales Invoice", + "parent_doctype": null, + "parentfield": "links", + "parenttype": "DocType", + "table_fieldname": null + } + ], + "property_setters": [ + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-12-04 17:22:28.982554", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "additional_discount_account", + "idx": 0, + "is_system_generated": 0, + "modified": "2024-12-04 17:22:28.982554", + "modified_by": "admin@aarthy.org", + "module": null, + "name": "Sales Invoice-additional_discount_account-hidden", + "owner": "admin@aarthy.org", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-12-04 17:22:29.000328", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "additional_discount_account", + "idx": 0, + "is_system_generated": 0, + "modified": "2024-12-04 17:22:29.000328", + "modified_by": "admin@aarthy.org", + "module": null, + "name": "Sales Invoice-additional_discount_account-mandatory_depends_on", + "owner": "admin@aarthy.org", + "property": "mandatory_depends_on", + "property_type": "Code", + "row_name": null, + "value": "" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-11-05 10:28:10.993088", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "base_rounded_total", + "idx": 0, + "is_system_generated": 0, + "modified": "2024-11-05 10:28:10.993088", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-base_rounded_total-hidden", + "owner": "Administrator", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-11-05 10:28:11.025287", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "base_rounded_total", + "idx": 0, + "is_system_generated": 0, + "modified": "2024-11-05 10:28:11.025287", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-base_rounded_total-print_hide", + "owner": "Administrator", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-11-05 10:28:11.107949", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "disable_rounded_total", + "idx": 0, + "is_system_generated": 0, + "modified": "2024-11-05 10:28:11.107949", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-disable_rounded_total-default", + "owner": "Administrator", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "0" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-10-01 14:59:58.441646", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "due_date", + "idx": 0, + "is_system_generated": 0, + "modified": "2024-10-01 14:59:58.441646", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-due_date-print_hide", + "owner": "Administrator", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-12-06 11:11:18.148571", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "grand_total", + "idx": 0, + "is_system_generated": 1, + "modified": "2024-12-28 10:02:13.932832", + "modified_by": "shivani@aarthyeyehospital.com", + "module": null, + "name": "Sales Invoice-grand_total-in_list_view", + "owner": "subiksha@aarthyeyehospital.com", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-12-28 10:02:14.067938", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "group_same_items", + "idx": 0, + "is_system_generated": 1, + "modified": "2024-12-28 10:02:14.067938", + "modified_by": "shivani@aarthyeyehospital.com", + "module": null, + "name": "Sales Invoice-group_same_items-in_list_view", + "owner": "shivani@aarthyeyehospital.com", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-11-05 10:28:11.919530", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "in_words", + "idx": 0, + "is_system_generated": 0, + "modified": "2024-11-05 10:28:11.919530", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-in_words-hidden", + "owner": "Administrator", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-11-05 10:28:11.947217", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "in_words", + "idx": 0, + "is_system_generated": 0, + "modified": "2024-11-05 10:28:11.947217", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-in_words-print_hide", + "owner": "Administrator", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-11-06 13:07:40.390021", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocType", + "field_name": null, + "idx": 0, + "is_system_generated": 0, + "modified": "2024-11-06 13:07:40.390021", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-main-default_print_format", + "owner": "Administrator", + "property": "default_print_format", + "property_type": "Data", + "row_name": null, + "value": "Spectacles Invoice" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2026-02-13 10:51:26.680016", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocType", + "field_name": null, + "idx": 0, + "is_system_generated": 0, + "modified": "2026-02-13 10:51:26.680016", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-main-field_order", + "owner": "Administrator", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"customer_section\", \"title\", \"naming_series\", \"patient\", \"patient_name\", \"customer\", \"custom_practitioner\", \"customer_outstanding_amount\", \"ref_practitioner\", \"irn\", \"customer_name\", \"mrd_no\", \"service_unit\", \"ewaybill\", \"e_waybill_status\", \"tax_id\", \"company\", \"company_tax_id\", \"column_break1\", \"posting_date\", \"posting_time\", \"set_posting_time\", \"due_date\", \"custom_order_no\", \"column_break_14\", \"is_pos\", \"pos_profile\", \"is_consolidated\", \"is_return\", \"return_against\", \"update_outstanding_for_self\", \"update_billed_amount_in_sales_order\", \"update_billed_amount_in_delivery_note\", \"is_debit_note\", \"is_reverse_charge\", \"is_export_with_gst\", \"amended_from\", \"accounting_dimensions_section\", \"cost_center\", \"dimension_col_break\", \"project\", \"currency_and_price_list\", \"currency\", \"conversion_rate\", \"column_break2\", \"selling_price_list\", \"price_list_currency\", \"plc_conversion_rate\", \"ignore_pricing_rule\", \"items_section\", \"scan_barcode\", \"update_stock\", \"column_break_39\", \"set_warehouse\", \"set_target_warehouse\", \"section_break_42\", \"items\", \"section_break_30\", \"total_qty\", \"total_net_weight\", \"column_break_32\", \"base_total\", \"base_net_total\", \"column_break_52\", \"total\", \"net_total\", \"taxes_section\", \"tax_category\", \"taxes_and_charges\", \"column_break_38\", \"shipping_rule\", \"column_break_55\", \"incoterm\", \"named_place\", \"section_break_40\", \"taxes\", \"section_break_43\", \"base_total_taxes_and_charges\", \"column_break_47\", \"total_taxes_and_charges\", \"totals\", \"base_grand_total\", \"base_rounding_adjustment\", \"base_rounded_total\", \"base_in_words\", \"column_break5\", \"grand_total\", \"rounding_adjustment\", \"use_company_roundoff_cost_center\", \"rounded_total\", \"in_words\", \"total_advance\", \"outstanding_amount\", \"disable_rounded_total\", \"section_break_49\", \"apply_discount_on\", \"base_discount_amount\", \"is_cash_or_non_trade_discount\", \"additional_discount_account\", \"column_break_51\", \"additional_discount_percentage\", \"discount_amount\", \"sec_tax_breakup\", \"other_charges_calculation\", \"section_gst_breakup\", \"gst_breakup_table\", \"pricing_rule_details\", \"pricing_rules\", \"packing_list\", \"packed_items\", \"product_bundle_help\", \"time_sheet_list\", \"timesheets\", \"section_break_104\", \"total_billing_hours\", \"column_break_106\", \"total_billing_amount\", \"payments_tab\", \"payments_section\", \"cash_bank_account\", \"payments\", \"section_break_84\", \"base_paid_amount\", \"column_break_86\", \"paid_amount\", \"section_break_88\", \"base_change_amount\", \"column_break_90\", \"change_amount\", \"account_for_change_amount\", \"advances_section\", \"allocate_advances_automatically\", \"only_include_allocated_payments\", \"get_advances\", \"advances\", \"write_off_section\", \"write_off_amount\", \"base_write_off_amount\", \"write_off_outstanding_amount_automatically\", \"column_break_74\", \"write_off_account\", \"write_off_cost_center\", \"loyalty_points_redemption\", \"redeem_loyalty_points\", \"loyalty_points\", \"loyalty_amount\", \"column_break_77\", \"loyalty_program\", \"loyalty_redemption_account\", \"loyalty_redemption_cost_center\", \"contact_and_address_tab\", \"address_and_contact\", \"customer_address\", \"address_display\", \"billing_address_gstin\", \"gst_category\", \"place_of_supply\", \"col_break4\", \"contact_person\", \"contact_display\", \"contact_mobile\", \"contact_email\", \"territory\", \"shipping_address_section\", \"shipping_address_name\", \"shipping_address\", \"port_address\", \"shipping_addr_col_break\", \"dispatch_address_name\", \"dispatch_address\", \"company_address_section\", \"company_address\", \"company_gstin\", \"company_addr_col_break\", \"company_contact_person\", \"company_address_display\", \"terms_tab\", \"payment_schedule_section\", \"ignore_default_payment_terms_template\", \"payment_terms_template\", \"payment_schedule\", \"terms_section_break\", \"tc_name\", \"terms\", \"more_info_tab\", \"customer_po_details\", \"po_no\", \"column_break_23\", \"po_date\", \"more_info\", \"debit_to\", \"party_account_currency\", \"is_opening\", \"column_break8\", \"unrealized_profit_loss_account\", \"against_income_account\", \"sales_team_section_break\", \"sales_partner\", \"amount_eligible_for_commission\", \"column_break10\", \"commission_rate\", \"total_commission\", \"section_break2\", \"sales_team\", \"edit_printing_settings\", \"letter_head\", \"group_same_items\", \"column_break_84\", \"invoice_copy\", \"select_print_heading\", \"language\", \"transporter_info\", \"transporter\", \"gst_transporter_id\", \"driver\", \"lr_no\", \"vehicle_no\", \"distance\", \"transporter_col_break\", \"transporter_name\", \"mode_of_transport\", \"driver_name\", \"lr_date\", \"gst_vehicle_type\", \"gst_section\", \"ecommerce_gstin\", \"gst_col_break\", \"port_code\", \"shipping_bill_number\", \"shipping_bill_date\", \"ecommerce_supply_type\", \"subscription_section\", \"subscription\", \"from_date\", \"auto_repeat\", \"column_break_140\", \"to_date\", \"update_auto_repeat_reference\", \"more_information\", \"status\", \"einvoice_status\", \"inter_company_invoice_reference\", \"campaign\", \"represents_company\", \"source\", \"customer_group\", \"col_break23\", \"is_internal_customer\", \"is_discounted\", \"remarks\", \"connections_tab\"]" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-10-01 15:00:56.568824", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocType", + "field_name": null, + "idx": 0, + "is_system_generated": 1, + "modified": "2024-10-01 15:00:56.568824", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-main-track_changes", + "owner": "Administrator", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-12-06 11:11:18.152953", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "mrd_no", + "idx": 0, + "is_system_generated": 1, + "modified": "2024-12-28 10:02:13.966349", + "modified_by": "shivani@aarthyeyehospital.com", + "module": null, + "name": "Sales Invoice-mrd_no-in_list_view", + "owner": "subiksha@aarthyeyehospital.com", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-11-07 18:05:00.561615", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "naming_series", + "idx": 0, + "is_system_generated": 1, + "modified": "2024-11-07 18:05:00.561615", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-naming_series-options", + "owner": "Administrator", + "property": "options", + "property_type": "Small Text", + "row_name": null, + "value": "SINV-.YY.-\nSRET-.YY.-\n\nACC-SINV-.YYYY.-\nACC-SINV-RET-.YYYY.-" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-12-21 17:11:59.000414", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "paid_amount", + "idx": 0, + "is_system_generated": 1, + "modified": "2024-12-28 10:02:14.005021", + "modified_by": "shivani@aarthyeyehospital.com", + "module": null, + "name": "Sales Invoice-paid_amount-in_list_view", + "owner": "Administrator", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-10-01 14:59:58.457237", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "payment_schedule", + "idx": 0, + "is_system_generated": 0, + "modified": "2024-10-01 14:59:58.457237", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-payment_schedule-print_hide", + "owner": "Administrator", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2025-09-27 09:25:29.370564", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "payments_section", + "idx": 0, + "is_system_generated": 0, + "modified": "2025-09-27 09:25:29.370564", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-payments_section-collapsible", + "owner": "Administrator", + "property": "collapsible", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-12-06 11:11:36.514015", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "posting_date", + "idx": 0, + "is_system_generated": 1, + "modified": "2024-12-28 10:02:13.895937", + "modified_by": "shivani@aarthyeyehospital.com", + "module": null, + "name": "Sales Invoice-posting_date-in_list_view", + "owner": "subiksha@aarthyeyehospital.com", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2025-09-27 09:26:48.867480", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "project", + "idx": 0, + "is_system_generated": 0, + "modified": "2025-09-27 09:26:48.867480", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-project-hidden", + "owner": "Administrator", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-11-05 10:28:11.052196", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "idx": 0, + "is_system_generated": 0, + "modified": "2024-11-05 10:28:11.052196", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-rounded_total-hidden", + "owner": "Administrator", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-11-05 10:28:11.086613", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "rounded_total", + "idx": 0, + "is_system_generated": 0, + "modified": "2024-11-05 10:28:11.086613", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-rounded_total-print_hide", + "owner": "Administrator", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2025-12-29 17:06:33.605019", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "idx": 0, + "is_system_generated": 1, + "modified": "2025-12-29 17:06:33.605019", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-scan_barcode-hidden", + "owner": "Administrator", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2025-09-27 15:59:11.960025", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "section_break_49", + "idx": 0, + "is_system_generated": 0, + "modified": "2025-09-27 15:59:11.960025", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-section_break_49-collapsible", + "owner": "Administrator", + "property": "collapsible", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-12-28 10:00:39.698208", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "service_unit", + "idx": 0, + "is_system_generated": 1, + "modified": "2024-12-28 10:02:14.042173", + "modified_by": "shivani@aarthyeyehospital.com", + "module": null, + "name": "Sales Invoice-service_unit-in_list_view", + "owner": "shivani@aarthyeyehospital.com", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2025-09-27 16:04:26.873226", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "set_warehouse", + "idx": 0, + "is_system_generated": 0, + "modified": "2025-09-27 16:04:26.873226", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-set_warehouse-default", + "owner": "Administrator", + "property": "default", + "property_type": "Text", + "row_name": null, + "value": "Stores - AEH" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2025-09-27 16:04:26.633426", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "set_warehouse", + "idx": 0, + "is_system_generated": 0, + "modified": "2025-09-27 16:04:26.633426", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-set_warehouse-reqd", + "owner": "Administrator", + "property": "reqd", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-11-28 15:46:38.658167", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "tax_category", + "idx": 0, + "is_system_generated": 0, + "modified": "2024-11-28 15:46:38.658167", + "modified_by": "Administrator", + "module": null, + "name": "Sales Invoice-tax_category-print_hide", + "owner": "Administrator", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-12-04 17:22:28.848008", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "tax_id", + "idx": 0, + "is_system_generated": 0, + "modified": "2024-12-04 17:22:28.848008", + "modified_by": "admin@aarthy.org", + "module": null, + "name": "Sales Invoice-tax_id-hidden", + "owner": "admin@aarthy.org", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-12-04 17:22:28.863626", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "tax_id", + "idx": 0, + "is_system_generated": 0, + "modified": "2024-12-04 17:22:28.863626", + "modified_by": "admin@aarthy.org", + "module": null, + "name": "Sales Invoice-tax_id-print_hide", + "owner": "admin@aarthy.org", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-12-06 11:11:18.139444", + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "title", + "idx": 0, + "is_system_generated": 1, + "modified": "2024-12-28 10:02:13.843402", + "modified_by": "shivani@aarthyeyehospital.com", + "module": null, + "name": "Sales Invoice-title-in_list_view", + "owner": "subiksha@aarthyeyehospital.com", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + } + ], + "sync_on_migrate": 1 +} \ No newline at end of file diff --git a/medblocks/medblocks/custom/sales_invoice_item.json b/medblocks/medblocks/custom/sales_invoice_item.json index d0a174d..3b03727 100644 --- a/medblocks/medblocks/custom/sales_invoice_item.json +++ b/medblocks/medblocks/custom/sales_invoice_item.json @@ -1298,7 +1298,7 @@ "field_name": "barcode", "idx": 0, "is_system_generated": 1, - "modified": "2025-08-25 16:05:58.858829", + "modified": "2026-02-12 19:07:37.677702", "modified_by": "Administrator", "module": null, "name": "Sales Invoice Item-barcode-hidden", @@ -1321,7 +1321,7 @@ "field_name": "discount_account", "idx": 0, "is_system_generated": 1, - "modified": "2025-08-25 16:05:58.874151", + "modified": "2026-02-12 19:07:37.695051", "modified_by": "Administrator", "module": null, "name": "Sales Invoice Item-discount_account-hidden", @@ -1344,7 +1344,7 @@ "field_name": "discount_account", "idx": 0, "is_system_generated": 1, - "modified": "2025-08-25 16:05:58.893351", + "modified": "2026-02-12 19:07:37.711182", "modified_by": "Administrator", "module": null, "name": "Sales Invoice Item-discount_account-mandatory_depends_on", @@ -1367,7 +1367,7 @@ "field_name": null, "idx": 0, "is_system_generated": 0, - "modified": "2025-08-25 16:05:58.910175", + "modified": "2026-02-12 19:07:37.723788", "modified_by": "Administrator", "module": null, "name": "Sales Invoice Item-main-field_order", @@ -1390,7 +1390,7 @@ "field_name": "target_warehouse", "idx": 0, "is_system_generated": 1, - "modified": "2025-08-25 16:05:58.940352", + "modified": "2026-02-12 19:07:37.738315", "modified_by": "Administrator", "module": null, "name": "Sales Invoice Item-target_warehouse-hidden", diff --git a/medblocks/medblocks/custom/sales_order.json b/medblocks/medblocks/custom/sales_order.json index b32ba58..5921448 100644 --- a/medblocks/medblocks/custom/sales_order.json +++ b/medblocks/medblocks/custom/sales_order.json @@ -128,6 +128,70 @@ "unique": 0, "width": null }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2026-02-13 10:38:59.459612", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Order", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "custom_order_no", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 12, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "delivery_date", + "is_system_generated": 0, + "is_virtual": 0, + "label": "Order No", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2026-02-13 10:38:59.459612", + "modified_by": "Administrator", + "module": null, + "name": "Sales Order-custom_order_no", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, { "_assign": null, "_comments": null, @@ -786,7 +850,7 @@ "field_name": "base_rounded_total", "idx": 0, "is_system_generated": 1, - "modified": "2025-07-31 16:55:59.985071", + "modified": "2026-02-12 19:07:36.570990", "modified_by": "Administrator", "module": null, "name": "Sales Order-base_rounded_total-hidden", @@ -809,7 +873,7 @@ "field_name": "base_rounded_total", "idx": 0, "is_system_generated": 1, - "modified": "2025-07-31 16:56:00.001886", + "modified": "2026-02-12 19:07:36.590728", "modified_by": "Administrator", "module": null, "name": "Sales Order-base_rounded_total-print_hide", @@ -832,7 +896,7 @@ "field_name": "disable_rounded_total", "idx": 0, "is_system_generated": 1, - "modified": "2025-07-31 16:56:00.043117", + "modified": "2026-02-12 19:07:36.611860", "modified_by": "Administrator", "module": null, "name": "Sales Order-disable_rounded_total-default", @@ -855,7 +919,7 @@ "field_name": "due_date", "idx": 0, "is_system_generated": 1, - "modified": "2025-07-31 16:48:27.137994", + "modified": "2026-02-12 19:07:36.629508", "modified_by": "Administrator", "module": null, "name": "Sales Order-due_date-print_hide", @@ -878,7 +942,7 @@ "field_name": "in_words", "idx": 0, "is_system_generated": 1, - "modified": "2025-07-31 16:56:00.451958", + "modified": "2026-02-12 19:07:36.644025", "modified_by": "Administrator", "module": null, "name": "Sales Order-in_words-hidden", @@ -901,7 +965,7 @@ "field_name": "in_words", "idx": 0, "is_system_generated": 1, - "modified": "2025-07-31 16:56:00.464740", + "modified": "2026-02-12 19:07:36.656442", "modified_by": "Administrator", "module": null, "name": "Sales Order-in_words-print_hide", @@ -916,7 +980,30 @@ "_comments": null, "_liked_by": null, "_user_tags": null, - "creation": "2025-08-26 12:13:04.633373", + "creation": "2025-10-19 21:29:09.420578", + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype_or_field": "DocType", + "field_name": null, + "idx": 0, + "is_system_generated": 1, + "modified": "2025-10-19 21:29:09.420578", + "modified_by": "Administrator", + "module": null, + "name": "Sales Order-main-default_print_format", + "owner": "Administrator", + "property": "default_print_format", + "property_type": "Data", + "row_name": null, + "value": "Optical Sales Order" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2026-02-13 10:50:45.735155", "default_value": null, "doc_type": "Sales Order", "docstatus": 0, @@ -924,7 +1011,7 @@ "field_name": null, "idx": 0, "is_system_generated": 0, - "modified": "2025-08-26 12:13:04.633373", + "modified": "2026-02-13 10:50:45.735155", "modified_by": "Administrator", "module": null, "name": "Sales Order-main-field_order", @@ -932,7 +1019,30 @@ "property": "field_order", "property_type": "Data", "row_name": null, - "value": "[\"customer_section\", \"column_break0\", \"title\", \"naming_series\", \"customer\", \"customer_name\", \"tax_id\", \"order_type\", \"column_break_7\", \"transaction_date\", \"delivery_date\", \"column_break1\", \"po_no\", \"po_date\", \"company\", \"skip_delivery_note\", \"is_reverse_charge\", \"is_export_with_gst\", \"has_unit_price_items\", \"amended_from\", \"accounting_dimensions_section\", \"cost_center\", \"dimension_col_break\", \"project\", \"currency_and_price_list\", \"currency\", \"conversion_rate\", \"column_break2\", \"selling_price_list\", \"price_list_currency\", \"plc_conversion_rate\", \"ignore_pricing_rule\", \"sec_warehouse\", \"scan_barcode\", \"column_break_28\", \"set_warehouse\", \"reserve_stock\", \"items_section\", \"items\", \"section_break_31\", \"total_qty\", \"total_net_weight\", \"column_break_33\", \"base_total\", \"base_net_total\", \"column_break_33a\", \"total\", \"net_total\", \"taxes_section\", \"tax_category\", \"taxes_and_charges\", \"column_break_38\", \"shipping_rule\", \"column_break_49\", \"incoterm\", \"named_place\", \"section_break_40\", \"taxes\", \"section_break_43\", \"base_total_taxes_and_charges\", \"column_break_46\", \"total_taxes_and_charges\", \"totals\", \"base_grand_total\", \"base_rounding_adjustment\", \"base_rounded_total\", \"base_in_words\", \"column_break3\", \"grand_total\", \"rounding_adjustment\", \"rounded_total\", \"in_words\", \"advance_paid\", \"disable_rounded_total\", \"section_break_48\", \"apply_discount_on\", \"base_discount_amount\", \"coupon_code\", \"column_break_50\", \"additional_discount_percentage\", \"discount_amount\", \"sec_tax_breakup\", \"other_charges_calculation\", \"section_gst_breakup\", \"gst_breakup_table\", \"packing_list\", \"packed_items\", \"pricing_rule_details\", \"pricing_rules\", \"contact_info\", \"billing_address_column\", \"customer_address\", \"address_display\", \"billing_address_gstin\", \"gst_category\", \"place_of_supply\", \"customer_group\", \"territory\", \"column_break_84\", \"contact_person\", \"contact_display\", \"contact_phone\", \"contact_mobile\", \"contact_email\", \"shipping_address_column\", \"shipping_address_name\", \"shipping_address\", \"column_break_93\", \"dispatch_address_name\", \"dispatch_address\", \"col_break46\", \"company_address\", \"company_gstin\", \"company_address_display\", \"column_break_92\", \"company_contact_person\", \"payment_schedule_section\", \"payment_terms_section\", \"payment_terms_template\", \"payment_schedule\", \"terms_section_break\", \"tc_name\", \"terms\", \"more_info\", \"section_break_78\", \"status\", \"delivery_status\", \"per_delivered\", \"column_break_81\", \"per_billed\", \"per_picked\", \"billing_status\", \"sales_team_section_break\", \"sales_partner\", \"column_break7\", \"amount_eligible_for_commission\", \"commission_rate\", \"total_commission\", \"section_break1\", \"sales_team\", \"loyalty_points_redemption\", \"loyalty_points\", \"column_break_116\", \"loyalty_amount\", \"subscription_section\", \"from_date\", \"to_date\", \"column_break_108\", \"auto_repeat\", \"update_auto_repeat_reference\", \"printing_details\", \"letter_head\", \"group_same_items\", \"column_break4\", \"select_print_heading\", \"language\", \"additional_info_section\", \"is_internal_customer\", \"represents_company\", \"column_break_152\", \"source\", \"inter_company_order_reference\", \"campaign\", \"party_account_currency\", \"connections_tab\", \"gst_section\", \"gst_col_break\", \"ecommerce_supply_type\", \"ecommerce_gstin\"]" + "value": "[\"customer_section\", \"column_break0\", \"title\", \"naming_series\", \"customer\", \"customer_name\", \"tax_id\", \"order_type\", \"column_break_7\", \"transaction_date\", \"delivery_date\", \"custom_order_no\", \"column_break1\", \"po_no\", \"po_date\", \"company\", \"skip_delivery_note\", \"is_reverse_charge\", \"is_export_with_gst\", \"has_unit_price_items\", \"amended_from\", \"accounting_dimensions_section\", \"cost_center\", \"dimension_col_break\", \"project\", \"currency_and_price_list\", \"currency\", \"conversion_rate\", \"column_break2\", \"selling_price_list\", \"price_list_currency\", \"plc_conversion_rate\", \"ignore_pricing_rule\", \"sec_warehouse\", \"scan_barcode\", \"column_break_28\", \"set_warehouse\", \"reserve_stock\", \"items_section\", \"items\", \"section_break_31\", \"total_qty\", \"total_net_weight\", \"column_break_33\", \"base_total\", \"base_net_total\", \"column_break_33a\", \"total\", \"net_total\", \"taxes_section\", \"tax_category\", \"taxes_and_charges\", \"column_break_38\", \"shipping_rule\", \"column_break_49\", \"incoterm\", \"named_place\", \"section_break_40\", \"taxes\", \"section_break_43\", \"base_total_taxes_and_charges\", \"column_break_46\", \"total_taxes_and_charges\", \"totals\", \"base_grand_total\", \"base_rounding_adjustment\", \"base_rounded_total\", \"base_in_words\", \"column_break3\", \"grand_total\", \"rounding_adjustment\", \"rounded_total\", \"in_words\", \"advance_paid\", \"disable_rounded_total\", \"section_break_48\", \"apply_discount_on\", \"base_discount_amount\", \"coupon_code\", \"column_break_50\", \"additional_discount_percentage\", \"discount_amount\", \"sec_tax_breakup\", \"other_charges_calculation\", \"section_gst_breakup\", \"gst_breakup_table\", \"packing_list\", \"packed_items\", \"pricing_rule_details\", \"pricing_rules\", \"contact_info\", \"billing_address_column\", \"customer_address\", \"address_display\", \"billing_address_gstin\", \"gst_category\", \"place_of_supply\", \"customer_group\", \"territory\", \"column_break_84\", \"contact_person\", \"contact_display\", \"contact_phone\", \"contact_mobile\", \"contact_email\", \"shipping_address_column\", \"shipping_address_name\", \"shipping_address\", \"column_break_93\", \"dispatch_address_name\", \"dispatch_address\", \"col_break46\", \"company_address\", \"company_gstin\", \"company_address_display\", \"column_break_92\", \"company_contact_person\", \"payment_schedule_section\", \"payment_terms_section\", \"payment_terms_template\", \"payment_schedule\", \"terms_section_break\", \"tc_name\", \"terms\", \"more_info\", \"section_break_78\", \"status\", \"delivery_status\", \"per_delivered\", \"column_break_81\", \"per_billed\", \"per_picked\", \"billing_status\", \"sales_team_section_break\", \"sales_partner\", \"column_break7\", \"amount_eligible_for_commission\", \"commission_rate\", \"total_commission\", \"section_break1\", \"sales_team\", \"loyalty_points_redemption\", \"loyalty_points\", \"column_break_116\", \"loyalty_amount\", \"subscription_section\", \"from_date\", \"to_date\", \"column_break_108\", \"auto_repeat\", \"update_auto_repeat_reference\", \"printing_details\", \"letter_head\", \"group_same_items\", \"column_break4\", \"select_print_heading\", \"language\", \"additional_info_section\", \"is_internal_customer\", \"represents_company\", \"column_break_152\", \"source\", \"inter_company_order_reference\", \"campaign\", \"party_account_currency\", \"connections_tab\", \"gst_section\", \"gst_col_break\", \"ecommerce_supply_type\", \"ecommerce_gstin\"]" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2025-09-20 23:45:28.348347", + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "naming_series", + "idx": 0, + "is_system_generated": 1, + "modified": "2025-09-20 23:45:28.348347", + "modified_by": "Administrator", + "module": null, + "name": "Sales Order-naming_series-options", + "owner": "Administrator", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "SAL-ORD-.YYYY.-" }, { "_assign": null, @@ -947,7 +1057,7 @@ "field_name": "payment_schedule", "idx": 0, "is_system_generated": 1, - "modified": "2025-07-31 16:48:27.145997", + "modified": "2026-02-12 19:07:36.683899", "modified_by": "Administrator", "module": null, "name": "Sales Order-payment_schedule-print_hide", @@ -970,7 +1080,7 @@ "field_name": "rounded_total", "idx": 0, "is_system_generated": 1, - "modified": "2025-07-31 16:56:00.016282", + "modified": "2026-02-12 19:07:36.696009", "modified_by": "Administrator", "module": null, "name": "Sales Order-rounded_total-hidden", @@ -993,7 +1103,7 @@ "field_name": "rounded_total", "idx": 0, "is_system_generated": 1, - "modified": "2025-07-31 16:56:00.030575", + "modified": "2026-02-12 19:07:36.705932", "modified_by": "Administrator", "module": null, "name": "Sales Order-rounded_total-print_hide", @@ -1016,7 +1126,7 @@ "field_name": "scan_barcode", "idx": 0, "is_system_generated": 1, - "modified": "2025-08-25 12:47:08.138865", + "modified": "2026-02-12 19:07:36.715566", "modified_by": "Administrator", "module": null, "name": "Sales Order-scan_barcode-hidden", @@ -1039,7 +1149,7 @@ "field_name": "tax_id", "idx": 0, "is_system_generated": 1, - "modified": "2025-07-31 16:55:58.900968", + "modified": "2026-02-12 19:07:36.724745", "modified_by": "Administrator", "module": null, "name": "Sales Order-tax_id-hidden", @@ -1062,7 +1172,7 @@ "field_name": "tax_id", "idx": 0, "is_system_generated": 1, - "modified": "2025-07-31 16:55:58.911033", + "modified": "2026-02-12 19:07:36.734139", "modified_by": "Administrator", "module": null, "name": "Sales Order-tax_id-print_hide", diff --git a/medblocks/medblocks/custom/sales_order_item.json b/medblocks/medblocks/custom/sales_order_item.json index 65280f5..6d60e78 100644 --- a/medblocks/medblocks/custom/sales_order_item.json +++ b/medblocks/medblocks/custom/sales_order_item.json @@ -1170,7 +1170,7 @@ "field_name": null, "idx": 0, "is_system_generated": 0, - "modified": "2025-08-28 12:48:38.790781", + "modified": "2026-02-12 19:07:36.139300", "modified_by": "Administrator", "module": null, "name": "Sales Order Item-main-field_order", From 4693fa8b8e67f935945c77ae2ea1aa5e8a85c407 Mon Sep 17 00:00:00 2001 From: BrindhaV-27 Date: Fri, 13 Feb 2026 05:51:15 +0000 Subject: [PATCH 3/8] expected delivery date --- medblocks/medblocks/custom/sales_order.json | 74 +++++++++++++++++++-- 1 file changed, 69 insertions(+), 5 deletions(-) diff --git a/medblocks/medblocks/custom/sales_order.json b/medblocks/medblocks/custom/sales_order.json index 5921448..034afc2 100644 --- a/medblocks/medblocks/custom/sales_order.json +++ b/medblocks/medblocks/custom/sales_order.json @@ -128,6 +128,70 @@ "unique": 0, "width": null }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2026-02-13 11:20:20.307131", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Sales Order", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "custom_expected_delivery_date_", + "fieldtype": "Date", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 11, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "delivery_date", + "is_system_generated": 0, + "is_virtual": 0, + "label": "Expected delivery date ", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2026-02-13 11:20:20.307131", + "modified_by": "Administrator", + "module": null, + "name": "Sales Order-custom_expected_delivery_date_", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, { "_assign": null, "_comments": null, @@ -153,14 +217,14 @@ "hide_border": 0, "hide_days": 0, "hide_seconds": 0, - "idx": 12, + "idx": 20, "ignore_user_permissions": 0, "ignore_xss_filter": 0, "in_global_search": 0, "in_list_view": 0, "in_preview": 0, "in_standard_filter": 0, - "insert_after": "delivery_date", + "insert_after": "has_unit_price_items", "is_system_generated": 0, "is_virtual": 0, "label": "Order No", @@ -1003,7 +1067,7 @@ "_comments": null, "_liked_by": null, "_user_tags": null, - "creation": "2026-02-13 10:50:45.735155", + "creation": "2026-02-13 11:20:20.146938", "default_value": null, "doc_type": "Sales Order", "docstatus": 0, @@ -1011,7 +1075,7 @@ "field_name": null, "idx": 0, "is_system_generated": 0, - "modified": "2026-02-13 10:50:45.735155", + "modified": "2026-02-13 11:20:20.146938", "modified_by": "Administrator", "module": null, "name": "Sales Order-main-field_order", @@ -1019,7 +1083,7 @@ "property": "field_order", "property_type": "Data", "row_name": null, - "value": "[\"customer_section\", \"column_break0\", \"title\", \"naming_series\", \"customer\", \"customer_name\", \"tax_id\", \"order_type\", \"column_break_7\", \"transaction_date\", \"delivery_date\", \"custom_order_no\", \"column_break1\", \"po_no\", \"po_date\", \"company\", \"skip_delivery_note\", \"is_reverse_charge\", \"is_export_with_gst\", \"has_unit_price_items\", \"amended_from\", \"accounting_dimensions_section\", \"cost_center\", \"dimension_col_break\", \"project\", \"currency_and_price_list\", \"currency\", \"conversion_rate\", \"column_break2\", \"selling_price_list\", \"price_list_currency\", \"plc_conversion_rate\", \"ignore_pricing_rule\", \"sec_warehouse\", \"scan_barcode\", \"column_break_28\", \"set_warehouse\", \"reserve_stock\", \"items_section\", \"items\", \"section_break_31\", \"total_qty\", \"total_net_weight\", \"column_break_33\", \"base_total\", \"base_net_total\", \"column_break_33a\", \"total\", \"net_total\", \"taxes_section\", \"tax_category\", \"taxes_and_charges\", \"column_break_38\", \"shipping_rule\", \"column_break_49\", \"incoterm\", \"named_place\", \"section_break_40\", \"taxes\", \"section_break_43\", \"base_total_taxes_and_charges\", \"column_break_46\", \"total_taxes_and_charges\", \"totals\", \"base_grand_total\", \"base_rounding_adjustment\", \"base_rounded_total\", \"base_in_words\", \"column_break3\", \"grand_total\", \"rounding_adjustment\", \"rounded_total\", \"in_words\", \"advance_paid\", \"disable_rounded_total\", \"section_break_48\", \"apply_discount_on\", \"base_discount_amount\", \"coupon_code\", \"column_break_50\", \"additional_discount_percentage\", \"discount_amount\", \"sec_tax_breakup\", \"other_charges_calculation\", \"section_gst_breakup\", \"gst_breakup_table\", \"packing_list\", \"packed_items\", \"pricing_rule_details\", \"pricing_rules\", \"contact_info\", \"billing_address_column\", \"customer_address\", \"address_display\", \"billing_address_gstin\", \"gst_category\", \"place_of_supply\", \"customer_group\", \"territory\", \"column_break_84\", \"contact_person\", \"contact_display\", \"contact_phone\", \"contact_mobile\", \"contact_email\", \"shipping_address_column\", \"shipping_address_name\", \"shipping_address\", \"column_break_93\", \"dispatch_address_name\", \"dispatch_address\", \"col_break46\", \"company_address\", \"company_gstin\", \"company_address_display\", \"column_break_92\", \"company_contact_person\", \"payment_schedule_section\", \"payment_terms_section\", \"payment_terms_template\", \"payment_schedule\", \"terms_section_break\", \"tc_name\", \"terms\", \"more_info\", \"section_break_78\", \"status\", \"delivery_status\", \"per_delivered\", \"column_break_81\", \"per_billed\", \"per_picked\", \"billing_status\", \"sales_team_section_break\", \"sales_partner\", \"column_break7\", \"amount_eligible_for_commission\", \"commission_rate\", \"total_commission\", \"section_break1\", \"sales_team\", \"loyalty_points_redemption\", \"loyalty_points\", \"column_break_116\", \"loyalty_amount\", \"subscription_section\", \"from_date\", \"to_date\", \"column_break_108\", \"auto_repeat\", \"update_auto_repeat_reference\", \"printing_details\", \"letter_head\", \"group_same_items\", \"column_break4\", \"select_print_heading\", \"language\", \"additional_info_section\", \"is_internal_customer\", \"represents_company\", \"column_break_152\", \"source\", \"inter_company_order_reference\", \"campaign\", \"party_account_currency\", \"connections_tab\", \"gst_section\", \"gst_col_break\", \"ecommerce_supply_type\", \"ecommerce_gstin\"]" + "value": "[\"customer_section\", \"column_break0\", \"title\", \"naming_series\", \"customer\", \"customer_name\", \"tax_id\", \"order_type\", \"column_break_7\", \"transaction_date\", \"delivery_date\", \"expected_delivery_date\", \"column_break1\", \"po_no\", \"po_date\", \"company\", \"skip_delivery_note\", \"is_reverse_charge\", \"is_export_with_gst\", \"has_unit_price_items\", \"custom_order_no\", \"amended_from\", \"accounting_dimensions_section\", \"cost_center\", \"dimension_col_break\", \"project\", \"currency_and_price_list\", \"currency\", \"conversion_rate\", \"column_break2\", \"selling_price_list\", \"price_list_currency\", \"plc_conversion_rate\", \"ignore_pricing_rule\", \"sec_warehouse\", \"scan_barcode\", \"column_break_28\", \"set_warehouse\", \"reserve_stock\", \"items_section\", \"items\", \"section_break_31\", \"total_qty\", \"total_net_weight\", \"column_break_33\", \"base_total\", \"base_net_total\", \"column_break_33a\", \"total\", \"net_total\", \"taxes_section\", \"tax_category\", \"taxes_and_charges\", \"column_break_38\", \"shipping_rule\", \"column_break_49\", \"incoterm\", \"named_place\", \"section_break_40\", \"taxes\", \"section_break_43\", \"base_total_taxes_and_charges\", \"column_break_46\", \"total_taxes_and_charges\", \"totals\", \"base_grand_total\", \"base_rounding_adjustment\", \"base_rounded_total\", \"base_in_words\", \"column_break3\", \"grand_total\", \"rounding_adjustment\", \"rounded_total\", \"in_words\", \"advance_paid\", \"disable_rounded_total\", \"section_break_48\", \"apply_discount_on\", \"base_discount_amount\", \"coupon_code\", \"column_break_50\", \"additional_discount_percentage\", \"discount_amount\", \"sec_tax_breakup\", \"other_charges_calculation\", \"section_gst_breakup\", \"gst_breakup_table\", \"packing_list\", \"packed_items\", \"pricing_rule_details\", \"pricing_rules\", \"contact_info\", \"billing_address_column\", \"customer_address\", \"address_display\", \"billing_address_gstin\", \"gst_category\", \"place_of_supply\", \"customer_group\", \"territory\", \"column_break_84\", \"contact_person\", \"contact_display\", \"contact_phone\", \"contact_mobile\", \"contact_email\", \"shipping_address_column\", \"shipping_address_name\", \"shipping_address\", \"column_break_93\", \"dispatch_address_name\", \"dispatch_address\", \"col_break46\", \"company_address\", \"company_gstin\", \"company_address_display\", \"column_break_92\", \"company_contact_person\", \"payment_schedule_section\", \"payment_terms_section\", \"payment_terms_template\", \"payment_schedule\", \"terms_section_break\", \"tc_name\", \"terms\", \"more_info\", \"section_break_78\", \"status\", \"delivery_status\", \"per_delivered\", \"column_break_81\", \"per_billed\", \"per_picked\", \"billing_status\", \"sales_team_section_break\", \"sales_partner\", \"column_break7\", \"amount_eligible_for_commission\", \"commission_rate\", \"total_commission\", \"section_break1\", \"sales_team\", \"loyalty_points_redemption\", \"loyalty_points\", \"column_break_116\", \"loyalty_amount\", \"subscription_section\", \"from_date\", \"to_date\", \"column_break_108\", \"auto_repeat\", \"update_auto_repeat_reference\", \"printing_details\", \"letter_head\", \"group_same_items\", \"column_break4\", \"select_print_heading\", \"language\", \"additional_info_section\", \"is_internal_customer\", \"represents_company\", \"column_break_152\", \"source\", \"inter_company_order_reference\", \"campaign\", \"party_account_currency\", \"connections_tab\", \"gst_section\", \"gst_col_break\", \"ecommerce_supply_type\", \"ecommerce_gstin\"]" }, { "_assign": null, From 8c7f66d90de0c607ff0623ec0b6929cae53e565c Mon Sep 17 00:00:00 2001 From: BrindhaV-27 Date: Sat, 14 Feb 2026 05:07:23 +0000 Subject: [PATCH 4/8] sales order summary --- .../__init__.py | 0 ...ly_optical_sales_and_collection_summary.js | 32 ++++++ ..._optical_sales_and_collection_summary.json | 35 +++++++ ...ly_optical_sales_and_collection_summary.py | 98 +++++++++++++++++++ .../utils/python/sales_invoice.py | 6 +- 5 files changed, 166 insertions(+), 5 deletions(-) create mode 100644 medblocks/medblocks/report/daily_optical_sales_and_collection_summary/__init__.py create mode 100644 medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.js create mode 100644 medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.json create mode 100644 medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.py diff --git a/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/__init__.py b/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.js b/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.js new file mode 100644 index 0000000..b3b70bc --- /dev/null +++ b/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.js @@ -0,0 +1,32 @@ +// Copyright (c) 2026, Medblocks and contributors +// For license information, please see license.txt +frappe.query_reports["Daily Optical Sales and Collection Summary"] = { + "filters": [ + { + "fieldname": "from_date", + "label": __("From Date"), + "fieldtype": "Date", + "default": frappe.datetime.get_today(), + "reqd": 1 + }, + { + "fieldname": "to_date", + "label": __("To Date"), + "fieldtype": "Date", + "default": frappe.datetime.get_today(), + "reqd": 1 + }, + { + "fieldname": "customer", + "label": __("Customer"), + "fieldtype": "Link", + "options": "Customer" + } + ], + "onload": function(report) { + report.page.add_inner_button(__("Clear Filters"), function() { + report.page.fields_dict.customer.set_value(""); + report.refresh(); + }); + } +}; diff --git a/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.json b/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.json new file mode 100644 index 0000000..7f2595b --- /dev/null +++ b/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.json @@ -0,0 +1,35 @@ +{ + "add_total_row": 1, + "add_translate_data": 0, + "columns": [], + "creation": "2026-02-13 12:20:19.659249", + "disabled": 0, + "docstatus": 0, + "doctype": "Report", + "filters": [], + "idx": 0, + "is_standard": "Yes", + "letter_head": "Aarthy Hospital New v2", + "letterhead": null, + "modified": "2026-02-13 12:20:19.659249", + "modified_by": "Administrator", + "module": "Medblocks", + "name": "Daily Optical Sales and Collection Summary", + "owner": "Administrator", + "prepared_report": 0, + "ref_doctype": "Sales Invoice", + "report_name": "Daily Optical Sales and Collection Summary", + "report_type": "Script Report", + "roles": [ + { + "role": "Accounts User" + }, + { + "role": "Accounts Manager" + }, + { + "role": "Employee Self Service" + } + ], + "timeout": 0 +} \ No newline at end of file diff --git a/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.py b/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.py new file mode 100644 index 0000000..c7e251a --- /dev/null +++ b/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.py @@ -0,0 +1,98 @@ +# Copyright (c) 2026, Medblocks and contributors +# For license information, please see license.txt + + +import frappe + +def execute(filters=None): + if not filters: filters = {} + + columns = [ + {"label": "Date", "fieldname": "transaction_date", "fieldtype": "Date", "width": 110}, + {"label": "Customer", "fieldname": "customer_name", "fieldtype": "Data", "width": 140}, + {"label": "Sales Order", "fieldname": "sales_order", "fieldtype": "Link", "options": "Sales Order", "width": 160}, + {"label": "Order Value", "fieldname": "grand_total", "fieldtype": "Currency", "width": 110}, + {"label": "Advance Paid", "fieldname": "advance_paid", "fieldtype": "Currency", "width": 110}, + ] + + target_modes = ["Cash", "UPI", "Credit Card"] + adv_sql_parts = [] + inv_sql_parts = [] + + for mode in target_modes: + m_id = mode.lower().replace(" ", "_") + columns.append({"label": f"Adv {mode}", "fieldname": f"{m_id}_adv", "fieldtype": "Currency", "width": 110}) + adv_sql_parts.append(f"SUM(CASE WHEN pe.mode_of_payment = '{mode}' THEN per.allocated_amount ELSE 0 END) AS `{m_id}_adv`") + + columns.extend([ + {"label": "Delivery Status", "fieldname": "delivery_status", "fieldtype": "Data", "width": 130}, + {"label": "Sales Invoice", "fieldname": "sales_invoice", "fieldtype": "Link", "options": "Sales Invoice", "width": 160}, + {"label": "Invoice Value", "fieldname": "invoice_value", "fieldtype": "Currency", "width": 110}, + {"label": "Paid On Invoice", "fieldname": "paid_on_invoice", "fieldtype": "Currency", "width": 120}, + ]) + + for mode in target_modes: + m_id = mode.lower().replace(" ", "_") + columns.append({"label": f"Inv {mode}", "fieldname": f"{m_id}_inv", "fieldtype": "Currency", "width": 110}) + inv_sql_parts.append(f"SUM(CASE WHEN pe.mode_of_payment = '{mode}' THEN per.allocated_amount ELSE 0 END) AS `{m_id}_inv`") + + columns.append({"label": "Outstanding", "fieldname": "outstanding_amount", "fieldtype": "Currency", "width": 110}) + + + conditions = "" + if filters.get("from_date"): conditions += " AND so.transaction_date >= %(from_date)s" + if filters.get("to_date"): conditions += " AND so.transaction_date <= %(to_date)s" + if filters.get("customer"): conditions += " AND so.customer = %(customer)s" + + + data = frappe.db.sql(f""" + SELECT + so.name AS sales_order, + c.customer_name, + so.transaction_date, + so.grand_total, + so.advance_paid, + so.delivery_status, + si_summary.name AS sales_invoice, + si_summary.grand_total AS invoice_value, + si_summary.outstanding_amount AS outstanding_amount, + IFNULL(inv_pe.total_paid, 0) AS paid_on_invoice, + {", ".join([f"IFNULL(adv_pe.`{m.lower().replace(' ', '_')}_adv`, 0) AS `{m.lower().replace(' ', '_')}_adv`" for m in target_modes])}, + {", ".join([f"IFNULL(inv_pe.`{m.lower().replace(' ', '_')}_inv`, 0) AS `{m.lower().replace(' ', '_')}_inv`" for m in target_modes])} + FROM `tabSales Order` so + JOIN `tabCustomer` c ON so.customer = c.name + + /* 1. COLLAPSE INVOICES: Ensures only 1 row per SO-to-SI link to stop duplicates */ + LEFT JOIN ( + SELECT DISTINCT sii.sales_order, si.name, si.grand_total, si.outstanding_amount + FROM `tabSales Invoice Item` sii + JOIN `tabSales Invoice` si ON si.name = sii.parent + WHERE si.docstatus = 1 + ) si_summary ON si_summary.sales_order = so.name + + /* 2. ADVANCE PAYMENTS: Start from Child Table 'per' */ + LEFT JOIN ( + SELECT per.reference_name, {", ".join(adv_sql_parts)} + FROM `tabPayment Entry Reference` per + INNER JOIN `tabPayment Entry` pe ON pe.name = per.parent + WHERE per.docstatus = 1 + AND per.reference_doctype = 'Sales Order' + GROUP BY per.reference_name + ) adv_pe ON adv_pe.reference_name = so.name + + /* 3. INVOICE PAYMENTS: Start from Child Table 'per' */ + LEFT JOIN ( + SELECT per.reference_name, SUM(per.allocated_amount) as total_paid, {", ".join(inv_sql_parts)} + FROM `tabPayment Entry Reference` per + INNER JOIN `tabPayment Entry` pe ON pe.name = per.parent + WHERE per.docstatus = 1 + AND per.reference_doctype = 'Sales Invoice' + GROUP BY per.reference_name + ) inv_pe ON inv_pe.reference_name = si_summary.name + + WHERE so.docstatus = 1 {conditions} + GROUP BY so.name, si_summary.name + ORDER BY so.transaction_date DESC, so.name DESC + """, filters, as_dict=True) + + return columns, data \ No newline at end of file diff --git a/medblocks/medblocks/thirvusoft_customisations/utils/python/sales_invoice.py b/medblocks/medblocks/thirvusoft_customisations/utils/python/sales_invoice.py index 01912c8..13400ea 100644 --- a/medblocks/medblocks/thirvusoft_customisations/utils/python/sales_invoice.py +++ b/medblocks/medblocks/thirvusoft_customisations/utils/python/sales_invoice.py @@ -104,8 +104,6 @@ - - # # code # def create_serial_batch_bundle(self,event): @@ -148,9 +146,7 @@ # if event == 'after_insert' and not self.is_pos: # frappe.db.set_value(item.doctype, item.name, 'serial_and_batch_bundle', serial_batch_doc.name) - - - + # def after_insert(doc, event): # create_serial_batch_bundle(doc, event) \ No newline at end of file From 8923372ce84d7e2783cad70daf8d711a600cc2e7 Mon Sep 17 00:00:00 2001 From: BrindhaV-27 Date: Mon, 16 Feb 2026 10:39:05 +0000 Subject: [PATCH 5/8] seperate payment entry --- ...ly_optical_sales_and_collection_summary.py | 126 +++++++++++++----- 1 file changed, 93 insertions(+), 33 deletions(-) diff --git a/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.py b/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.py index c7e251a..34d9535 100644 --- a/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.py +++ b/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.py @@ -1,28 +1,26 @@ -# Copyright (c) 2026, Medblocks and contributors -# For license information, please see license.txt - +# # Copyright (c) 2026, Medblocks and contributors +# # For license information, please see license.txt + import frappe def execute(filters=None): - if not filters: filters = {} + if not filters: + filters = {} columns = [ {"label": "Date", "fieldname": "transaction_date", "fieldtype": "Date", "width": 110}, {"label": "Customer", "fieldname": "customer_name", "fieldtype": "Data", "width": 140}, - {"label": "Sales Order", "fieldname": "sales_order", "fieldtype": "Link", "options": "Sales Order", "width": 160}, + {"label": "Sales Order", "fieldname": "sales_order", "fieldtype": "Link", "options": "Sales Order", "width": 200}, {"label": "Order Value", "fieldname": "grand_total", "fieldtype": "Currency", "width": 110}, {"label": "Advance Paid", "fieldname": "advance_paid", "fieldtype": "Currency", "width": 110}, ] target_modes = ["Cash", "UPI", "Credit Card"] - adv_sql_parts = [] - inv_sql_parts = [] for mode in target_modes: m_id = mode.lower().replace(" ", "_") columns.append({"label": f"Adv {mode}", "fieldname": f"{m_id}_adv", "fieldtype": "Currency", "width": 110}) - adv_sql_parts.append(f"SUM(CASE WHEN pe.mode_of_payment = '{mode}' THEN per.allocated_amount ELSE 0 END) AS `{m_id}_adv`") columns.extend([ {"label": "Delivery Status", "fieldname": "delivery_status", "fieldtype": "Data", "width": 130}, @@ -34,16 +32,17 @@ def execute(filters=None): for mode in target_modes: m_id = mode.lower().replace(" ", "_") columns.append({"label": f"Inv {mode}", "fieldname": f"{m_id}_inv", "fieldtype": "Currency", "width": 110}) - inv_sql_parts.append(f"SUM(CASE WHEN pe.mode_of_payment = '{mode}' THEN per.allocated_amount ELSE 0 END) AS `{m_id}_inv`") columns.append({"label": "Outstanding", "fieldname": "outstanding_amount", "fieldtype": "Currency", "width": 110}) - + # 🔹 FILTER CONDITIONS conditions = "" - if filters.get("from_date"): conditions += " AND so.transaction_date >= %(from_date)s" - if filters.get("to_date"): conditions += " AND so.transaction_date <= %(to_date)s" - if filters.get("customer"): conditions += " AND so.customer = %(customer)s" - + if filters.get("from_date"): + conditions += " AND so.transaction_date >= %(from_date)s" + if filters.get("to_date"): + conditions += " AND so.transaction_date < DATE_ADD(%(to_date)s, INTERVAL 1 DAY)" + if filters.get("customer"): + conditions += " AND so.customer = %(customer)s" data = frappe.db.sql(f""" SELECT @@ -57,42 +56,103 @@ def execute(filters=None): si_summary.grand_total AS invoice_value, si_summary.outstanding_amount AS outstanding_amount, IFNULL(inv_pe.total_paid, 0) AS paid_on_invoice, - {", ".join([f"IFNULL(adv_pe.`{m.lower().replace(' ', '_')}_adv`, 0) AS `{m.lower().replace(' ', '_')}_adv`" for m in target_modes])}, - {", ".join([f"IFNULL(inv_pe.`{m.lower().replace(' ', '_')}_inv`, 0) AS `{m.lower().replace(' ', '_')}_inv`" for m in target_modes])} + + IFNULL(adv_pe.cash_adv, 0) AS cash_adv, + IFNULL(adv_pe.upi_adv, 0) AS upi_adv, + IFNULL(adv_pe.credit_card_adv, 0) AS credit_card_adv, + + IFNULL(inv_pe.cash_inv, 0) AS cash_inv, + IFNULL(inv_pe.upi_inv, 0) AS upi_inv, + IFNULL(inv_pe.credit_card_inv, 0) AS credit_card_inv + FROM `tabSales Order` so JOIN `tabCustomer` c ON so.customer = c.name - - /* 1. COLLAPSE INVOICES: Ensures only 1 row per SO-to-SI link to stop duplicates */ + LEFT JOIN ( SELECT DISTINCT sii.sales_order, si.name, si.grand_total, si.outstanding_amount FROM `tabSales Invoice Item` sii JOIN `tabSales Invoice` si ON si.name = sii.parent WHERE si.docstatus = 1 ) si_summary ON si_summary.sales_order = so.name - - /* 2. ADVANCE PAYMENTS: Start from Child Table 'per' */ + LEFT JOIN ( - SELECT per.reference_name, {", ".join(adv_sql_parts)} - FROM `tabPayment Entry Reference` per - INNER JOIN `tabPayment Entry` pe ON pe.name = per.parent - WHERE per.docstatus = 1 - AND per.reference_doctype = 'Sales Order' - GROUP BY per.reference_name - ) adv_pe ON adv_pe.reference_name = so.name + SELECT + so_name AS sales_order, + + SUM(CASE WHEN source = 'SO' AND mode_of_payment = 'Cash' THEN allocated ELSE 0 END) + + SUM(CASE WHEN source = 'SI' AND mode_of_payment = 'Cash' + AND so_has_advance = 0 THEN allocated ELSE 0 END) AS cash_adv, + + SUM(CASE WHEN source = 'SO' AND mode_of_payment = 'UPI' THEN allocated ELSE 0 END) + + SUM(CASE WHEN source = 'SI' AND mode_of_payment = 'UPI' + AND so_has_advance = 0 THEN allocated ELSE 0 END) AS upi_adv, + + SUM(CASE WHEN source = 'SO' AND mode_of_payment = 'Credit Card' THEN allocated ELSE 0 END) + + SUM(CASE WHEN source = 'SI' AND mode_of_payment = 'Credit Card' + AND so_has_advance = 0 THEN allocated ELSE 0 END) AS credit_card_adv + + FROM ( + SELECT + per.reference_name AS so_name, + pe.mode_of_payment, + per.allocated_amount AS allocated, + 'SO' AS source, + 1 AS so_has_advance + FROM `tabPayment Entry Reference` per + JOIN `tabPayment Entry` pe ON pe.name = per.parent + WHERE per.reference_doctype = 'Sales Order' + AND per.docstatus = 1 + AND pe.docstatus = 1 + + UNION ALL + + SELECT + sii.sales_order AS so_name, + pe.mode_of_payment, + sia.allocated_amount AS allocated, + 'SI' AS source, + 0 AS so_has_advance + FROM `tabSales Invoice Advance` sia + JOIN `tabSales Invoice` si + ON si.name = sia.parent AND si.docstatus = 1 + JOIN ( + SELECT DISTINCT parent, sales_order + FROM `tabSales Invoice Item` + WHERE IFNULL(sales_order, '') != '' + ) sii ON sii.parent = si.name + JOIN `tabPayment Entry` pe + ON pe.name = sia.reference_name AND pe.docstatus = 1 + ) merged + GROUP BY so_name + ) adv_pe ON adv_pe.sales_order = so.name - /* 3. INVOICE PAYMENTS: Start from Child Table 'per' */ LEFT JOIN ( - SELECT per.reference_name, SUM(per.allocated_amount) as total_paid, {", ".join(inv_sql_parts)} + SELECT + per.reference_name, + SUM(per.allocated_amount) AS total_paid, + + SUM(CASE WHEN pe.mode_of_payment = 'Cash' THEN per.allocated_amount ELSE 0 END) AS cash_inv, + SUM(CASE WHEN pe.mode_of_payment = 'UPI' THEN per.allocated_amount ELSE 0 END) AS upi_inv, + SUM(CASE WHEN pe.mode_of_payment = 'Credit Card' THEN per.allocated_amount ELSE 0 END) AS credit_card_inv + FROM `tabPayment Entry Reference` per - INNER JOIN `tabPayment Entry` pe ON pe.name = per.parent - WHERE per.docstatus = 1 + INNER JOIN `tabPayment Entry` pe + ON pe.name = per.parent + AND pe.docstatus = 1 + + LEFT JOIN `tabSales Invoice Advance` sia + ON sia.reference_name = pe.name + AND sia.parent = per.reference_name + + WHERE per.docstatus = 1 AND per.reference_doctype = 'Sales Invoice' + AND sia.name IS NULL + GROUP BY per.reference_name ) inv_pe ON inv_pe.reference_name = si_summary.name WHERE so.docstatus = 1 {conditions} - GROUP BY so.name, si_summary.name ORDER BY so.transaction_date DESC, so.name DESC """, filters, as_dict=True) - return columns, data \ No newline at end of file + return columns, data From e3f589848e4ccd376b949838a765421a86f4aaff Mon Sep 17 00:00:00 2001 From: BrindhaV-27 Date: Mon, 16 Feb 2026 12:44:55 +0000 Subject: [PATCH 6/8] customization --- medblocks/medblocks/custom/payment_entry.json | 860 ++++++++++++++++++ 1 file changed, 860 insertions(+) create mode 100644 medblocks/medblocks/custom/payment_entry.json diff --git a/medblocks/medblocks/custom/payment_entry.json b/medblocks/medblocks/custom/payment_entry.json new file mode 100644 index 0000000..3132ea9 --- /dev/null +++ b/medblocks/medblocks/custom/payment_entry.json @@ -0,0 +1,860 @@ +{ + "custom_fields": [ + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:01.422230", + "default": null, + "depends_on": "eval:doc.party_type === \"Customer\"", + "description": null, + "docstatus": 0, + "dt": "Payment Entry", + "fetch_from": "customer_address.gstin", + "fetch_if_empty": 0, + "fieldname": "billing_address_gstin", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "customer_address", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Customer GSTIN", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:16.230216", + "modified_by": "Administrator", + "module": "GST India", + "name": "Payment Entry-billing_address_gstin", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:01.383495", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Payment Entry", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "company_address", + "fieldtype": "Link", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "gst_section", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Company Address", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:16.175876", + "modified_by": "Administrator", + "module": "GST India", + "name": "Payment Entry-company_address", + "no_copy": 0, + "non_negative": 0, + "options": "Address", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:01.392269", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Payment Entry", + "fetch_from": "company_address.gstin", + "fetch_if_empty": 0, + "fieldname": "company_gstin", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "company_address", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Company GSTIN", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:16.186233", + "modified_by": "Administrator", + "module": "GST India", + "name": "Payment Entry-company_gstin", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:01.415581", + "default": null, + "depends_on": "eval:doc.party_type == \"Customer\"", + "description": null, + "docstatus": 0, + "dt": "Payment Entry", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "customer_address", + "fieldtype": "Link", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "gst_column_break", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Customer Address", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:16.220082", + "modified_by": "Administrator", + "module": "GST India", + "name": "Payment Entry-customer_address", + "no_copy": 0, + "non_negative": 0, + "options": "Address", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:01.429780", + "default": null, + "depends_on": "eval:doc.party_type === \"Customer\"", + "description": null, + "docstatus": 0, + "dt": "Payment Entry", + "fetch_from": "customer_address.gst_category", + "fetch_if_empty": 0, + "fieldname": "gst_category", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "billing_address_gstin", + "is_system_generated": 1, + "is_virtual": 0, + "label": "GST Category", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:16.240882", + "modified_by": "Administrator", + "module": "GST India", + "name": "Payment Entry-gst_category", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 1, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:01.406955", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Payment Entry", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "gst_column_break", + "fieldtype": "Column Break", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "place_of_supply", + "is_system_generated": 1, + "is_virtual": 0, + "label": null, + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:16.208891", + "modified_by": "Administrator", + "module": "GST India", + "name": "Payment Entry-gst_column_break", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 1, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:01.375687", + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "dt": "Payment Entry", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "gst_section", + "fieldtype": "Section Break", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "deductions", + "is_system_generated": 1, + "is_virtual": 0, + "label": "GST Details", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:16.164275", + "modified_by": "Administrator", + "module": "GST India", + "name": "Payment Entry-gst_section", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 1, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2025-09-21 19:06:01.170740", + "default": null, + "depends_on": "eval:doc.party_type=='Customer' && doc.party", + "description": null, + "docstatus": 0, + "dt": "Payment Entry", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "mrd_no", + "fieldtype": "Data", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 13, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 1, + "in_list_view": 1, + "in_preview": 0, + "in_standard_filter": 1, + "insert_after": "party_name", + "is_system_generated": 0, + "is_virtual": 0, + "label": "UHID No", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-21 19:06:01.170740", + "modified_by": "Administrator", + "module": null, + "name": "Payment Entry-mrd_no", + "no_copy": 0, + "non_negative": 0, + "options": null, + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "creation": "2024-10-01 15:01:01.399729", + "default": null, + "depends_on": "eval:doc.party_type === \"Customer\"", + "description": null, + "docstatus": 0, + "dt": "Payment Entry", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "place_of_supply", + "fieldtype": "Autocomplete", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "idx": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "company_gstin", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Place of Supply", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2025-09-20 23:46:16.197201", + "modified_by": "Administrator", + "module": "GST India", + "name": "Payment Entry-place_of_supply", + "no_copy": 0, + "non_negative": 0, + "options": "01-Jammu and Kashmir\n02-Himachal Pradesh\n03-Punjab\n04-Chandigarh\n05-Uttarakhand\n06-Haryana\n07-Delhi\n08-Rajasthan\n09-Uttar Pradesh\n10-Bihar\n11-Sikkim\n12-Arunachal Pradesh\n13-Nagaland\n14-Manipur\n15-Mizoram\n16-Tripura\n17-Meghalaya\n18-Assam\n19-West Bengal\n20-Jharkhand\n21-Odisha\n22-Chhattisgarh\n23-Madhya Pradesh\n24-Gujarat\n26-Dadra and Nagar Haveli and Daman and Diu\n27-Maharashtra\n29-Karnataka\n30-Goa\n31-Lakshadweep Islands\n32-Kerala\n33-Tamil Nadu\n34-Puducherry\n35-Andaman and Nicobar Islands\n36-Telangana\n37-Andhra Pradesh\n38-Ladakh\n96-Other Countries\n97-Other Territory", + "owner": "Administrator", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 1, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null + } + ], + "custom_perms": [], + "doctype": "Payment Entry", + "links": [ + { + "creation": "2016-06-01 14:38:51.012597", + "custom": 0, + "docstatus": 0, + "group": null, + "hidden": 0, + "idx": 1, + "is_child_table": 1, + "link_doctype": "Bank Transaction Payments", + "link_fieldname": "payment_entry", + "modified": "2025-09-20 23:45:14.488593", + "modified_by": "Administrator", + "name": "lvonp2241q", + "owner": "Administrator", + "parent": "Payment Entry", + "parent_doctype": "Bank Transaction", + "parentfield": "links", + "parenttype": "DocType", + "table_fieldname": "payment_entries" + } + ], + "property_setters": [ + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2026-02-16 18:13:19.093676", + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype_or_field": "DocType", + "field_name": null, + "idx": 0, + "is_system_generated": 0, + "modified": "2026-02-16 18:13:19.093676", + "modified_by": "Administrator", + "module": null, + "name": "Payment Entry-main-field_order", + "owner": "Administrator", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"type_of_payment\", \"naming_series\", \"payment_type\", \"payment_order_status\", \"column_break_5\", \"posting_date\", \"company\", \"mode_of_payment\", \"party_section\", \"party_type\", \"party\", \"party_name\", \"mrd_no\", \"book_advance_payments_in_separate_party_account\", \"reconcile_on_advance_payment_date\", \"column_break_11\", \"bank_account\", \"party_bank_account\", \"contact_person\", \"contact_email\", \"payment_accounts_section\", \"party_balance\", \"paid_from\", \"paid_from_account_type\", \"paid_from_account_currency\", \"paid_from_account_balance\", \"column_break_18\", \"paid_to\", \"paid_to_account_type\", \"paid_to_account_currency\", \"paid_to_account_balance\", \"payment_amounts_section\", \"paid_amount\", \"paid_amount_after_tax\", \"source_exchange_rate\", \"base_paid_amount\", \"base_paid_amount_after_tax\", \"column_break_21\", \"received_amount\", \"received_amount_after_tax\", \"target_exchange_rate\", \"base_received_amount\", \"base_received_amount_after_tax\", \"section_break_14\", \"get_outstanding_invoices\", \"get_outstanding_orders\", \"references\", \"section_break_34\", \"total_allocated_amount\", \"base_total_allocated_amount\", \"column_break_36\", \"unallocated_amount\", \"difference_amount\", \"write_off_difference_amount\", \"taxes_and_charges_section\", \"purchase_taxes_and_charges_template\", \"sales_taxes_and_charges_template\", \"column_break_55\", \"apply_tax_withholding_amount\", \"tax_withholding_category\", \"section_break_56\", \"taxes\", \"section_break_60\", \"base_total_taxes_and_charges\", \"column_break_61\", \"total_taxes_and_charges\", \"deductions_or_loss_section\", \"deductions\", \"gst_section\", \"company_address\", \"company_gstin\", \"place_of_supply\", \"gst_column_break\", \"customer_address\", \"billing_address_gstin\", \"gst_category\", \"transaction_references\", \"reference_no\", \"column_break_23\", \"reference_date\", \"clearance_date\", \"accounting_dimensions_section\", \"project\", \"dimension_col_break\", \"cost_center\", \"section_break_12\", \"status\", \"custom_remarks\", \"remarks\", \"base_in_words\", \"is_opening\", \"column_break_16\", \"letter_head\", \"print_heading\", \"bank\", \"bank_account_no\", \"payment_order\", \"in_words\", \"subscription_section\", \"auto_repeat\", \"amended_from\", \"title\"]" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-10-01 15:00:56.310876", + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype_or_field": "DocType", + "field_name": null, + "idx": 0, + "is_system_generated": 1, + "modified": "2024-10-01 15:00:56.310876", + "modified_by": "Administrator", + "module": null, + "name": "Payment Entry-main-track_changes", + "owner": "Administrator", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-12-04 10:33:54.850471", + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "mode_of_payment", + "idx": 0, + "is_system_generated": 1, + "modified": "2024-12-20 16:51:32.319024", + "modified_by": "shivani@aarthyeyehospital.com", + "module": null, + "name": "Payment Entry-mode_of_payment-in_list_view", + "owner": "shivani@aarthyeyehospital.com", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2026-02-16 18:13:19.337477", + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "mode_of_payment", + "idx": 0, + "is_system_generated": 0, + "modified": "2026-02-16 18:13:19.337477", + "modified_by": "Administrator", + "module": null, + "name": "Payment Entry-mode_of_payment-reqd", + "owner": "Administrator", + "property": "reqd", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-12-04 10:33:54.856368", + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "mrd_no", + "idx": 0, + "is_system_generated": 1, + "modified": "2024-12-20 16:51:32.343868", + "modified_by": "shivani@aarthyeyehospital.com", + "module": null, + "name": "Payment Entry-mrd_no-in_list_view", + "owner": "shivani@aarthyeyehospital.com", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2025-09-20 23:45:14.475627", + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "naming_series", + "idx": 0, + "is_system_generated": 1, + "modified": "2025-09-20 23:45:14.475627", + "modified_by": "Administrator", + "module": null, + "name": "Payment Entry-naming_series-options", + "owner": "Administrator", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "ACC-PAY-.YYYY.-" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-12-04 10:33:54.870984", + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "paid_amount", + "idx": 0, + "is_system_generated": 1, + "modified": "2024-12-20 16:51:32.370146", + "modified_by": "shivani@aarthyeyehospital.com", + "module": null, + "name": "Payment Entry-paid_amount-in_list_view", + "owner": "shivani@aarthyeyehospital.com", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-12-06 11:00:40.377887", + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "party_name", + "idx": 0, + "is_system_generated": 1, + "modified": "2024-12-20 16:51:32.446069", + "modified_by": "shivani@aarthyeyehospital.com", + "module": null, + "name": "Payment Entry-party_name-in_list_view", + "owner": "subiksha@aarthyeyehospital.com", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-12-04 10:33:54.861237", + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "payment_type", + "idx": 0, + "is_system_generated": 1, + "modified": "2024-12-20 16:51:32.396640", + "modified_by": "shivani@aarthyeyehospital.com", + "module": null, + "name": "Payment Entry-payment_type-in_list_view", + "owner": "shivani@aarthyeyehospital.com", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-12-04 10:33:54.866261", + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "posting_date", + "idx": 0, + "is_system_generated": 1, + "modified": "2024-12-20 16:51:32.422899", + "modified_by": "shivani@aarthyeyehospital.com", + "module": null, + "name": "Payment Entry-posting_date-in_list_view", + "owner": "shivani@aarthyeyehospital.com", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2024-12-04 10:33:54.824319", + "default_value": null, + "doc_type": "Payment Entry", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "title", + "idx": 0, + "is_system_generated": 1, + "modified": "2024-12-20 16:51:32.206873", + "modified_by": "shivani@aarthyeyehospital.com", + "module": null, + "name": "Payment Entry-title-in_list_view", + "owner": "shivani@aarthyeyehospital.com", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + } + ], + "sync_on_migrate": 1 +} \ No newline at end of file From 061e5d02bb139c57ffd905cc358f39f18a23a718 Mon Sep 17 00:00:00 2001 From: BrindhaV-27 Date: Tue, 17 Feb 2026 06:21:43 +0000 Subject: [PATCH 7/8] filter --- .../daily_optical_sales_and_collection_summary.js | 7 ++++++- .../daily_optical_sales_and_collection_summary.py | 13 +++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.js b/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.js index b3b70bc..774e1a8 100644 --- a/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.js +++ b/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.js @@ -21,7 +21,12 @@ frappe.query_reports["Daily Optical Sales and Collection Summary"] = { "label": __("Customer"), "fieldtype": "Link", "options": "Customer" - } + }, + { + "fieldname": "uhid", + "label": __("UHID No"), + "fieldtype": "Data" + }, ], "onload": function(report) { report.page.add_inner_button(__("Clear Filters"), function() { diff --git a/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.py b/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.py index 34d9535..8003d5b 100644 --- a/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.py +++ b/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.py @@ -1,6 +1,6 @@ # # Copyright (c) 2026, Medblocks and contributors # # For license information, please see license.txt - + import frappe @@ -43,18 +43,27 @@ def execute(filters=None): conditions += " AND so.transaction_date < DATE_ADD(%(to_date)s, INTERVAL 1 DAY)" if filters.get("customer"): conditions += " AND so.customer = %(customer)s" + if filters.get("uhid"): + conditions += " AND c.mrd_no LIKE %(uhid)s" data = frappe.db.sql(f""" SELECT so.name AS sales_order, c.customer_name, + c.mrd_no, so.transaction_date, so.grand_total, so.advance_paid, so.delivery_status, - si_summary.name AS sales_invoice, + si_summary.name AS sales_invoice, si_summary.grand_total AS invoice_value, si_summary.outstanding_amount AS outstanding_amount, + + CASE + WHEN si_summary.name IS NOT NULL THEN si_summary.outstanding_amount + ELSE (so.grand_total - so.advance_paid) + END AS outstanding_amount, + IFNULL(inv_pe.total_paid, 0) AS paid_on_invoice, IFNULL(adv_pe.cash_adv, 0) AS cash_adv, From 55e0810d8243e60cd79783a6a36da78feb47c73e Mon Sep 17 00:00:00 2001 From: BrindhaV-27 Date: Tue, 24 Feb 2026 07:21:26 +0000 Subject: [PATCH 8/8] adding columns --- .../daily_optical_sales_and_collection_summary.py | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.py b/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.py index 8003d5b..41c2fbf 100644 --- a/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.py +++ b/medblocks/medblocks/report/daily_optical_sales_and_collection_summary/daily_optical_sales_and_collection_summary.py @@ -12,7 +12,7 @@ def execute(filters=None): {"label": "Date", "fieldname": "transaction_date", "fieldtype": "Date", "width": 110}, {"label": "Customer", "fieldname": "customer_name", "fieldtype": "Data", "width": 140}, {"label": "Sales Order", "fieldname": "sales_order", "fieldtype": "Link", "options": "Sales Order", "width": 200}, - {"label": "Order Value", "fieldname": "grand_total", "fieldtype": "Currency", "width": 110}, + {"label": "Advance Date", "fieldname": "posting_date", "fieldtype": "Date", "width": 110}, {"label": "Order Value", "fieldname": "grand_total", "fieldtype": "Currency", "width": 110}, {"label": "Advance Paid", "fieldname": "advance_paid", "fieldtype": "Currency", "width": 110}, ] @@ -25,6 +25,7 @@ def execute(filters=None): columns.extend([ {"label": "Delivery Status", "fieldname": "delivery_status", "fieldtype": "Data", "width": 130}, {"label": "Sales Invoice", "fieldname": "sales_invoice", "fieldtype": "Link", "options": "Sales Invoice", "width": 160}, + {"label": "Sales Invoice Date", "fieldname": "invoice_date", "fieldtype": "Date", "width": 110}, {"label": "Invoice Value", "fieldname": "invoice_value", "fieldtype": "Currency", "width": 110}, {"label": "Paid On Invoice", "fieldname": "paid_on_invoice", "fieldtype": "Currency", "width": 120}, ]) @@ -55,9 +56,11 @@ def execute(filters=None): so.grand_total, so.advance_paid, so.delivery_status, - si_summary.name AS sales_invoice, + si_summary.name AS sales_invoice, + si_summary.posting_date AS invoice_date, si_summary.grand_total AS invoice_value, - si_summary.outstanding_amount AS outstanding_amount, + + adv_pe.adv_date AS posting_date, CASE WHEN si_summary.name IS NOT NULL THEN si_summary.outstanding_amount @@ -78,7 +81,7 @@ def execute(filters=None): JOIN `tabCustomer` c ON so.customer = c.name LEFT JOIN ( - SELECT DISTINCT sii.sales_order, si.name, si.grand_total, si.outstanding_amount + SELECT DISTINCT sii.sales_order, si.name, si.grand_total, si.outstanding_amount,si.posting_date FROM `tabSales Invoice Item` sii JOIN `tabSales Invoice` si ON si.name = sii.parent WHERE si.docstatus = 1 @@ -88,6 +91,8 @@ def execute(filters=None): SELECT so_name AS sales_order, + MAX(payment_date) AS adv_date, + SUM(CASE WHEN source = 'SO' AND mode_of_payment = 'Cash' THEN allocated ELSE 0 END) + SUM(CASE WHEN source = 'SI' AND mode_of_payment = 'Cash' AND so_has_advance = 0 THEN allocated ELSE 0 END) AS cash_adv, @@ -103,6 +108,7 @@ def execute(filters=None): FROM ( SELECT per.reference_name AS so_name, + pe.posting_date AS payment_date, pe.mode_of_payment, per.allocated_amount AS allocated, 'SO' AS source, @@ -117,6 +123,7 @@ def execute(filters=None): SELECT sii.sales_order AS so_name, + pe.posting_date AS payment_date, pe.mode_of_payment, sia.allocated_amount AS allocated, 'SI' AS source,