Added test cases for asset accounting, asset value adjustment (#14572)

* Added test cases for asset accounting, asset value adjustment

* Accounting entry for the asset created manually

* Added asset movement test cases and validation

* Added validation to make asset from purchase receupt, invoice only
This commit is contained in:
rohitwaghchaure
2018-06-22 15:40:59 +05:30
committed by Nabin Hait
parent ce26610d39
commit d3fb0fbb20
14 changed files with 568 additions and 105 deletions

View File

@@ -33,8 +33,6 @@ class TestEmployee(unittest.TestCase):
self.assertTrue("Subject: Birthday Reminder for {0}".format(employee.employee_name) \
in email_queue[0].message)
def make_employee(user):
if not frappe.db.get_value("User", user):
frappe.get_doc({