mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
moved directory structure
This commit is contained in:
1
hr/search_criteria/employees_birthday/__init__.py
Normal file
1
hr/search_criteria/employees_birthday/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from __future__ import unicode_literals
|
||||
33
hr/search_criteria/employees_birthday/employees_birthday.txt
Normal file
33
hr/search_criteria/employees_birthday/employees_birthday.txt
Normal 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'
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user