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/edward/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   "fd7535ce3979bb8547e2c01689db0767" : "Select Person ",
19   "679308a758de538c5f39c4c6cdba6593" : "Select Affects",
20   "8f7f93630c366dc55aec88eb8e9640d0" : "Staff",
21   "a8929eb5c1553d3f70497f862d25d0ce" : "Select Action",
22   "39b9e051f9fe75e65c7a330bb00499d4" : "Date Range",
23   "4e97aeeaa8b15ca1180fcd1f3ac478d1" : "When",
24   "004bf6c9a40003140292e97330236c53" : "Action",
25   "90e4ac2e5a22e53df63b6b186d8727ba" : "No Events found",
26   "2c92a9a6a5dbf570825e62eabcdecd8d" : "Affected"
27  },
28  "items" : [
29   {
30    "region" : "center",
31    "xtype" : "NestedLayoutPanel",
32    "title" : "Events",
33    "$ xns" : "Roo",
34    "items" : [
35     {
36      "xtype" : "BorderLayout",
37      "$ xns" : "Roo",
38      "* prop" : "layout",
39      "items" : [
40       {
41        "xtype" : "LayoutRegion",
42        "$ xns" : "Roo",
43        "* prop" : "center"
44       },
45       {
46        "autoScroll" : true,
47        "xtype" : "LayoutRegion",
48        "$ xns" : "Roo",
49        "split" : true,
50        "height" : 150,
51        "* prop" : "south"
52       },
53       {
54        "listeners" : {
55         "render" : "function (_self)\n{\n  _this.viewPanel = _self;\n}"
56        },
57        "fitToFrame" : true,
58        "region" : "south",
59        "xtype" : "ContentPanel",
60        "$ xns" : "Roo"
61       },
62       {
63        "listeners" : {
64         "|activate" : "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
65        },
66        "background" : false,
67        "region" : "center",
68        "fitToframe" : true,
69        "title" : "Events",
70        "xtype" : "GridPanel",
71        "fitContainer" : true,
72        "$ xns" : "Roo",
73        "tableName" : "Events",
74        "items" : [
75         {
76          "listeners" : {
77           "|render" : "function() { \n    _this.grid = this; \n    //_this.dialog = Pman.Dialog.FILL_IN\n    if (_this.panel.active) {\n       this.footer.onClick('first');\n    }\n}"
78          },
79          "autoExpandColumn" : "remarks",
80          "xtype" : "Grid",
81          "loadMask" : true,
82          "$ xns" : "Roo.grid",
83          "* prop" : "grid",
84          "items" : [
85           {
86            "listeners" : {
87             "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}"
88            },
89            "xtype" : "RowSelectionModel",
90            "singleSelect" : true,
91            "$ xns" : "Roo.grid",
92            "* prop" : "sm"
93           },
94           {
95            "listeners" : {
96             "|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}"
97            },
98            "xtype" : "Store",
99            "remoteSort" : true,
100            "$ sortInfo" : "{ field: 'event_when', direction: 'DESC'}",
101            "$ xns" : "Roo.data",
102            "* prop" : "dataSource",
103            "items" : [
104             {
105              "id" : "id",
106              "root" : "data",
107              "xtype" : "JsonReader",
108              "$ xns" : "Roo.data",
109              "$ 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]",
110              "* prop" : "reader",
111              "totalProperty" : "total"
112             },
113             {
114              "$ url" : "baseURL + '/Roo/Events.php'",
115              "method" : "GET",
116              "xtype" : "HttpProxy",
117              "$ xns" : "Roo.data",
118              "* prop" : "proxy"
119             }
120            ]
121           },
122           {
123            "pageSize" : 25,
124            "xtype" : "PagingToolbar",
125            "emptyMsg" : "No Events found",
126            "$ xns" : "Roo",
127            "displayInfo" : true,
128            "displayMsg" : "Displaying Events  {0} - {1} of {2}",
129            "* prop" : "footer",
130            "items" : [
131             {
132              "listeners" : {
133               "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}"
134              },
135              "text" : "Download to Excel",
136              "xtype" : "Button",
137              "$ xns" : "Roo.Toolbar"
138             }
139            ]
140           },
141           {
142            "xtype" : "Toolbar",
143            "$ xns" : "Roo",
144            "* prop" : "toolbar",
145            "items" : [
146             {
147              "text" : "Show",
148              "xtype" : "TextItem",
149              "$ xns" : "Roo.Toolbar"
150             },
151             {
152              "listeners" : {
153               "|render" : "function (_self)\n{\n    _this.tableSel = _self;\n  \n    //this.el.setVisibilityMode(Roo.Element.DISPLAY);\n    \n    if(\n        typeof(uiConfig) == 'undefined' || \n        typeof(uiConfig.events_person_table) == 'undefined' || \n        !uiConfig.events_person_table.length\n    ){\n        Roo.log(this.getActionEl);\n        this.actionMode = 'el';\n        this.hideMode = 'display';\n        this.hide();\n    }\n}",
154               "|select" : "function (combo, record, index)\n{\n  _this.grid.footer.onClick('first');\n}"
155              },
156              "listWidth" : 300,
157              "String actionMode" : "fieldEl",
158              "triggerAction" : "all",
159              "String hideMode" : "display",
160              "forceSelection" : true,
161              "selectOnFocus" : true,
162              "pageSize" : 20,
163              "displayField" : "value",
164              "emptyText" : "Select Person Table",
165              "minChars" : 2,
166              "valueField" : "value",
167              "xtype" : "ComboBox",
168              "allowBlank" : true,
169              "typeAhead" : true,
170              "Boolean alwaysQuery" : true,
171              "editable" : false,
172              "width" : 150,
173              "$ xns" : "Roo.form",
174              "name" : "person_table",
175              "qtip" : "Select Person Table",
176              "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{value}</b> </div>",
177              "loadingText" : "Searching...",
178              "items" : [
179               {
180                "| 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})()",
181                "xtype" : "SimpleStore",
182                "$ fields" : "[ 'value' ]",
183                "$ xns" : "Roo.data",
184                "* prop" : "store",
185                "isLocal" : true
186               }
187              ]
188             },
189             {
190              "listeners" : {
191               "|render" : "function (_self)\n{\n  _this.personSel = _self;\n}",
192               "|select" : "function (combo, record, index)\n{\n  _this.grid.footer.onClick('first');\n  \n}"
193              },
194              "listWidth" : 600,
195              "triggerAction" : "all",
196              "fieldLabel" : "Person ",
197              "forceSelection" : true,
198              "selectOnFocus" : true,
199              "pageSize" : 20,
200              "displayField" : "name",
201              "emptyText" : "Select Person ",
202              "minChars" : 2,
203              "valueField" : "id",
204              "xtype" : "ComboBox",
205              "allowBlank" : true,
206              "typeAhead" : true,
207              "editable" : true,
208              "width" : 150,
209              "$ xns" : "Roo.form",
210              "name" : "person_id_name",
211              "qtip" : "Select Person ",
212              "queryParam" : "query[name]",
213              "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> ({company_id_name}) &lt;{email}&gt; </div>",
214              "loadingText" : "Searching...",
215              "items" : [
216               {
217                "listeners" : {
218                 "|beforeload" : "function (_self, o)\n{\n    o.params = o.params || {};\n    o.params.company_id = Pman.Login.authUser.company_id;\n}"
219                },
220                "xtype" : "Store",
221                "remoteSort" : true,
222                "$ sortInfo" : "{ field : 'name' , direction : 'ASC' }",
223                "$ xns" : "Roo.data",
224                "* prop" : "store",
225                "items" : [
226                 {
227                  "$ url" : "baseURL + '/Roo/Person.php'",
228                  "xtype" : "HttpProxy",
229                  "method" : "GET",
230                  "$ xns" : "Roo.data",
231                  "* prop" : "proxy"
232                 },
233                 {
234                  "id" : "id",
235                  "root" : "data",
236                  "xtype" : "JsonReader",
237                  "$ 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]",
238                  "$ xns" : "Roo.data",
239                  "* prop" : "reader",
240                  "totalProperty" : "total"
241                 }
242                ]
243               }
244              ]
245             },
246             {
247              "listeners" : {
248               "|render" : "function (_self)\n{\n  _this.actionSel = _self;\n}",
249               "|select" : "function (combo, record, index)\n{\n  _this.grid.footer.onClick('first');\n}"
250              },
251              "listWidth" : 300,
252              "triggerAction" : "all",
253              "forceSelection" : true,
254              "selectOnFocus" : true,
255              "pageSize" : 20,
256              "displayField" : "action",
257              "emptyText" : "Select Action",
258              "minChars" : 2,
259              "valueField" : "action",
260              "xtype" : "ComboBox",
261              "allowBlank" : true,
262              "typeAhead" : true,
263              "editable" : true,
264              "width" : 150,
265              "$ xns" : "Roo.form",
266              "name" : "action",
267              "qtip" : "Select Action",
268              "queryParam" : "query[action]",
269              "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{action}</b> </div>",
270              "loadingText" : "Searching...",
271              "items" : [
272               {
273                "listeners" : {
274                 "|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}"
275                },
276                "xtype" : "Store",
277                "remoteSort" : true,
278                "$ sortInfo" : "{ field : 'action' , direction : 'ASC' }",
279                "$ xns" : "Roo.data",
280                "* prop" : "store",
281                "items" : [
282                 {
283                  "$ url" : "baseURL + '/Roo/Events.php'",
284                  "xtype" : "HttpProxy",
285                  "method" : "GET",
286                  "$ xns" : "Roo.data",
287                  "* prop" : "proxy"
288                 },
289                 {
290                  "id" : "id",
291                  "root" : "data",
292                  "xtype" : "JsonReader",
293                  "$ 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]",
294                  "$ xns" : "Roo.data",
295                  "* prop" : "reader",
296                  "totalProperty" : "total"
297                 }
298                ]
299               }
300              ]
301             },
302             {
303              "listeners" : {
304               "|render" : "function (_self)\n{\n  _this.affectSel = _self;\n}",
305               "|select" : "function (combo, record, index)\n{\n  _this.grid.footer.onClick('first');\n}"
306              },
307              "listWidth" : 300,
308              "triggerAction" : "all",
309              "forceSelection" : true,
310              "selectOnFocus" : true,
311              "pageSize" : 20,
312              "displayField" : "on_table",
313              "emptyText" : "Select Affects",
314              "minChars" : 2,
315              "valueField" : "action",
316              "xtype" : "ComboBox",
317              "allowBlank" : true,
318              "typeAhead" : true,
319              "editable" : true,
320              "width" : 150,
321              "$ xns" : "Roo.form",
322              "name" : "on_table",
323              "qtip" : "Select Action",
324              "queryParam" : "query[on_table]",
325              "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{on_table}</b> </div>",
326              "loadingText" : "Searching...",
327              "items" : [
328               {
329                "listeners" : {
330                 "|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}"
331                },
332                "xtype" : "Store",
333                "remoteSort" : true,
334                "$ sortInfo" : "{ field : 'on_table' , direction : 'ASC' }",
335                "$ xns" : "Roo.data",
336                "* prop" : "store",
337                "items" : [
338                 {
339                  "$ url" : "baseURL + '/Roo/Events.php'",
340                  "xtype" : "HttpProxy",
341                  "method" : "GET",
342                  "$ xns" : "Roo.data",
343                  "* prop" : "proxy"
344                 },
345                 {
346                  "id" : "id",
347                  "root" : "data",
348                  "xtype" : "JsonReader",
349                  "$ xns" : "Roo.data",
350                  "$ 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]",
351                  "* prop" : "reader",
352                  "totalProperty" : "total"
353                 }
354                ]
355               }
356              ]
357             },
358             {
359              "text" : "Date Range",
360              "xtype" : "TextItem",
361              "$ xns" : "Roo.Toolbar"
362             },
363             {
364              "listeners" : {
365               "render" : "function (_self)\n{\n  _this.dateFrom = _self;\n}",
366               "change" : "function (_self, newValue, oldValue)\n{\n  _this.grid.footer.onClick('first');\n}"
367              },
368              "format" : "Y-m-d",
369              "xtype" : "DateField",
370              "$ xns" : "Roo.form"
371             },
372             {
373              "listeners" : {
374               "render" : "function (_self)\n{\n  _this.dateTo = _self;\n}",
375               "change" : "function (_self, newValue, oldValue)\n{\n  _this.grid.footer.onClick('first');\n}"
376              },
377              "format" : "Y-m-d",
378              "xtype" : "DateField",
379              "$ xns" : "Roo.form"
380             }
381            ]
382           },
383           {
384            "xtype" : "ColumnModel",
385            "header" : "When",
386            "width" : 100,
387            "$ renderer" : "function(v) { return v ? v.dateFormat('d/m/Y H:i') : ''; }",
388            "$ xns" : "Roo.grid",
389            "* prop" : "colModel[]",
390            "dataIndex" : "event_when"
391           },
392           {
393            "xtype" : "ColumnModel",
394            "header" : "#id",
395            "width" : 100,
396            "$ xns" : "Roo.grid",
397            "* prop" : "colModel[]",
398            "dataIndex" : "id"
399           },
400           {
401            "xtype" : "ColumnModel",
402            "header" : "Staff",
403            "width" : 150,
404            "$ renderer" : "function(v,x,r) { \n    \n    var efield = typeof(_this.email_field) == 'undefined' ? 'person_id_email' : _this.email_field;\n    var nfield = typeof(_this.name_field) == 'undefined' ? 'person_id_name' : _this.name_field;    \n    \n    //Roo.log([r, efield, nfield]);\n    \n    var email = r.json[efield]; // ? r.data.person_id_email : r.data.person_id_email;\n    var name  = r.json[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}",
405            "$ xns" : "Roo.grid",
406            "* prop" : "colModel[]",
407            "dataIndex" : "person_id_name"
408           },
409           {
410            "xtype" : "ColumnModel",
411            "width" : 100,
412            "header" : "Action",
413            "$ renderer" : "function(v) { return String.format('{0}', v); }",
414            "$ xns" : "Roo.grid",
415            "* prop" : "colModel[]",
416            "dataIndex" : "action"
417           },
418           {
419            "xtype" : "ColumnModel",
420            "width" : 100,
421            "header" : "IP",
422            "$ renderer" : "function(v) { return String.format('{0}', v); }",
423            "$ xns" : "Roo.grid",
424            "* prop" : "colModel[]",
425            "dataIndex" : "ipaddr"
426           },
427           {
428            "xtype" : "ColumnModel",
429            "header" : "Affected",
430            "width" : 100,
431            "$ renderer" : "function(v, x, r) {                     \n            return v ? String.format('{0}({1})', v,  r.data.on_id)  : '';  \n   }",
432            "$ xns" : "Roo.grid",
433            "* prop" : "colModel[]",
434            "dataIndex" : "on_table"
435           },
436           {
437            "xtype" : "ColumnModel",
438            "header" : "Remarks",
439            "width" : 300,
440            "$ renderer" : "function(v) { return String.format('<span qtip=\"{1}\">{0}</span>', v, Roo.util.Format.htmlEncode(v)); }",
441            "$ xns" : "Roo.grid",
442            "* prop" : "colModel[]",
443            "dataIndex" : "remarks"
444           }
445          ]
446         }
447        ]
448       }
449      ]
450     }
451    ]
452   }
453  ]
454 }