Merge pull request #5249 from nabinhait/fixed_asset

Fixed asset
This commit is contained in:
Rushabh Mehta
2016-04-21 11:41:11 +05:30
41 changed files with 2772 additions and 1981 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",