xtuple.css
authorEdward <edward@roojs.com>
Tue, 12 Nov 2013 11:43:21 +0000 (19:43 +0800)
committerEdward <edward@roojs.com>
Tue, 12 Nov 2013 11:43:21 +0000 (19:43 +0800)
Attribute Changed :xtuple.css
Xtuple.perms.json
Attribute Changed :Xtuple.perms.json

Xtuple.perms.json [new file with mode: 0644]
xtuple.css [new file with mode: 0644]

diff --git a/Xtuple.perms.json b/Xtuple.perms.json
new file mode 100644 (file)
index 0000000..734df30
--- /dev/null
@@ -0,0 +1,16 @@
+
+{      
+  
+        
+       "InvoiceAll"              : [ "S",      "" , "Void Invoices (not in Sales order)"],
+    "ExpensesAll"                  : [ "S",      "", "View All Expenses"],
+    "Accounts"                  : [ "S",      "", "View Accounts summary"],
+    "AccountsTab"                  : [ "S",      "", "View Accounts Tab"],
+    "AccountsCombined"                  : [ "S",      "", "View Combinded accounts"],
+    "Dashboard"                  : [ "S",       "", "Dashboard View"],
+
+    "Reconcile"                  : [ "S",       "", "Bank Reconcile"],
+    "SalesPlanner"                  : [ "S",       "", "Admin Sales Planner"],
+    "CustomerDownload"               : [ "S",       "", "Download Customer List"]
+}
+      
\ No newline at end of file
diff --git a/xtuple.css b/xtuple.css
new file mode 100644 (file)
index 0000000..90689bb
--- /dev/null
@@ -0,0 +1,18 @@
+.strikethrough {
+    
+    text-decoration: line-through;
+     
+}
+
+
+
+.dragon-gl-fixedheight   td .x-grid-cell-inner {
+    overflow: hidden;
+    height: 30px;
+}
+
+.dragon-not-saved {
+    background-color: #fe6;
+    
+}
\ No newline at end of file