X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=blobdiff_plain;f=Pman.Tab.AdminProjectManager.js;h=39c2a9327661abefe758e475553552d00f7b3dc1;hp=7c9268952258a52ff98c88ab4bf2ce4ccdbeda40;hb=HEAD;hpb=c08847346f2b27bc11d3929473047977c879a5fc diff --git a/Pman.Tab.AdminProjectManager.js b/Pman.Tab.AdminProjectManager.js index 7c92689..39c2a93 100644 --- a/Pman.Tab.AdminProjectManager.js +++ b/Pman.Tab.AdminProjectManager.js @@ -2,734 +2,788 @@ // Auto generated file - created by app.Builder.js- do not edit directly (at present!) +Roo.namespace('Pman.Tab'); +Pman.Tab.AdminProjectManager = new Roo.XComponent({ -// register the module first -Pman.on('beforeload', function() -{ - Pman.register({ - modKey : '002-Pman.Tab.AdminProjectManager', - module : Pman.Tab.AdminProjectManager, - region : 'center', - parent : Pman.Tab.Admin, - name : "Pman.Tab.AdminProjectManager", - disabled : false, - permname: 'Core.Projects_All' - }); -}); - -Pman.Tab.AdminProjectManager = new Roo.util.Observable({ - - panel : false, - disabled : false, - parentLayout: false, - - add : function(parentLayout, region) - { - - var _this = this; - this.parentLayout = parentLayout; + _strings : { + '54e1d44609e3abed11f6e1eb6ae54988' :"Projects", + '8115b8afd5b2953d9fa63eb0db9559fc' :"No Projects found", + 'ec211f7c20af43e742bf2570c3cb84f9' :"Add", + '13348442cc6a27032d2b4aa28b75a5d3' :"Search", + '7dce122004969d56ae2e0245cb754d35' :"Edit", + '577d7068826de925ea2aec01dbadf5e4' :"Client", + '917d465e9a9e8b16a8da50a1ca8156ca' :"Show:", + '0f111c111475c934057e6f8bb8314d56' :"Non-Projects", + '03f4a47830f97377a35321051685071e' :"Closed", + 'f45e7cfb0824b6d381ade7d81bb81615' :"Displaying Projects {0} - {1} of {2}", + 'b1c94ca2fbc3e78fc30069c8d0f01680' :"All", + 'a1fa27779242b4902f7ae3bdd5c6d508' :"Type", + 'ca0dbad92a874b2f69b549293387925e' :"Code", + '49ee3087348e8d44e1feda1917443987' :"Name", + '93573647a6041adaabd942e88cc29e23' :"Projects / Members" + }, - this.panel = parentLayout.addxtype({ - xtype: 'NestedLayoutPanel', - xns: Roo, - region : 'center', - title : "Projects", - layout : { - xtype: 'BorderLayout', - xns: Roo, - items : [ - { - xtype: 'GridPanel', - xns: Roo, - listeners : { - activate : function() { - _this.panel = this; - try { - _this.dialog = Pman.Dialog.CoreProject ; - } catch(e) {} - if (_this.grid) { - _this.grid.footer.onClick('first'); - } - } - }, - background : true, - fitContainer : true, - fitToframe : true, - region : 'center', - tableName : 'Projects', - title : "Projects", - grid : { - xtype: 'Grid', - xns: Roo.grid, - listeners : { - render : function() - { - _this.grid = this; - //_this.dialog = Pman.Dialog.FILL_IN - if (_this.panel.active) { - this.footer.onClick('first'); - } - }, - rowdblclick : function (_self, rowIndex, e) - { - if (!_this.dialog) return; - _this.dialog.show( this.getDataSource().getAt(rowIndex), function() { - _this.grid.footer.onClick('first'); - }); - } - }, - filter : 'P,U', - autoExpandColumn : 'name', - loadMask : true, - getTypes : function() { - return [ - [ 'U' , "Project (Unconfirmed)" ], - [ 'P' , "Project" ], - [ 'C' , "Project (Closed)" ], - [ 'N' , "Non-Project" ], - [ 'X' , "Non-Project (Closed)" ] - - ]; - }, - typeToString : function(v) - { - var ar = this.getTypes(); - var ret = ''; - Roo.each(ar, function(a) { - if (a[0] == v) { - ret = a[1]; - return false; - } - }); - return ret; - }, - dataSource : { - xtype: 'Store', - xns: Roo.data, - listeners : { - beforeload : function (_self, options) - { - if (!_this.searchBox) { - return false; - } - o.params = o.params ? o.params : {}; - o.params['query[project_search]'] = _this.searchBox.getValue(); - o.params['query[project_filter]'] = _this.grid.filter; - } - }, - remoteSort : true, - sortInfo : { field : 'code', direction: 'ASC' }, - proxy : { - xtype: 'HttpProxy', - xns: Roo.data, - method : 'GET', - url : baseURL + '/Roo/Projects.php' - }, - reader : { - xtype: 'JsonReader', - xns: Roo.data, - totalProperty : 'total', - root : 'data', - id : 'id', - fields : [ - { - 'name': 'id', - 'type': 'int' - }, - { - 'name': 'name', - 'type': 'string' - }, - { - 'name': 'remarks', - 'type': 'string' - }, - { - 'name': 'owner_id', - 'type': 'int' - }, - { - 'name': 'code', - 'type': 'string' - }, - { - 'name': 'active', - 'type': 'int' - }, - { - 'name': 'type', - 'type': 'string' - }, - { - 'name': 'client_id', - 'type': 'int' - }, - { - 'name': 'team_id', - 'type': 'int' - }, - { - 'name': 'file_location', - 'type': 'string' - }, - { - 'name': 'open_date', - 'type': 'date', - 'dateFormat': 'Y-m-d' - }, - { - 'name': 'open_by', - 'type': 'int' - }, - { - 'name': 'close_date', - 'type': 'date', - 'dateFormat': 'Y-m-d' - }, - { - 'name': 'countries', - 'type': 'string' - }, - { - 'name': 'languages', - 'type': 'string' - }, - { - 'name': 'agency_id', - 'type': 'int' - }, - { - 'name': 'client_id_code', - 'type': 'string' - }, - { - 'name': 'client_id_name', - 'type': 'string' - }, - { - 'name': 'client_id_remarks', - 'type': 'string' - }, - { - 'name': 'client_id_owner_id', - 'type': 'int' - }, - { - 'name': 'client_id_address', - 'type': 'string' - }, - { - 'name': 'client_id_tel', - 'type': 'string' - }, - { - 'name': 'client_id_fax', - 'type': 'string' - }, - { - 'name': 'client_id_email', - 'type': 'string' - }, - { - 'name': 'client_id_id', - 'type': 'int' - }, - { - 'name': 'client_id_isOwner', - 'type': 'int' - }, - { - 'name': 'client_id_logo_id', - 'type': 'int' - }, - { - 'name': 'client_id_background_color', - 'type': 'string' - }, - { - 'name': 'client_id_comptype', - 'type': 'string' - }, - { - 'name': 'client_id_url', - 'type': 'string' - }, - { - 'name': 'client_id_main_office_id', - 'type': 'int' - }, - { - 'name': 'client_id_created_by', - 'type': 'int' - }, - { - 'name': 'client_id_created_dt', - 'type': 'date' - }, - { - 'name': 'client_id_updated_by', - 'type': 'int' - }, - { - 'name': 'client_id_updated_dt', - 'type': 'date' - }, - { - 'name': 'client_id_passwd', - 'type': 'string' - }, - { - 'name': 'agency_id_code', - 'type': 'string' - }, - { - 'name': 'agency_id_name', - 'type': 'string' - }, - { - 'name': 'agency_id_remarks', - 'type': 'string' - }, - { - 'name': 'agency_id_owner_id', - 'type': 'int' - }, - { - 'name': 'agency_id_address', - 'type': 'string' - }, - { - 'name': 'agency_id_tel', - 'type': 'string' - }, - { - 'name': 'agency_id_fax', - 'type': 'string' - }, - { - 'name': 'agency_id_email', - 'type': 'string' - }, - { - 'name': 'agency_id_id', - 'type': 'int' - }, - { - 'name': 'agency_id_isOwner', - 'type': 'int' - }, - { - 'name': 'agency_id_logo_id', - 'type': 'int' - }, - { - 'name': 'agency_id_background_color', - 'type': 'string' - }, - { - 'name': 'agency_id_comptype', - 'type': 'string' - }, - { - 'name': 'agency_id_url', - 'type': 'string' - }, - { - 'name': 'agency_id_main_office_id', - 'type': 'int' - }, - { - 'name': 'agency_id_created_by', - 'type': 'int' - }, - { - 'name': 'agency_id_created_dt', - 'type': 'date' - }, - { - 'name': 'agency_id_updated_by', - 'type': 'int' - }, - { - 'name': 'agency_id_updated_dt', - 'type': 'date' - }, - { - 'name': 'agency_id_passwd', - 'type': 'string' - }, - { - 'name': 'team_id_id', - 'type': 'int' - }, - { - 'name': 'team_id_name', - 'type': 'string' - }, - { - 'name': 'team_id_type', - 'type': 'int' - }, - { - 'name': 'team_id_leader', - 'type': 'int' - }, - { - 'name': 'open_by_id', - 'type': 'int' - }, - { - 'name': 'open_by_office_id', - 'type': 'int' - }, - { - 'name': 'open_by_name', - 'type': 'string' - }, - { - 'name': 'open_by_phone', - 'type': 'string' - }, - { - 'name': 'open_by_fax', - 'type': 'string' - }, - { - 'name': 'open_by_email', - 'type': 'string' - }, - { - 'name': 'open_by_company_id', - 'type': 'int' - }, - { - 'name': 'open_by_role', - 'type': 'string' - }, - { - 'name': 'open_by_active', - 'type': 'int' - }, - { - 'name': 'open_by_remarks', - 'type': 'string' - }, - { - 'name': 'open_by_passwd', - 'type': 'string' - }, - { - 'name': 'open_by_owner_id', - 'type': 'int' - }, - { - 'name': 'open_by_lang', - 'type': 'string' - }, - { - 'name': 'open_by_no_reset_sent', - 'type': 'int' - }, - { - 'name': 'open_by_action_type', - 'type': 'string' - }, - { - 'name': 'open_by_project_id', - 'type': 'int' - }, - { - 'name': 'owner_id_id', - 'type': 'int' - }, - { - 'name': 'owner_id_office_id', - 'type': 'int' - }, - { - 'name': 'owner_id_name', - 'type': 'string' - }, - { - 'name': 'owner_id_phone', - 'type': 'string' - }, - { - 'name': 'owner_id_fax', - 'type': 'string' - }, - { - 'name': 'owner_id_email', - 'type': 'string' - }, - { - 'name': 'owner_id_company_id', - 'type': 'int' - }, - { - 'name': 'owner_id_role', - 'type': 'string' - }, - { - 'name': 'owner_id_active', - 'type': 'int' - }, - { - 'name': 'owner_id_remarks', - 'type': 'string' - }, - { - 'name': 'owner_id_passwd', - 'type': 'string' - }, - { - 'name': 'owner_id_owner_id', - 'type': 'int' - }, - { - 'name': 'owner_id_lang', - 'type': 'string' - }, - { - 'name': 'owner_id_no_reset_sent', - 'type': 'int' - }, - { - 'name': 'owner_id_action_type', - 'type': 'string' - }, - { - 'name': 'owner_id_project_id', - 'type': 'int' - } - ] - } - }, - footer : { - xtype: 'PagingToolbar', - xns: Roo, - displayInfo : true, - displayMsg : 'Displaying Projects {0} - {1} of {2}', - emptyMsg : 'No Projects found', - pageSize : 25 - }, - toolbar : { - xtype: 'Toolbar', - xns: Roo, - items : [ - { - xtype: 'Button', - xns: Roo.Toolbar, - listeners : { - click : function() - { - if (!_this.dialog) return; - _this.dialog.show( { id : 0 } , function() { - _this.grid.footer.onClick('first'); - }); - } - }, - cls : 'x-btn-text-icon', - text : "Add", - icon : Roo.rootURL + 'images/default/dd/drop-add.gif' - }, - { - xtype: 'Button', - xns: Roo.Toolbar, - text : "Edit", - cls : 'x-btn-text-icon', - icon : Roo.rootURL + 'images/default/tree/leaf.gif', - listeners : { - click : function() - { - var s = _this.grid.getSelectionModel().getSelections(); - if (!s.length || (s.length > 1)) { - Roo.MessageBox.alert("Error", s.length ? "Select only one Row" : "Select a Row"); - return; - } - if (!_this.dialog) return; - _this.dialog.show(s[0].data, function() { - _this.grid.footer.onClick('first'); - }); - - } - } - }, - { - xtype: 'Separator', - xns: Roo.Toolbar - }, - { - xtype: 'TextItem', - xns: Roo.Toolbar, - text : "Search" - }, - { - xtype: 'TextField', - xns: Roo.form, - listeners : { - render : function (_self) - { - _this.searchBox = _self; - }, - specialkey : function (_self, e) - { - if(e.getKey() == 13) { - _this.grid.footer.onClick('first'); - } - } - } - }, - { - xtype: 'Button', - xns: Roo.Toolbar, - listeners : { - click : function (_self, e) - { - _this.grid.footer.onClick('first'); - } - }, - cls : 'x-btn-icon', - icon : rootURL + '/Pman/templates/images/search.gif' - }, - { - xtype: 'Button', - xns: Roo.Toolbar, - listeners : { - click : function (_self, e) - { - _this.searchBox.setValue(''); - _this.grid.footer.onClick('first'); - } - }, - cls : 'x-btn-icon', - icon : rootURL + '/Pman/templates/images/edit-clear.gif' - }, - { - xtype: 'Separator', - xns: Roo.Toolbar - }, - { - xtype: 'TextItem', - xns: Roo.Toolbar, - text : "Show:" - }, - { - xtype: 'Button', - xns: Roo.Toolbar, - listeners : { - render : function (_self) - { - if (st) { _this.grid.filter = 'P,N,U'; } - _this.grid.footer.onClick('first'); - - } - }, - enableToggle : true, - pressed : false, - text : "All", - toggleGroup : 'pgrp' - }, - { - xtype: 'Button', - xns: Roo.Toolbar, - listeners : { - render : function (_self) - { - if (st) { _this.grid.filter = 'P,U'; } - _this.grid.footer.onClick('first'); - - } - }, - enableToggle : true, - pressed : true, - text : "Projects", - toggleGroup : 'pgrp' - }, - { - xtype: 'Button', - xns: Roo.Toolbar, - listeners : { - toggle : function (_self) - { - if (st) { _this.grid.filter = 'N'; } - _this.grid.footer.onClick('first'); - - } - }, - enableToggle : true, - pressed : false, - text : "Non-Projects", - toggleGroup : 'pgrp' - }, - { - xtype: 'Button', - xns: Roo.Toolbar, - listeners : { - toggle : function (_self, pressed) - { - if (st) { _this.grid.filter = 'X,C'; } - _this.grid.footer.onClick('first'); - - } - }, - enableToggle : true, - pressed : false, - text : "Closed", - toggleGroup : 'pgrp' - } - ] - }, - colModel : [ - { - xtype: 'ColumnModel', - xns: Roo.grid, - dataIndex : 'type', - header : 'Type', - width : 200, - renderer : function(v) { return _this.grid.typeToString(v);} - }, - { - xtype: 'ColumnModel', - xns: Roo.grid, - header : 'Code', - width : 200, - dataIndex : 'code', - renderer : function(v) { return String.format('{0}', v); } - }, - { - xtype: 'ColumnModel', - xns: Roo.grid, - header : 'Name', - width : 200, - dataIndex : 'name', - renderer : function(v) { return String.format('{0}', v); } - }, - { - xtype: 'ColumnModel', - xns: Roo.grid, - header : 'Client', - width : 75, - dataIndex : 'client_id', - renderer : function(v) { return String.format('{0}', v); } - } - ] - } - } - ], - center : { - xtype: 'LayoutRegion', - xns: Roo - }, - east : { - xtype: 'LayoutRegion', - xns: Roo, - width : 300 + part : ["Admin", "ProjectManager" ], + order : '002-Pman.Tab.AdminProjectManager', + region : 'center', + parent : 'Pman.Tab.Admin', + name : "Pman.Tab.AdminProjectManager", + disabled : false, + permname : 'Core.Projects_All', + _tree : function(_data) + { + var _this = this; + var MODULE = this; + return { + xtype : 'NestedLayoutPanel', + fitContainer : true, + fitToFrame : true, + region : 'center', + title : _this._strings['93573647a6041adaabd942e88cc29e23'] /* Projects / Members */, + xns : Roo, + '|xns' : 'Roo', + layout : { + xtype : 'BorderLayout', + xns : Roo, + '|xns' : 'Roo', + center : { + xtype : 'LayoutRegion', + xns : Roo, + '|xns' : 'Roo' + }, + east : { + xtype : 'LayoutRegion', + split : true, + width : 300, + xns : Roo, + '|xns' : 'Roo' + }, + items : [ + { + xtype : 'GridPanel', + background : true, + fitContainer : true, + fitToframe : true, + region : 'center', + tableName : 'Projects', + title : _this._strings['54e1d44609e3abed11f6e1eb6ae54988'] /* Projects */, + listeners : { + activate : function() { + _this.panel = this; + try { + _this.dialog = Pman.Dialog.CoreProject ; + } catch(e) {} + if (_this.grid) { + _this.grid.footer.onClick('first'); + } + } + }, + xns : Roo, + '|xns' : 'Roo', + grid : { + xtype : 'Grid', + autoExpandColumn : 'name', + filter : 'P,U', + getTypes : function() { + return [ + [ 'U' , "Project (Unconfirmed)" ], + [ 'P' , "Project" ], + [ 'C' , "Project (Closed)" ], + [ 'N' , "Non-Project" ], + [ 'X' , "Non-Project (Closed)" ] + + ]; + }, + loadMask : true, + typeToString : function(v) + { + var ar = this.getTypes(); + var ret = ''; + Roo.each(ar, function(a) { + if (a[0] == v) { + ret = a[1]; + return false; + } + }); + return ret; + }, + listeners : { + render : function() + { + _this.grid = this; + //_this.dialog = Pman.Dialog.FILL_IN + if (_this.panel.active) { + this.footer.onClick('first'); + } + }, + rowdblclick : function (_self, rowIndex, e) + { + if (!_this.dialog) { + return; + } + _this.dialog.show( this.getDataSource().getAt(rowIndex).data, function() { + _this.grid.footer.onClick('refresh'); + }); + } + }, + xns : Roo.grid, + '|xns' : 'Roo.grid', + footer : { + xtype : 'PagingToolbar', + displayInfo : true, + displayMsg : _this._strings['f45e7cfb0824b6d381ade7d81bb81615'] /* Displaying Projects {0} - {1} of {2} */, + emptyMsg : _this._strings['8115b8afd5b2953d9fa63eb0db9559fc'] /* No Projects found */, + pageSize : 25, + xns : Roo, + '|xns' : 'Roo' + }, + toolbar : { + xtype : 'Toolbar', + xns : Roo, + '|xns' : 'Roo', + items : [ + { + xtype : 'Button', + cls : 'x-btn-text-icon', + icon : Roo.rootURL + 'images/default/dd/drop-add.gif', + text : _this._strings['ec211f7c20af43e742bf2570c3cb84f9'] /* Add */, + listeners : { + click : function() + { + if (!_this.dialog) { + return; } + _this.dialog.show( { id : 0 } , function() { + _this.grid.footer.onClick('first'); + }); } - }); - this.layout = this.panel.layout; - - } + }, + xns : Roo.Toolbar, + '|xns' : 'Roo.Toolbar' + }, + { + xtype : 'Button', + cls : 'x-btn-text-icon', + icon : Roo.rootURL + 'images/default/tree/leaf.gif', + text : _this._strings['7dce122004969d56ae2e0245cb754d35'] /* Edit */, + listeners : { + click : function() + { + var s = _this.grid.getSelectionModel().getSelections(); + if (!s.length || (s.length > 1)) { + Roo.MessageBox.alert("Error", s.length ? "Select only one Row" : "Select a Row"); + return; + } + if (!_this.dialog) { + return; + } + _this.dialog.show(s[0].data, function() { + _this.grid.footer.onClick('first'); + }); + + } + }, + xns : Roo.Toolbar, + '|xns' : 'Roo.Toolbar' + }, + { + xtype : 'Separator', + xns : Roo.Toolbar, + '|xns' : 'Roo.Toolbar' + }, + { + xtype : 'TextItem', + text : _this._strings['13348442cc6a27032d2b4aa28b75a5d3'] /* Search */, + xns : Roo.Toolbar, + '|xns' : 'Roo.Toolbar' + }, + { + xtype : 'TextField', + listeners : { + render : function (_self) + { + _this.searchBox = _self; + }, + specialkey : function (_self, e) + { + if(e.getKey() == 13) { + _this.grid.footer.onClick('first'); + } + } + }, + xns : Roo.form, + '|xns' : 'Roo.form' + }, + { + xtype : 'Button', + cls : 'x-btn-icon', + icon : rootURL + '/Pman/templates/images/search.gif', + listeners : { + click : function (_self, e) + { + _this.grid.footer.onClick('first'); + } + }, + xns : Roo.Toolbar, + '|xns' : 'Roo.Toolbar' + }, + { + xtype : 'Button', + cls : 'x-btn-icon', + icon : rootURL + '/Pman/templates/images/edit-clear.gif', + listeners : { + click : function (_self, e) + { + _this.searchBox.setValue(''); + _this.grid.footer.onClick('first'); + } + }, + xns : Roo.Toolbar, + '|xns' : 'Roo.Toolbar' + }, + { + xtype : 'Separator', + xns : Roo.Toolbar, + '|xns' : 'Roo.Toolbar' + }, + { + xtype : 'TextItem', + text : _this._strings['917d465e9a9e8b16a8da50a1ca8156ca'] /* Show: */, + xns : Roo.Toolbar, + '|xns' : 'Roo.Toolbar' + }, + { + xtype : 'Button', + enableToggle : true, + pressed : false, + text : _this._strings['b1c94ca2fbc3e78fc30069c8d0f01680'] /* All */, + toggleGroup : 'pgrp', + listeners : { + toggle : function (_self,st) + { + if (st) { _this.grid.filter = 'P,N,U'; } + _this.grid.footer.onClick('first'); + + } + }, + xns : Roo.Toolbar, + '|xns' : 'Roo.Toolbar' + }, + { + xtype : 'Button', + enableToggle : true, + pressed : true, + text : _this._strings['54e1d44609e3abed11f6e1eb6ae54988'] /* Projects */, + toggleGroup : 'pgrp', + listeners : { + toggle : function (_self,st) + { + if (st) { _this.grid.filter = 'P,U'; } + _this.grid.footer.onClick('first'); + + } + }, + xns : Roo.Toolbar, + '|xns' : 'Roo.Toolbar' + }, + { + xtype : 'Button', + enableToggle : true, + pressed : false, + text : _this._strings['0f111c111475c934057e6f8bb8314d56'] /* Non-Projects */, + toggleGroup : 'pgrp', + listeners : { + toggle : function (_self,st) + { + if (st) { _this.grid.filter = 'N'; } + _this.grid.footer.onClick('first'); + + } + }, + xns : Roo.Toolbar, + '|xns' : 'Roo.Toolbar' + }, + { + xtype : 'Button', + enableToggle : true, + pressed : false, + text : _this._strings['03f4a47830f97377a35321051685071e'] /* Closed */, + toggleGroup : 'pgrp', + listeners : { + toggle : function (_self, st) + { + if (st) { _this.grid.filter = 'X,C'; } + _this.grid.footer.onClick('first'); + + } + }, + xns : Roo.Toolbar, + '|xns' : 'Roo.Toolbar' + } + ] + }, + dataSource : { + xtype : 'Store', + remoteSort : true, + sortInfo : { field : 'code', direction: 'ASC' }, + listeners : { + beforeload : function (_self, o) + { + if (!_this.searchBox) { + return false; + } + o.params = o.params ? o.params : {}; + o.params['query[project_search]'] = _this.searchBox.getValue(); + o.params['query[project_filter]'] = _this.grid.filter; + } + }, + xns : Roo.data, + '|xns' : 'Roo.data', + proxy : { + xtype : 'HttpProxy', + method : 'GET', + url : baseURL + '/Roo/core_project.php', + xns : Roo.data, + '|xns' : 'Roo.data' + }, + reader : { + xtype : 'JsonReader', + fields : [ + { + 'name': 'id', + 'type': 'int' + }, + { + 'name': 'name', + 'type': 'string' + }, + { + 'name': 'remarks', + 'type': 'string' + }, + { + 'name': 'owner_id', + 'type': 'int' + }, + { + 'name': 'code', + 'type': 'string' + }, + { + 'name': 'active', + 'type': 'int' + }, + { + 'name': 'type', + 'type': 'string' + }, + { + 'name': 'client_id', + 'type': 'int' + }, + { + 'name': 'team_id', + 'type': 'int' + }, + { + 'name': 'file_location', + 'type': 'string' + }, + { + 'name': 'open_date', + 'type': 'date', + 'dateFormat': 'Y-m-d' + }, + { + 'name': 'open_by', + 'type': 'int' + }, + { + 'name': 'close_date', + 'type': 'date', + 'dateFormat': 'Y-m-d' + }, + { + 'name': 'countries', + 'type': 'string' + }, + { + 'name': 'languages', + 'type': 'string' + }, + { + 'name': 'agency_id', + 'type': 'int' + }, + { + 'name': 'client_id_code', + 'type': 'string' + }, + { + 'name': 'client_id_name', + 'type': 'string' + }, + { + 'name': 'client_id_remarks', + 'type': 'string' + }, + { + 'name': 'client_id_owner_id', + 'type': 'int' + }, + { + 'name': 'client_id_address', + 'type': 'string' + }, + { + 'name': 'client_id_tel', + 'type': 'string' + }, + { + 'name': 'client_id_fax', + 'type': 'string' + }, + { + 'name': 'client_id_email', + 'type': 'string' + }, + { + 'name': 'client_id_id', + 'type': 'int' + }, + { + 'name': 'client_id_isOwner', + 'type': 'int' + }, + { + 'name': 'client_id_logo_id', + 'type': 'int' + }, + { + 'name': 'client_id_background_color', + 'type': 'string' + }, + { + 'name': 'client_id_comptype', + 'type': 'string' + }, + { + 'name': 'client_id_url', + 'type': 'string' + }, + { + 'name': 'client_id_main_office_id', + 'type': 'int' + }, + { + 'name': 'client_id_created_by', + 'type': 'int' + }, + { + 'name': 'client_id_created_dt', + 'type': 'date' + }, + { + 'name': 'client_id_updated_by', + 'type': 'int' + }, + { + 'name': 'client_id_updated_dt', + 'type': 'date' + }, + { + 'name': 'client_id_passwd', + 'type': 'string' + }, + { + 'name': 'agency_id_code', + 'type': 'string' + }, + { + 'name': 'agency_id_name', + 'type': 'string' + }, + { + 'name': 'agency_id_remarks', + 'type': 'string' + }, + { + 'name': 'agency_id_owner_id', + 'type': 'int' + }, + { + 'name': 'agency_id_address', + 'type': 'string' + }, + { + 'name': 'agency_id_tel', + 'type': 'string' + }, + { + 'name': 'agency_id_fax', + 'type': 'string' + }, + { + 'name': 'agency_id_email', + 'type': 'string' + }, + { + 'name': 'agency_id_id', + 'type': 'int' + }, + { + 'name': 'agency_id_isOwner', + 'type': 'int' + }, + { + 'name': 'agency_id_logo_id', + 'type': 'int' + }, + { + 'name': 'agency_id_background_color', + 'type': 'string' + }, + { + 'name': 'agency_id_comptype', + 'type': 'string' + }, + { + 'name': 'agency_id_url', + 'type': 'string' + }, + { + 'name': 'agency_id_main_office_id', + 'type': 'int' + }, + { + 'name': 'agency_id_created_by', + 'type': 'int' + }, + { + 'name': 'agency_id_created_dt', + 'type': 'date' + }, + { + 'name': 'agency_id_updated_by', + 'type': 'int' + }, + { + 'name': 'agency_id_updated_dt', + 'type': 'date' + }, + { + 'name': 'agency_id_passwd', + 'type': 'string' + }, + { + 'name': 'team_id_id', + 'type': 'int' + }, + { + 'name': 'team_id_name', + 'type': 'string' + }, + { + 'name': 'team_id_type', + 'type': 'int' + }, + { + 'name': 'team_id_leader', + 'type': 'int' + }, + { + 'name': 'open_by_id', + 'type': 'int' + }, + { + 'name': 'open_by_office_id', + 'type': 'int' + }, + { + 'name': 'open_by_name', + 'type': 'string' + }, + { + 'name': 'open_by_phone', + 'type': 'string' + }, + { + 'name': 'open_by_fax', + 'type': 'string' + }, + { + 'name': 'open_by_email', + 'type': 'string' + }, + { + 'name': 'open_by_company_id', + 'type': 'int' + }, + { + 'name': 'open_by_role', + 'type': 'string' + }, + { + 'name': 'open_by_active', + 'type': 'int' + }, + { + 'name': 'open_by_remarks', + 'type': 'string' + }, + { + 'name': 'open_by_passwd', + 'type': 'string' + }, + { + 'name': 'open_by_owner_id', + 'type': 'int' + }, + { + 'name': 'open_by_lang', + 'type': 'string' + }, + { + 'name': 'open_by_no_reset_sent', + 'type': 'int' + }, + { + 'name': 'open_by_action_type', + 'type': 'string' + }, + { + 'name': 'open_by_project_id', + 'type': 'int' + }, + { + 'name': 'owner_id_id', + 'type': 'int' + }, + { + 'name': 'owner_id_office_id', + 'type': 'int' + }, + { + 'name': 'owner_id_name', + 'type': 'string' + }, + { + 'name': 'owner_id_phone', + 'type': 'string' + }, + { + 'name': 'owner_id_fax', + 'type': 'string' + }, + { + 'name': 'owner_id_email', + 'type': 'string' + }, + { + 'name': 'owner_id_company_id', + 'type': 'int' + }, + { + 'name': 'owner_id_role', + 'type': 'string' + }, + { + 'name': 'owner_id_active', + 'type': 'int' + }, + { + 'name': 'owner_id_remarks', + 'type': 'string' + }, + { + 'name': 'owner_id_passwd', + 'type': 'string' + }, + { + 'name': 'owner_id_owner_id', + 'type': 'int' + }, + { + 'name': 'owner_id_lang', + 'type': 'string' + }, + { + 'name': 'owner_id_no_reset_sent', + 'type': 'int' + }, + { + 'name': 'owner_id_action_type', + 'type': 'string' + }, + { + 'name': 'owner_id_project_id', + 'type': 'int' + } + ], + id : 'id', + root : 'data', + totalProperty : 'total', + xns : Roo.data, + '|xns' : 'Roo.data' + } + }, + sm : { + xtype : 'RowSelectionModel', + singleSelect : true, + listeners : { + afterselectionchange : function (_self) + { + // load project members. + } + }, + xns : Roo.grid, + '|xns' : 'Roo.grid' + }, + colModel : [ + { + xtype : 'ColumnModel', + dataIndex : 'type', + header : _this._strings['a1fa27779242b4902f7ae3bdd5c6d508'] /* Type */, + renderer : function(v) { return _this.grid.typeToString(v);}, + sortable : true, + width : 70, + xns : Roo.grid, + '|xns' : 'Roo.grid' + }, + { + xtype : 'ColumnModel', + dataIndex : 'client_id_name', + header : _this._strings['577d7068826de925ea2aec01dbadf5e4'] /* Client */, + renderer : function(v) { return String.format('{0}', v); }, + width : 75, + xns : Roo.grid, + '|xns' : 'Roo.grid' + }, + { + xtype : 'ColumnModel', + dataIndex : 'code', + header : _this._strings['ca0dbad92a874b2f69b549293387925e'] /* Code */, + renderer : function(v) { return String.format('{0}', v); }, + sortable : true, + width : 120, + xns : Roo.grid, + '|xns' : 'Roo.grid' + }, + { + xtype : 'ColumnModel', + dataIndex : 'name', + header : _this._strings['49ee3087348e8d44e1feda1917443987'] /* Name */, + renderer : function(v) { return String.format('{0}', v); }, + sortable : true, + width : 200, + xns : Roo.grid, + '|xns' : 'Roo.grid' + } + ] + } + } + ] + } + }; } });