Added maintenance to Asset and enhanced maintenance for Asset Maintenance

This commit is contained in:
Kanchan Chauhan
2017-10-17 15:17:24 +05:30
parent 834541a7e8
commit e58a41a8a2
112 changed files with 7678 additions and 833 deletions

View File

@@ -98,14 +98,6 @@ def get_data():
{
"type": "doctype",
"name": "Item",
},
{
"type": "doctype",
"name": "Asset",
},
{
"type": "doctype",
"name": "Asset Category",
}
]
},
@@ -274,11 +266,6 @@ def get_data():
"name": "Period Closing Voucher",
"description": _("Close Balance Sheet and book Profit or Loss.")
},
{
"type": "doctype",
"name": "Asset Movement",
"description": _("Transfer an asset from one warehouse to another")
},
{
"type": "doctype",
"name": "Cheque Print Template",