Pman.Dialog.XtupleTransfer.bjs
authorEdward <edward@roojs.com>
Mon, 20 Jan 2014 08:35:36 +0000 (16:35 +0800)
committerEdward <edward@roojs.com>
Mon, 20 Jan 2014 08:35:36 +0000 (16:35 +0800)
Pman.Dialog.XtupleTransfer.js

Pman.Dialog.XtupleTransfer.bjs
Pman.Dialog.XtupleTransfer.js

index 95ea612..12d9940 100644 (file)
                                     "|renderer": "function(v) { return String.format('{0}', v ? v.format('d/M/Y H:i:s') : ''); }",
                                     "|xns": "Roo.grid"
                                 },
-                                {
-                                    "*prop": "colModel[]",
-                                    "dataIndex": "invhist_transfer_item_qty",
-                                    "header": "Qty",
-                                    "width": 200,
-                                    "xtype": "ColumnModel",
-                                    "|renderer": "function(v,x,r) { return String.format('{0} - {1}', v, r.data.on_table); }",
-                                    "|xns": "Roo.grid"
-                                },
                                 {
                                     "*prop": "colModel[]",
                                     "dataIndex": "invhist_transfer_item_qty",
                                     "xtype": "ColumnModel",
                                     "|renderer": "function(v) { return String.format('{0}', v); }",
                                     "|xns": "Roo.grid"
-                                },
-                                {
-                                    "*prop": "colModel[]",
-                                    "dataIndex": "remarks",
-                                    "header": "Notes",
-                                    "width": 200,
-                                    "xtype": "ColumnModel",
-                                    "|renderer": "function(v) { return String.format('{0}', v); }",
-                                    "|xns": "Roo.grid"
                                 }
                             ]
                         }
index 12cdfd3..d5e48a7 100644 (file)
@@ -1643,14 +1643,6 @@ Pman.Dialog.XtupleTransfer = {
                                 width : 120,
                                 renderer : function(v) { return String.format('{0}', v ? v.format('d/M/Y H:i:s') : ''); }
                             },
-                            {
-                                xtype: 'ColumnModel',
-                                xns: Roo.grid,
-                                dataIndex : 'invhist_transfer_item_qty',
-                                header : 'Qty',
-                                width : 200,
-                                renderer : function(v,x,r) { return String.format('{0} - {1}', v, r.data.on_table); }
-                            },
                             {
                                 xtype: 'ColumnModel',
                                 xns: Roo.grid,
@@ -1658,14 +1650,6 @@ Pman.Dialog.XtupleTransfer = {
                                 header : 'Qty',
                                 width : 75,
                                 renderer : function(v) { return String.format('{0}', v); }
-                            },
-                            {
-                                xtype: 'ColumnModel',
-                                xns: Roo.grid,
-                                dataIndex : 'remarks',
-                                header : 'Notes',
-                                width : 200,
-                                renderer : function(v) { return String.format('{0}', v); }
                             }
                         ]
                     }