X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=blobdiff_plain;f=Pman.Tab.AdminCompanies.bjs;h=8b1cca5b740fc0d01ee65c94301876b120b0730a;hp=480c0cc9ca2e282d45ba5a4fae2f2cbc1d4c027b;hb=HEAD;hpb=6c39935620c2d23ef8d706d4405f138c33c38254 diff --git a/Pman.Tab.AdminCompanies.bjs b/Pman.Tab.AdminCompanies.bjs index 480c0cc..3293cb7 100644 --- a/Pman.Tab.AdminCompanies.bjs +++ b/Pman.Tab.AdminCompanies.bjs @@ -2,7 +2,7 @@ "name" : "Pman.Tab.AdminCompanies", "parent" : "Pman.Tab.Admin", "title" : "Pman.Tab.AdminCompanies", - "path" : "/home/edward/gitlive/Pman.Admin/Pman.Tab.AdminCompanies.bjs", + "path" : "/home/alan/gitlive/Pman.Admin/Pman.Tab.AdminCompanies.bjs", "permname" : "Admin.Companies", "modOrder" : "030", "strings" : { @@ -12,6 +12,7 @@ "ec211f7c20af43e742bf2570c3cb84f9" : "Add", "fc6f97505d89fe9277965c126744647a" : "No Companies found", "7dce122004969d56ae2e0245cb754d35" : "Edit", + "68be4837f6c739877233e527a996dd00" : "Merge", "155ca6a755e25c15ad7ce45e2f638f10" : "Displaying Companies{0} - {1} of {2}", "f2a6c498fb90ee345d997f888fce3b18" : "Delete", "a1fa27779242b4902f7ae3bdd5c6d508" : "Type", @@ -24,11 +25,13 @@ "items" : [ { "region" : "center", - "xtype" : "NestedLayoutPanel", "title" : "Companies", + "xtype" : "NestedLayoutPanel", "$ xns" : "Roo", + "Boolean background" : true, "items" : [ { + "Object listeners" : "", "xtype" : "BorderLayout", "$ xns" : "Roo", "* prop" : "layout", @@ -50,9 +53,9 @@ "listeners" : { "|activate" : "function() {\n _this.panel = this;\n if (_this.grid) {\n _this.grid.footer.onClick('first');\n }\n}" }, + "fitToframe" : true, "background" : true, "region" : "center", - "fitToframe" : true, "title" : "Companies", "xtype" : "GridPanel", "fitContainer" : true, @@ -61,7 +64,7 @@ "items" : [ { "listeners" : { - "|rowdblclick" : "function (_self, rowIndex, e)\n{\n if (!_this.dialog) return;\n _this.dialog.show( this.getDataSource().getAt(rowIndex).data, function() {\n _this.grid.footer.onClick('first');\n }); \n \n \n}\n", + "|rowdblclick" : "function (_self, rowIndex, e)\n{\n if (!_this.dialog) {\n return;\n }\n _this.dialog.show( this.getDataSource().getAt(rowIndex).data, function() {\n _this.grid.footer.onClick('first');\n }); \n \n \n}\n", "|render" : "function() \n{\n _this.grid = this; \n _this.dialog = Pman.Dialog.Companies;\n if (_this.panel.active) {\n this.footer.onClick('first');\n }\n}", "rowclick" : "function (_self, rowIndex, e)\n{\n try { Pman.Tab.AdminOffice.grid.footer.onClick('refresh'); } catch(e) {}\n}" }, @@ -73,7 +76,7 @@ "items" : [ { "listeners" : { - "beforeload" : "function (_self, o)\n{\n o.params = o.params || {};\n try {\n o.params['query[name]'] = _this.searchBox.getValue();\n } catch(e) { return false; }\n}", + "beforeload" : "function (_self, o)\n{\n o.params = o.params || {};\n try {\n o.params['search[name]'] = _this.searchBox.getValue();\n } catch(e) { return false; }\n}", "load" : "function (_self, records, options)\n{\n try {\n Pman.Tab.AdminOffice.grid.footer.onClick('refresh');\n } catch (e) {}\n}" }, "xtype" : "Store", @@ -86,9 +89,9 @@ "listeners" : { "load" : "function (This, o, arg)\n{\n \n}" }, - "$ url" : "baseURL + '/Roo/Companies.php'", - "xtype" : "HttpProxy", + "$ url" : "baseURL + '/Roo/core_company'", "method" : "GET", + "xtype" : "HttpProxy", "$ xns" : "Roo.data", "* prop" : "proxy" }, @@ -150,7 +153,21 @@ }, { "listeners" : { - "|click" : "function()\n{\n if (!_this.dialog) return;\n _this.dialog.show( { id : 0 } , function() {\n _this.grid.footer.onClick('first');\n }); \n}\n" + "|click" : "function()\n{\n var s = _this.grid.getSelectionModel().getSelections();\n \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 Pman.Dialog.AdminCompanyMerge.show(s[0].data, function() {\n _this.grid.footer.onClick('first');\n }); \n \n}\n" + }, + "text" : "Merge", + "xtype" : "Button", + "cls" : "x-btn-text-icon", + "$ icon" : "Roo.rootURL + 'images/default/tree/leaf.gif'", + "$ xns" : "Roo.Toolbar" + }, + { + "xtype" : "Separator", + "$ xns" : "Roo.Toolbar" + }, + { + "listeners" : { + "|click" : "function()\n{\n if (!_this.dialog) {\n return;\n }\n _this.dialog.show( { id : 0 } , function() {\n _this.grid.footer.onClick('first');\n }); \n}\n" }, "text" : "Add", "xtype" : "Button", @@ -160,7 +177,7 @@ }, { "listeners" : { - "|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 if (!_this.dialog) return;\n _this.dialog.show(s[0].data, function() {\n _this.grid.footer.onClick('first');\n }); \n \n}\n" + "|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 if (!_this.dialog) {\n return;\n }\n _this.dialog.show(s[0].data, function() {\n _this.grid.footer.onClick('first');\n }); \n \n}\n" }, "text" : "Edit", "xtype" : "Button", @@ -170,7 +187,7 @@ }, { "listeners" : { - "|click" : "function()\n{\n Pman.genericDelete(_this, 'Companies'); \n}\n " + "|click" : "function()\n{\n Pman.genericDelete(_this, 'core_company'); \n}\n " }, "text" : "Delete", "xtype" : "Button", @@ -188,7 +205,7 @@ "$ renderer" : "function (v,x ,r) {\n //return Pman.Dialog.Companies.comptypeListToString(r.data.isOwner ? 'OWNER' : v);\n return v;\n}", "$ xns" : "Roo.grid", "* prop" : "colModel[]", - "dataIndex" : "comptype" + "dataIndex" : "comptype_id_display_name" }, { "xtype" : "ColumnModel", @@ -212,8 +229,8 @@ }, { "xtype" : "ColumnModel", - "header" : "Tel", "width" : 100, + "header" : "Tel", "$ renderer" : "function(v) { return String.format('{0}', v); }", "$ xns" : "Roo.grid", "* prop" : "colModel[]", @@ -221,8 +238,8 @@ }, { "xtype" : "ColumnModel", - "header" : "Fax", "width" : 100, + "header" : "Fax", "$ renderer" : "function(v) { return String.format('{0}', v); }", "$ xns" : "Roo.grid", "* prop" : "colModel[]", @@ -250,8 +267,8 @@ }, { "xtype" : "ColumnModel", - "width" : 200, "header" : "Remarks", + "width" : 200, "$ renderer" : "function(v) { return String.format('{0}', v); }", "$ xns" : "Roo.grid", "* prop" : "colModel[]",