Asset Movement

This commit is contained in:
Nabin Hait
2016-04-25 18:49:17 +05:30
parent ce35c56cd3
commit 70f05df075
9 changed files with 411 additions and 6 deletions

View File

@@ -221,6 +221,11 @@ 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")
},
]
},
{