Fleet management moved to HR

This commit is contained in:
Kanchan Chauhan
2017-01-09 11:34:58 +05:30
parent 8d39fd9790
commit f80c2b9606
36 changed files with 116 additions and 9 deletions

View File

@@ -166,6 +166,21 @@ def get_data():
},
]
},
{
"label": _("Fleet Management"),
"items": [
{
"type": "doctype",
"name": "Vehicle"
},
{
"type": "doctype",
"name": "Vehicle Log"
},
]
},
{
"label": _("Setup"),
@@ -241,6 +256,12 @@ def get_data():
"name": "Monthly Attendance Sheet",
"doctype": "Attendance"
},
{
"type": "report",
"is_query_report": True,
"name": "Vehicle Expenses",
"doctype": "Vehicle"
},
]
},