From e00e3085f5749d87b34668d3f2979d0d0738e0c9 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 4 Nov 2016 13:45:23 +0800 Subject: [PATCH] Pman.Dialog.CoreCompanies.bjs Pman.Dialog.CoreCompanies.js --- Pman.Dialog.CoreCompanies.bjs | 520 ++++++++++++------------ Pman.Dialog.CoreCompanies.js | 733 ++++++++++++++++++---------------- 2 files changed, 662 insertions(+), 591 deletions(-) diff --git a/Pman.Dialog.CoreCompanies.bjs b/Pman.Dialog.CoreCompanies.bjs index c26378a5..158ba594 100644 --- a/Pman.Dialog.CoreCompanies.bjs +++ b/Pman.Dialog.CoreCompanies.bjs @@ -1,250 +1,278 @@ { - "name" : "Pman.Dialog.CoreCompanies", - "parent" : "", - "title" : "", - "path" : "/home/alan/gitlive/Pman.Core/Pman.Dialog.CoreCompanies.bjs", - "permname" : "", - "modOrder" : "001", - "items" : [ + "name" : "Pman.Dialog.CoreCompanies", + "parent" : "", + "title" : "", + "path" : "/home/edward/gitlive/Pman.Core/Pman.Dialog.CoreCompanies.bjs", + "permname" : "", + "modOrder" : "001", + "strings" : { + "ce8ae9da5b7cd6c3df2929543a9af92d" : "Email", + "231bc72756b5e6de492aaaa1577f61b1" : "Remarks", + "b33457e7e1cd5dbf1db34a0c60fcb75f" : "Company ID (for filing Ref.)", + "023a5dfa857c4aa0156e6685231a1dbd" : "Select Type", + "8535bcc0f05358a583bb432bbadf7e0d" : "Select type", + "733640ec0c9367df1b4d85eb286ed9ae" : "Enter code", + "8c04eb09879a05470fae436ba76e3bb9" : "Enter Url", + "4ef6052d74436756f08e95fd63949653" : "Enter Company Name", + "c54b90756cfbeff9217293b567cb2eb0" : "Enter remarks", + "1243daf593fa297e07ab03bf06d925af" : "Searching...", + "bcc254b55c4a1babdf1dcb82c207506b" : "Phone", + "cf3a5d25d39613ad5bbc2f5eb0f9b675" : "Enter Fax Number", + "9f86c00615b1a210935ac28ff8ebbb22" : "Enter Email Address", + "e7b47c58815acf1d3afa59a84b5db7fb" : "Company Name", + "ea4788705e6873b424c65e91c2846b19" : "Cancel", + "32c4e9483403d60115b21519178e5384" : "Enter Address", + "b9c49611cfda3259a2b837b39489e650" : "Add Image", + "72b9d3d2e231f1de7a2bd70737f644aa" : "Add / Edit Organization", + "a1fa27779242b4902f7ae3bdd5c6d508" : "Type", + "02a3a357710cc2a5dfdfb74ed012fb59" : "Url", + "dd7bf230fde8d4836917806aff6a6b27" : "Address", + "c9cc8cce247e49bae79f15173ce97354" : "Save", + "bc3a4c40d007b8d610a16312970e5cb3" : "Enter Phone Number", + "9810aa2b9f44401be4bf73188ef2b67d" : "Fax", + "35cb9e66ff801a819684ee0fbeabaeeb" : "Background Colour", + "bc87ef2144ae15ef4f78211e73948051" : "Logo Image" + }, + "items" : [ + { + "modal" : true, + "shadow" : true, + "collapsible" : false, + "title" : "Add / Edit Organization", + "xtype" : "LayoutDialog", + "autoCreate" : true, + "width" : 750, + "$ xns" : "Roo", + "closable" : false, + "height" : 400, + "draggable" : false, + "items" : [ + { + "alwaysShowTabs" : false, + "autoScroll" : false, + "xtype" : "LayoutRegion", + "hideTabs" : true, + "$ xns" : "Roo", + "* prop" : "center", + "closeOnTab" : true, + "titlebar" : false + }, + { + "region" : "center", + "fitToFrame" : true, + "xtype" : "ContentPanel", + "autoCreate" : true, + "$ xns" : "Roo", + "items" : [ + { + "listeners" : { + "actionfailed" : "function(f, act) {\n _this.dialog.el.unmask();\n // error msg???\n Pman.standardActionFailed(f,act);\n \n}", + "actioncomplete" : "function(f, act) {\n _this.dialog.el.unmask();\n //console.log('load completed'); \n // error messages?????\n if(act.type == 'setdata'){\n this.load({ method: 'GET', params: { '_id' : _this.data.id }});\n return;\n }\n \n if (act.type == 'load') {\n _this.data = act.result.data;\n var meth = _this.data.comptype == 'OWNER' ? 'disable' : 'enable';\n \n \n if (_this.form.findField('comptype')) {\n _this.form.findField('comptype')[meth]();\n }\n \n // _this.loaded();\n return;\n }\n \n \n if (act.type == 'submit') { // only submitted here if we are \n _this.dialog.hide();\n \n if (_this.callback) {\n _this.callback.call(this, act.result.data);\n }\n return; \n }\n // unmask?? \n}", + "rendered" : "function (form)\n{\n _this.form = form;\n}" + }, + "$ url" : "baseURL + '/Roo/Companies.php'", + "fileUpload" : true, + "xtype" : "Form", + "labelWidth" : 160, + "$ xns" : "Roo.form", + "items" : [ { - "modal" : true, - "shadow" : true, - "collapsible" : false, - "title" : "Add / Edit Organization", - "xtype" : "LayoutDialog", - "autoCreate" : true, - "width" : 750, - "$ xns" : "Roo", - "closable" : false, - "height" : 400, - "draggable" : false, - "items" : [ - { - "alwaysShowTabs" : false, - "autoScroll" : false, - "xtype" : "LayoutRegion", - "hideTabs" : true, - "$ xns" : "Roo", - "* prop" : "center", - "closeOnTab" : true, - "titlebar" : false - }, - { - "region" : "center", - "fitToFrame" : true, - "xtype" : "ContentPanel", - "autoCreate" : true, - "$ xns" : "Roo", - "items" : [ - { - "listeners" : { - "actionfailed" : "function(f, act) {\n _this.dialog.el.unmask();\n // error msg???\n Pman.standardActionFailed(f,act);\n \n}", - "rendered" : "function (form)\n{\n _this.form = form;\n}", - "actioncomplete" : "function(f, act) {\n _this.dialog.el.unmask();\n //console.log('load completed'); \n // error messages?????\n if(act.type == 'setdata'){\n this.load({ method: 'GET', params: { '_id' : _this.data.id }});\n return;\n }\n \n if (act.type == 'load') {\n _this.data = act.result.data;\n var meth = _this.data.comptype == 'OWNER' ? 'disable' : 'enable';\n \n \n if (_this.form.findField('comptype')) {\n _this.form.findField('comptype')[meth]();\n }\n \n // _this.loaded();\n return;\n }\n \n \n if (act.type == 'submit') { // only submitted here if we are \n _this.dialog.hide();\n \n if (_this.callback) {\n _this.callback.call(this, act.result.data);\n }\n return; \n }\n // unmask?? \n}" - }, - "$ url" : "baseURL + '/Roo/Companies.php'", - "fileUpload" : true, - "xtype" : "Form", - "labelWidth" : 160, - "$ xns" : "Roo.form", - "items" : [ - { - "xtype" : "Column", - "$ xns" : "Roo.form", - "width" : 500, - "items" : [ - { - "fieldLabel" : "Company ID (for filing Ref.)", - "xtype" : "TextField", - "allowBlank" : true, - "width" : 100, - "$ xns" : "Roo.form", - "name" : "code", - "qtip" : "Enter code" - }, - { - "listeners" : { - "render" : "function (_self)\n{\n _this.etypeCombo = _self;\n}" - }, - "alwaysQuery" : true, - "listWidth" : 250, - "triggerAction" : "all", - "fieldLabel" : "Type", - "forceSelection" : true, - "selectOnFocus" : true, - "pageSize" : 20, - "emptyText" : "Select Type", - "displayField" : "display_name", - "hiddenName" : "comptype", - "minChars" : 2, - "valueField" : "name", - "xtype" : "ComboBox", - "typeAhead" : false, - "width" : 200, - "$ xns" : "Roo.form", - "name" : "comptype_display_name", - "qtip" : "Select type", - "queryParam" : "query[name]", - "tpl" : "
{name} : {display_name}
", - "loadingText" : "Searching...", - "items" : [ - { - "listeners" : { - "|beforeload" : "function (_self, o){\n o.params = o.params || {};\n // set more here\n //o.params['query[empty_etype]'] = 1;\n o.params.etype = 'COMPTYPE';\n}\n" - }, - "xtype" : "Store", - "remoteSort" : true, - "$ sortInfo" : "{ direction : 'ASC', field: 'id' }", - "$ xns" : "Roo.data", - "* prop" : "store", - "items" : [ - { - "$ url" : "baseURL + '/Roo/core_enum.php'", - "method" : "GET", - "xtype" : "HttpProxy", - "$ xns" : "Roo.data", - "* prop" : "proxy" - }, - { - "id" : "id", - "root" : "data", - "xtype" : "JsonReader", - "$ fields" : "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"name\",\"type\":\"string\"}]", - "$ xns" : "Roo.data", - "* prop" : "reader", - "totalProperty" : "total" - } - ] - } - ] - }, - { - "fieldLabel" : "Company Name", - "xtype" : "TextField", - "allowBlank" : true, - "width" : 300, - "$ xns" : "Roo.form", - "name" : "name", - "qtip" : "Enter Company Name" - }, - { - "fieldLabel" : "Phone", - "xtype" : "TextField", - "allowBlank" : true, - "width" : 300, - "$ xns" : "Roo.form", - "name" : "tel", - "qtip" : "Enter Phone Number" - }, - { - "fieldLabel" : "Fax", - "xtype" : "TextField", - "allowBlank" : true, - "width" : 300, - "$ xns" : "Roo.form", - "name" : "fax", - "qtip" : "Enter Fax Number" - }, - { - "fieldLabel" : "Email", - "xtype" : "TextField", - "allowBlank" : true, - "width" : 300, - "$ xns" : "Roo.form", - "name" : "email", - "qtip" : "Enter Email Address" - }, - { - "fieldLabel" : "Url", - "xtype" : "TextField", - "allowBlank" : true, - "width" : 300, - "$ xns" : "Roo.form", - "name" : "url", - "qtip" : "Enter Url" - }, - { - "fieldLabel" : "Address", - "xtype" : "TextField", - "allowBlank" : true, - "width" : 300, - "$ xns" : "Roo.form", - "name" : "address", - "qtip" : "Enter Address" - }, - { - "fieldLabel" : "Remarks", - "xtype" : "TextArea", - "allowBlank" : true, - "width" : 300, - "$ xns" : "Roo.form", - "height" : 120, - "name" : "remarks", - "qtip" : "Enter remarks" - } - ] - }, - { - "labelAlign" : "top", - "xtype" : "Column", - "width" : 200, - "$ xns" : "Roo.form", - "items" : [ - { - "fieldLabel" : "Background Colour", - "xtype" : "ColorField", - "$ xns" : "Roo.form", - "name" : "background_color" - }, - { - "fieldLabel" : "Logo Image", - "style" : "border: 1px solid #ccc;", - "xtype" : "DisplayField", - "$ valueRenderer" : "function(v) {\n //var vp = v ? v : 'Companies:' + _this.data.id + ':-LOGO';\n if (!v) {\n return \"No Image Available\" + '
';\n }\n return String.format('', \n baseURL + '/Images/Thumb/150x150/' + v + '/logo.jpg',\n baseURL + '/Images/'+v+'/logo.jpg' // fixme - put escaped company name..\n );\n}", - "icon" : "rootURL + 'images/default/dd/drop-add.gif'", - "width" : 170, - "$ xns" : "Roo.form", - "height" : 170, - "name" : "logo_id" - }, - { - "listeners" : { - "click" : "function (_self, e)\n{\n var _t = _this.form.findField('logo_id');\n \n Pman.Dialog.Image.show({\n onid :_this.data.id,\n ontable : 'Companies',\n imgtype : 'LOGO'\n }, function(data) {\n if (data) {\n _t.setValue(data.id);\n }\n \n });\n}" - }, - "text" : "Add Image", - "xtype" : "Button", - "$ xns" : "Roo" - } - ] - }, - { - "xtype" : "Hidden", - "$ xns" : "Roo.form", - "name" : "id" - } - ] - } - ] - }, - { - "listeners" : { - "click" : "function (_self, e)\n{\n _this.dialog.hide();\n}" - }, - "text" : "Cancel", - "xtype" : "Button", - "$ xns" : "Roo", - "* prop" : "buttons[]" - }, - { - "listeners" : { - "click" : "function (_self, e)\n{\n // do some checks?\n \n \n _this.dialog.el.mask(\"Saving\");\n _this.form.doAction(\"submit\");\n\n}" - }, - "text" : "Save", - "xtype" : "Button", - "$ xns" : "Roo", - "* prop" : "buttons[]" - } - ] + "xtype" : "Column", + "width" : 500, + "$ xns" : "Roo.form", + "items" : [ + { + "fieldLabel" : "Company ID (for filing Ref.)", + "xtype" : "TextField", + "allowBlank" : true, + "width" : 100, + "$ xns" : "Roo.form", + "name" : "code", + "qtip" : "Enter code" + }, + { + "listeners" : { + "render" : "function (_self)\n{\n _this.etypeCombo = _self;\n}" + }, + "alwaysQuery" : true, + "listWidth" : 250, + "triggerAction" : "all", + "fieldLabel" : "Type", + "forceSelection" : true, + "selectOnFocus" : true, + "pageSize" : 20, + "emptyText" : "Select Type", + "displayField" : "display_name", + "hiddenName" : "comptype", + "minChars" : 2, + "valueField" : "name", + "xtype" : "ComboBox", + "typeAhead" : false, + "width" : 200, + "$ xns" : "Roo.form", + "name" : "comptype_display_name", + "qtip" : "Select type", + "queryParam" : "query[name]", + "tpl" : "
{name} : {display_name}
", + "loadingText" : "Searching...", + "items" : [ + { + "listeners" : { + "|beforeload" : "function (_self, o){\n o.params = o.params || {};\n // set more here\n //o.params['query[empty_etype]'] = 1;\n o.params.etype = 'COMPTYPE';\n}\n" + }, + "xtype" : "Store", + "remoteSort" : true, + "$ sortInfo" : "{ direction : 'ASC', field: 'id' }", + "$ xns" : "Roo.data", + "* prop" : "store", + "items" : [ + { + "$ url" : "baseURL + '/Roo/core_enum.php'", + "xtype" : "HttpProxy", + "method" : "GET", + "$ xns" : "Roo.data", + "* prop" : "proxy" + }, + { + "id" : "id", + "root" : "data", + "xtype" : "JsonReader", + "$ fields" : "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"name\",\"type\":\"string\"}]", + "$ xns" : "Roo.data", + "* prop" : "reader", + "totalProperty" : "total" + } + ] + } + ] + }, + { + "fieldLabel" : "Company Name", + "xtype" : "TextField", + "allowBlank" : true, + "width" : 300, + "$ xns" : "Roo.form", + "name" : "name", + "qtip" : "Enter Company Name" + }, + { + "fieldLabel" : "Phone", + "xtype" : "TextField", + "allowBlank" : true, + "width" : 300, + "$ xns" : "Roo.form", + "name" : "tel", + "qtip" : "Enter Phone Number" + }, + { + "fieldLabel" : "Fax", + "xtype" : "TextField", + "allowBlank" : true, + "width" : 300, + "$ xns" : "Roo.form", + "name" : "fax", + "qtip" : "Enter Fax Number" + }, + { + "fieldLabel" : "Email", + "xtype" : "TextField", + "allowBlank" : true, + "width" : 300, + "$ xns" : "Roo.form", + "name" : "email", + "qtip" : "Enter Email Address" + }, + { + "fieldLabel" : "Url", + "xtype" : "TextField", + "allowBlank" : true, + "width" : 300, + "$ xns" : "Roo.form", + "name" : "url", + "qtip" : "Enter Url" + }, + { + "fieldLabel" : "Address", + "xtype" : "TextField", + "allowBlank" : true, + "width" : 300, + "$ xns" : "Roo.form", + "name" : "address", + "qtip" : "Enter Address" + }, + { + "fieldLabel" : "Remarks", + "xtype" : "TextArea", + "allowBlank" : true, + "width" : 300, + "$ xns" : "Roo.form", + "height" : 120, + "name" : "remarks", + "qtip" : "Enter remarks" + } + ] + }, + { + "labelAlign" : "top", + "xtype" : "Column", + "width" : 200, + "$ xns" : "Roo.form", + "items" : [ + { + "fieldLabel" : "Background Colour", + "xtype" : "ColorField", + "$ xns" : "Roo.form", + "name" : "background_color" + }, + { + "fieldLabel" : "Logo Image", + "xtype" : "DisplayField", + "style" : "border: 1px solid #ccc;", + "$ valueRenderer" : "function(v) {\n //var vp = v ? v : 'Companies:' + _this.data.id + ':-LOGO';\n if (!v) {\n return \"No Image Available\" + '
';\n }\n return String.format('', \n baseURL + '/Images/Thumb/150x150/' + v + '/logo.jpg',\n baseURL + '/Images/'+v+'/logo.jpg' // fixme - put escaped company name..\n );\n}", + "icon" : "rootURL + 'images/default/dd/drop-add.gif'", + "width" : 170, + "$ xns" : "Roo.form", + "height" : 170, + "name" : "logo_id" + }, + { + "listeners" : { + "click" : "function (_self, e)\n{\n var _t = _this.form.findField('logo_id');\n \n Pman.Dialog.Image.show({\n onid :_this.data.id,\n ontable : 'Companies',\n imgtype : 'LOGO'\n }, function(data) {\n if (data) {\n _t.setValue(data.id);\n }\n \n });\n}" + }, + "text" : "Add Image", + "xtype" : "Button", + "$ xns" : "Roo" + } + ] + }, + { + "xtype" : "Hidden", + "$ xns" : "Roo.form", + "name" : "id" } - ] + ] + } + ] + }, + { + "listeners" : { + "click" : "function (_self, e)\n{\n _this.dialog.hide();\n}" + }, + "text" : "Cancel", + "xtype" : "Button", + "$ xns" : "Roo", + "* prop" : "buttons[]" + }, + { + "listeners" : { + "click" : "function (_self, e)\n{\n // do some checks?\n \n \n \n _this.dialog.el.mask(\"Saving\");\n _this.form.doAction(\"submit\");\n\n}" + }, + "text" : "Save", + "xtype" : "Button", + "$ xns" : "Roo", + "* prop" : "buttons[]" + } + ] + } + ] } \ No newline at end of file diff --git a/Pman.Dialog.CoreCompanies.js b/Pman.Dialog.CoreCompanies.js index 855ba9ed..d2a2891e 100644 --- a/Pman.Dialog.CoreCompanies.js +++ b/Pman.Dialog.CoreCompanies.js @@ -2,357 +2,400 @@ // Auto generated file - created by app.Builder.js- do not edit directly (at present!) -Pman.Dialog.CoreCompanies = { - - dialog : false, - callback: false, - - show : function(data, cb) - { - if (!this.dialog) { - this.create(); - } - - this.callback = cb; - this.data = data; - this.dialog.show(this.data._el); - if (this.form) { - this.form.reset(); - this.form.setValues(data); - this.form.fireEvent('actioncomplete', this.form, { type: 'setdata', data: data }); - } - - }, - - create : function() - { - var _this = this; - this.dialog = Roo.factory({ - center : { - alwaysShowTabs : false, - autoScroll : false, - xtype : 'LayoutRegion', - hideTabs : true, - xns : Roo, - closeOnTab : true, - titlebar : false - }, - modal : true, - shadow : true, - collapsible : false, - title : "Add / Edit Organization", - xtype : 'LayoutDialog', - autoCreate : true, - width : 750, - xns : Roo, - closable : false, - height : 400, - draggable : false, - buttons : [ - { - text : "Cancel", - xtype : 'Button', - xns : Roo, - listeners : { - click : function (_self, e) - { - _this.dialog.hide(); - } - } - }, -{ - text : "Save", - xtype : 'Button', - xns : Roo, - listeners : { - click : function (_self, e) - { - // do some checks? - - - _this.dialog.el.mask("Saving"); - _this.form.doAction("submit"); - - } - } - } - ], - items : [ - { - region : 'center', - fitToFrame : true, - xtype : 'ContentPanel', - autoCreate : true, - xns : Roo, - items : [ - { - url : baseURL + '/Roo/Companies.php', - fileUpload : true, - xtype : 'Form', - labelWidth : 160, - xns : Roo.form, - listeners : { - actionfailed : function(f, act) { - _this.dialog.el.unmask(); - // error msg??? - Pman.standardActionFailed(f,act); - - }, - rendered : function (form) - { - _this.form = form; - }, - actioncomplete : function(f, act) { - _this.dialog.el.unmask(); - //console.log('load completed'); - // error messages????? - if(act.type == 'setdata'){ - this.load({ method: 'GET', params: { '_id' : _this.data.id }}); - return; - } - - if (act.type == 'load') { - _this.data = act.result.data; - var meth = _this.data.comptype == 'OWNER' ? 'disable' : 'enable'; - - - if (_this.form.findField('comptype')) { - _this.form.findField('comptype')[meth](); - } - - // _this.loaded(); - return; - } - - - if (act.type == 'submit') { // only submitted here if we are - _this.dialog.hide(); - - if (_this.callback) { - _this.callback.call(this, act.result.data); - } - return; - } - // unmask?? - } - }, - items : [ - { - xtype : 'Column', - xns : Roo.form, - width : 500, - items : [ - { - fieldLabel : 'Company ID (for filing Ref.)', - xtype : 'TextField', - allowBlank : true, - width : 100, - xns : Roo.form, - name : 'code', - qtip : "Enter code" - }, - { - store : { - proxy : { - url : baseURL + '/Roo/core_enum.php', - method : 'GET', - xtype : 'HttpProxy', - xns : Roo.data - }, - reader : { - id : 'id', - root : 'data', - xtype : 'JsonReader', - fields : [{"name":"id","type":"int"},{"name":"name","type":"string"}], - xns : Roo.data, - totalProperty : 'total' - }, - xtype : 'Store', - remoteSort : true, - sortInfo : { direction : 'ASC', field: 'id' }, - xns : Roo.data, - listeners : { - beforeload : function (_self, o){ - o.params = o.params || {}; - // set more here - //o.params['query[empty_etype]'] = 1; - o.params.etype = 'COMPTYPE'; - } - }, - items : [ +Roo.namespace('Pman.Dialog'); - ] - - }, - alwaysQuery : true, - listWidth : 250, - triggerAction : 'all', - fieldLabel : 'Type', - forceSelection : true, - selectOnFocus : true, - pageSize : 20, - emptyText : "Select Type", - displayField : 'display_name', - hiddenName : 'comptype', - minChars : 2, - valueField : 'name', - xtype : 'ComboBox', - typeAhead : false, - width : 200, - xns : Roo.form, - name : 'comptype_display_name', - qtip : "Select type", - queryParam : 'query[name]', - tpl : '
{name} : {display_name}
', - loadingText : "Searching...", - listeners : { - render : function (_self) - { - _this.etypeCombo = _self; - } - }, - items : [ +Pman.Dialog.CoreCompanies = { - ] + _strings : { + 'ce8ae9da5b7cd6c3df2929543a9af92d' :"Email", + '231bc72756b5e6de492aaaa1577f61b1' :"Remarks", + 'b33457e7e1cd5dbf1db34a0c60fcb75f' :"Company ID (for filing Ref.)", + '023a5dfa857c4aa0156e6685231a1dbd' :"Select Type", + '8535bcc0f05358a583bb432bbadf7e0d' :"Select type", + '733640ec0c9367df1b4d85eb286ed9ae' :"Enter code", + '8c04eb09879a05470fae436ba76e3bb9' :"Enter Url", + '4ef6052d74436756f08e95fd63949653' :"Enter Company Name", + 'c54b90756cfbeff9217293b567cb2eb0' :"Enter remarks", + '1243daf593fa297e07ab03bf06d925af' :"Searching...", + 'bcc254b55c4a1babdf1dcb82c207506b' :"Phone", + 'cf3a5d25d39613ad5bbc2f5eb0f9b675' :"Enter Fax Number", + '9f86c00615b1a210935ac28ff8ebbb22' :"Enter Email Address", + 'e7b47c58815acf1d3afa59a84b5db7fb' :"Company Name", + 'ea4788705e6873b424c65e91c2846b19' :"Cancel", + '32c4e9483403d60115b21519178e5384' :"Enter Address", + 'b9c49611cfda3259a2b837b39489e650' :"Add Image", + '72b9d3d2e231f1de7a2bd70737f644aa' :"Add / Edit Organization", + 'a1fa27779242b4902f7ae3bdd5c6d508' :"Type", + '02a3a357710cc2a5dfdfb74ed012fb59' :"Url", + 'dd7bf230fde8d4836917806aff6a6b27' :"Address", + 'c9cc8cce247e49bae79f15173ce97354' :"Save", + 'bc3a4c40d007b8d610a16312970e5cb3' :"Enter Phone Number", + '9810aa2b9f44401be4bf73188ef2b67d' :"Fax", + '35cb9e66ff801a819684ee0fbeabaeeb' :"Background Colour", + 'bc87ef2144ae15ef4f78211e73948051' :"Logo Image" + }, - }, - { - fieldLabel : 'Company Name', - xtype : 'TextField', - allowBlank : true, - width : 300, - xns : Roo.form, - name : 'name', - qtip : "Enter Company Name" - }, - { - fieldLabel : 'Phone', - xtype : 'TextField', - allowBlank : true, - width : 300, - xns : Roo.form, - name : 'tel', - qtip : "Enter Phone Number" - }, - { - fieldLabel : 'Fax', - xtype : 'TextField', - allowBlank : true, - width : 300, - xns : Roo.form, - name : 'fax', - qtip : "Enter Fax Number" - }, - { - fieldLabel : 'Email', - xtype : 'TextField', - allowBlank : true, - width : 300, - xns : Roo.form, - name : 'email', - qtip : "Enter Email Address" - }, - { - fieldLabel : 'Url', - xtype : 'TextField', - allowBlank : true, - width : 300, - xns : Roo.form, - name : 'url', - qtip : "Enter Url" - }, - { - fieldLabel : 'Address', - xtype : 'TextField', - allowBlank : true, - width : 300, - xns : Roo.form, - name : 'address', - qtip : "Enter Address" - }, - { - fieldLabel : 'Remarks', - xtype : 'TextArea', - allowBlank : true, - width : 300, - xns : Roo.form, - height : 120, - name : 'remarks', - qtip : "Enter remarks" - } - ] + dialog : false, + callback: false, - }, - { - labelAlign : 'top', - xtype : 'Column', - width : 200, - xns : Roo.form, - items : [ - { - fieldLabel : 'Background Colour', - xtype : 'ColorField', - xns : Roo.form, - name : 'background_color' - }, - { - fieldLabel : 'Logo Image', - style : 'border: 1px solid #ccc;', - xtype : 'DisplayField', - valueRenderer : function(v) { - //var vp = v ? v : 'Companies:' + _this.data.id + ':-LOGO'; - if (!v) { - return "No Image Available" + '
'; - } - return String.format('', - baseURL + '/Images/Thumb/150x150/' + v + '/logo.jpg', - baseURL + '/Images/'+v+'/logo.jpg' // fixme - put escaped company name.. - ); - }, - icon : 'rootURL + \'images/default/dd/drop-add.gif\'', - width : 170, - xns : Roo.form, - height : 170, - name : 'logo_id' - }, - { - text : "Add Image", - xtype : 'Button', - xns : Roo, - listeners : { - click : function (_self, e) - { - var _t = _this.form.findField('logo_id'); - - Pman.Dialog.Image.show({ - onid :_this.data.id, - ontable : 'Companies', - imgtype : 'LOGO' - }, function(data) { - if (data) { - _t.setValue(data.id); - } - - }); - } - } - } - ] + show : function(data, cb) + { + if (!this.dialog) { + this.create(); + } - }, - { - xtype : 'Hidden', - xns : Roo.form, - name : 'id' - } - ] + this.callback = cb; + this.data = data; + this.dialog.show(this.data._el); + if (this.form) { + this.form.reset(); + this.form.setValues(data); + this.form.fireEvent('actioncomplete', this.form, { type: 'setdata', data: data }); + } - } - ] + }, + create : function() + { + var _this = this; + this.dialog = Roo.factory({ + xtype : 'LayoutDialog', + autoCreate : true, + closable : false, + collapsible : false, + draggable : false, + height : 400, + modal : true, + shadow : true, + title : _this._strings['72b9d3d2e231f1de7a2bd70737f644aa'] /* Add / Edit Organization */, + width : 750, + xns : Roo, + '|xns' : 'Roo', + center : { + xtype : 'LayoutRegion', + alwaysShowTabs : false, + autoScroll : false, + closeOnTab : true, + hideTabs : true, + titlebar : false, + xns : Roo, + '|xns' : 'Roo' + }, + buttons : [ + { + xtype : 'Button', + text : _this._strings['ea4788705e6873b424c65e91c2846b19'] /* Cancel */, + listeners : { + click : function (_self, e) + { + _this.dialog.hide(); + } + }, + xns : Roo, + '|xns' : 'Roo' + }, + { + xtype : 'Button', + text : _this._strings['c9cc8cce247e49bae79f15173ce97354'] /* Save */, + listeners : { + click : function (_self, e) + { + // do some checks? + + + + _this.dialog.el.mask("Saving"); + _this.form.doAction("submit"); + + } + }, + xns : Roo, + '|xns' : 'Roo' + } + ], + items : [ + { + xtype : 'ContentPanel', + autoCreate : true, + fitToFrame : true, + region : 'center', + xns : Roo, + '|xns' : 'Roo', + items : [ + { + xtype : 'Form', + fileUpload : true, + labelWidth : 160, + url : baseURL + '/Roo/Companies.php', + listeners : { + actioncomplete : function(f, act) { + _this.dialog.el.unmask(); + //console.log('load completed'); + // error messages????? + if(act.type == 'setdata'){ + this.load({ method: 'GET', params: { '_id' : _this.data.id }}); + return; + } + + if (act.type == 'load') { + _this.data = act.result.data; + var meth = _this.data.comptype == 'OWNER' ? 'disable' : 'enable'; + + + if (_this.form.findField('comptype')) { + _this.form.findField('comptype')[meth](); + } + + // _this.loaded(); + return; + } + + + if (act.type == 'submit') { // only submitted here if we are + _this.dialog.hide(); + + if (_this.callback) { + _this.callback.call(this, act.result.data); + } + return; + } + // unmask?? + }, + actionfailed : function(f, act) { + _this.dialog.el.unmask(); + // error msg??? + Pman.standardActionFailed(f,act); + + }, + rendered : function (form) + { + _this.form = form; + } + }, + xns : Roo.form, + '|xns' : 'Roo.form', + items : [ + { + xtype : 'Column', + width : 500, + xns : Roo.form, + '|xns' : 'Roo.form', + items : [ + { + xtype : 'TextField', + allowBlank : true, + fieldLabel : _this._strings['b33457e7e1cd5dbf1db34a0c60fcb75f'] /* Company ID (for filing Ref.) */, + name : 'code', + qtip : _this._strings['733640ec0c9367df1b4d85eb286ed9ae'] /* Enter code */, + width : 100, + xns : Roo.form, + '|xns' : 'Roo.form' + }, + { + xtype : 'ComboBox', + alwaysQuery : true, + displayField : 'display_name', + emptyText : _this._strings['023a5dfa857c4aa0156e6685231a1dbd'] /* Select Type */, + fieldLabel : _this._strings['a1fa27779242b4902f7ae3bdd5c6d508'] /* Type */, + forceSelection : true, + hiddenName : 'comptype', + listWidth : 250, + loadingText : _this._strings['1243daf593fa297e07ab03bf06d925af'] /* Searching... */, + minChars : 2, + name : 'comptype_display_name', + pageSize : 20, + qtip : _this._strings['8535bcc0f05358a583bb432bbadf7e0d'] /* Select type */, + queryParam : 'query[name]', + selectOnFocus : true, + tpl : '
{name} : {display_name}
', + triggerAction : 'all', + typeAhead : false, + valueField : 'name', + width : 200, + listeners : { + render : function (_self) + { + _this.etypeCombo = _self; + } + }, + xns : Roo.form, + '|xns' : 'Roo.form', + store : { + xtype : 'Store', + remoteSort : true, + sortInfo : { direction : 'ASC', field: 'id' }, + listeners : { + beforeload : function (_self, o){ + o.params = o.params || {}; + // set more here + //o.params['query[empty_etype]'] = 1; + o.params.etype = 'COMPTYPE'; + } + }, + xns : Roo.data, + '|xns' : 'Roo.data', + proxy : { + xtype : 'HttpProxy', + method : 'GET', + url : baseURL + '/Roo/core_enum.php', + xns : Roo.data, + '|xns' : 'Roo.data' + }, + reader : { + xtype : 'JsonReader', + fields : [{"name":"id","type":"int"},{"name":"name","type":"string"}], + id : 'id', + root : 'data', + totalProperty : 'total', + xns : Roo.data, + '|xns' : 'Roo.data' + } + } + }, + { + xtype : 'TextField', + allowBlank : true, + fieldLabel : _this._strings['e7b47c58815acf1d3afa59a84b5db7fb'] /* Company Name */, + name : 'name', + qtip : _this._strings['4ef6052d74436756f08e95fd63949653'] /* Enter Company Name */, + width : 300, + xns : Roo.form, + '|xns' : 'Roo.form' + }, + { + xtype : 'TextField', + allowBlank : true, + fieldLabel : _this._strings['bcc254b55c4a1babdf1dcb82c207506b'] /* Phone */, + name : 'tel', + qtip : _this._strings['bc3a4c40d007b8d610a16312970e5cb3'] /* Enter Phone Number */, + width : 300, + xns : Roo.form, + '|xns' : 'Roo.form' + }, + { + xtype : 'TextField', + allowBlank : true, + fieldLabel : _this._strings['9810aa2b9f44401be4bf73188ef2b67d'] /* Fax */, + name : 'fax', + qtip : _this._strings['cf3a5d25d39613ad5bbc2f5eb0f9b675'] /* Enter Fax Number */, + width : 300, + xns : Roo.form, + '|xns' : 'Roo.form' + }, + { + xtype : 'TextField', + allowBlank : true, + fieldLabel : _this._strings['ce8ae9da5b7cd6c3df2929543a9af92d'] /* Email */, + name : 'email', + qtip : _this._strings['9f86c00615b1a210935ac28ff8ebbb22'] /* Enter Email Address */, + width : 300, + xns : Roo.form, + '|xns' : 'Roo.form' + }, + { + xtype : 'TextField', + allowBlank : true, + fieldLabel : _this._strings['02a3a357710cc2a5dfdfb74ed012fb59'] /* Url */, + name : 'url', + qtip : _this._strings['8c04eb09879a05470fae436ba76e3bb9'] /* Enter Url */, + width : 300, + xns : Roo.form, + '|xns' : 'Roo.form' + }, + { + xtype : 'TextField', + allowBlank : true, + fieldLabel : _this._strings['dd7bf230fde8d4836917806aff6a6b27'] /* Address */, + name : 'address', + qtip : _this._strings['32c4e9483403d60115b21519178e5384'] /* Enter Address */, + width : 300, + xns : Roo.form, + '|xns' : 'Roo.form' + }, + { + xtype : 'TextArea', + allowBlank : true, + fieldLabel : _this._strings['231bc72756b5e6de492aaaa1577f61b1'] /* Remarks */, + height : 120, + name : 'remarks', + qtip : _this._strings['c54b90756cfbeff9217293b567cb2eb0'] /* Enter remarks */, + width : 300, + xns : Roo.form, + '|xns' : 'Roo.form' + } + ] + }, + { + xtype : 'Column', + labelAlign : 'top', + width : 200, + xns : Roo.form, + '|xns' : 'Roo.form', + items : [ + { + xtype : 'ColorField', + fieldLabel : _this._strings['35cb9e66ff801a819684ee0fbeabaeeb'] /* Background Colour */, + name : 'background_color', + xns : Roo.form, + '|xns' : 'Roo.form' + }, + { + xtype : 'DisplayField', + fieldLabel : _this._strings['bc87ef2144ae15ef4f78211e73948051'] /* Logo Image */, + height : 170, + icon : 'rootURL + \'images/default/dd/drop-add.gif\'', + name : 'logo_id', + style : 'border: 1px solid #ccc;', + valueRenderer : function(v) { + //var vp = v ? v : 'Companies:' + _this.data.id + ':-LOGO'; + if (!v) { + return "No Image Available" + '
'; } - ] - - }); - } + return String.format('', + baseURL + '/Images/Thumb/150x150/' + v + '/logo.jpg', + baseURL + '/Images/'+v+'/logo.jpg' // fixme - put escaped company name.. + ); + }, + width : 170, + xns : Roo.form, + '|xns' : 'Roo.form' + }, + { + xtype : 'Button', + text : _this._strings['b9c49611cfda3259a2b837b39489e650'] /* Add Image */, + listeners : { + click : function (_self, e) + { + var _t = _this.form.findField('logo_id'); + + Pman.Dialog.Image.show({ + onid :_this.data.id, + ontable : 'Companies', + imgtype : 'LOGO' + }, function(data) { + if (data) { + _t.setValue(data.id); + } + + }); + } + }, + xns : Roo, + '|xns' : 'Roo' + } + ] + }, + { + xtype : 'Hidden', + name : 'id', + xns : Roo.form, + '|xns' : 'Roo.form' + } + ] + } + ] + } + ] + }); + } }; -- 2.39.2