Pman.Dialog.XtupleJournalEntry.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 23 Dec 2013 09:29:36 +0000 (17:29 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 23 Dec 2013 09:29:36 +0000 (17:29 +0800)
Pman.Dialog.XtupleJournalEntry.js

Pman.Dialog.XtupleJournalEntry.bjs
Pman.Dialog.XtupleJournalEntry.js

index 197621b..c2d4373 100644 (file)
                                     "|renderer": "function(v) { return String.format('{0}', v); }",
                                     "|xns": "Roo.grid"
                                 },
-                                {
-                                    "xtype": "ColumnModel",
-                                    "header": "Gltrans created",
-                                    "width": 75,
-                                    "dataIndex": "gltrans_created",
-                                    "|renderer": "function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }",
-                                    "|xns": "Roo.grid",
-                                    "*prop": "colModel[]"
-                                },
-                                {
-                                    "xtype": "ColumnModel",
-                                    "header": "Gltrans date",
-                                    "width": 75,
-                                    "dataIndex": "gltrans_date",
-                                    "|renderer": "function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }",
-                                    "|xns": "Roo.grid",
-                                    "*prop": "colModel[]"
-                                },
                                 {
                                     "xtype": "ColumnModel",
                                     "header": "Gltrans sequence",
index 793fe6d..4745722 100644 (file)
@@ -402,22 +402,6 @@ Pman.Dialog.XtupleJournalEntry = {
                                 width : 50,
                                 renderer : function(v) { return String.format('{0}', v); }
                             },
-                            {
-                                xtype: 'ColumnModel',
-                                xns: Roo.grid,
-                                header : 'Gltrans created',
-                                width : 75,
-                                dataIndex : 'gltrans_created',
-                                renderer : function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }
-                            },
-                            {
-                                xtype: 'ColumnModel',
-                                xns: Roo.grid,
-                                header : 'Gltrans date',
-                                width : 75,
-                                dataIndex : 'gltrans_date',
-                                renderer : function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }
-                            },
                             {
                                 xtype: 'ColumnModel',
                                 xns: Roo.grid,