Pman.Tab.XtupleArAging.bjs
authorEdward <edward@roojs.com>
Fri, 6 Dec 2013 06:27:19 +0000 (14:27 +0800)
committerEdward <edward@roojs.com>
Fri, 6 Dec 2013 06:27:19 +0000 (14:27 +0800)
Pman.Tab.XtupleArAging.js

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

index fa966de..0b4838b 100644 (file)
                                             "*prop": "colModel[]",
                                             "align": "right",
                                             "dataIndex": "araging_base_total",
-                                            "header": "Total",
+                                            "header": "Total (BASE)",
                                             "width": 150,
                                             "xtype": "ColumnModel",
                                             "|renderer": "function(v) { \n\n        return String.format(v*1 < 0 ? '<span style=\"color:red\">{0}</span>' : '{0}', \n            Roo.util.Format.usMoney(v)); \n    }",
index 44653f2..8d37adc 100644 (file)
@@ -488,7 +488,7 @@ Pman.Tab.XtupleArAging = new Roo.XComponent({
                                     xns: Roo.grid,
                                     align : 'right',
                                     dataIndex : 'araging_base_total',
-                                    header : 'Total',
+                                    header : 'Total (BASE)',
                                     width : 150,
                                     renderer : function(v) {