Fixes and modification in fixed asset

This commit is contained in:
Nabin Hait
2016-04-09 16:06:28 +05:30
parent 3d9c5c0c20
commit cd0e8ce8ad
9 changed files with 113 additions and 39 deletions

View File

@@ -340,6 +340,18 @@ def get_data():
"label": _("Other Reports"),
"icon": "icon-table",
"items": [
{
"type": "report",
"name": "Asset Depreciation Ledger",
"doctype": "Asset",
"is_query_report": True,
},
{
"type": "report",
"name": "Asset Depreciations and Balances",
"doctype": "Asset",
"is_query_report": True,
},
{
"type": "report",
"name": "Trial Balance for Party",