Pman.Tab.XtupleReports.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 18 Dec 2013 12:05:18 +0000 (20:05 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 18 Dec 2013 12:05:18 +0000 (20:05 +0800)
Pman.Tab.XtupleReports.js

Pman.Tab.XtupleReports.bjs
Pman.Tab.XtupleReports.js

index e18c3fa..390ccc0 100644 (file)
                                             "|renderer": "function(v) { return String.format('{0}', v); }",
                                             "|xns": "Roo.grid",
                                             "*prop": "colModel[]"
-                                        },
-                                        {
-                                            "xtype": "ColumnModel",
-                                            "header": "Report grade",
-                                            "width": 75,
-                                            "dataIndex": "report_grade",
-                                            "|renderer": "function(v) { return String.format('{0}', v); }",
-                                            "|xns": "Roo.grid",
-                                            "*prop": "colModel[]"
-                                        },
-                                        {
-                                            "xtype": "ColumnModel",
-                                            "header": "Report loaddate",
-                                            "width": 75,
-                                            "dataIndex": "report_loaddate",
-                                            "|renderer": "function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }",
-                                            "|xns": "Roo.grid",
-                                            "*prop": "colModel[]"
                                         }
                                     ]
                                 }
index e00bc00..28460d8 100644 (file)
@@ -217,14 +217,6 @@ Pman.Tab.XtupleReports = new Roo.XComponent({
                                     dataIndex : 'report_descrip',
                                     renderer : function(v) { return String.format('{0}', v); }
                                 },
-                                {
-                                    xtype: 'ColumnModel',
-                                    xns: Roo.grid,
-                                    header : 'Report grade',
-                                    width : 75,
-                                    dataIndex : 'report_grade',
-                                    renderer : function(v) { return String.format('{0}', v); }
-                                },
                                 {
                                     xtype: 'ColumnModel',
                                     xns: Roo.grid,