Pman.Tab.XtupleMetric.bjs
[Pman.Xtuple] / Pman.Tab.XtupleMetric.bjs
1 {
2     "id": "roo-file-374",
3     "name": "Pman.Tab.XtupleMetric",
4     "parent": "Pman.Admin",
5     "title": "",
6     "path": "/home/edward/gitlive/web.xtuple/Pman/Xtuple/Pman.Tab.XtupleMetric.bjs",
7     "items": [
8         {
9             "listeners": {
10                 "|activate": "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
11             },
12             "background": true,
13             "fitContainer": true,
14             "fitToframe": true,
15             "region": "center",
16             "tableName": "metric",
17             "title": "Metric",
18             "xtype": "GridPanel",
19             "|xns": "Roo",
20             "items": [
21                 {
22                     "listeners": {
23                         "|render": "function() \n{\n    _this.grid = this; \n    if (_this.panel.active) {\n       this.footer.onClick('first');\n    }\n}",
24                         "beforeedit": "function (e)\n{\n    var r = e.record.data.poitem_qty_received * 1;\n    \n    if(r > 0){\n        Roo.MessageBox.alert(\"Error\", \"This item has been receipted\");\n        return false;\n    }\n    \n    var status = _this.form.findField('pohead_status').getValue();\n    \n    if(status == 'C'){\n        Roo.MessageBox.alert(\"Error\", \"This PO has been closed\");\n        return false;\n    }\n    \n    \n}"
25                     },
26                     "*prop": "grid",
27                     "autoExpandColumn": "metric_value",
28                     "clicksToEdit": 1,
29                     "loadMask": true,
30                     "xtype": "EditorGrid",
31                     "|xns": "Roo.grid",
32                     "items": [
33                         {
34                             "listeners": {
35                                 "beforeload": "function (_self, o){\n    o.params = o.params || {};\n    \n}\n"
36                             },
37                             "*prop": "dataSource",
38                             "remoteSort": true,
39                             "xtype": "Store",
40                             "|sortInfo": "{ field : 'metric_name', direction: 'ASC' }",
41                             "|xns": "Roo.data",
42                             "items": [
43                                 {
44                                     "*prop": "proxy",
45                                     "method": "GET",
46                                     "timeout": 90000,
47                                     "xtype": "HttpProxy",
48                                     "|url": "baseURL + '/Xtuple/Roo/Metric.php'",
49                                     "|xns": "Roo.data"
50                                 },
51                                 {
52                                     "*prop": "reader",
53                                     "id": "metric_id",
54                                     "root": "data",
55                                     "totalProperty": "total",
56                                     "xtype": "JsonReader",
57                                     "|fields": "[\n    {\n        'name': 'metric_id',\n        'type': 'int'\n    },\n    {\n        'name': 'metric_name',\n        'type': 'string'\n    },\n    {\n        'name': 'metric_value',\n        'type': 'string'\n    },\n    {\n        'name': 'metric_module',\n        'type': 'string'\n    }\n]",
58                                     "|xns": "Roo.data"
59                                 }
60                             ]
61                         },
62                         {
63                             "|xns": "Roo",
64                             "xtype": "Toolbar",
65                             "*prop": "toolbar"
66                         },
67                         {
68                             "*prop": "footer",
69                             "displayInfo": true,
70                             "emptyMsg": "No Metric found",
71                             "pageSize": 50,
72                             "xtype": "PagingToolbar",
73                             "|xns": "Roo"
74                         },
75                         {
76                             "*prop": "colModel[]",
77                             "dataIndex": "metric_id",
78                             "header": "ID",
79                             "width": 75,
80                             "xtype": "ColumnModel",
81                             "|renderer": "function(v) { return String.format('{0}', v); }",
82                             "|xns": "Roo.grid"
83                         },
84                         {
85                             "*prop": "colModel[]",
86                             "dataIndex": "metric_name",
87                             "header": "Name",
88                             "width": 150,
89                             "xtype": "ColumnModel",
90                             "|renderer": "function(v) { return String.format('{0}', v); }",
91                             "|xns": "Roo.grid"
92                         },
93                         {
94                             "*prop": "colModel[]",
95                             "dataIndex": "metric_value",
96                             "header": "Value",
97                             "width": 150,
98                             "xtype": "ColumnModel",
99                             "|renderer": "function(v) { return String.format('{0}', v); }",
100                             "|xns": "Roo.grid"
101                         },
102                         {
103                             "*prop": "colModel[]",
104                             "dataIndex": "metric_module",
105                             "header": "Module",
106                             "width": 100,
107                             "xtype": "ColumnModel",
108                             "|renderer": "function(v) { return String.format('{0}', v); }",
109                             "|xns": "Roo.grid"
110                         }
111                     ]
112                 }
113             ]
114         }
115     ],
116     "permname": "",
117     "modOrder": "900"
118 }