[Enhancement] Time log wages and multiple active salary structure

This commit is contained in:
Rohit Waghchaure
2016-06-03 14:44:35 +05:30
parent 18357664cb
commit d6c986da8f
97 changed files with 3112 additions and 2670 deletions

View File

@@ -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",