mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
all txt files updated due to module renaming/merging
This commit is contained in:
@@ -1,37 +1,34 @@
|
||||
# Search Criteria, task-open
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
'add_col': None,
|
||||
'add_cond': "`tabTicket`.status='Open'",
|
||||
'add_tab': None,
|
||||
'columns': 'Ticket\x01ID,Ticket\x01Subject,Ticket\x01Priority,Ticket\x01Raised By,Ticket\x01Allocated To',
|
||||
'creation': '2010-08-08 17:09:32',
|
||||
'criteria_name': 'Task-Open',
|
||||
'custom_query': '',
|
||||
'description': None,
|
||||
'dis_filters': None,
|
||||
'disabled': None,
|
||||
'doc_type': 'Ticket',
|
||||
'docstatus': 0,
|
||||
'doctype': 'Search Criteria',
|
||||
'filters': "{'Ticket\x01Priority':''}",
|
||||
'graph_series': None,
|
||||
'graph_values': None,
|
||||
'group_by': None,
|
||||
'idx': None,
|
||||
'modified': '2010-07-16 13:03:49',
|
||||
'modified_by': 'Administrator',
|
||||
'owner': 'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all Search Criteria
|
||||
{
|
||||
'add_cond': "`tabTicket`.status='Open'",
|
||||
'columns': 'Ticket\x01ID,Ticket\x01Subject,Ticket\x01Priority,Ticket\x01Raised By,Ticket\x01Allocated To',
|
||||
'criteria_name': 'Task-Open',
|
||||
'doc_type': 'Ticket',
|
||||
'doctype': 'Search Criteria',
|
||||
'filters': "{'Ticket\x01Priority':''}",
|
||||
'module': 'Home',
|
||||
'name': 'task-open',
|
||||
'owner': 'Administrator',
|
||||
'name': '__common__',
|
||||
'page_len': 50,
|
||||
'parent': None,
|
||||
'parent_doc_type': None,
|
||||
'parentfield': None,
|
||||
'parenttype': None,
|
||||
'report_script': '',
|
||||
'server_script': None,
|
||||
'sort_by': '`tabTicket`.`name`',
|
||||
'sort_order': 'DESC',
|
||||
'standard': 'Yes'
|
||||
},
|
||||
|
||||
# Search Criteria, task-open
|
||||
{
|
||||
'doctype': 'Search Criteria',
|
||||
'name': 'task-open'
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user