diff --git a/erpnext/assets/doctype/asset/asset.json b/erpnext/assets/doctype/asset/asset.json index e408cc24d1eb9fce6607e7f9b454f3714e288eab..78aa40b80dc5b6974f69466b18ec1a0503f88bbf 100644 --- a/erpnext/assets/doctype/asset/asset.json +++ b/erpnext/assets/doctype/asset/asset.json @@ -27,21 +27,17 @@ "split_from", "custodian", "department", - "disposal_date", - "accounting_dimensions_section", - "cost_center", - "dimension_col_break", "purchase_details_section", "purchase_receipt", "purchase_invoice", "available_for_use_date", - "total_asset_cost", - "additional_asset_cost", + "disposal_date", "column_break_23", "gross_purchase_amount", "asset_quantity", - "purchase_date", - "section_break_23", + "additional_asset_cost", + "total_asset_cost", + "depreciation_tab", "calculate_depreciation", "column_break_33", "opening_accumulated_depreciation", @@ -58,7 +54,9 @@ "next_depreciation_date", "depreciation_schedule_sb", "depreciation_schedule_view", - "insurance_details", + "accounting_dimensions_tab", + "cost_center", + "insurance_details_tab", "policy_number", "insurer", "insured_value", @@ -66,16 +64,16 @@ "insurance_start_date", "insurance_end_date", "comprehensive_insurance", - "section_break_31", - "maintenance_required", - "other_details", - "status", + "other_info_tab", "booked_fixed_asset", + "maintenance_required", "column_break_51", + "status", "purchase_amount", "default_finance_book", "depr_entry_posting_status", - "amended_from" + "amended_from", + "connections_tab" ], "fields": [ { @@ -255,13 +253,6 @@ "label": "Opening Accumulated Depreciation", "options": "Company:company:default_currency" }, - { - "collapsible": 1, - "collapsible_depends_on": "eval:doc.calculate_depreciation || doc.is_existing_asset", - "fieldname": "section_break_23", - "fieldtype": "Section Break", - "label": "Depreciation" - }, { "columns": 10, "fieldname": "finance_books", @@ -308,12 +299,6 @@ "label": "Next Depreciation Date", "no_copy": 1 }, - { - "collapsible": 1, - "fieldname": "insurance_details", - "fieldtype": "Section Break", - "label": "Insurance details" - }, { "fieldname": "policy_number", "fieldtype": "Data", @@ -348,11 +333,6 @@ "fieldtype": "Data", "label": "Comprehensive Insurance" }, - { - "fieldname": "section_break_31", - "fieldtype": "Section Break", - "label": "Maintenance" - }, { "allow_on_submit": 1, "default": "0", @@ -361,12 +341,6 @@ "fieldtype": "Check", "label": "Maintenance Required" }, - { - "collapsible": 1, - "fieldname": "other_details", - "fieldtype": "Section Break", - "label": "Other Details" - }, { "allow_on_submit": 1, "default": "Draft", @@ -426,16 +400,6 @@ "print_hide": 1, "read_only": 1 }, - { - "collapsible": 1, - "fieldname": "accounting_dimensions_section", - "fieldtype": "Section Break", - "label": "Accounting Dimensions" - }, - { - "fieldname": "dimension_col_break", - "fieldtype": "Column Break" - }, { "collapsible": 1, "collapsible_depends_on": "is_existing_asset", @@ -536,6 +500,46 @@ "fieldname": "opening_number_of_booked_depreciations", "fieldtype": "Int", "label": "Opening Number of Booked Depreciations" + }, + { + "fieldname": "purchase_receipt_item", + "fieldtype": "Link", + "hidden": 1, + "label": "Purchase Receipt Item", + "options": "Purchase Receipt Item" + }, + { + "fieldname": "purchase_invoice_item", + "fieldtype": "Link", + "hidden": 1, + "label": "Purchase Invoice Item", + "options": "Purchase Invoice Item" + }, + { + "fieldname": "accounting_dimensions_tab", + "fieldtype": "Tab Break", + "label": "Accounting Dimensions" + }, + { + "fieldname": "insurance_details_tab", + "fieldtype": "Tab Break", + "label": "Insurance Details" + }, + { + "fieldname": "other_info_tab", + "fieldtype": "Tab Break", + "label": "Other Info" + }, + { + "fieldname": "connections_tab", + "fieldtype": "Tab Break", + "label": "Connections", + "show_dashboard": 1 + }, + { + "fieldname": "depreciation_tab", + "fieldtype": "Tab Break", + "label": "Depreciation Details" } ], "idx": 72, @@ -579,7 +583,7 @@ "link_fieldname": "target_asset" } ], - "modified": "2024-08-01 16:39:09.340973", + "modified": "2024-11-20 11:52:06.332683", "modified_by": "Administrator", "module": "Assets", "name": "Asset",