[Enhancement] Time log wages and multiple active salary structure
diff --git a/erpnext/config/manufacturing.py b/erpnext/config/manufacturing.py
index 2ae49fe..fbc9fb1 100644
--- a/erpnext/config/manufacturing.py
+++ b/erpnext/config/manufacturing.py
@@ -23,8 +23,8 @@
},
{
"type": "doctype",
- "name": "Time Log",
- "description": _("Time Logs for manufacturing."),
+ "name": "Time Sheet",
+ "description": _("Time Sheet for manufacturing."),
},
]
diff --git a/erpnext/config/projects.py b/erpnext/config/projects.py
index 3deaeba..c2542fa 100644
--- a/erpnext/config/projects.py
+++ b/erpnext/config/projects.py
@@ -31,13 +31,8 @@
"items": [
{
"type": "doctype",
- "name": "Time Log",
- "description": _("Time Log for tasks."),
- },
- {
- "type": "doctype",
- "name": "Time Log Batch",
- "description": _("Batch Time Logs for billing."),
+ "name": "Time Sheet",
+ "description": _("Time Sheet for tasks."),
},
{
"type": "doctype",
@@ -58,8 +53,8 @@
{
"type": "report",
"is_query_report": True,
- "name": "Daily Time Log Summary",
- "doctype": "Time Log"
+ "name": "Daily Time Sheet Summary",
+ "doctype": "Time Sheet"
},
{
"type": "report",