added page permissions, modified report listing links

This commit is contained in:
Anand Doshi
2012-10-04 18:11:29 +05:30
parent 278f93c941
commit cdba51c5a9
22 changed files with 492 additions and 167 deletions

View File

@@ -3,9 +3,9 @@
# These values are common in all dictionaries
{
u'creation': '2012-09-21 18:21:31',
u'creation': '2012-09-21 20:15:14',
u'docstatus': 0,
u'modified': '2012-09-21 18:21:31',
u'modified': '2012-10-04 17:34:24',
u'modified_by': u'Administrator',
u'owner': u'Administrator'
},
@@ -20,9 +20,30 @@
'title': u'Stock Ageing'
},
# These values are common for all Page Role
{
u'doctype': u'Page Role',
u'name': u'__common__',
'parent': u'stock-ageing',
'parentfield': u'roles',
'parenttype': u'Page'
},
# Page, stock-ageing
{
u'doctype': u'Page',
u'name': u'stock-ageing'
},
# Page Role
{
u'doctype': u'Page Role',
'role': u'Analytics'
},
# Page Role
{
u'doctype': u'Page Role',
'role': u'Material Manager'
}
]

View File

@@ -3,9 +3,9 @@
# These values are common in all dictionaries
{
u'creation': '2012-09-20 12:13:45',
u'creation': '2012-09-21 20:15:14',
u'docstatus': 0,
u'modified': '2012-09-20 12:13:45',
u'modified': '2012-10-04 17:32:20',
u'modified_by': u'Administrator',
u'owner': u'Administrator'
},
@@ -20,9 +20,30 @@
'title': u'Stock Analytics'
},
# These values are common for all Page Role
{
u'doctype': u'Page Role',
u'name': u'__common__',
'parent': u'stock-analytics',
'parentfield': u'roles',
'parenttype': u'Page'
},
# Page, stock-analytics
{
u'doctype': u'Page',
u'name': u'stock-analytics'
},
# Page Role
{
u'doctype': u'Page Role',
'role': u'Analytics'
},
# Page Role
{
u'doctype': u'Page Role',
'role': u'Material Manager'
}
]

View File

@@ -24,17 +24,20 @@
<h4><a href="#!List/Warehouse">Warehouse</a></h4>
<p class="help">Warehouse is where items are stored</p>
<br>
<h4><a href="#stock-ledger" data-role="Analytics">Stock Ledger</a>
<h4><a href="#stock-ledger" data-role="Analytics, Material Manager,
Material User">Stock Ledger</a>
<span style="background-color: #fed; font-weight: normal; font-size: 80%">beta</span>
</h4>
<p class="help">Log of stock movements</p>
<br>
<h4><a href="#stock-analytics" data-role="Analytics">Stock Analytics</a>
<h4><a href="#stock-analytics" data-role="Analytics, Material Manager">
Stock Analytics</a>
<span style="background-color: #fed; font-weight: normal; font-size: 80%">beta</span>
</h4>
<p class="help">Visual representation of stock trends</p>
<br>
<h4><a href="#stock-ageing" data-role="Analytics">Stock Ageing</a>
<h4><a href="#stock-ageing" data-role="Analytics, Material Manager">
Stock Ageing</a>
<span style="background-color: #fed; font-weight: normal; font-size: 80%">beta</span>
</h4>
<p class="help">Analysis of slow moving stock</p>
@@ -102,7 +105,9 @@
<div class="section-item">
<a class="section-link"
title = "Tree of item classification"
href="#!Sales Browser/Item Group">Item Group</a>
href="#!Sales Browser/Item Group"
data-role="Material Master Master, Material Manager,
Accounts Manager">Item Group</a>
</div>
<div class="section-item">
<a class="section-link"

View File

@@ -3,9 +3,9 @@
# These values are common in all dictionaries
{
u'creation': '2012-09-18 14:55:15',
u'creation': '2012-09-21 20:15:14',
u'docstatus': 0,
u'modified': '2012-09-18 14:55:15',
u'modified': '2012-10-04 17:25:35',
u'modified_by': u'Administrator',
u'owner': u'Administrator'
},
@@ -20,9 +20,36 @@
'title': u'Stock Ledger'
},
# These values are common for all Page Role
{
u'doctype': u'Page Role',
u'name': u'__common__',
'parent': u'stock-ledger',
'parentfield': u'roles',
'parenttype': u'Page'
},
# Page, stock-ledger
{
u'doctype': u'Page',
u'name': u'stock-ledger'
},
# Page Role
{
u'doctype': u'Page Role',
'role': u'Analytics'
},
# Page Role
{
u'doctype': u'Page Role',
'role': u'Material Manager'
},
# Page Role
{
u'doctype': u'Page Role',
'role': u'Material User'
}
]