Pman.Tab.XtupleArAging.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 5 Dec 2013 03:30:21 +0000 (11:30 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 5 Dec 2013 03:30:21 +0000 (11:30 +0800)
Pman.Tab.XtupleArAging.js

Pman.Tab.XtupleArAging.bjs
Pman.Tab.XtupleArAging.js

index 230a292..4a38240 100644 (file)
                                             "|renderer": "function(v) { return String.format('{0}', v); }",
                                             "|xns": "Roo.grid"
                                         },
+                                        {
+                                            "*prop": "colModel[]",
+                                            "align": "right",
+                                            "dataIndex": "araging_cur_val",
+                                            "header": "30 Days",
+                                            "width": 150,
+                                            "xtype": "ColumnModel",
+                                            "|renderer": "function(v) { return String.format('{0}', v); }",
+                                            "|xns": "Roo.grid"
+                                        },
                                         {
                                             "*prop": "colModel[]",
                                             "align": "right",
index e07b90a..0a3401a 100644 (file)
@@ -396,6 +396,15 @@ Pman.Tab.XtupleArAging = new Roo.XComponent({
                                     width : 150,
                                     renderer : function(v) { return String.format('{0}', v); }
                                 },
+                                {
+                                    xtype: 'ColumnModel',
+                                    xns: Roo.grid,
+                                    align : 'right',
+                                    dataIndex : 'araging_cur_val',
+                                    header : '30 Days',
+                                    width : 150,
+                                    renderer : function(v) { return String.format('{0}', v); }
+                                },
                                 {
                                     xtype: 'ColumnModel',
                                     xns: Roo.grid,