Create asset adjustment doctype, post gl entry for the asset

This commit is contained in:
Rohit Waghchaure
2018-05-11 01:56:05 +05:30
parent 0ea6fe4397
commit aa7b434270
22 changed files with 1695 additions and 805 deletions

View File

@@ -12,12 +12,11 @@ def get_data():
},
{
"type": "doctype",
"name": "Asset Category",
"name": "Location",
},
{
"type": "doctype",
"label": _("Asset Location"),
"name": "Location",
"name": "Asset Category",
},
{
"type": "doctype",