Pman.Tab.AdminContacts.bjs
[Pman.Admin] / Pman.Tab.AdminContacts.bjs
1 {
2     "id": "roo-file-2",
3     "name": "Pman.Tab.AdminContacts",
4     "parent": "Pman.Tab.AdminContactsManager",
5     "title": "Pman.Tab.AdminContacts",
6     "path": "/home/alan/gitlive/Pman.Admin/Pman.Tab.AdminContacts.bjs",
7     "items": [
8         {
9             "listeners": {
10                 "|activate": "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
11             },
12             "autoScroll": true,
13             "background": true,
14             "fitContainer": true,
15             "fitToframe": true,
16             "region": "center",
17             "tableName": "Person",
18             "title": "Person",
19             "xtype": "GridPanel",
20             "|xns": "Roo",
21             "items": [
22                 {
23                     "listeners": {
24                         "|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}",
25                         "|rowdblclick": "function (_self, rowIndex, e)\n{\n    if (!_this.dialog) return;\n    _this.dialog.show( this.getDataSource().getAt(rowIndex), function() {\n        _this.grid.footer.onClick('first');\n    }); \n}\n",
26                         "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}"
27                     },
28                     "*prop": "grid",
29                     "autoExpandColumn": "name",
30                     "ddGroup": "groupDD",
31                     "enableDrag": true,
32                     "loadMask": true,
33                     "xtype": "Grid",
34                     "|xns": "Roo.grid",
35                     "items": [
36                         {
37                             "listeners": {
38                                 "beforeload": "function (_self, o)\n{\n  \n    o.params['!company_id_comptype'] = 'OWNER';\n    o.params['query[search]'] = _this.searchBox.getValue();\n    \n    if (!_this.activeButton) {return; false;}\n    \n    \n    o.params.active = _this.activeButton.pressed ? 0 : 1;\n    if (!Pman.Tab.AdminContactsGroup) { \n        return false;\n    }\n    \n    \n    if (Pman.Tab.AdminContactsGroup && Pman.Tab.AdminContactsGroup.grid) {\n        var tms = Pman.Tab.AdminContactsGroup.grid.getSelectionModel().getSelected();\n        \n        if (!tms) {\n            return false;\n        }\n        o.params['query[in_group]'] = tms.data.id;\n        o.params['query[type]'] = 2; // group type..\n        \n    }\n    //o.params['query[name]'] = _this.searchBox.getValue();\n  \n    \n}",
39                                 "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}"
40                             },
41                             "*prop": "dataSource",
42                             "remoteSort": true,
43                             "xtype": "Store",
44                             "|sortInfo": "{ field : 'name', direction: 'ASC' }",
45                             "|xns": "Roo.data",
46                             "items": [
47                                 {
48                                     "*prop": "proxy",
49                                     "xtype": "HttpProxy",
50                                     "method": "GET",
51                                     "|url": "baseURL + '/Roo/Person.php'",
52                                     "|xns": "Roo.data"
53                                 },
54                                 {
55                                     "|xns": "Roo.data",
56                                     "xtype": "JsonReader",
57                                     "totalProperty": "total",
58                                     "root": "data",
59                                     "*prop": "reader",
60                                     "id": "id",
61                                     "|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': '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': '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]"
62                                 }
63                             ]
64                         },
65                         {
66                             "*prop": "footer",
67                             "xtype": "PagingToolbar",
68                             "pageSize": 25,
69                             "displayInfo": true,
70                             "displayMsg": "Displaying Person{0} - {1} of {2}",
71                             "emptyMsg": "No Person found",
72                             "|xns": "Roo",
73                             "items": [
74                                 {
75                                     "text": "Drag person to add or remove from group",
76                                     "xtype": "TextItem",
77                                     "|xns": "Roo.Toolbar"
78                                 }
79                             ]
80                         },
81                         {
82                             "*prop": "toolbar",
83                             "xtype": "Toolbar",
84                             "|xns": "Roo",
85                             "items": [
86                                 {
87                                     "listeners": {
88                                         "|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"
89                                     },
90                                     "cls": "x-btn-text-icon",
91                                     "text": "Edit",
92                                     "xtype": "Button",
93                                     "|icon": "Roo.rootURL + 'images/default/tree/leaf.gif'",
94                                     "|xns": "Roo.Toolbar"
95                                 },
96                                 {
97                                     "|xns": "Roo.Toolbar",
98                                     "xtype": "Separator"
99                                 },
100                                 {
101                                     "text": "Search",
102                                     "xtype": "TextItem",
103                                     "|xns": "Roo.Toolbar"
104                                 },
105                                 {
106                                     "listeners": {
107                                         "render": "function (_self)\n{\n    _this.searchBox = _self;\n}",
108                                         "show": "function (_self,e)\n{\n    if (e.getCharCode() != 13) {\n        return;\n    }\n    _this.grid.footer.onClick('first');\n}",
109                                         "specialkey": "function (_self, e)\n{\n  if (e.getKey() == 13) {\n    _this.grid.footer.onClick('first');\n  }\n}"
110                                     },
111                                     "xtype": "TextField",
112                                     "|xns": "Roo.form"
113                                 },
114                                 {
115                                     "listeners": {
116                                         "|click": "function (_self, e)\n{\n_this.grid.footer.onClick('first');\n}"
117                                     },
118                                     "cls": "x-btn-icon",
119                                     "xtype": "Button",
120                                     "|icon": "rootURL + '/Pman/templates/images/search.gif'",
121                                     "|xns": "Roo.Toolbar"
122                                 },
123                                 {
124                                     "listeners": {
125                                         "|click": "function (_self, e)\n{\n_this.searchBox.setValue('');\n    _this.grid.footer.onClick('first');\n}"
126                                     },
127                                     "cls": "x-btn-icon",
128                                     "xtype": "Button",
129                                     "|icon": "rootURL + '/Pman/templates/images/edit-clear.gif'",
130                                     "|xns": "Roo.Toolbar"
131                                 },
132                                 {
133                                     "|xns": "Roo.Toolbar",
134                                     "xtype": "Fill"
135                                 },
136                                 {
137                                     "listeners": {
138                                         "|click": "function()\n{\n    \n    _this.dialog.show( { id : 0 } , function() {\n        _this.grid.footer.onClick('first');\n   }); \n}\n"
139                                     },
140                                     "cls": "x-btn-text-icon",
141                                     "text": "Add",
142                                     "xtype": "Button",
143                                     "|icon": "Roo.rootURL + 'images/default/dd/drop-add.gif'",
144                                     "|xns": "Roo.Toolbar"
145                                 },
146                                 {
147                                     "listeners": {
148                                         "|click": "function()\n{\n    \n    Pman.Dialog.PersonBulkAdd.show( { id : 0 } , function() {\n        _this.grid.footer.onClick('first');\n   }); \n}\n"
149                                     },
150                                     "cls": "x-btn-text-icon",
151                                     "text": "Bulk Add",
152                                     "xtype": "Button",
153                                     "|icon": "Roo.rootURL + 'images/default/dd/drop-add.gif'",
154                                     "|xns": "Roo.Toolbar"
155                                 },
156                                 {
157                                     "listeners": {
158                                         "|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"
159                                     },
160                                     "cls": "x-btn-text-icon",
161                                     "text": "Edit",
162                                     "xtype": "Button",
163                                     "|icon": "Roo.rootURL + 'images/default/tree/leaf.gif'",
164                                     "|xns": "Roo.Toolbar"
165                                 },
166                                 {
167                                     "listeners": {
168                                         "toggle": "function (_self, pressed)\n{\n   _this.grid.footer.onClick('first');\n   this.setText(pressed ? \"Show Active\" : \"Show Removed\");\n   \n   \n}",
169                                         "render": "function (_self)\n{\n  _this.activeButton = _self;\n}"
170                                     },
171                                     "enableToggle": true,
172                                     "text": "Show Removed",
173                                     "xtype": "Button",
174                                     "|xns": "Roo.Toolbar"
175                                 }
176                             ]
177                         },
178                         {
179                             "*prop": "colModel[]",
180                             "dataIndex": "project_id_code",
181                             "header": "Project",
182                             "hidden": true,
183                             "sortable": true,
184                             "width": 75,
185                             "xtype": "ColumnModel",
186                             "|renderer": "function(v,x,r) { \n      return String.format('<span qtip=\"{0}\">{1}</span>', \n                    r.data.project_id_name,\n                    v);\n }",
187                             "|xns": "Roo.grid"
188                         },
189                         {
190                             "*prop": "colModel[]",
191                             "dataIndex": "company_id_comptype",
192                             "header": "Type",
193                             "sortable": true,
194                             "width": 50,
195                             "xtype": "ColumnModel",
196                             "|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}",
197                             "|xns": "Roo.grid"
198                         },
199                         {
200                             "*prop": "colModel[]",
201                             "dataIndex": "company_id_name",
202                             "header": "Company",
203                             "sortable": true,
204                             "width": 150,
205                             "xtype": "ColumnModel",
206                             "|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}",
207                             "|xns": "Roo.grid"
208                         },
209                         {
210                             "*prop": "colModel[]",
211                             "dataIndex": "name",
212                             "header": "Name",
213                             "sortable": true,
214                             "width": 200,
215                             "xtype": "ColumnModel",
216                             "|renderer": "function(v) { return String.format('{0}', v); }",
217                             "|xns": "Roo.grid"
218                         },
219                         {
220                             "*prop": "colModel[]",
221                             "dataIndex": "role",
222                             "header": "Role",
223                             "width": 100,
224                             "xtype": "ColumnModel",
225                             "|renderer": "function(v) { return String.format('{0}', v); }",
226                             "|xns": "Roo.grid"
227                         },
228                         {
229                             "*prop": "colModel[]",
230                             "dataIndex": "phone",
231                             "header": "Phone",
232                             "width": 100,
233                             "xtype": "ColumnModel",
234                             "|renderer": "function(v) { return String.format('{0}', v); }",
235                             "|xns": "Roo.grid"
236                         },
237                         {
238                             "*prop": "colModel[]",
239                             "dataIndex": "fax",
240                             "header": "Fax",
241                             "width": 100,
242                             "xtype": "ColumnModel",
243                             "|renderer": "function(v) { return String.format('{0}', v); }",
244                             "|xns": "Roo.grid"
245                         },
246                         {
247                             "*prop": "colModel[]",
248                             "dataIndex": "email",
249                             "header": "Email",
250                             "sortable": true,
251                             "width": 200,
252                             "xtype": "ColumnModel",
253                             "|renderer": "function(v) {\n   return (v.length && v.indexOf('@') > 0 ) ? \n                    String.format('<a href=\"mailto:{0}\">{0}</a>',v) : v;\n }",
254                             "|xns": "Roo.grid"
255                         },
256                         {
257                             "*prop": "colModel[]",
258                             "dataIndex": "active",
259                             "header": "Active",
260                             "width": 75,
261                             "xtype": "ColumnModel",
262                             "|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 }",
263                             "|xns": "Roo.grid"
264                         }
265                     ]
266                 }
267             ]
268         }
269     ],
270     "permname": "Core.Person",
271     "modOrder": "001"
272 }