Fix #7123 - getting abra ready to test
[Pman.Xtuple] / Pman.Tab.XtupleCreditMemos.bjs
index d829ab1..e7738ab 100644 (file)
@@ -1,9 +1,9 @@
 {
-    "id": "roo-file-364",
+    "id": "roo-file-48",
     "name": "Pman.Tab.XtupleCreditMemos",
     "parent": "Pman.Tab.XtupleSales",
     "title": "Pman.Tab.XtupleCreditMemos",
-    "path": "/home/alan/gitlive/web.xtuple/Pman/Xtuple/Pman.Tab.XtupleCreditMemos.bjs",
+    "path": "/home/edward/gitlive/web.xtuple/Pman/Xtuple/Pman.Tab.XtupleCreditMemos.bjs",
     "items": [
         {
             "listeners": {
                                         {
                                             "*prop": "store",
                                             "xtype": "SimpleStore",
-                                            "|data": "[ \n    [ 'NOTCLOSED', \"Not Closed\"],\n    [ 'CLOSED' , \"Closed\"],\n    [ 'UNPOSTED', \"Unposted only\"] ,\n    [ 'UNUSED', \"Posted and not used\"] ,\n    [ 'VOIDED', \"Voided\"],\n    [ 'NOTVOIDED', \"Not Voided\"]\n]\n",
+                                            "|data": "[ \n    [ 'NOTCLOSED', \"Not Closed\"],\n    [ 'CLOSED' , \"Closed\"],\n    [ 'UNPOSTED', \"Unposted only\"] ,\n    [ 'UNUSED', \"Posted and not used\"] ,\n    [ 'VOIDED', \"Voided\"],\n    [ 'NOTVOIDED', \"Not Voided\"],\n    [ 'ALL', \"Show All\"],\n]\n",
                                             "|fields": "[  'ftype', 'fname']",
                                             "|xns": "Roo.data"
                                         }
                             "dataIndex": "cmhead_salesrep_id_salesrep_name",
                             "header": "Sales Rep",
                             "sortable": true,
-                            "width": 100,
+                            "width": 80,
+                            "xtype": "ColumnModel",
+                            "|renderer": "function(v) { return String.format('{0}', v  ); }",
+                            "|xns": "Roo.grid"
+                        },
+                        {
+                            "*prop": "colModel[]",
+                            "dataIndex": "cust_salesrep_salesrep_name",
+                            "header": "Cust. Sales Rep",
+                            "sortable": true,
+                            "width": 80,
                             "xtype": "ColumnModel",
                             "|renderer": "function(v) { return String.format('{0}', v  ); }",
                             "|xns": "Roo.grid"