feat: Tab Break in Purchase Order

(cherry picked from commit 10a25603ac)
This commit is contained in:
Nabin Hait
2022-09-27 17:47:37 +05:30
committed by Mergify
parent b0a9f79e18
commit 5a8329add1

View File

@@ -13,12 +13,12 @@
"naming_series", "naming_series",
"supplier", "supplier",
"supplier_name", "supplier_name",
"order_confirmation_no",
"order_confirmation_date",
"get_items_from_open_material_requests", "get_items_from_open_material_requests",
"column_break_7", "column_break_7",
"transaction_date", "transaction_date",
"schedule_date", "schedule_date",
"order_confirmation_no",
"order_confirmation_date",
"column_break1", "column_break1",
"company", "company",
"apply_tds", "apply_tds",
@@ -95,26 +95,21 @@
"discount_amount", "discount_amount",
"sec_tax_breakup", "sec_tax_breakup",
"other_charges_calculation", "other_charges_calculation",
"contacts_and_addresses_tab", "address_and_contact_tab",
"section_addresses", "section_addresses",
"supplier_address", "supplier_address",
"address_display", "address_display",
"col_break_address",
"contact_person", "contact_person",
"contact_display", "contact_display",
"contact_mobile", "contact_mobile",
"contact_email", "contact_email",
"col_break_address", "company_shipping_address_section",
"shipping_address", "shipping_address",
"shipping_address_display", "shipping_address_display",
"company_billing_address_section",
"billing_address", "billing_address",
"billing_address_display", "billing_address_display",
"terms_tab",
"terms_section_break",
"tc_name",
"terms",
"payment_schedule_section",
"payment_terms_template",
"payment_schedule",
"drop_ship", "drop_ship",
"customer", "customer",
"customer_name", "customer_name",
@@ -123,6 +118,13 @@
"customer_contact_display", "customer_contact_display",
"customer_contact_mobile", "customer_contact_mobile",
"customer_contact_email", "customer_contact_email",
"terms_tab",
"payment_schedule_section",
"payment_terms_template",
"payment_schedule",
"terms_section_break",
"tc_name",
"terms",
"more_info_tab", "more_info_tab",
"tracking_section", "tracking_section",
"status", "status",
@@ -141,12 +143,12 @@
"column_break_97", "column_break_97",
"auto_repeat", "auto_repeat",
"update_auto_repeat_reference", "update_auto_repeat_reference",
"more_info", "additional_info_section",
"is_internal_supplier",
"represents_company",
"ref_sq", "ref_sq",
"column_break_74", "column_break_74",
"party_account_currency", "party_account_currency",
"is_internal_supplier",
"represents_company",
"inter_company_order_reference", "inter_company_order_reference",
"is_old_subcontracting_flow", "is_old_subcontracting_flow",
"dashboard" "dashboard"
@@ -273,8 +275,9 @@
"read_only": 1 "read_only": 1
}, },
{ {
"depends_on": "eval:doc.customer",
"fieldname": "drop_ship", "fieldname": "drop_ship",
"fieldtype": "Section Break", "fieldtype": "Tab Break",
"label": "Drop Ship" "label": "Drop Ship"
}, },
{ {
@@ -305,7 +308,6 @@
{ {
"fieldname": "customer_contact_display", "fieldname": "customer_contact_display",
"fieldtype": "Small Text", "fieldtype": "Small Text",
"hidden": 1,
"label": "Customer Contact", "label": "Customer Contact",
"print_hide": 1 "print_hide": 1
}, },
@@ -325,10 +327,9 @@
"print_hide": 1 "print_hide": 1
}, },
{ {
"collapsible": 1,
"fieldname": "section_addresses", "fieldname": "section_addresses",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Address and Contact" "label": "Supplier Address"
}, },
{ {
"fieldname": "supplier_address", "fieldname": "supplier_address",
@@ -714,7 +715,6 @@
}, },
{ {
"collapsible": 1, "collapsible": 1,
"collapsible_depends_on": "apply_discount_on",
"fieldname": "discount_section", "fieldname": "discount_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Additional Discount" "label": "Additional Discount"
@@ -857,7 +857,6 @@
"read_only": 1 "read_only": 1
}, },
{ {
"collapsible": 1,
"fieldname": "payment_schedule_section", "fieldname": "payment_schedule_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Payment Terms" "label": "Payment Terms"
@@ -877,11 +876,10 @@
"print_hide": 1 "print_hide": 1
}, },
{ {
"collapsible": 1,
"collapsible_depends_on": "terms", "collapsible_depends_on": "terms",
"fieldname": "terms_section_break", "fieldname": "terms_section_break",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Terms and Conditions", "label": "Terms & Conditions",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "fa fa-legal" "options": "fa fa-legal"
}, },
@@ -901,13 +899,6 @@
"oldfieldname": "terms", "oldfieldname": "terms",
"oldfieldtype": "Text Editor" "oldfieldtype": "Text Editor"
}, },
{
"collapsible": 1,
"fieldname": "more_info",
"fieldtype": "Section Break",
"label": "More Information",
"oldfieldtype": "Section Break"
},
{ {
"default": "Draft", "default": "Draft",
"fieldname": "status", "fieldname": "status",
@@ -1029,7 +1020,7 @@
"collapsible": 1, "collapsible": 1,
"fieldname": "subscription_section", "fieldname": "subscription_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Subscription Section" "label": "Auto Repeat"
}, },
{ {
"allow_on_submit": 1, "allow_on_submit": 1,
@@ -1178,11 +1169,6 @@
"label": "Set From Warehouse", "label": "Set From Warehouse",
"options": "Warehouse" "options": "Warehouse"
}, },
{
"fieldname": "contacts_and_addresses_tab",
"fieldtype": "Tab Break",
"label": "Contacts & Addresses"
},
{ {
"fieldname": "terms_tab", "fieldname": "terms_tab",
"fieldtype": "Tab Break", "fieldtype": "Tab Break",
@@ -1210,13 +1196,35 @@
{ {
"fieldname": "column_break_53", "fieldname": "column_break_53",
"fieldtype": "Column Break" "fieldtype": "Column Break"
},
{
"fieldname": "address_and_contact_tab",
"fieldtype": "Tab Break",
"label": "Address & Contact"
},
{
"fieldname": "company_shipping_address_section",
"fieldtype": "Section Break",
"label": "Company Shipping Address"
},
{
"fieldname": "company_billing_address_section",
"fieldtype": "Section Break",
"label": "Company Billing Address"
},
{
"collapsible": 1,
"fieldname": "additional_info_section",
"fieldtype": "Section Break",
"label": "Additional Info",
"oldfieldtype": "Section 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-16 17:45:04.954055", "modified": "2022-09-27 17:28:35.652609",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Buying", "module": "Buying",
"name": "Purchase Order", "name": "Purchase Order",