fix: more fields reordering related to Tab Break

(cherry picked from commit 5389a35798)
This commit is contained in:
Nabin Hait
2022-09-28 18:56:29 +05:30
committed by Mergify
parent 89314d4171
commit db4fbc9e58
9 changed files with 48 additions and 40 deletions

View File

@@ -170,9 +170,9 @@
"to_date", "to_date",
"printing_settings", "printing_settings",
"letter_head", "letter_head",
"select_print_heading",
"column_break_112",
"group_same_items", "group_same_items",
"column_break_112",
"select_print_heading",
"language", "language",
"sb_14", "sb_14",
"on_hold", "on_hold",
@@ -1443,7 +1443,7 @@
{ {
"fieldname": "address_and_contact_tab", "fieldname": "address_and_contact_tab",
"fieldtype": "Tab Break", "fieldtype": "Tab Break",
"label": "Address and Contact" "label": "Address & Contact"
}, },
{ {
"fieldname": "terms_tab", "fieldname": "terms_tab",
@@ -1496,6 +1496,7 @@
"fieldtype": "Column Break" "fieldtype": "Column Break"
}, },
{ {
"collapsible": 1,
"fieldname": "status_section", "fieldname": "status_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Status" "label": "Status"

View File

@@ -12,14 +12,14 @@
"customer", "customer",
"customer_name", "customer_name",
"tax_id", "tax_id",
"company",
"company_tax_id",
"column_break1", "column_break1",
"posting_date", "posting_date",
"posting_time", "posting_time",
"set_posting_time", "set_posting_time",
"due_date", "due_date",
"column_break_14", "column_break_14",
"company",
"company_tax_id",
"is_pos", "is_pos",
"pos_profile", "pos_profile",
"is_consolidated", "is_consolidated",
@@ -87,8 +87,8 @@
"disable_rounded_total", "disable_rounded_total",
"section_break_49", "section_break_49",
"apply_discount_on", "apply_discount_on",
"is_cash_or_non_trade_discount",
"base_discount_amount", "base_discount_amount",
"is_cash_or_non_trade_discount",
"additional_discount_account", "additional_discount_account",
"column_break_51", "column_break_51",
"additional_discount_percentage", "additional_discount_percentage",
@@ -1055,7 +1055,6 @@
}, },
{ {
"collapsible": 1, "collapsible": 1,
"collapsible_depends_on": "discount_amount",
"fieldname": "section_break_49", "fieldname": "section_break_49",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"hide_days": 1, "hide_days": 1,
@@ -1111,6 +1110,7 @@
"fieldtype": "Section Break", "fieldtype": "Section Break",
"hide_days": 1, "hide_days": 1,
"hide_seconds": 1, "hide_seconds": 1,
"label": "Totals",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "fa fa-money", "options": "fa fa-money",
"print_hide": 1 "print_hide": 1
@@ -1292,8 +1292,6 @@
"print_hide": 1 "print_hide": 1
}, },
{ {
"collapsible": 1,
"collapsible_depends_on": "eval:(!doc.is_pos && !doc.is_return)",
"fieldname": "payment_schedule_section", "fieldname": "payment_schedule_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"hide_days": 1, "hide_days": 1,
@@ -1325,7 +1323,7 @@
{ {
"collapsible": 1, "collapsible": 1,
"collapsible_depends_on": "eval:!doc.is_pos", "collapsible_depends_on": "eval:!doc.is_pos",
"depends_on": "eval:doc.is_pos===1||(doc.advances && doc.advances.length>0)", "depends_on": "eval:doc.is_pos===1",
"fieldname": "payments_section", "fieldname": "payments_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"hide_days": 1, "hide_days": 1,
@@ -1363,6 +1361,7 @@
"hide_seconds": 1 "hide_seconds": 1
}, },
{ {
"depends_on": "eval: doc.is_pos || doc.redeem_loyalty_points",
"fieldname": "base_paid_amount", "fieldname": "base_paid_amount",
"fieldtype": "Currency", "fieldtype": "Currency",
"hide_days": 1, "hide_days": 1,
@@ -1498,8 +1497,6 @@
"print_hide": 1 "print_hide": 1
}, },
{ {
"collapsible": 1,
"collapsible_depends_on": "terms",
"fieldname": "terms_section_break", "fieldname": "terms_section_break",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"hide_days": 1, "hide_days": 1,
@@ -2111,7 +2108,7 @@
"link_fieldname": "consolidated_invoice" "link_fieldname": "consolidated_invoice"
} }
], ],
"modified": "2022-09-27 14:15:35.293825", "modified": "2022-09-28 19:23:38.265409",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Sales Invoice", "name": "Sales Invoice",

View File

