Fix #7123 - getting abra ready to test
[Pman.Xtuple] / Xtuple.perms.json
1
2 {       
3     "InvoiceAll"              : [ "S",      "" , "Void Invoices (not in Sales order)"],
4     "ExpensesAll"                  : [ "S",      "", "View All Expenses"],
5     "Accounts"                  : [ "S",      "", "View Accounts summary"],
6     "AccountsTab"                  : [ "S",      "", "View Accounts Tab"],
7     "AccountsCombined"                  : [ "S",      "", "View Combinded accounts"],
8     "Dashboard"                  : [ "S",       "", "Dashboard View"],
9
10     "Reconcile"                  : [ "S",       "", "Bank Reconcile"],
11     "SalesPlanner"                  : [ "S",       "", "Admin Sales Planner"],
12     "CustomerDownload"               : [ "S",       "", "Download Customer List"],
13     
14     "Sales"               : [ "S",       "", "View Sales Tab"],
15     "Purchases"            : [ "S",       "", "View Purchase Tab"],
16     "Manage"           : [ "S",       "", "View Inventory / Pricing Tab"]
17     
18     
19 }
20