Pman.Tab.AdminLogEvents.bjs
[Pman.Admin] / Pman.Tab.AdminLogEvents.bjs
1 {
2  "name" : "Pman.Tab.AdminLogEvents",
3  "parent" : "Pman.Tab.AdminLogs",
4  "title" : "Admin - Logs - Events",
5  "path" : "/home/alan/gitlive/Pman.Admin/Pman.Tab.AdminLogEvents.bjs",
6  "permname" : "Admin.Logs",
7  "modOrder" : "001",
8  "strings" : {
9   "231bc72756b5e6de492aaaa1577f61b1" : "Remarks",
10   "2ea72778ebaacc973260c88837dd7a2f" : "Displaying Events  {0} - {1} of {2}",
11   "87f9f735a1d36793ceaecd4e47124b63" : "Events",
12   "1b7f7d24575cdbfadb83b9587fa1bf97" : "#id",
13   "a12a3079e14ced46e69ba52b8a90b21a" : "IP",
14   "1243daf593fa297e07ab03bf06d925af" : "Searching...",
15   "01bd6a16732dfa2b760dc8566c58afae" : "Download to Excel",
16   "498f79c4c5bbde77f1bceb6c86fd0f6d" : "Show",
17   "037fd50b0e85bb65995ca7125d06c7cd" : "Select Person Table",
18   "42cf593b947cd3d591fa132742486f89" : "Person ",
19   "fd7535ce3979bb8547e2c01689db0767" : "Select Person ",
20   "679308a758de538c5f39c4c6cdba6593" : "Select Affects",
21   "a8929eb5c1553d3f70497f862d25d0ce" : "Select Action",
22   "39b9e051f9fe75e65c7a330bb00499d4" : "Date Range",
23   "4e97aeeaa8b15ca1180fcd1f3ac478d1" : "When",
24   "40bed7cf9b3d4bb3a3d7a7e3eb18c5eb" : "Person",
25   "004bf6c9a40003140292e97330236c53" : "Action",
26   "90e4ac2e5a22e53df63b6b186d8727ba" : "No Events found",
27   "2c92a9a6a5dbf570825e62eabcdecd8d" : "Affected"
28  },
29  "items" : [
30   {
31    "region" : "center",
32    "xtype" : "NestedLayoutPanel",
33    "title" : "Events",
34    "$ xns" : "Roo",
35    "items" : [
36     {
37      "xtype" : "BorderLayout",
38      "$ xns" : "Roo",
39      "* prop" : "layout",
40      "items" : [
41       {
42        "xtype" : "LayoutRegion",
43        "$ xns" : "Roo",
44        "* prop" : "center"
45       },
46       {
47        "autoScroll" : true,
48        "xtype" : "LayoutRegion",
49        "$ xns" : "Roo",
50        "split" : true,
51        "height" : 150,
52        "* prop" : "south"
53       },
54       {
55        "listeners" : {
56         "render" : "function (_self)\n{\n  _this.viewPanel = _self;\n}"
57        },
58        "fitToFrame" : true,
59        "region" : "south",
60        "xtype" : "ContentPanel",
61        "$ xns" : "Roo"
62       },
63       {
64        "listeners" : {
65         "|activate" : "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
66        },
67        "fitToframe" : true,
68        "background" : false,
69        "region" : "center",
70        "title" : "Events",
71        "xtype" : "GridPanel",
72        "fitContainer" : true,
73        "$ xns" : "Roo",
74        "tableName" : "Events",
75        "items" : [
76         {
77          "listeners" : {
78           "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}"
79          },
80          "autoExpandColumn" : "remarks",
81          "xtype" : "Grid",
82          "loadMask" : true,
83          "$ xns" : "Roo.grid",
84          "* prop" : "grid",
85          "items" : [
86           {
87            "listeners" : {
88             "afterselectionchange" : "function (_self)\n{\n    // load detail log in _this.viewPanel;\n    if (!this.getSelected()) {\n        this.viewPanel.setContent(\"Nothing Selected\");\n        return;\n    }\n    var id = this.getSelected().data.id;\n    _this.viewPanel.load( { url : baseURL + \"/Admin/EventView/\" + id + \".html\" });\n    \n}"
89            },
90            "xtype" : "RowSelectionModel",
91            "singleSelect" : true,
92            "$ xns" : "Roo.grid",
93            "* prop" : "sm"
94           },
95           {
96            "listeners" : {
97             "|beforeload" : "function (_self, o)\n{\n    if (!Pman.buildCompleted) {\n        return false;\n    }\n   \n   \n   if (! _this.personSel) {\n    return false;\n    }\n    o.params = o.params || {};\n    o.params.person_id = _this.personSel.getValue();\n    o.params.person_table = _this.tableSel.getValue();\n    var act = _this.actionSel.getValue();\n    if (act.length) {\n        o.params.action = act;\n    }\n    var tbl = _this.affectSel.getValue();\n    if (tbl.length) {\n        o.params.on_table = tbl;\n    }\n    act = _this.dateFrom.getValue();\n    if (act.format) {\n        o.params['query[from]'] = act.format('Y-m-d');\n    }\n    act = _this.dateTo.getValue();\n    if (act.format) {\n        o.params['query[to]'] = act.format('Y-m-d');\n    }\n \n    \n    /*\n    act = _this.groupedCombo.getValue();\n    o.params['query[grouped]'] = act;\n    if (o.params['query[grouped]'] == 'gr') {\n    \n        if (!tbl.length) {\n            Roo.MessageBox.alert(\"Error\", \"Select a table to group results on\");\n            return false;\n        }\n//        o.params['_columns']  = \n        o.params['_distinct'] = 'on_id';\n        \n        \n    }\n    \n    */\n\n    \n}"
98            },
99            "xtype" : "Store",
100            "remoteSort" : true,
101            "$ sortInfo" : "{ field: 'event_when', direction: 'DESC'}",
102            "$ xns" : "Roo.data",
103            "* prop" : "dataSource",
104            "items" : [
105             {
106              "id" : "id",
107              "root" : "data",
108              "xtype" : "JsonReader",
109              "$ xns" : "Roo.data",
110              "$ 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]",
111              "* prop" : "reader",
112              "totalProperty" : "total"
113             },
114             {
115              "$ url" : "baseURL + '/Roo/Events.php'",
116              "method" : "GET",
117              "xtype" : "HttpProxy",
118              "$ xns" : "Roo.data",
119              "* prop" : "proxy"
120             }
121            ]
122           },
123           {
124            "pageSize" : 25,
125            "xtype" : "PagingToolbar",
126            "emptyMsg" : "No Events found",
127            "$ xns" : "Roo",
128            "displayInfo" : true,
129            "displayMsg" : "Displaying Events  {0} - {1} of {2}",
130            "* prop" : "footer",
131            "items" : [
132             {
133              "listeners" : {
134               "click" : "function (_self, e)\n{\n    \n    var params = {\n        'sort' : 'event_when',\n        'dir' : 'DESC',\n        'start' : 0,\n        'limit' : 900,\n        person_id : _this.personSel.getValue(), \n        'csvTitles[0]' : 'When',   'csvCols[0]' : 'event_when', \n        'csvTitles[1]' : 'Staff',   'csvCols[1]' : 'person_id_name', \n        'csvTitles[2]' : 'Action',   'csvCols[2]' : 'action', \n        'csvTitles[3]' : 'Record ID',   'csvCols[3]' : 'on_id'       ,\n        'csvTitles[4]' : 'Record Type',   'csvCols[4]' : 'on_table',\n        'csvTitles[5]' : 'Remarks',   'csvCols[5]' : 'remarks'        \n    }\n        \n    params.person_id = _this.personSel.getValue();\n    var act = _this.actionSel.getValue();\n    if (act.length) {\n        params.action = act;\n    }\n    var tbl = _this.affectSel.getValue();\n    if (tbl.length) {\n        params.on_table = tbl;\n    }\n    act = _this.dateFrom.getValue();\n    if (act.format) {\n        params['query[from]'] = act.format('Y-m-d');\n    }\n    act = _this.dateTo.getValue();\n    if (act.format) {\n        params['query[to]'] = act.format('Y-m-d');\n    }\n    params.limit = 9999;\n    \n\n    new Pman.download({\n        url : baseURL + '/Roo/Events.php',\n        params : params ,\n        newWindow: true\n        \n    });\n}"
135              },
136              "text" : "Download to Excel",
137              "xtype" : "Button",
138              "$ xns" : "Roo.Toolbar"
139             }
140            ]
141           },
142           {
143            "xtype" : "Toolbar",
144            "$ xns" : "Roo",
145            "* prop" : "toolbar",
146            "items" : [
147             {
148              "text" : "Show",
149              "xtype" : "TextItem",
150              "$ xns" : "Roo.Toolbar"
151             },
152             {
153              "listeners" : {
154               "|render" : "function (_self)\n{\n    _this.tableSel = _self;\n  \n    if(\n        typeof(uiConfig) == 'undefined' || \n        typeof(uiConfig.events_person_table) == 'undefined' || \n        !uiConfig.events_person_table.length\n    ){\n        this.hide();\n    }\n  \n}",
155               "|select" : "function (combo, record, index)\n{\n  _this.grid.footer.onClick('first');\n}"
156              },
157              "listWidth" : 300,
158              "triggerAction" : "all",
159              "forceSelection" : true,
160              "selectOnFocus" : true,
161              "pageSize" : 20,
162              "displayField" : "value",
163              "emptyText" : "Select Person Table",
164              "minChars" : 2,
165              "valueField" : "value",
166              "xtype" : "ComboBox",
167              "allowBlank" : true,
168              "typeAhead" : true,
169              "Boolean alwaysQuery" : true,
170              "editable" : false,
171              "width" : 150,
172              "$ xns" : "Roo.form",
173              "name" : "person_table",
174              "qtip" : "Select Person Table",
175              "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{value}</b> </div>",
176              "loadingText" : "Searching...",
177              "items" : [
178               {
179                "| data" : "(function() { \n\n    if(typeof(uiConfig) == 'undefined' || typeof(uiConfig.events_person_table) == 'undefined' || !uiConfig.events_person_table.length){\n\n        return [];        \n    }\n\n    return uiConfig.events_person_table;\n    \n})()",
180                "xtype" : "SimpleStore",
181                "$ fields" : "[ 'value' ]",
182                "$ xns" : "Roo.data",
183                "* prop" : "store",
184                "isLocal" : true
185               }
186              ]
187             },
188             {
189              "listeners" : {
190               "|render" : "function (_self)\n{\n  _this.personSel = _self;\n}",
191               "|select" : "function (combo, record, index)\n{\n  _this.grid.footer.onClick('first');\n  \n}"
192              },
193              "listWidth" : 600,
194              "triggerAction" : "all",
195              "fieldLabel" : "Person ",
196              "forceSelection" : true,
197              "selectOnFocus" : true,
198              "pageSize" : 20,
199              "displayField" : "name",
200              "emptyText" : "Select Person ",
201              "minChars" : 2,
202              "valueField" : "id",
203              "xtype" : "ComboBox",
204              "allowBlank" : true,
205              "typeAhead" : true,
206              "editable" : true,
207              "width" : 150,
208              "$ xns" : "Roo.form",
209              "name" : "person_id_name",
210              "qtip" : "Select Person ",
211              "queryParam" : "query[name]",
212              "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> ({company_id_name}) &lt;{email}&gt; </div>",
213              "loadingText" : "Searching...",
214              "items" : [
215               {
216                "listeners" : {
217                 "|beforeload" : "function (_self, o)\n{\n    o.params = o.params || {};\n    o.params.company_id = Pman.Login.authUser.company_id;\n}"
218                },
219                "xtype" : "Store",
220                "remoteSort" : true,
221                "$ sortInfo" : "{ field : 'name' , direction : 'ASC' }",
222                "$ xns" : "Roo.data",
223                "* prop" : "store",
224                "items" : [
225                 {
226                  "$ url" : "baseURL + '/Roo/Person.php'",
227                  "xtype" : "HttpProxy",
228                  "method" : "GET",
229                  "$ xns" : "Roo.data",
230                  "* prop" : "proxy"
231                 },
232                 {
233                  "id" : "id",
234                  "root" : "data",
235                  "xtype" : "JsonReader",
236                  "$ fields" : "[\n    {\n        'name': 'id',\n        'type': 'int'\n    },\n    {\n        'name': 'office_id',\n        'type': 'int'\n    },\n    {\n        'name': 'name',\n        'type': 'string'\n    },\n    {\n        'name': 'phone',\n        'type': 'string'\n    },\n    {\n        'name': 'fax',\n        'type': 'string'\n    },\n    {\n        'name': 'email',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id',\n        'type': 'int'\n    },\n    {\n        'name': 'role',\n        'type': 'string'\n    },\n    {\n        'name': 'active',\n        'type': 'int'\n    },\n    {\n        'name': 'remarks',\n        'type': 'string'\n    },\n    {\n        'name': 'passwd',\n        'type': 'string'\n    },\n    {\n        'name': 'owner_id',\n        'type': 'int'\n    },\n    {\n        'name': 'lang',\n        'type': 'string'\n    },\n    {\n        'name': 'no_reset_sent',\n        'type': 'int'\n    },\n    {\n        'name': 'action_type',\n        'type': 'string'\n    },\n    {\n        'name': 'project_id',\n        'type': 'int'\n    },\n    {\n        'name': 'deleted_by',\n        'type': 'int'\n    },\n    {\n        'name': 'deleted_dt',\n        'type': 'date',\n        'dateFormat': 'Y-m-d'\n    },\n    {\n        'name': 'office_id_id',\n        'type': 'int'\n    },\n    {\n        'name': 'office_id_company_id',\n        'type': 'int'\n    },\n    {\n        'name': 'office_id_name',\n        'type': 'string'\n    },\n    {\n        'name': 'office_id_address',\n        'type': 'string'\n    },\n    {\n        'name': 'office_id_phone',\n        'type': 'string'\n    },\n    {\n        'name': 'office_id_fax',\n        'type': 'string'\n    },\n    {\n        'name': 'office_id_email',\n        'type': 'string'\n    },\n    {\n        'name': 'office_id_role',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_code',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_name',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_remarks',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_owner_id',\n        'type': 'int'\n    },\n    {\n        'name': 'company_id_address',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_tel',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_fax',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_email',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_id',\n        'type': 'int'\n    },\n    {\n        'name': 'company_id_isOwner',\n        'type': 'int'\n    },\n    {\n        'name': 'company_id_logo_id',\n        'type': 'int'\n    },\n    {\n        'name': 'company_id_background_color',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_comptype',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_url',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_main_office_id',\n        'type': 'int'\n    },\n    {\n        'name': 'company_id_created_by',\n        'type': 'int'\n    },\n    {\n        'name': 'company_id_created_dt',\n        'type': 'date'\n    },\n    {\n        'name': 'company_id_updated_by',\n        'type': 'int'\n    },\n    {\n        'name': 'company_id_updated_dt',\n        'type': 'date'\n    },\n    {\n        'name': 'company_id_passwd',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_dispatch_port',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_province',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_country',\n        'type': 'string'\n    },\n    {\n        'name': 'project_id_id',\n        'type': 'int'\n    },\n    {\n        'name': 'project_id_name',\n        'type': 'string'\n    },\n    {\n        'name': 'project_id_remarks',\n        'type': 'string'\n    },\n    {\n        'name': 'project_id_owner_id',\n        'type': 'int'\n    },\n    {\n        'name': 'project_id_code',\n        'type': 'string'\n    },\n    {\n        'name': 'project_id_active',\n        'type': 'int'\n    },\n    {\n        'name': 'project_id_type',\n        'type': 'string'\n    },\n    {\n        'name': 'project_id_client_id',\n        'type': 'int'\n    },\n    {\n        'name': 'project_id_team_id',\n        'type': 'int'\n    },\n    {\n        'name': 'project_id_file_location',\n        'type': 'string'\n    },\n    {\n        'name': 'project_id_open_date',\n        'type': 'date'\n    },\n    {\n        'name': 'project_id_open_by',\n        'type': 'int'\n    },\n    {\n        'name': 'project_id_close_date',\n        'type': 'date'\n    },\n    {\n        'name': 'project_id_countries',\n        'type': 'string'\n    },\n    {\n        'name': 'project_id_languages',\n        'type': 'string'\n    },\n    {\n        'name': 'project_id_agency_id',\n        'type': 'int'\n    },\n    {\n        'name': 'owner_id_id',\n        'type': 'int'\n    },\n    {\n        'name': 'owner_id_office_id',\n        'type': 'int'\n    },\n    {\n        'name': 'owner_id_name',\n        'type': 'string'\n    },\n    {\n        'name': 'owner_id_phone',\n        'type': 'string'\n    },\n    {\n        'name': 'owner_id_fax',\n        'type': 'string'\n    },\n    {\n        'name': 'owner_id_email',\n        'type': 'string'\n    },\n    {\n        'name': 'owner_id_company_id',\n        'type': 'int'\n    },\n    {\n        'name': 'owner_id_role',\n        'type': 'string'\n    },\n    {\n        'name': 'owner_id_active',\n        'type': 'int'\n    },\n    {\n        'name': 'owner_id_remarks',\n        'type': 'string'\n    },\n    {\n        'name': 'owner_id_passwd',\n        'type': 'string'\n    },\n    {\n        'name': 'owner_id_owner_id',\n        'type': 'int'\n    },\n    {\n        'name': 'owner_id_lang',\n        'type': 'string'\n    },\n    {\n        'name': 'owner_id_no_reset_sent',\n        'type': 'int'\n    },\n    {\n        'name': 'owner_id_action_type',\n        'type': 'string'\n    },\n    {\n        'name': 'owner_id_project_id',\n        'type': 'int'\n    },\n    {\n        'name': 'owner_id_deleted_by',\n        'type': 'int'\n    },\n    {\n        'name': 'owner_id_deleted_dt',\n        'type': 'date'\n    }\n]",
237                  "$ xns" : "Roo.data",
238                  "* prop" : "reader",
239                  "totalProperty" : "total"
240                 }
241                ]
242               }
243              ]
244             },
245             {
246              "listeners" : {
247               "|render" : "function (_self)\n{\n  _this.actionSel = _self;\n}",
248               "|select" : "function (combo, record, index)\n{\n  _this.grid.footer.onClick('first');\n}"
249              },
250              "listWidth" : 300,
251              "triggerAction" : "all",
252              "forceSelection" : true,
253              "selectOnFocus" : true,
254              "pageSize" : 20,
255              "displayField" : "action",
256              "emptyText" : "Select Action",
257              "minChars" : 2,
258              "valueField" : "action",
259              "xtype" : "ComboBox",
260              "allowBlank" : true,
261              "typeAhead" : true,
262              "editable" : true,
263              "width" : 150,
264              "$ xns" : "Roo.form",
265              "name" : "action",
266              "qtip" : "Select Action",
267              "queryParam" : "query[action]",
268              "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{action}</b> </div>",
269              "loadingText" : "Searching...",
270              "items" : [
271               {
272                "listeners" : {
273                 "|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 = 'action';\n    o.params._columns ='action';\n}"
274                },
275                "xtype" : "Store",
276                "remoteSort" : true,
277                "$ sortInfo" : "{ field : 'action' , direction : 'ASC' }",
278                "$ xns" : "Roo.data",
279                "* prop" : "store",
280                "items" : [
281                 {
282                  "$ url" : "baseURL + '/Roo/Events.php'",
283                  "xtype" : "HttpProxy",
284                  "method" : "GET",
285                  "$ xns" : "Roo.data",
286                  "* prop" : "proxy"
287                 },
288                 {
289                  "id" : "id",
290                  "root" : "data",
291                  "xtype" : "JsonReader",
292                  "$ 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]",
293                  "$ xns" : "Roo.data",
294                  "* prop" : "reader",
295                  "totalProperty" : "total"
296                 }
297                ]
298               }
299              ]
300             },
301             {
302              "listeners" : {
303               "|render" : "function (_self)\n{\n    _this.affectSel = _self;\n  \n    if(!Pman.hasPerm('Admin.Logs_Affects', 'S')){\n        this.hide();\n    }\n}",
304               "|select" : "function (combo, record, index)\n{\n  _this.grid.footer.onClick('first');\n}"
305              },
306              "listWidth" : 300,
307              "triggerAction" : "all",
308              "forceSelection" : true,
309              "selectOnFocus" : true,
310              "pageSize" : 20,
311              "displayField" : "on_table",
312              "emptyText" : "Select Affects",
313              "minChars" : 2,
314              "valueField" : "action",
315              "xtype" : "ComboBox",
316              "allowBlank" : true,
317              "typeAhead" : true,
318              "editable" : true,
319              "width" : 150,
320              "$ xns" : "Roo.form",
321              "name" : "on_table",
322              "qtip" : "Select Action",
323              "queryParam" : "query[on_table]",
324              "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{on_table}</b> </div>",
325              "loadingText" : "Searching...",
326              "items" : [
327               {
328                "listeners" : {
329                 "|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}"
330                },
331                "xtype" : "Store",
332                "remoteSort" : true,
333                "$ sortInfo" : "{ field : 'on_table' , direction : 'ASC' }",
334                "$ xns" : "Roo.data",
335                "* prop" : "store",
336                "items" : [
337                 {
338                  "$ url" : "baseURL + '/Roo/Events.php'",
339                  "xtype" : "HttpProxy",
340                  "method" : "GET",
341                  "$ xns" : "Roo.data",
342                  "* prop" : "proxy"
343                 },
344                 {
345                  "id" : "id",
346                  "root" : "data",
347                  "xtype" : "JsonReader",
348                  "$ xns" : "Roo.data",
349                  "$ 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]",
350                  "* prop" : "reader",
351                  "totalProperty" : "total"
352                 }
353                ]
354               }
355              ]
356             },
357             {
358              "text" : "Date Range",
359              "xtype" : "TextItem",
360              "$ xns" : "Roo.Toolbar"
361             },
362             {
363              "listeners" : {
364               "render" : "function (_self)\n{\n  _this.dateFrom = _self;\n}",
365               "change" : "function (_self, newValue, oldValue)\n{\n  _this.grid.footer.onClick('first');\n}"
366              },
367              "format" : "Y-m-d",
368              "xtype" : "DateField",
369              "$ xns" : "Roo.form"
370             },
371             {
372              "listeners" : {
373               "render" : "function (_self)\n{\n  _this.dateTo = _self;\n}",
374               "change" : "function (_self, newValue, oldValue)\n{\n  _this.grid.footer.onClick('first');\n}"
375              },
376              "format" : "Y-m-d",
377              "xtype" : "DateField",
378              "$ xns" : "Roo.form"
379             }
380            ]
381           },
382           {
383            "xtype" : "ColumnModel",
384            "header" : "When",
385            "width" : 100,
386            "$ renderer" : "function(v) { return v ? v.dateFormat('d/m/Y H:i') : ''; }",
387            "$ xns" : "Roo.grid",
388            "* prop" : "colModel[]",
389            "dataIndex" : "event_when"
390           },
391           {
392            "xtype" : "ColumnModel",
393            "header" : "#id",
394            "width" : 100,
395            "$ xns" : "Roo.grid",
396            "* prop" : "colModel[]",
397            "dataIndex" : "id"
398           },
399           {
400            "xtype" : "ColumnModel",
401            "header" : "Person",
402            "width" : 150,
403            "$ renderer" : "function(v,x,r) { \n    \n    var ptable = _this.tableSel.getValue();\n    \n    var efield = 'person_id_email';\n    var nfield = 'person_id_name';    \n    \n    if(\n        ptable.length &&\n        ptable != 'Person' &&\n        typeof(r.data[ptable + '_id_email']) != 'undefined' &&\n        typeof(r.data[ptable + '_id_name']) != 'undefined'\n    ){\n        efield = ptable + '_id_email';\n        nfield = ptable + '_id_name';    \n    }\n    \n    var email = r.data[efield]; // ? r.data.person_id_email : r.data.person_id_email;\n    var name  = r.data[nfield]; // ? r.data.person_id_name : r.data.person_id_name;    \n    return String.format('{0} &lt;<a href=\"mailto:{1}\">{1}</a>&gt;', \n        name, email); \n\n\n}",
404            "$ xns" : "Roo.grid",
405            "* prop" : "colModel[]",
406            "dataIndex" : "person_id_name"
407           },
408           {
409            "xtype" : "ColumnModel",
410            "width" : 100,
411            "header" : "Action",
412            "$ renderer" : "function(v) { return String.format('{0}', v); }",
413            "$ xns" : "Roo.grid",
414            "* prop" : "colModel[]",
415            "dataIndex" : "action"
416           },
417           {
418            "xtype" : "ColumnModel",
419            "width" : 100,
420            "header" : "IP",
421            "$ renderer" : "function(v) { return String.format('{0}', v); }",
422            "$ xns" : "Roo.grid",
423            "* prop" : "colModel[]",
424            "dataIndex" : "ipaddr"
425           },
426           {
427            "xtype" : "ColumnModel",
428            "header" : "Affected",
429            "width" : 100,
430            "$ renderer" : "function(v, x, r) {                     \n            return v ? String.format('{0}({1})', v,  r.data.on_id)  : '';  \n   }",
431            "$ xns" : "Roo.grid",
432            "* prop" : "colModel[]",
433            "dataIndex" : "on_table"
434           },
435           {
436            "xtype" : "ColumnModel",
437            "header" : "Remarks",
438            "width" : 300,
439            "$ renderer" : "function(v) { return String.format('<span qtip=\"{1}\">{0}</span>', v, Roo.util.Format.htmlEncode(v)); }",
440            "$ xns" : "Roo.grid",
441            "* prop" : "colModel[]",
442            "dataIndex" : "remarks"
443           }
444          ]
445         }
446        ]
447       }
448      ]
449     }
450    ]
451   }
452  ]
453 }