Pman.Tab.AdminWatches.bjs
[Pman.Admin] / Pman.Tab.AdminWatches.bjs
1 {
2     "id": "roo-file-169",
3     "name": "Pman.Tab.AdminWatches",
4     "parent": "Pman.Tab.Admin",
5     "title": "Pman.Tab.AdminWatches",
6     "path": "/home/alan/gitlive/Pman.Admin/Pman.Tab.AdminWatches.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": "core_watch",
17             "title": "Watches",
18             "xtype": "GridPanel",
19             "|xns": "Roo",
20             "items": [
21                 {
22                     "listeners": {
23                         "|render": "function() \n{\n    _this.grid = this; \n    //_this.dialog = Pman.Dialog.FILL_IN\n    if (_this.panel.active) {\n       this.footer.onClick('first');\n    }\n}",
24                         "|rowdblclick": "function (_self, rowIndex, e)\n{\n    if (!_this.dialog) return;\n    _this.dialog.show( this.getDataSource().getAt(rowIndex), function() {\n        _this.grid.footer.onClick('first');\n    }); \n}\n"
25                     },
26                     "*prop": "grid",
27                     "autoExpandColumn": "person_id_name",
28                     "loadMask": true,
29                     "xtype": "Grid",
30                     "|xns": "Roo.grid",
31                     "items": [
32                         {
33                             "*prop": "dataSource",
34                             "xtype": "Store",
35                             "remoteSort": true,
36                             "|sortInfo": "{ field : 'ontable', direction: 'ASC' }",
37                             "|xns": "Roo.data",
38                             "items": [
39                                 {
40                                     "*prop": "proxy",
41                                     "xtype": "HttpProxy",
42                                     "method": "GET",
43                                     "|url": "baseURL + '/Roo/core_watch.php'",
44                                     "|xns": "Roo.data"
45                                 },
46                                 {
47                                     "|xns": "Roo.data",
48                                     "xtype": "JsonReader",
49                                     "totalProperty": "total",
50                                     "root": "data",
51                                     "*prop": "reader",
52                                     "id": "id",
53                                     "|fields": "[\n    {\n        'name': 'id',\n        'type': 'int'\n    },\n    {\n        'name': 'ontable',\n        'type': 'string'\n    },\n    {\n        'name': 'onid',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id',\n        'type': 'int'\n    },\n    {\n        'name': 'event',\n        'type': 'string'\n    },\n    {\n        'name': 'medium',\n        'type': 'string'\n    },\n    {\n        'name': 'active',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_office_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_name',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_phone',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_fax',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_email',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_company_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_role',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_active',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_remarks',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_passwd',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_owner_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_lang',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_no_reset_sent',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_action_type',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_project_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_deleted_by',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_deleted_dt',\n        'type': 'date'\n    }\n]"
54                                 }
55                             ]
56                         },
57                         {
58                             "*prop": "footer",
59                             "xtype": "PagingToolbar",
60                             "pageSize": 25,
61                             "displayInfo": true,
62                             "displayMsg": "Displaying core_watch{0} - {1} of {2}",
63                             "emptyMsg": "No core_watch found",
64                             "|xns": "Roo"
65                         },
66                         {
67                             "*prop": "toolbar",
68                             "xtype": "Toolbar",
69                             "|xns": "Roo",
70                             "items": [
71                                 {
72                                     "text": "Delete",
73                                     "cls": "x-btn-text-icon",
74                                     "|icon": "rootURL + '/Pman/templates/images/trash.gif'",
75                                     "xtype": "Button",
76                                     "listeners": {
77                                         "|click": "function()\n{\n     Pman.genericDelete(_this, 'core_watch'); \n}\n        "
78                                     },
79                                     "|xns": "Roo.Toolbar"
80                                 },
81                                 {
82                                     "text": "Show",
83                                     "xtype": "TextItem",
84                                     "|xns": "Roo.Toolbar"
85                                 },
86                                 {
87                                     "listeners": {
88                                         "|select": "function (combo, record, index)\n{\n  _this.grid.footer.onClick('first');\n}",
89                                         "|render": "function (_self)\n{\n  _this.affectSel = _self;\n}"
90                                     },
91                                     "allowBlank": true,
92                                     "displayField": "on_table",
93                                     "editable": false,
94                                     "emptyText": "Select Affects",
95                                     "forceSelection": true,
96                                     "listWidth": 300,
97                                     "loadingText": "Searching...",
98                                     "minChars": 2,
99                                     "name": "on_table",
100                                     "pageSize": 20,
101                                     "qtip": "Select Action",
102                                     "queryParam": "query[on_table]",
103                                     "selectOnFocus": true,
104                                     "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{on_table}</b> </div>",
105                                     "triggerAction": "all",
106                                     "typeAhead": true,
107                                     "valueField": "action",
108                                     "width": 150,
109                                     "xtype": "ComboBox",
110                                     "|xns": "Roo.form",
111                                     "items": [
112                                         {
113                                             "listeners": {
114                                                 "|beforeload": "function (_self, o)\n{\n    o.params = o.params || {};\n    // staff can see all logs, other companies can only see their own.\n    if (Pman.Login.authUser.company_id_comptype != 'OWNER') {\n        o.params.company_id = Pman.Login.authUser.company_id;\n    }\n    o.params._distinct = 'on_table';\n    o.params._columns ='on_table';\n}"
115                                             },
116                                             "*prop": "store",
117                                             "remoteSort": true,
118                                             "xtype": "Store",
119                                             "|sortInfo": "{ field : 'on_table' , direction : 'ASC' }",
120                                             "|xns": "Roo.data",
121                                             "items": [
122                                                 {
123                                                     "*prop": "proxy",
124                                                     "method": "GET",
125                                                     "xtype": "HttpProxy",
126                                                     "|url": "baseURL + '/Roo/Core_watch.php'",
127                                                     "|xns": "Roo.data"
128                                                 },
129                                                 {
130                                                     "|xns": "Roo.data",
131                                                     "xtype": "JsonReader",
132                                                     "totalProperty": "total",
133                                                     "root": "data",
134                                                     "*prop": "reader",
135                                                     "id": "id",
136                                                     "|fields": "[\n    {\n        'name': 'id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_name',\n        'type': 'string'\n    },\n    {\n        'name': 'event_when',\n        'type': 'date',\n        'dateFormat': 'Y-m-d'\n    },\n    {\n        'name': 'action',\n        'type': 'string'\n    },\n    {\n        'name': 'ipaddr',\n        'type': 'string'\n    },\n    {\n        'name': 'on_id',\n        'type': 'int'\n    },\n    {\n        'name': 'on_table',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id',\n        'type': 'int'\n    },\n    {\n        'name': 'remarks',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_office_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_name',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_phone',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_fax',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_email',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_company_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_role',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_active',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_remarks',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_passwd',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_owner_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_lang',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_no_reset_sent',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_action_type',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_project_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_deleted_by',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_deleted_dt',\n        'type': 'date'\n    }\n]"
137                                                 }
138                                             ]
139                                         }
140                                     ]
141                                 },
142                                 {
143                                     "|xns": "Roo.Toolbar",
144                                     "xtype": "Fill"
145                                 },
146                                 {
147                                     "text": "Add",
148                                     "xtype": "Button",
149                                     "cls": "x-btn-text-icon",
150                                     "|icon": "Roo.rootURL + 'images/default/dd/drop-add.gif'",
151                                     "listeners": {
152                                         "|click": "function()\n{\n    if (!_this.dialog) return;\n    _this.dialog.show( { id : 0 } , function() {\n        _this.grid.footer.onClick('first');\n   }); \n}\n"
153                                     },
154                                     "|xns": "Roo.Toolbar"
155                                 },
156                                 {
157                                     "text": "Edit",
158                                     "xtype": "Button",
159                                     "cls": "x-btn-text-icon",
160                                     "|icon": "Roo.rootURL + 'images/default/tree/leaf.gif'",
161                                     "listeners": {
162                                         "|click": "function()\n{\n    var s = _this.grid.getSelectionModel().getSelections();\n    if (!s.length || (s.length > 1))  {\n        Roo.MessageBox.alert(\"Error\", s.length ? \"Select only one Row\" : \"Select a Row\");\n        return;\n    }\n    if (!_this.dialog) return;\n    _this.dialog.show(s[0].data, function() {\n        _this.grid.footer.onClick('first');\n    }); \n    \n}\n"
163                                     },
164                                     "|xns": "Roo.Toolbar"
165                                 },
166                                 {
167                                     "text": "Delete",
168                                     "cls": "x-btn-text-icon",
169                                     "|icon": "rootURL + '/Pman/templates/images/trash.gif'",
170                                     "xtype": "Button",
171                                     "listeners": {
172                                         "|click": "function()\n{\n     Pman.genericDelete(_this, 'core_watch'); \n}\n        "
173                                     },
174                                     "|xns": "Roo.Toolbar"
175                                 }
176                             ]
177                         },
178                         {
179                             "*prop": "colModel[]",
180                             "dataIndex": "event",
181                             "header": "Watch Event",
182                             "width": 100,
183                             "xtype": "ColumnModel",
184                             "|renderer": "function(v) { return String.format('{0}', v); }",
185                             "|xns": "Roo.grid"
186                         },
187                         {
188                             "*prop": "colModel[]",
189                             "dataIndex": "ontable",
190                             "header": "Watch Table",
191                             "width": 150,
192                             "xtype": "ColumnModel",
193                             "|renderer": "function(v) { return String.format('{0}', v); }",
194                             "|xns": "Roo.grid"
195                         },
196                         {
197                             "*prop": "colModel[]",
198                             "dataIndex": "onid",
199                             "header": "Watch ID",
200                             "width": 75,
201                             "xtype": "ColumnModel",
202                             "|renderer": "function(v) { return String.format('{0}', v); }",
203                             "|xns": "Roo.grid"
204                         },
205                         {
206                             "*prop": "colModel[]",
207                             "dataIndex": "person_id_name",
208                             "header": "Who get's notified",
209                             "width": 150,
210                             "xtype": "ColumnModel",
211                             "|renderer": "function(v) { return String.format('{0}', v); }",
212                             "|xns": "Roo.grid"
213                         },
214                         {
215                             "*prop": "colModel[]",
216                             "dataIndex": "medium",
217                             "header": "What happens",
218                             "width": 200,
219                             "xtype": "ColumnModel",
220                             "|renderer": "function(v) { return String.format('{0}', v); }",
221                             "|xns": "Roo.grid"
222                         },
223                         {
224                             "xtype": "ColumnModel",
225                             "header": "Active",
226                             "width": 75,
227                             "dataIndex": "active",
228                             "|renderer": "function(v) { return String.format('{0}', v); }",
229                             "|xns": "Roo.grid",
230                             "*prop": "colModel[]"
231                         }
232                     ]
233                 }
234             ]
235         }
236     ],
237     "permname": "",
238     "modOrder": "860"
239 }