From ffaeb290d6f718033983d58f7509cd73447e8292 Mon Sep 17 00:00:00 2001 From: Geethu k Date: Thu, 26 Oct 2023 12:22:33 +0530 Subject: [PATCH] feat:modified Smith Doctype --- aumms/aumms/doctype/smith/smith.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/aumms/aumms/doctype/smith/smith.json b/aumms/aumms/doctype/smith/smith.json index 973994bb..21d9c149 100644 --- a/aumms/aumms/doctype/smith/smith.json +++ b/aumms/aumms/doctype/smith/smith.json @@ -13,10 +13,12 @@ "supplier", "supplier_name", "employee_name", + "smith_grade", "column_break_mhz6m", "warehouse", "department", "head_of_smith", + "category", "section_break_9mmii", "hourly_rate" ], @@ -87,11 +89,23 @@ "fieldname": "hourly_rate", "fieldtype": "Data", "label": "Hourly Rate" + }, + { + "fieldname": "category", + "fieldtype": "Link", + "label": "Category", + "options": "Smith Category" + }, + { + "fieldname": "smith_grade", + "fieldtype": "Link", + "label": "Smith Grade", + "options": "Smith Grade" } ], "index_web_pages_for_search": 1, "links": [], - "modified": "2023-10-24 09:54:51.116100", + "modified": "2023-10-26 12:11:32.737297", "modified_by": "Administrator", "module": "AuMMS", "name": "Smith",