mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
fix(UX): Move title field to More Info
(cherry picked from commit 34c24b86fa)
# Conflicts:
# erpnext/accounts/doctype/pos_invoice/pos_invoice.json
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
# erpnext/accounts/doctype/sales_invoice/sales_invoice.json
# erpnext/buying/doctype/purchase_order/purchase_order.json
# erpnext/buying/doctype/request_for_quotation/request_for_quotation.json
# erpnext/buying/doctype/supplier_quotation/supplier_quotation.json
# erpnext/selling/doctype/quotation/quotation.json
# erpnext/selling/doctype/sales_order/sales_order.json
# erpnext/stock/doctype/delivery_note/delivery_note.json
# erpnext/stock/doctype/purchase_receipt/purchase_receipt.json
This commit is contained in:
@@ -26,8 +26,11 @@
|
|||||||
"due_date",
|
"due_date",
|
||||||
"amended_from",
|
"amended_from",
|
||||||
"return_against",
|
"return_against",
|
||||||
|
<<<<<<< HEAD
|
||||||
"section_break_abck",
|
"section_break_abck",
|
||||||
"title",
|
"title",
|
||||||
|
=======
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
"accounting_dimensions_section",
|
"accounting_dimensions_section",
|
||||||
"project",
|
"project",
|
||||||
"dimension_col_break",
|
"dimension_col_break",
|
||||||
@@ -172,6 +175,7 @@
|
|||||||
"is_discounted",
|
"is_discounted",
|
||||||
"col_break23",
|
"col_break23",
|
||||||
"status",
|
"status",
|
||||||
|
"title",
|
||||||
"more_info",
|
"more_info",
|
||||||
"debit_to",
|
"debit_to",
|
||||||
"party_account_currency",
|
"party_account_currency",
|
||||||
@@ -1626,10 +1630,13 @@
|
|||||||
"label": "Auto Repeat"
|
"label": "Auto Repeat"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
<<<<<<< HEAD
|
||||||
"fieldname": "section_break_abck",
|
"fieldname": "section_break_abck",
|
||||||
"fieldtype": "Section Break"
|
"fieldtype": "Section Break"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
=======
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
"allow_on_submit": 1,
|
"allow_on_submit": 1,
|
||||||
"fieldname": "title",
|
"fieldname": "title",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
@@ -1641,7 +1648,7 @@
|
|||||||
"icon": "fa fa-file-text",
|
"icon": "fa fa-file-text",
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2026-05-01 02:37:30.580568",
|
"modified": "2026-05-28 12:22:50.253090",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "POS Invoice",
|
"name": "POS Invoice",
|
||||||
|
|||||||
@@ -27,8 +27,11 @@
|
|||||||
"update_billed_amount_in_purchase_receipt",
|
"update_billed_amount_in_purchase_receipt",
|
||||||
"apply_tds",
|
"apply_tds",
|
||||||
"amended_from",
|
"amended_from",
|
||||||
|
<<<<<<< HEAD
|
||||||
"section_break_hzux",
|
"section_break_hzux",
|
||||||
"title",
|
"title",
|
||||||
|
=======
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
"supplier_invoice_details",
|
"supplier_invoice_details",
|
||||||
"bill_no",
|
"bill_no",
|
||||||
"column_break_15",
|
"column_break_15",
|
||||||
@@ -201,6 +204,7 @@
|
|||||||
"hold_comment",
|
"hold_comment",
|
||||||
"additional_info_section",
|
"additional_info_section",
|
||||||
"is_internal_supplier",
|
"is_internal_supplier",
|
||||||
|
"title",
|
||||||
"represents_company",
|
"represents_company",
|
||||||
"supplier_group",
|
"supplier_group",
|
||||||
"sender",
|
"sender",
|
||||||
@@ -1684,6 +1688,7 @@
|
|||||||
"fieldname": "automation_section",
|
"fieldname": "automation_section",
|
||||||
"fieldtype": "Section Break",
|
"fieldtype": "Section Break",
|
||||||
"label": "Automation"
|
"label": "Automation"
|
||||||
|
<<<<<<< HEAD
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "section_break_hzux",
|
"fieldname": "section_break_hzux",
|
||||||
@@ -1696,6 +1701,8 @@
|
|||||||
"label": "Title",
|
"label": "Title",
|
||||||
"no_copy": 1,
|
"no_copy": 1,
|
||||||
"print_hide": 1
|
"print_hide": 1
|
||||||
|
=======
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"grid_page_length": 50,
|
"grid_page_length": 50,
|
||||||
@@ -1703,7 +1710,11 @@
|
|||||||
"idx": 204,
|
"idx": 204,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
|
<<<<<<< HEAD
|
||||||
"modified": "2026-04-28 07:15:31.062404",
|
"modified": "2026-04-28 07:15:31.062404",
|
||||||
|
=======
|
||||||
|
"modified": "2026-05-28 12:36:55.215363",
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Purchase Invoice",
|
"name": "Purchase Invoice",
|
||||||
|
|||||||
@@ -33,8 +33,11 @@
|
|||||||
"is_created_using_pos",
|
"is_created_using_pos",
|
||||||
"pos_closing_entry",
|
"pos_closing_entry",
|
||||||
"has_subcontracted",
|
"has_subcontracted",
|
||||||
|
<<<<<<< HEAD
|
||||||
"section_break_qllv",
|
"section_break_qllv",
|
||||||
"title",
|
"title",
|
||||||
|
=======
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
"accounting_dimensions_section",
|
"accounting_dimensions_section",
|
||||||
"cost_center",
|
"cost_center",
|
||||||
"dimension_col_break",
|
"dimension_col_break",
|
||||||
@@ -234,6 +237,7 @@
|
|||||||
"status",
|
"status",
|
||||||
"remarks",
|
"remarks",
|
||||||
"customer_group",
|
"customer_group",
|
||||||
|
"title",
|
||||||
"column_break_imbx",
|
"column_break_imbx",
|
||||||
"is_internal_customer",
|
"is_internal_customer",
|
||||||
"represents_company",
|
"represents_company",
|
||||||
@@ -2328,6 +2332,7 @@
|
|||||||
"label": "Automation"
|
"label": "Automation"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
<<<<<<< HEAD
|
||||||
"fieldname": "section_break_pxwz",
|
"fieldname": "section_break_pxwz",
|
||||||
"fieldtype": "Section Break"
|
"fieldtype": "Section Break"
|
||||||
},
|
},
|
||||||
@@ -2348,6 +2353,8 @@
|
|||||||
"fieldtype": "Section Break"
|
"fieldtype": "Section Break"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
=======
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
"allow_on_submit": 1,
|
"allow_on_submit": 1,
|
||||||
"fieldname": "title",
|
"fieldname": "title",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
@@ -2367,7 +2374,7 @@
|
|||||||
"link_fieldname": "consolidated_invoice"
|
"link_fieldname": "consolidated_invoice"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"modified": "2026-05-21 17:31:11.190958",
|
"modified": "2026-05-28 12:15:12.486443",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Sales Invoice",
|
"name": "Sales Invoice",
|
||||||
|
|||||||
@@ -23,8 +23,11 @@
|
|||||||
"is_subcontracted",
|
"is_subcontracted",
|
||||||
"has_unit_price_items",
|
"has_unit_price_items",
|
||||||
"supplier_warehouse",
|
"supplier_warehouse",
|
||||||
|
<<<<<<< HEAD
|
||||||
"section_break_ahub",
|
"section_break_ahub",
|
||||||
"title",
|
"title",
|
||||||
|
=======
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
"accounting_dimensions_section",
|
"accounting_dimensions_section",
|
||||||
"cost_center",
|
"cost_center",
|
||||||
"dimension_col_break",
|
"dimension_col_break",
|
||||||
@@ -56,9 +59,7 @@
|
|||||||
"net_total",
|
"net_total",
|
||||||
"section_break_48",
|
"section_break_48",
|
||||||
"pricing_rules",
|
"pricing_rules",
|
||||||
"raw_material_details",
|
|
||||||
"set_reserve_warehouse",
|
"set_reserve_warehouse",
|
||||||
"supplied_items",
|
|
||||||
"taxes_section",
|
"taxes_section",
|
||||||
"tax_category",
|
"tax_category",
|
||||||
"taxes_and_charges",
|
"taxes_and_charges",
|
||||||
@@ -156,6 +157,7 @@
|
|||||||
"auto_repeat",
|
"auto_repeat",
|
||||||
"update_auto_repeat_reference",
|
"update_auto_repeat_reference",
|
||||||
"additional_info_section",
|
"additional_info_section",
|
||||||
|
"title",
|
||||||
"party_account_currency",
|
"party_account_currency",
|
||||||
"represents_company",
|
"represents_company",
|
||||||
"ref_sq",
|
"ref_sq",
|
||||||
@@ -1311,6 +1313,7 @@
|
|||||||
"fieldname": "auto_repeat_section",
|
"fieldname": "auto_repeat_section",
|
||||||
"fieldtype": "Section Break",
|
"fieldtype": "Section Break",
|
||||||
"label": "Auto Repeat"
|
"label": "Auto Repeat"
|
||||||
|
<<<<<<< HEAD
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "section_break_ahub",
|
"fieldname": "section_break_ahub",
|
||||||
@@ -1323,6 +1326,8 @@
|
|||||||
"label": "Title",
|
"label": "Title",
|
||||||
"no_copy": 1,
|
"no_copy": 1,
|
||||||
"print_hide": 1
|
"print_hide": 1
|
||||||
|
=======
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"grid_page_length": 50,
|
"grid_page_length": 50,
|
||||||
@@ -1330,7 +1335,11 @@
|
|||||||
"idx": 105,
|
"idx": 105,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
|
<<<<<<< HEAD
|
||||||
"modified": "2026-04-28 06:11:46.904768",
|
"modified": "2026-04-28 06:11:46.904768",
|
||||||
|
=======
|
||||||
|
"modified": "2026-05-28 12:34:19.659621",
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Buying",
|
"module": "Buying",
|
||||||
"name": "Purchase Order",
|
"name": "Purchase Order",
|
||||||
|
|||||||
@@ -16,8 +16,11 @@
|
|||||||
"status",
|
"status",
|
||||||
"has_unit_price_items",
|
"has_unit_price_items",
|
||||||
"amended_from",
|
"amended_from",
|
||||||
|
<<<<<<< HEAD
|
||||||
"section_break_mhyw",
|
"section_break_mhyw",
|
||||||
"title",
|
"title",
|
||||||
|
=======
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
"suppliers_section",
|
"suppliers_section",
|
||||||
"suppliers",
|
"suppliers",
|
||||||
"items_section",
|
"items_section",
|
||||||
@@ -44,6 +47,7 @@
|
|||||||
"letter_head",
|
"letter_head",
|
||||||
"more_info",
|
"more_info",
|
||||||
"opportunity",
|
"opportunity",
|
||||||
|
"title",
|
||||||
"address_and_contact_tab",
|
"address_and_contact_tab",
|
||||||
"billing_address",
|
"billing_address",
|
||||||
"billing_address_display",
|
"billing_address_display",
|
||||||
@@ -375,10 +379,13 @@
|
|||||||
"read_only": 1
|
"read_only": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
<<<<<<< HEAD
|
||||||
"fieldname": "section_break_mhyw",
|
"fieldname": "section_break_mhyw",
|
||||||
"fieldtype": "Section Break"
|
"fieldtype": "Section Break"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
=======
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
"allow_on_submit": 1,
|
"allow_on_submit": 1,
|
||||||
"fieldname": "title",
|
"fieldname": "title",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
@@ -392,7 +399,11 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
|
<<<<<<< HEAD
|
||||||
"modified": "2026-04-28 06:18:05.661710",
|
"modified": "2026-04-28 06:18:05.661710",
|
||||||
|
=======
|
||||||
|
"modified": "2026-05-28 12:28:46.606963",
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Buying",
|
"module": "Buying",
|
||||||
"name": "Request for Quotation",
|
"name": "Request for Quotation",
|
||||||
|
|||||||
@@ -20,8 +20,11 @@
|
|||||||
"quotation_number",
|
"quotation_number",
|
||||||
"has_unit_price_items",
|
"has_unit_price_items",
|
||||||
"amended_from",
|
"amended_from",
|
||||||
|
<<<<<<< HEAD
|
||||||
"section_break_kumc",
|
"section_break_kumc",
|
||||||
"title",
|
"title",
|
||||||
|
=======
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
"accounting_dimensions_section",
|
"accounting_dimensions_section",
|
||||||
"cost_center",
|
"cost_center",
|
||||||
"dimension_col_break",
|
"dimension_col_break",
|
||||||
@@ -118,6 +121,7 @@
|
|||||||
"more_info",
|
"more_info",
|
||||||
"is_subcontracted",
|
"is_subcontracted",
|
||||||
"column_break_57",
|
"column_break_57",
|
||||||
|
"title",
|
||||||
"opportunity",
|
"opportunity",
|
||||||
"connections_tab"
|
"connections_tab"
|
||||||
],
|
],
|
||||||
@@ -940,10 +944,13 @@
|
|||||||
"fieldname": "auto_repeat_section",
|
"fieldname": "auto_repeat_section",
|
||||||
"fieldtype": "Section Break",
|
"fieldtype": "Section Break",
|
||||||
"label": "Auto Repeat"
|
"label": "Auto Repeat"
|
||||||
|
<<<<<<< HEAD
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "section_break_kumc",
|
"fieldname": "section_break_kumc",
|
||||||
"fieldtype": "Section Break"
|
"fieldtype": "Section Break"
|
||||||
|
=======
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"grid_page_length": 50,
|
"grid_page_length": 50,
|
||||||
@@ -952,7 +959,11 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
|
<<<<<<< HEAD
|
||||||
"modified": "2026-04-28 06:23:52.813948",
|
"modified": "2026-04-28 06:23:52.813948",
|
||||||
|
=======
|
||||||
|
"modified": "2026-05-28 12:29:37.509487",
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Buying",
|
"module": "Buying",
|
||||||
"name": "Supplier Quotation",
|
"name": "Supplier Quotation",
|
||||||
|
|||||||
@@ -22,8 +22,11 @@
|
|||||||
"company",
|
"company",
|
||||||
"has_unit_price_items",
|
"has_unit_price_items",
|
||||||
"amended_from",
|
"amended_from",
|
||||||
|
<<<<<<< HEAD
|
||||||
"section_break_jdzz",
|
"section_break_jdzz",
|
||||||
"title",
|
"title",
|
||||||
|
=======
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
"currency_and_price_list",
|
"currency_and_price_list",
|
||||||
"currency",
|
"currency",
|
||||||
"conversion_rate",
|
"conversion_rate",
|
||||||
@@ -135,6 +138,7 @@
|
|||||||
"status",
|
"status",
|
||||||
"customer_group",
|
"customer_group",
|
||||||
"territory",
|
"territory",
|
||||||
|
"title",
|
||||||
"column_break_108",
|
"column_break_108",
|
||||||
"opportunity",
|
"opportunity",
|
||||||
"enq_det",
|
"enq_det",
|
||||||
@@ -1126,10 +1130,13 @@
|
|||||||
"label": "Auto Repeat"
|
"label": "Auto Repeat"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
<<<<<<< HEAD
|
||||||
"fieldname": "section_break_jdzz",
|
"fieldname": "section_break_jdzz",
|
||||||
"fieldtype": "Section Break"
|
"fieldtype": "Section Break"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
=======
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
"allow_on_submit": 1,
|
"allow_on_submit": 1,
|
||||||
"fieldname": "title",
|
"fieldname": "title",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
@@ -1142,7 +1149,11 @@
|
|||||||
"idx": 82,
|
"idx": 82,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
|
<<<<<<< HEAD
|
||||||
"modified": "2026-04-28 06:28:13.103302",
|
"modified": "2026-04-28 06:28:13.103302",
|
||||||
|
=======
|
||||||
|
"modified": "2026-05-28 11:38:05.090149",
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Selling",
|
"module": "Selling",
|
||||||
"name": "Quotation",
|
"name": "Quotation",
|
||||||
|
|||||||
@@ -26,8 +26,11 @@
|
|||||||
"has_unit_price_items",
|
"has_unit_price_items",
|
||||||
"is_subcontracted",
|
"is_subcontracted",
|
||||||
"amended_from",
|
"amended_from",
|
||||||
|
<<<<<<< HEAD
|
||||||
"section_break_zstt",
|
"section_break_zstt",
|
||||||
"title",
|
"title",
|
||||||
|
=======
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
"accounting_dimensions_section",
|
"accounting_dimensions_section",
|
||||||
"cost_center",
|
"cost_center",
|
||||||
"dimension_col_break",
|
"dimension_col_break",
|
||||||
@@ -176,6 +179,7 @@
|
|||||||
"po_no",
|
"po_no",
|
||||||
"po_date",
|
"po_date",
|
||||||
"represents_company",
|
"represents_company",
|
||||||
|
"title",
|
||||||
"column_break_yvzv",
|
"column_break_yvzv",
|
||||||
"inter_company_order_reference",
|
"inter_company_order_reference",
|
||||||
"party_account_currency",
|
"party_account_currency",
|
||||||
@@ -1748,10 +1752,13 @@
|
|||||||
"read_only": 1
|
"read_only": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
<<<<<<< HEAD
|
||||||
"fieldname": "section_break_zstt",
|
"fieldname": "section_break_zstt",
|
||||||
"fieldtype": "Section Break"
|
"fieldtype": "Section Break"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
=======
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
"allow_on_submit": 1,
|
"allow_on_submit": 1,
|
||||||
"fieldname": "title",
|
"fieldname": "title",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
@@ -1765,7 +1772,7 @@
|
|||||||
"idx": 105,
|
"idx": 105,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2026-05-01 02:37:30.937916",
|
"modified": "2026-05-28 11:41:11.823034",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Selling",
|
"module": "Selling",
|
||||||
"name": "Sales Order",
|
"name": "Sales Order",
|
||||||
|
|||||||
@@ -22,8 +22,11 @@
|
|||||||
"is_return",
|
"is_return",
|
||||||
"issue_credit_note",
|
"issue_credit_note",
|
||||||
"return_against",
|
"return_against",
|
||||||
|
<<<<<<< HEAD
|
||||||
"section_break_zxcd",
|
"section_break_zxcd",
|
||||||
"title",
|
"title",
|
||||||
|
=======
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
"accounting_dimensions_section",
|
"accounting_dimensions_section",
|
||||||
"cost_center",
|
"cost_center",
|
||||||
"column_break_18",
|
"column_break_18",
|
||||||
@@ -169,6 +172,7 @@
|
|||||||
"inter_company_reference",
|
"inter_company_reference",
|
||||||
"customer_group",
|
"customer_group",
|
||||||
"territory",
|
"territory",
|
||||||
|
"title",
|
||||||
"column_break5",
|
"column_break5",
|
||||||
"excise_page",
|
"excise_page",
|
||||||
"instructions",
|
"instructions",
|
||||||
@@ -1450,10 +1454,13 @@
|
|||||||
"label": "Auto Repeat"
|
"label": "Auto Repeat"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
<<<<<<< HEAD
|
||||||
"fieldname": "section_break_zxcd",
|
"fieldname": "section_break_zxcd",
|
||||||
"fieldtype": "Section Break"
|
"fieldtype": "Section Break"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
=======
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
"allow_on_submit": 1,
|
"allow_on_submit": 1,
|
||||||
"fieldname": "title",
|
"fieldname": "title",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
@@ -1466,7 +1473,7 @@
|
|||||||
"idx": 146,
|
"idx": 146,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2026-05-01 02:37:31.430649",
|
"modified": "2026-05-28 11:44:37.286743",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Delivery Note",
|
"name": "Delivery Note",
|
||||||
|
|||||||
@@ -25,8 +25,11 @@
|
|||||||
"apply_putaway_rule",
|
"apply_putaway_rule",
|
||||||
"is_return",
|
"is_return",
|
||||||
"return_against",
|
"return_against",
|
||||||
|
<<<<<<< HEAD
|
||||||
"section_break_yxar",
|
"section_break_yxar",
|
||||||
"title",
|
"title",
|
||||||
|
=======
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
"accounting_dimensions_section",
|
"accounting_dimensions_section",
|
||||||
"cost_center",
|
"cost_center",
|
||||||
"dimension_col_break",
|
"dimension_col_break",
|
||||||
@@ -150,6 +153,7 @@
|
|||||||
"instructions",
|
"instructions",
|
||||||
"is_internal_supplier",
|
"is_internal_supplier",
|
||||||
"represents_company",
|
"represents_company",
|
||||||
|
"title",
|
||||||
"inter_company_reference",
|
"inter_company_reference",
|
||||||
"column_break_131",
|
"column_break_131",
|
||||||
"remarks",
|
"remarks",
|
||||||
@@ -1287,6 +1291,7 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "column_break_ugyv",
|
"fieldname": "column_break_ugyv",
|
||||||
"fieldtype": "Column Break"
|
"fieldtype": "Column Break"
|
||||||
|
<<<<<<< HEAD
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "section_break_yxar",
|
"fieldname": "section_break_yxar",
|
||||||
@@ -1299,6 +1304,8 @@
|
|||||||
"label": "Title",
|
"label": "Title",
|
||||||
"no_copy": 1,
|
"no_copy": 1,
|
||||||
"print_hide": 1
|
"print_hide": 1
|
||||||
|
=======
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"grid_page_length": 50,
|
"grid_page_length": 50,
|
||||||
@@ -1306,7 +1313,11 @@
|
|||||||
"idx": 261,
|
"idx": 261,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
|
<<<<<<< HEAD
|
||||||
"modified": "2026-04-28 06:47:12.170270",
|
"modified": "2026-04-28 06:47:12.170270",
|
||||||
|
=======
|
||||||
|
"modified": "2026-05-28 12:38:05.907578",
|
||||||
|
>>>>>>> 34c24b86fa (fix(UX): Move title field to More Info)
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Purchase Receipt",
|
"name": "Purchase Receipt",
|
||||||
|
|||||||
Reference in New Issue
Block a user