mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 20:48:27 +00:00
restructured erpnext and deleted unwanted
This commit is contained in:
@@ -1,106 +1,72 @@
|
||||
# Page, Import Data
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
'author': None,
|
||||
'category': 'Standard',
|
||||
'content': None,
|
||||
'creation': '2010-12-14 10:33:09',
|
||||
'creation': '2010-12-14 10:23:18',
|
||||
'docstatus': 0,
|
||||
'doctype': 'Page',
|
||||
'file_list': None,
|
||||
'icon': None,
|
||||
'idx': None,
|
||||
'keywords': None,
|
||||
'menu_index': None,
|
||||
'modified': '2011-05-02 16:28:00',
|
||||
'modified': '2010-12-24 11:43:02',
|
||||
'modified_by': 'Administrator',
|
||||
'module': 'Setup',
|
||||
'name': 'Import Data',
|
||||
'owner': 'Administrator',
|
||||
'page_name': 'Import Data',
|
||||
'page_title': None,
|
||||
'parent': None,
|
||||
'parent_node': None,
|
||||
'parentfield': None,
|
||||
'parenttype': None,
|
||||
'publish': None,
|
||||
'script': None,
|
||||
'show_in_menu': 0,
|
||||
'site_description': None,
|
||||
'standard': 'Yes',
|
||||
'static_content': None,
|
||||
'style': None,
|
||||
'stylesheet': None,
|
||||
'template': None,
|
||||
'write_content': None
|
||||
'owner': 'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all Page
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'module': 'Setup',
|
||||
'name': '__common__',
|
||||
'page_name': 'Import Data',
|
||||
'show_in_menu': 0,
|
||||
'standard': 'Yes'
|
||||
},
|
||||
|
||||
# These values are common for all Page Role
|
||||
{
|
||||
'doctype': 'Page Role',
|
||||
'name': '__common__',
|
||||
'parent': 'Import Data',
|
||||
'parentfield': 'roles',
|
||||
'parenttype': 'Page'
|
||||
},
|
||||
|
||||
# Page, Import Data
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'name': 'Import Data'
|
||||
},
|
||||
|
||||
# Page Role
|
||||
{
|
||||
'creation': '2010-12-14 10:33:09',
|
||||
'docstatus': 0,
|
||||
'doctype': 'Page Role',
|
||||
'idx': 1,
|
||||
'modified': '2011-05-02 16:28:00',
|
||||
'modified_by': 'Administrator',
|
||||
'name': 'PR000224',
|
||||
'owner': 'Administrator',
|
||||
'parent': 'Import Data',
|
||||
'parentfield': 'roles',
|
||||
'parenttype': 'Page',
|
||||
'role': 'Administrator'
|
||||
},
|
||||
|
||||
# Page Role
|
||||
{
|
||||
'creation': '2010-12-14 10:33:09',
|
||||
'docstatus': 0,
|
||||
'doctype': 'Page Role',
|
||||
'idx': 2,
|
||||
'modified': '2011-05-02 16:28:00',
|
||||
'modified_by': 'Administrator',
|
||||
'name': 'PR000225',
|
||||
'owner': 'harshada@webnotestech.com',
|
||||
'parent': 'Import Data',
|
||||
'parentfield': 'roles',
|
||||
'parenttype': 'Page',
|
||||
'role': 'System Manager'
|
||||
},
|
||||
|
||||
# Page Role
|
||||
{
|
||||
'creation': '2010-12-14 10:33:09',
|
||||
'docstatus': 0,
|
||||
'doctype': 'Page Role',
|
||||
'idx': 3,
|
||||
'modified': '2011-05-02 16:28:00',
|
||||
'modified_by': 'Administrator',
|
||||
'name': 'PR000226',
|
||||
'owner': 'harshada@webnotestech.com',
|
||||
'parent': 'Import Data',
|
||||
'parentfield': 'roles',
|
||||
'parenttype': 'Page',
|
||||
'role': 'Sales Master Manager'
|
||||
},
|
||||
|
||||
# Page Role
|
||||
{
|
||||
'creation': '2010-12-14 10:33:09',
|
||||
'docstatus': 0,
|
||||
'doctype': 'Page Role',
|
||||
'idx': 4,
|
||||
'modified': '2011-05-02 16:28:00',
|
||||
'modified_by': 'Administrator',
|
||||
'name': 'PR000227',
|
||||
'owner': 'harshada@webnotestech.com',
|
||||
'parent': 'Import Data',
|
||||
'parentfield': 'roles',
|
||||
'parenttype': 'Page',
|
||||
'role': 'Purchase Master Manager'
|
||||
},
|
||||
|
||||
# Page Role
|
||||
{
|
||||
'creation': '2010-12-14 10:33:09',
|
||||
'docstatus': 0,
|
||||
'doctype': 'Page Role',
|
||||
'idx': 5,
|
||||
'modified': '2011-05-02 16:28:00',
|
||||
'modified_by': 'Administrator',
|
||||
'name': 'PR000228',
|
||||
'owner': 'harshada@webnotestech.com',
|
||||
'parent': 'Import Data',
|
||||
'parentfield': 'roles',
|
||||
'parenttype': 'Page',
|
||||
'role': 'Material Master Manager'
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user