mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 22:19:18 +00:00
added module pages and other css updates
This commit is contained in:
0
erpnext/projects/page/projects_home/__init__.py
Normal file
0
erpnext/projects/page/projects_home/__init__.py
Normal file
28
erpnext/projects/page/projects_home/projects_home.txt
Normal file
28
erpnext/projects/page/projects_home/projects_home.txt
Normal file
@@ -0,0 +1,28 @@
|
||||
# Page, projects-home
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
'creation': '2012-02-21 13:24:22',
|
||||
'docstatus': 0,
|
||||
'modified': '2012-02-21 13:24:22',
|
||||
'modified_by': u'Administrator',
|
||||
'owner': u'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all Page
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'module': u'Projects',
|
||||
'name': '__common__',
|
||||
'page_name': u'projects-home',
|
||||
'standard': u'Yes',
|
||||
'title': u'Projects Home'
|
||||
},
|
||||
|
||||
# Page, projects-home
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'name': u'projects-home'
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user