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

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

index 8be3f62..26b6bb4 100644 (file)
                                             "|renderer": "function(v) { return String.format('{0}', v); }",
                                             "|xns": "Roo.grid"
                                         },
+                                        {
+                                            "*prop": "colModel[]",
+                                            "align": "right",
+                                            "dataIndex": "araging_sixty_val",
+                                            "header": "60 Days",
+                                            "width": 150,
+                                            "xtype": "ColumnModel",
+                                            "|renderer": "function(v) { return String.format('{0}', v); }",
+                                            "|xns": "Roo.grid"
+                                        },
                                         {
                                             "*prop": "colModel[]",
                                             "align": "right",
index 107ed6c..9c18531 100644 (file)
@@ -405,6 +405,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_sixty_val',
+                                    header : '60 Days',
+                                    width : 150,
+                                    renderer : function(v) { return String.format('{0}', v); }
+                                },
                                 {
                                     xtype: 'ColumnModel',
                                     xns: Roo.grid,