added leave applications and block lists to calendar

This commit is contained in:
Rushabh Mehta
2013-02-14 20:42:33 +05:30
parent b496756696
commit 6227527cdb
10 changed files with 267 additions and 111 deletions

View File

@@ -7,7 +7,8 @@ test_records = [[{
"gender": "Female",
"status": "Active",
"company": "_Test Company",
"user_id": "test@example.com"
"user_id": "test@example.com",
"department": "_Test Department"
}],
[{
"doctype":"Employee",
@@ -18,7 +19,8 @@ test_records = [[{
"gender": "Male",
"status": "Active",
"company": "_Test Company",
"user_id": "test1@example.com"
"user_id": "test1@example.com",
"department": "_Test Department 1"
}],
[{
"doctype":"Employee",
@@ -29,6 +31,7 @@ test_records = [[{
"gender": "Male",
"status": "Active",
"company": "_Test Company",
"user_id": "test2@example.com"
"user_id": "test2@example.com",
"department": "_Test Department 1"
}]
]