mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 23:22:52 +00:00
changed old type txt to new type txtt
This commit is contained in:
@@ -1,34 +1,27 @@
|
||||
# Search Criteria, timesheet_report
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
'creation': '2012-04-03 12:49:53',
|
||||
'docstatus': 0,
|
||||
'modified': '2012-04-03 12:49:53',
|
||||
'modified_by': u'Administrator',
|
||||
'owner': u'ashwini@webnotestech.com'
|
||||
},
|
||||
|
||||
# These values are common for all Search Criteria
|
||||
{
|
||||
'columns': u'Timesheet\x01ID,Timesheet\x01Timesheet Date,Timesheet\x01Timesheet by,Timesheet Detail\x01Project Name,Timesheet Detail\x01Task Id,Timesheet Detail\x01Task Name,Timesheet Detail\x01Actual Start Time,Timesheet Detail\x01Actual End Time,Timesheet Detail\x01Total Hours (Actual)',
|
||||
'criteria_name': u'Timesheet Report',
|
||||
'doc_type': u'Timesheet Detail',
|
||||
'doctype': 'Search Criteria',
|
||||
'filters': u"{'Timesheet\x01Saved':1,'Timesheet\x01Submitted':1}",
|
||||
'module': u'Projects',
|
||||
'name': '__common__',
|
||||
'page_len': 50,
|
||||
'parent_doc_type': u'Timesheet',
|
||||
'sort_by': u'`tabTimesheet`.`name`',
|
||||
'sort_order': u'DESC',
|
||||
'standard': u'Yes'
|
||||
},
|
||||
|
||||
# Search Criteria, timesheet_report
|
||||
{
|
||||
'doctype': 'Search Criteria',
|
||||
'name': u'timesheet_report'
|
||||
}
|
||||
{
|
||||
"owner": "ashwini@webnotestech.com",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-04-03 12:49:53",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-04-03 12:49:53"
|
||||
},
|
||||
{
|
||||
"parent_doc_type": "Timesheet",
|
||||
"module": "Projects",
|
||||
"standard": "Yes",
|
||||
"sort_order": "DESC",
|
||||
"filters": "{'Timesheet\u0001Saved':1,'Timesheet\u0001Submitted':1}",
|
||||
"doc_type": "Timesheet Detail",
|
||||
"name": "__common__",
|
||||
"doctype": "Search Criteria",
|
||||
"sort_by": "`tabTimesheet`.`name`",
|
||||
"page_len": 50,
|
||||
"criteria_name": "Timesheet Report",
|
||||
"columns": "Timesheet\u0001ID,Timesheet\u0001Timesheet Date,Timesheet\u0001Timesheet by,Timesheet Detail\u0001Project Name,Timesheet Detail\u0001Task Id,Timesheet Detail\u0001Task Name,Timesheet Detail\u0001Actual Start Time,Timesheet Detail\u0001Actual End Time,Timesheet Detail\u0001Total Hours (Actual)"
|
||||
},
|
||||
{
|
||||
"name": "timesheet_report",
|
||||
"doctype": "Search Criteria"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user