Pman.Tab.AdminContacts.bjs
[Pman.Admin] / Pman.Tab.AdminContacts.bjs
1 {
2  "name" : "Pman.Tab.AdminContacts",
3  "parent" : "Pman.Tab.AdminContactsManager",
4  "title" : "Pman.Tab.AdminContacts",
5  "path" : "/home/benny/gitlive/web.hhyc_membership_system/Pman/Admin/Pman.Tab.AdminContacts.bjs",
6  "permname" : "Core.Person",
7  "modOrder" : "001",
8  "strings" : {
9   "99b344c8ae43e3e7213862b8f35c4e51" : "Select Company",
10   "1c76cbfe21c6f44c1d1e59d54f3e4420" : "Company",
11   "ce8ae9da5b7cd6c3df2929543a9af92d" : "Email",
12   "8444e81d652b084d70c71cd7d19ac0cf" : "Displaying Person{0} - {1} of {2}",
13   "13348442cc6a27032d2b4aa28b75a5d3" : "Search",
14   "ec211f7c20af43e742bf2570c3cb84f9" : "Add",
15   "9e727fdd3aec8274f46685441900280d" : "Project",
16   "7dce122004969d56ae2e0245cb754d35" : "Edit",
17   "4110db87ce3ac86d603d03d691616b1e" : "Drag person to add or remove from group",
18   "b47a519aebda8fdb4b59bdae6eb2bff0" : "Show No Company",
19   "1243daf593fa297e07ab03bf06d925af" : "Searching...",
20   "bcc254b55c4a1babdf1dcb82c207506b" : "Phone",
21   "9675747b5ab12d05f18518761e68a533" : "Select Companies",
22   "40bed7cf9b3d4bb3a3d7a7e3eb18c5eb" : "Person",
23   "f1174ecbbc232f948717979daf04cf08" : "No Person found",
24   "ec3249f16ee5880d4c1acb752e5c925f" : "Switch to Selected User",
25   "a93806efd0cc7a149f0f03e2b9a0f862" : "Bulk Add",
26   "f2a6c498fb90ee345d997f888fce3b18" : "Delete",
27   "a1fa27779242b4902f7ae3bdd5c6d508" : "Type",
28   "49ee3087348e8d44e1feda1917443987" : "Name",
29   "bbbabdbe1b262f75d99d62880b953be1" : "Role",
30   "4d3d769b812b6faa6b76e1a8abaece2d" : "Active",
31   "d4d25ad0a12e8d30e9d8d35230f6d1d3" : "Show Removed",
32   "9810aa2b9f44401be4bf73188ef2b67d" : "Fax"
33  },
34  "items" : [
35   {
36    "listeners" : {
37     "|activate" : "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
38    },
39    "bool background" : false,
40    "autoScroll" : true,
41    "fitToframe" : true,
42    "region" : "center",
43    "title" : "Person",
44    "xtype" : "GridPanel",
45    "fitContainer" : true,
46    "$ xns" : "Roo",
47    "tableName" : "Person",
48    "items" : [
49     {
50      "listeners" : {
51       "|rowdblclick" : "function (_self, rowIndex, e)\n{\n    if (!_this.dialog) {\n        return;\n    }\n    _this.dialog.show( this.getDataSource().getAt(rowIndex), function() {\n        _this.grid.footer.onClick('first');\n    }); \n}\n",
52       "cellclick" : "function (_self, rowIndex, columnIndex, e)\n{\n\n        var di = this.colModel.getDataIndex(columnIndex);\n        if (di != 'active') {\n            return;\n        }\n         \n        var rec = _this.grid.ds.getAt(rowIndex);\n        \n        rec.set('active', rec.data.active ? 0 : 1);\n        rec.commit();\n         \n        \n}",
53       "|render" : "function() \n{\n    _this.grid = this; \n    if (!_this.dialog) {\n        _this.dialog = Pman.Dialog.PersonEdit;\n        \n    }\n    //_this.dialog = Pman.Dialog.FILL_IN\n    if (_this.panel.active) {\n       this.footer.onClick('first');\n    }\n}"
54      },
55      "autoExpandColumn" : "name",
56      "xtype" : "Grid",
57      "ddGroup" : "groupDD",
58      "enableDrag" : true,
59      "loadMask" : true,
60      "$ xns" : "Roo.grid",
61      "* prop" : "grid",
62      "items" : [
63       {
64        "listeners" : {
65         "update" : "function (_self, record, operation)\n{\n    if (operation != 'commit') {\n        return;\n    }\n    // only used to change active status.\n    \n    new Pman.Request({\n        url : baseURL + '/Roo/Person.php',\n        method :'POST',\n        params : {\n            id : record.data.id,\n            active: record.data.active\n            \n        },\n        success : function() {\n            // do nothing\n            \n            _this.grid.ds.remove(record);\n            \n        },\n        failure : function() \n        {\n            Roo.MessageBox.alert(\"Error\", \"saving failed\", function() {\n                _this.grid.footer.onClick('first');\n            });\n        }\n    });\n}",
66         "beforeload" : "function (_self, o)\n{\n    if(!_this.active_company_button.pressed){\n        o.params['!company_id_comptype'] = 'OWNER';\n    }\n    \n    o.params['query[search]'] = _this.searchBox.getValue();\n    \n    if (!_this.activeButton) {return; false;}\n    \n    if (_this.companyCombo &&   _this.companyCombo.getValue()) {\n        o.params.company_id =   _this.companyCombo.getValue();\n    }\n    \n    \n    o.params.active = _this.activeButton.pressed ? 0 : 1;\n    \n    if(_this.active_company_button.pressed){\n        o.params.company_id = 0;\n    }\n    \n    var c = Pman.Tab.AdminContactsManager.layout.getRegion('west').getActivePanel();\n    \n    if (!c) { \n        return false;\n    }\n    \n    var tms = c.grid.getSelectionModel().getSelected();\n    \n    if (!tms) {\n        return false;\n    }\n    \n    if(c.tableName == 'Groups'){\n        o.params['query[in_group]'] = tms.data.id;\n        o.params['query[type]'] = 2; // group type..\n    }else{\n        o.params['query[in_country]'] = (tms.data.country*1 == -1) ? '' : tms.data.country;\n        o.params['query[in_group]'] = 0;\n        o.params['query[type]'] = 2;\n    }\n    /*\n    if (Pman.Tab.AdminContactsGroup && Pman.Tab.AdminContactsGroup.grid) {\n        \n        \n        \n    }\n    \n    if(Pman.Tab.AdminCountries && Pman.Tab.AdminCountries.grid){\n        var tms = Pman.Tab.AdminCountries.grid.getSelectionModel().getSelected();\n        \n        if (!tms) {\n            return false;\n        }\n        \n    }\n    */\n    //o.params['query[name]'] = _this.searchBox.getValue();\n  \n}"
67        },
68        "xtype" : "Store",
69        "remoteSort" : true,
70        "$ sortInfo" : "{ field : 'name', direction: 'ASC' }",
71        "$ xns" : "Roo.data",
72        "* prop" : "dataSource",
73        "items" : [
74         {
75          "$ url" : "baseURL + '/Roo/Person.php'",
76          "method" : "GET",
77          "xtype" : "HttpProxy",
78          "$ xns" : "Roo.data",
79          "* prop" : "proxy"
80         },
81         {
82          "id" : "id",
83          "root" : "data",
84          "xtype" : "JsonReader",
85          "$ xns" : "Roo.data",
86          "* prop" : "reader",
87          "totalProperty" : "total"
88         }
89        ]
90       },
91       {
92        "pageSize" : 25,
93        "xtype" : "PagingToolbar",
94        "emptyMsg" : "No Person found",
95        "$ xns" : "Roo",
96        "displayInfo" : true,
97        "displayMsg" : "Displaying Person{0} - {1} of {2}",
98        "* prop" : "footer",
99        "items" : [
100         {
101          "text" : "Drag person to add or remove from group",
102          "xtype" : "TextItem",
103          "$ xns" : "Roo.Toolbar"
104         }
105        ]
106       },
107       {
108        "xtype" : "Toolbar",
109        "$ xns" : "Roo",
110        "* prop" : "toolbar",
111        "items" : [
112         {
113          "text" : "Search",
114          "xtype" : "TextItem",
115          "$ xns" : "Roo.Toolbar"
116         },
117         {
118          "listeners" : {
119           "specialkey" : "function (_self, e)\n{\n  if (e.getKey() == 13) {\n    _this.grid.footer.onClick('first');\n  }\n}",
120           "show" : "function (_self,e)\n{\n    if (e.getCharCode() != 13) {\n        return;\n    }\n    _this.grid.footer.onClick('first');\n}",
121           "render" : "function (_self)\n{\n    _this.searchBox = _self;\n}"
122          },
123          "xtype" : "TextField",
124          "$ xns" : "Roo.form"
125         },
126         {
127          "listeners" : {
128           "render" : "function (_self)\n{\n  _this.companyCombo = _self;\n}",
129           "select" : "function (combo, record, index)\n{\n   _this.grid.footer.onClick.defer(300,_this.grid.footer,[ 'first'] );\n}"
130          },
131          "listWidth" : 400,
132          "triggerAction" : "all",
133          "forceSelection" : true,
134          "selectOnFocus" : true,
135          "pageSize" : 20,
136          "emptyText" : "Select Company",
137          "displayField" : "name",
138          "hiddenName" : "company_id",
139          "minChars" : 2,
140          "valueField" : "id",
141          "xtype" : "ComboBox",
142          "typeAhead" : true,
143          "editable" : true,
144          "width" : 150,
145          "$ xns" : "Roo.form",
146          "name" : "company_name",
147          "qtip" : "Select Companies",
148          "queryParam" : "query[name]",
149          "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> </div>",
150          "loadingText" : "Searching...",
151          "items" : [
152           {
153            "listeners" : {
154             "|beforeload" : "function (_self, o){\n    o.params = o.params || {};\n    // set more here\n}\n"
155            },
156            "xtype" : "Store",
157            "remoteSort" : true,
158            "$ sortInfo" : "{ direction : 'ASC', field: 'name' }",
159            "$ xns" : "Roo.data",
160            "* prop" : "store",
161            "items" : [
162             {
163              "$ url" : "baseURL + '/Roo/core_company'",
164              "method" : "GET",
165              "xtype" : "HttpProxy",
166              "$ xns" : "Roo.data",
167              "* prop" : "proxy"
168             },
169             {
170              "id" : "id",
171              "root" : "data",
172              "xtype" : "JsonReader",
173              "$ xns" : "Roo.data",
174              "$ fields" : "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"code\",\"type\":\"string\"}]",
175              "* prop" : "reader",
176              "totalProperty" : "total"
177             }
178            ]
179           }
180          ]
181         },
182         {
183          "listeners" : {
184           "|click" : "function (_self, e)\n{\n_this.grid.footer.onClick('first');\n}"
185          },
186          "xtype" : "Button",
187          "cls" : "x-btn-icon",
188          "$ icon" : "rootURL + '/Pman/templates/images/search.gif'",
189          "$ xns" : "Roo.Toolbar"
190         },
191         {
192          "listeners" : {
193           "|click" : "function (_self, e)\n{\n_this.searchBox.setValue('');\n    _this.grid.footer.onClick('first');\n}"
194          },
195          "xtype" : "Button",
196          "cls" : "x-btn-icon",
197          "$ icon" : "rootURL + '/Pman/templates/images/edit-clear.gif'",
198          "$ xns" : "Roo.Toolbar"
199         },
200         {
201          "listeners" : {
202           "toggle" : "function (_self, pressed)\n{\n   _this.grid.footer.onClick('first');\n   this.setText(pressed ? \"Show Active\" : \"Show Removed\");\n   \n   \n}",
203           "render" : "function (_self)\n{\n  _this.activeButton = _self;\n}"
204          },
205          "text" : "Show Removed",
206          "enableToggle" : true,
207          "xtype" : "Button",
208          "$ xns" : "Roo.Toolbar"
209         },
210         {
211          "listeners" : {
212           "toggle" : "function (_self, pressed)\n{\n   _this.grid.footer.onClick('first');\n   this.setText(pressed ? \"Show Company\" : \"Show No Company\");\n   \n   \n}",
213           "render" : "function (_self)\n{\n  _this.active_company_button = _self;\n}"
214          },
215          "text" : "Show No Company",
216          "enableToggle" : true,
217          "xtype" : "Button",
218          "$ xns" : "Roo.Toolbar"
219         },
220         {
221          "listeners" : {
222           "click" : "function (_self, e)\n{\n    var s = _this.grid.getSelectionModel().getSelections();\n    if(s.length != 1){\n        Roo.MessageBox.alert(\"Error\", \"Select a Person\");\n        return;\n    }\n    \n    new Pman.Request({\n        url : baseURL + '/Login.php',\n        method : 'GET',\n        params : {\n            'switch' : s[0].data.id\n        },\n        success : function (){\n            document.location = baseURL + '?ts=' + Math.random();\n        },\n        failure : function (d){\n            Roo.log(d);\n            Roo.MessageBox.alert(\"Error\", d);\n        }\n    });\n}"
223          },
224          "text" : "Switch to Selected User",
225          "xtype" : "Button",
226          "$ xns" : "Roo.Toolbar"
227         },
228         {
229          "xtype" : "Fill",
230          "$ xns" : "Roo.Toolbar"
231         },
232         {
233          "listeners" : {
234           "|click" : "function()\n{\n    \n    _this.dialog.show( { id : 0 } , function() {\n        _this.grid.footer.onClick('first');\n   }); \n}\n"
235          },
236          "text" : "Add",
237          "xtype" : "Button",
238          "cls" : "x-btn-text-icon",
239          "$ icon" : "Roo.rootURL + 'images/default/dd/drop-add.gif'",
240          "$ xns" : "Roo.Toolbar"
241         },
242         {
243          "listeners" : {
244           "|click" : "function()\n{\n    \n    Pman.Dialog.PersonBulkAdd.show( { id : 0 } , function() {\n        _this.grid.footer.onClick('first');\n   }); \n}\n"
245          },
246          "text" : "Bulk Add",
247          "xtype" : "Button",
248          "cls" : "x-btn-text-icon",
249          "$ icon" : "Roo.rootURL + 'images/default/dd/drop-add.gif'",
250          "$ xns" : "Roo.Toolbar"
251         },
252         {
253          "listeners" : {
254           "|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  \n    _this.dialog.show(s[0].data, function() {\n        _this.grid.footer.onClick('first');\n    }); \n    \n}\n"
255          },
256          "text" : "Edit",
257          "xtype" : "Button",
258          "cls" : "x-btn-text-icon",
259          "$ icon" : "Roo.rootURL + 'images/default/tree/leaf.gif'",
260          "$ xns" : "Roo.Toolbar"
261         },
262         {
263          "listeners" : {
264           "|click" : "function()\n{\n     Pman.genericDelete(_this, 'Person'); \n}\n        "
265          },
266          "text" : "Delete",
267          "xtype" : "Button",
268          "cls" : "x-btn-text-icon",
269          "$ icon" : "rootURL + '/Pman/templates/images/trash.gif'",
270          "$ xns" : "Roo.Toolbar"
271         }
272        ]
273       },
274       {
275        "hidden" : true,
276        "xtype" : "ColumnModel",
277        "sortable" : true,
278        "header" : "Project",
279        "width" : 75,
280        "$ renderer" : "function(v,x,r) { \n      return String.format('<span qtip=\"{0}\">{1}</span>', \n                    r.data.project_id_name,\n                    v);\n }",
281        "$ xns" : "Roo.grid",
282        "* prop" : "colModel[]",
283        "dataIndex" : "project_id_code"
284       },
285       {
286        "xtype" : "ColumnModel",
287        "sortable" : true,
288        "header" : "Type",
289        "width" : 50,
290        "$ renderer" : "function(v,x,r) {\n    if (r.data.office_id) {\n        return String.format('{0} - {1}', v, r.data.office_id_name); \n    } \n    return String.format('{0}', v); \n}",
291        "$ xns" : "Roo.grid",
292        "* prop" : "colModel[]",
293        "dataIndex" : "company_id_comptype"
294       },
295       {
296        "xtype" : "ColumnModel",
297        "sortable" : true,
298        "header" : "Company",
299        "width" : 150,
300        "$ renderer" : "function(v,x,r) {\n    if (r.data.office_id) {\n        return String.format('{0} - {1}', v, r.data.office_id_name); \n    } \n    return String.format('{0}', v); \n}",
301        "$ xns" : "Roo.grid",
302        "* prop" : "colModel[]",
303        "dataIndex" : "company_id_name"
304       },
305       {
306        "xtype" : "ColumnModel",
307        "sortable" : true,
308        "header" : "Name",
309        "width" : 200,
310        "$ renderer" : "function(v) { return String.format('{0}', v); }",
311        "$ xns" : "Roo.grid",
312        "* prop" : "colModel[]",
313        "dataIndex" : "name"
314       },
315       {
316        "xtype" : "ColumnModel",
317        "header" : "Role",
318        "width" : 100,
319        "$ renderer" : "function(v) { return String.format('{0}', v); }",
320        "$ xns" : "Roo.grid",
321        "* prop" : "colModel[]",
322        "dataIndex" : "role"
323       },
324       {
325        "xtype" : "ColumnModel",
326        "header" : "Phone",
327        "width" : 100,
328        "$ renderer" : "function(v) { return String.format('{0}', v); }",
329        "$ xns" : "Roo.grid",
330        "* prop" : "colModel[]",
331        "dataIndex" : "phone"
332       },
333       {
334        "xtype" : "ColumnModel",
335        "header" : "Fax",
336        "width" : 100,
337        "$ renderer" : "function(v) { return String.format('{0}', v); }",
338        "$ xns" : "Roo.grid",
339        "* prop" : "colModel[]",
340        "dataIndex" : "fax"
341       },
342       {
343        "xtype" : "ColumnModel",
344        "sortable" : true,
345        "header" : "Email",
346        "width" : 200,
347        "$ renderer" : "function(v) {\n   return (v.length && v.indexOf('@') > 0 ) ? \n                    String.format('<a href=\"mailto:{0}\">{0}</a>',v) : v;\n }",
348        "$ xns" : "Roo.grid",
349        "* prop" : "colModel[]",
350        "dataIndex" : "email"
351       },
352       {
353        "xtype" : "ColumnModel",
354        "header" : "Active",
355        "width" : 75,
356        "$ renderer" : "function(v) {  \n    var state = v> 0 ?  '-checked' : '';\n\n    return '<img class=\"x-grid-check-icon' + state + '\" src=\"' + Roo.BLANK_IMAGE_URL + '\"/>';\n                \n }",
357        "$ xns" : "Roo.grid",
358        "* prop" : "colModel[]",
359        "dataIndex" : "active"
360       }
361      ]
362     }
363    ]
364   }
365  ]
366 }