Prorated Asset Depreciation

This commit is contained in:
Charles-Henri Decultot
2018-01-05 17:49:06 +00:00
parent 620e0981cb
commit 34e335ba34
14 changed files with 398 additions and 42 deletions

View File

@@ -13,6 +13,10 @@ def get_data():
{
"type": "doctype",
"name": "Asset Category",
},
{
"type": "doctype",
"name": "Asset Settings",
}
]
},
@@ -74,4 +78,4 @@ def get_data():
},
]
}
]
]