Skip to content

Commit

Permalink
feat:modified Smith Doctype
Browse files Browse the repository at this point in the history
  • Loading branch information
G-eethu committed Oct 26, 2023
1 parent 50557a9 commit ffaeb29
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion aumms/aumms/doctype/smith/smith.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit ffaeb29

Please sign in to comment.