moved directory structure

This commit is contained in:
Rushabh Mehta
2012-09-24 19:13:42 +05:30
parent e47a6779e9
commit 2fa2f7178d
1637 changed files with 47 additions and 11450 deletions

View File

@@ -0,0 +1 @@
from __future__ import unicode_literals

View File

@@ -0,0 +1,33 @@
# Search Criteria, employees_birthday
[
# These values are common in all dictionaries
{
'creation': '2012-04-03 12:49:51',
'docstatus': 0,
'modified': '2012-04-03 12:49:51',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Search Criteria
{
'columns': u'Employee\x01ID,Employee\x01Employee Name,Employee\x01Department,Employee\x01Gender,Employee\x01Date of Birth,Employee\x01Month of Birth',
'criteria_name': u"Employee's Birthday",
'doc_type': u'Employee',
'doctype': 'Search Criteria',
'filters': u"{'Employee\x01Saved':1,'Employee\x01Gender':'','Employee\x01Month of Birth':'May','Employee\x01Status':''}",
'module': u'HR',
'name': '__common__',
'page_len': 50,
'sort_by': u'`tabEmployee`.`name`',
'sort_order': u'DESC',
'standard': u'Yes'
},
# Search Criteria, employees_birthday
{
'doctype': 'Search Criteria',
'name': u'employees_birthday'
}
]