diff --git a/erpnext/assets/doctype/asset_repair_purchase_invoice/asset_repair_purchase_invoice.json b/erpnext/assets/doctype/asset_repair_purchase_invoice/asset_repair_purchase_invoice.json new file mode 100644 index 00000000000..67d806f8041 --- /dev/null +++ b/erpnext/assets/doctype/asset_repair_purchase_invoice/asset_repair_purchase_invoice.json @@ -0,0 +1,52 @@ +{ + "actions": [], + "allow_rename": 1, + "creation": "2024-09-30 12:52:08.085813", + "doctype": "DocType", + "editable_grid": 1, + "engine": "InnoDB", + "field_order": [ + "purchase_invoice", + "expense_account", + "repair_cost" + ], + "fields": [ + { + "fieldname": "purchase_invoice", + "fieldtype": "Link", + "in_list_view": 1, + "label": "Purchase Invoice", + "options": "Purchase Invoice" + }, + { + "fieldname": "expense_account", + "fieldtype": "Link", + "in_list_view": 1, + "label": "Expense Account", + "options": "Account", + "reqd": 1 + }, + { + "fieldname": "repair_cost", + "fieldtype": "Currency", + "in_list_view": 1, + "label": "Repair Cost", + "non_negative": 1, + "options": "Company:company:default_currency", + "reqd": 1 + } + ], + "index_web_pages_for_search": 1, + "istable": 1, + "links": [], + "modified": "2025-08-16 16:40:32.000006", + "modified_by": "administrator", + "module": "Assets", + "name": "Asset Repair Purchase Invoice", + "owner": "Administrator", + "permissions": [], + "row_format": "Dynamic", + "sort_field": "creation", + "sort_order": "DESC", + "states": [] +}