@@ -106,9 +106,11 @@
"contact_email", "contact_email",
"company_shipping_address_section", "company_shipping_address_section",
"shipping_address", "shipping_address",
"column_break_99",
"shipping_address_display", "shipping_address_display",
"company_billing_address_section", "company_billing_address_section",
"billing_address", "billing_address",
"column_break_103",
"billing_address_display", "billing_address_display",
"drop_ship", "drop_ship",
"customer", "customer",
@@ -133,10 +135,10 @@
"per_received", "per_received",
"column_break5", "column_break5",
"letter_head", "letter_head",
"select_print_heading",
"column_break_86",
"language",
"group_same_items", "group_same_items",
"column_break_86",
"select_print_heading",
"language",
"subscription_section", "subscription_section",
"from_date", "from_date",
"to_date", "to_date",
@@ -1218,13 +1220,21 @@
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Additional Info", "label": "Additional Info",
"oldfieldtype": "Section Break" "oldfieldtype": "Section Break"
},
{
"fieldname": "column_break_99",
"fieldtype": "Column Break"
},
{
"fieldname": "column_break_103",
"fieldtype": "Column Break"
} }
], ],
"icon": "fa fa-file-text", "icon": "fa fa-file-text",
"idx": 105, "idx": 105,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2022-09-27 17:28:35.652609", "modified": "2022-09-28 18:20:49.494279",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Buying", "module": "Buying",
"name": "Purchase Order", "name": "Purchase Order",

View File

@@ -89,10 +89,10 @@
"terms", "terms",
"more_info_tab", "more_info_tab",
"printing_settings", "printing_settings",
"select_print_heading", "letter_head",
"group_same_items", "group_same_items",
"column_break_85", "column_break_85",
"letter_head", "select_print_heading",
"language", "language",
"subscription_section", "subscription_section",
"auto_repeat", "auto_repeat",
@@ -830,7 +830,7 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2022-09-27 18:13:09.462037", "modified": "2022-09-27 18:20:09.462037",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Buying", "module": "Buying",
"name": "Supplier Quotation", "name": "Supplier Quotation",

View File

@@ -37,7 +37,7 @@ def make_custom_fields():
fieldname="vat_section", fieldname="vat_section",
label="VAT Details", label="VAT Details",
fieldtype="Section Break", fieldtype="Section Break",
insert_after="group_same_items", insert_after="language",
print_hide=1, print_hide=1,
collapsible=1, collapsible=1,
), ),

View File

@@ -103,15 +103,20 @@
"tc_name", "tc_name",
"terms", "terms",
"more_info_tab", "more_info_tab",
"subscription_section",
"auto_repeat",
"update_auto_repeat_reference",
"print_settings", "print_settings",
"letter_head", "letter_head",
"group_same_items", "group_same_items",
"column_break_73", "column_break_73",
"select_print_heading", "select_print_heading",
"language", "language",
"subscription_section", "lost_reasons_section",
"auto_repeat", "lost_reasons",
"update_auto_repeat_reference", "competitors",
"column_break_117",
"order_lost_reason",
"additional_info_section", "additional_info_section",
"status", "status",
"customer_group", "customer_group",
@@ -123,11 +128,6 @@
"opportunity", "opportunity",
"supplier_quotation", "supplier_quotation",
"enq_det", "enq_det",
"lost_reasons_section",
"lost_reasons",
"competitors",
"column_break_117",
"order_lost_reason",
"connections_tab" "connections_tab"
], ],
"fields": [ "fields": [
@@ -975,7 +975,7 @@
{ {
"fieldname": "address_and_contact_tab", "fieldname": "address_and_contact_tab",
"fieldtype": "Tab Break", "fieldtype": "Tab Break",
"label": "Address and Contact" "label": "Address & Contact"
}, },
{ {
"fieldname": "terms_tab", "fieldname": "terms_tab",
@@ -1058,7 +1058,7 @@
"idx": 82, "idx": 82,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2022-09-27 15:14:27.693005", "modified": "2022-09-27 15:18:27.693005",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Quotation", "name": "Quotation",

View File

@@ -151,11 +151,11 @@
"auto_repeat", "auto_repeat",
"update_auto_repeat_reference", "update_auto_repeat_reference",
"printing_details", "printing_details",
"language",
"letter_head", "letter_head",
"group_same_items", "group_same_items",
"column_break4", "column_break4",
"select_print_heading", "select_print_heading",
"language",
"additional_info_section", "additional_info_section",
"is_internal_customer", "is_internal_customer",
"represents_company", "represents_company",
@@ -1628,7 +1628,7 @@
"idx": 105, "idx": 105,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2022-09-27 14:51:09.128426", "modified": "2022-09-28 18:30:34.723896",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Sales Order", "name": "Sales Order",

View File

@@ -149,11 +149,11 @@
"auto_repeat", "auto_repeat",
"printing_details", "printing_details",
"letter_head", "letter_head",
"select_print_heading",
"column_break_88",
"language",
"print_without_amount", "print_without_amount",
"group_same_items", "group_same_items",
"column_break_88",
"select_print_heading",
"language",
"more_info", "more_info",
"is_internal_customer", "is_internal_customer",
"represents_company", "represents_company",
@@ -1386,7 +1386,7 @@
"idx": 146, "idx": 146,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2022-09-27 14:51:31.964085", "modified": "2022-09-27 14:55:31.964085",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Delivery Note", "name": "Delivery Note",

View File

@@ -127,10 +127,10 @@
"auto_repeat", "auto_repeat",
"printing_settings", "printing_settings",
"letter_head", "letter_head",
"language", "group_same_items",
"column_break_97", "column_break_97",
"select_print_heading", "select_print_heading",
"group_same_items", "language",
"transporter_info", "transporter_info",
"transporter_name", "transporter_name",
"column_break5", "column_break5",
@@ -1224,7 +1224,7 @@
"idx": 261, "idx": 261,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2022-09-28 13:07:37.482663", "modified": "2022-09-28 13:09:37.482663",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Purchase Receipt", "name": "Purchase Receipt",