Pman.Tab.XtupleArAging.bjs
authorEdward <edward@roojs.com>
Wed, 4 Dec 2013 09:38:03 +0000 (17:38 +0800)
committerEdward <edward@roojs.com>
Wed, 4 Dec 2013 09:38:03 +0000 (17:38 +0800)
Pman.Tab.XtupleArAging.js

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

index f1ff6f7..6e054eb 100644 (file)
                                             "|renderer": "function(v) { return String.format('{0}', v); }",
                                             "|xns": "Roo.grid"
                                         },
+                                        {
+                                            "*prop": "colModel[]",
+                                            "dataIndex": "Date",
+                                            "header": "araging_docdate",
+                                            "width": 200,
+                                            "xtype": "ColumnModel",
+                                            "|renderer": "function(v) { return String.format('{0}', v); }",
+                                            "|xns": "Roo.grid"
+                                        },
                                         {
                                             "*prop": "colModel[]",
                                             "dataIndex": "Type",
index cbcf65c..e84c2fe 100644 (file)
@@ -269,6 +269,14 @@ Pman.Tab.XtupleArAging = new Roo.XComponent({
                                     width : 200,
                                     renderer : function(v) { return String.format('{0}', v); }
                                 },
+                                {
+                                    xtype: 'ColumnModel',
+                                    xns: Roo.grid,
+                                    dataIndex : 'Date',
+                                    header : 'araging_docdate',
+                                    width : 200,
+                                    renderer : function(v) { return String.format('{0}', v); }
+                                },
                                 {
                                     xtype: 'ColumnModel',
                                     xns: Roo.grid,