diff --git a/erpnext/hr/doctype/attendance/test_records.json b/erpnext/hr/doctype/attendance/test_records.json index ccb77bfdc3a..41b40ffe9ad 100644 --- a/erpnext/hr/doctype/attendance/test_records.json +++ b/erpnext/hr/doctype/attendance/test_records.json @@ -1,6 +1,11 @@ [ { "doctype": "Attendance", - "name": "_Test Attendance 1" + "name": "_Test Attendance 1", + "employee": "_T-Employee-0001", + "status": "Present", + "att_date": "2014-02-01", + "fiscal_year": "_Test Fiscal Year 2014", + "company": "_Test Company" } ] diff --git a/erpnext/hr/doctype/salary_structure/test_records.json b/erpnext/hr/doctype/salary_structure/test_records.json index 28d37c2a32a..f33b65e554c 100644 --- a/erpnext/hr/doctype/salary_structure/test_records.json +++ b/erpnext/hr/doctype/salary_structure/test_records.json @@ -1,6 +1,8 @@ [ { "doctype": "Salary Structure", - "name": "_Test Salary Structure 1" + "name": "_Test Salary Structure 1", + "employee": "_T-Employee-0001", + "from_date": "2014-02-01" } ] diff --git a/erpnext/utilities/doctype/note/test_records.json b/erpnext/utilities/doctype/note/test_records.json index 9dc992c0807..f3d7cff22ba 100644 --- a/erpnext/utilities/doctype/note/test_records.json +++ b/erpnext/utilities/doctype/note/test_records.json @@ -1,6 +1,7 @@ [ { "doctype": "Note", - "name": "_Test Note 1" + "name": "_Test Note 1", + "title": "Test Note Title" } ]