mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
[Enhancement] Time log wages and multiple active salary structure
This commit is contained in:
@@ -23,8 +23,8 @@ def get_data():
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Time Log",
|
||||
"description": _("Time Logs for manufacturing."),
|
||||
"name": "Time Sheet",
|
||||
"description": _("Time Sheet for manufacturing."),
|
||||
},
|
||||
|
||||
]
|
||||
|
||||
@@ -31,13 +31,8 @@ def get_data():
|
||||
"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 @@ def get_data():
|
||||
{
|
||||
"type": "report",
|
||||
"is_query_report": True,
|
||||
"name": "Daily Time Log Summary",
|
||||
"doctype": "Time Log"
|
||||
"name": "Daily Time Sheet Summary",
|
||||
"doctype": "Time Sheet"
|
||||
},
|
||||
{
|
||||
"type": "report",
|
||||
|
||||
Reference in New Issue
Block a user