Pman.Tab.AdminNotify.bjs
[Pman.Admin] / Pman.Tab.AdminNotify.bjs
index 5e0801f..a38f897 100644 (file)
@@ -1,5 +1,5 @@
 {
-    "id": "roo-file-215",
+    "id": "roo-file-157",
     "name": "Pman.Tab.AdminNotify",
     "parent": "Pman.Tab.AdminWatchNotify",
     "title": "Pman.Tab.AdminNotify",
@@ -7,14 +7,14 @@
     "items": [
         {
             "listeners": {
-                "|activate": "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
+                "|activate": "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n    \n}"
             },
             "background": true,
             "fitContainer": true,
             "fitToframe": true,
             "region": "center",
             "tableName": "core_notify",
-            "title": "Notifications",
+            "title": "Current Notifications",
             "xtype": "GridPanel",
             "|xns": "Roo",
             "items": [
@@ -30,6 +30,9 @@
                     "|xns": "Roo.grid",
                     "items": [
                         {
+                            "listeners": {
+                                "beforeload": "function (_self, options)\n{\n    if (!_this.toggleBtn.pressed) {\n        options.params['event_id'] = 0;\n    }\n}"
+                            },
                             "*prop": "dataSource",
                             "remoteSort": true,
                             "xtype": "Store",
                             "|xns": "Roo",
                             "items": [
                                 {
+                                    "allowBlank": false,
+                                    "displayField": "person_id_name",
+                                    "editable": false,
+                                    "emptyText": "Select person",
+                                    "forceSelection": true,
+                                    "hiddenName": "id",
+                                    "listWidth": 400,
+                                    "loadingText": "Searching...",
+                                    "minChars": 2,
+                                    "name": "name",
+                                    "pageSize": 20,
+                                    "qtip": "Select core_notify",
+                                    "queryParam": "query[person_id_name]",
+                                    "selectOnFocus": true,
+                                    "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{person_id_name}</b> {person_id_email}</div>",
+                                    "triggerAction": "all",
+                                    "typeAhead": true,
+                                    "valueField": "person_id",
+                                    "width": 300,
+                                    "xtype": "ComboBox",
+                                    "|xns": "Roo.form",
+                                    "items": [
+                                        {
+                                            "listeners": {
+                                                "|beforeload": "function (_self, o){\n    o.params = o.params || {};\n    o.params._distinct='person_id,person_id_name';\n    o.params._columns='person_id,person_id_name';\n    o.params['!person_id_name'] = '';\n    \n    // set more here\n}\n"
+                                            },
+                                            "*prop": "store",
+                                            "remoteSort": true,
+                                            "xtype": "Store",
+                                            "|sortInfo": "{ direction : 'ASC', field: 'id' }",
+                                            "|xns": "Roo.data",
+                                            "items": [
+                                                {
+                                                    "*prop": "proxy",
+                                                    "xtype": "HttpProxy",
+                                                    "method": "GET",
+                                                    "|xns": "Roo.data",
+                                                    "|url": "baseURL + '/Roo/core_notify.php'"
+                                                },
+                                                {
+                                                    "*prop": "reader",
+                                                    "xtype": "JsonReader",
+                                                    "|xns": "Roo.data",
+                                                    "id": "id",
+                                                    "root": "data",
+                                                    "totalProperty": "total",
+                                                    "|fields": "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"ontable\",\"type\":\"string\"}]"
+                                                }
+                                            ]
+                                        }
+                                    ]
+                                },
+                                {
+                                    "|xns": "Roo.Toolbar",
+                                    "xtype": "Fill"
+                                },
+                                {
+                                    "listeners": {
+                                        "render": "function (_self)\n{\n    _this.toggleBtn = _self;\n}",
+                                        "toggle": "function (_self, pressed)\n{\n    this.setText(pressed ? \"Hide Completed\" : \"Show Completed\");\n    _this.grid.footer.onClick('first');\n}"
+                                    },
                                     "enableToggle": true,
                                     "text": "Show Completed",
                                     "xtype": "Button",
                                 }
                             ]
                         },
+                        {
+                            "*prop": "colModel[]",
+                            "dataIndex": "id",
+                            "header": "id#",
+                            "sortable": true,
+                            "width": 50,
+                            "xtype": "ColumnModel",
+                            "|renderer": "function(v) { return String.format('{0}', v ); }",
+                            "|xns": "Roo.grid"
+                        },
+                        {
+                            "*prop": "colModel[]",
+                            "dataIndex": "evtype",
+                            "header": "Method",
+                            "sortable": true,
+                            "width": 100,
+                            "xtype": "ColumnModel",
+                            "|renderer": "function(v) { return String.format('{0}', v ); }",
+                            "|xns": "Roo.grid"
+                        },
                         {
                             "*prop": "colModel[]",
                             "dataIndex": "act_when",
                             "header": "Act when",
+                            "sortable": true,
                             "width": 100,
                             "xtype": "ColumnModel",
-                            "|renderer": "function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }",
+                            "|renderer": "function(v) { return String.format('{0}', v ? v.format('d/M/Y H:i:s') : ''); }",
                             "|xns": "Roo.grid"
                         },
                         {
                             "*prop": "colModel[]",
                             "dataIndex": "sent",
                             "header": "Sent",
+                            "sortable": true,
                             "width": 100,
                             "xtype": "ColumnModel",
-                            "|renderer": "function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }",
+                            "|renderer": "function(v,x,r) {\n    if (r.data.event_id *1 == 0) {\n        return '';\n    }\n     return String.format('{0}', v ? v.format('d/M/Y H:i:s') : '');\n  }",
                             "|xns": "Roo.grid"
                         },
                         {
                             "header": "Who to notify",
                             "width": 200,
                             "xtype": "ColumnModel",
-                            "|renderer": "function(v,x,r) {\n     return String.format('{0} <u>&lt;{1}&lt;</u>', v, r.data.email); \n }",
+                            "|renderer": "function(v,x,r) {\n     return String.format('{0} <u>&lt;{1}&gt;</u>', v, r.data.person_id_email); \n }",
                             "|xns": "Roo.grid"
                         },
                         {
                             "*prop": "colModel[]",
                             "dataIndex": "event_id_remarks",
                             "header": "Event",
-                            "width": 200,
+                            "width": 300,
                             "xtype": "ColumnModel",
                             "|renderer": "function(v) { return String.format('{0}', v); }",
                             "|xns": "Roo.grid"