xtuple.css
[Pman.Xtuple] / Xtuple.perms.json
1
2 {       
3   
4         
5         "InvoiceAll"              : [ "S",      "" , "Void Invoices (not in Sales order)"],
6     "ExpensesAll"                  : [ "S",      "", "View All Expenses"],
7     "Accounts"                  : [ "S",      "", "View Accounts summary"],
8     "AccountsTab"                  : [ "S",      "", "View Accounts Tab"],
9     "AccountsCombined"                  : [ "S",      "", "View Combinded accounts"],
10     "Dashboard"                  : [ "S",       "", "Dashboard View"],
11
12     "Reconcile"                  : [ "S",       "", "Bank Reconcile"],
13     "SalesPlanner"                  : [ "S",       "", "Admin Sales Planner"],
14     "CustomerDownload"               : [ "S",       "", "Download Customer List"]
15 }
16