[Enhancement] Time log wages and multiple active salary structure
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",