DataObjects/Core_image_type.php
[Pman.Core] / Pman.Dialog.CorePersonContact.bjs
index a83008d..bc9eba7 100644 (file)
@@ -8,10 +8,10 @@
         {
             "closable": false,
             "collapsible": false,
-            "height": 630,
+            "height": 290,
             "resizable": false,
-            "title": "Edit / Create Person",
-            "width": 500,
+            "title": "Edit / Create Contact Details",
+            "width": 450,
             "xtype": "LayoutDialog",
             "|xns": "Roo",
             "items": [
                             "|url": "baseURL + '/Roo/Person.php'",
                             "items": [
                                 {
-                                    "|xns": "Roo.form",
-                                    "xtype": "ComboBox",
+                                    "listeners": {
+                                        "add": "function (combo)\n{\n\n    Pman.Dialog.Companies.show( {  id: 0 },  function(data) {\n            _this.form.setValues({\n                    company_id_name : data.name,\n                    company_id : data.id\n            });\n    }); \n}"
+                                    },
                                     "allowBlank": "false",
+                                    "displayField": "code",
                                     "editable": "false",
                                     "emptyText": "Select Companies",
+                                    "fieldLabel": "Company",
                                     "forceSelection": true,
+                                    "hiddenName": "company_id",
                                     "listWidth": 400,
                                     "loadingText": "Searching...",
                                     "minChars": 2,
+                                    "name": "company_id_code",
                                     "pageSize": 20,
                                     "qtip": "Select Companies",
+                                    "queryParam": "query[code]",
                                     "selectOnFocus": true,
+                                    "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{code}</b> </div>",
                                     "triggerAction": "all",
                                     "typeAhead": true,
-                                    "width": 300,
-                                    "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{code}</b> </div>",
-                                    "queryParam": "query[code]",
-                                    "fieldLabel": "Company",
                                     "valueField": "id",
-                                    "displayField": "code",
-                                    "hiddenName": "company_id",
-                                    "name": "company_id_code",
+                                    "width": 300,
+                                    "xtype": "ComboBox",
+                                    "|xns": "Roo.form",
                                     "items": [
                                         {
                                             "*prop": "store",
                                     ]
                                 },
                                 {
-                                    "|xns": "Roo.form",
-                                    "xtype": "ComboBox",
+                                    "listeners": {
+                                        "add": "function (combo)\n{\n    var coid = _this.form.findField('company_id').getValue();\n    if (!coid ) {\n    \n         Ext.MessageBox.alert(\"Error\", \"Select An Company First\");\n        return false;\n\n    }\n    Pman.Dialog.Office.show(cfg, function(data) {\n                _this.form.setValues({\n                    office_id_name : data.name,\n                    office_id : data.id\n            });\n        }); \n    \n    \n}",
+                                        "beforequery": "function (combo, query, forceAll, cancel, e)\n{\n        var coid = _this.form.findField('company_id').getValue();\n        if (coid < 1 ) {\n            Ext.MessageBox.alert(\"Error\", \"Select An Company First\");\n            return false;\n        }\n}"
+                                    },
                                     "allowBlank": "false",
+                                    "displayField": "name",
                                     "editable": "false",
                                     "emptyText": "Select Office",
+                                    "fieldLabel": "Office",
                                     "forceSelection": true,
+                                    "hiddenName": "office_id",
                                     "listWidth": 400,
                                     "loadingText": "Searching...",
                                     "minChars": 2,
+                                    "name": "office_id_name",
                                     "pageSize": 20,
                                     "qtip": "Select Office",
+                                    "queryParam": "query[name]",
                                     "selectOnFocus": true,
+                                    "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> </div>",
                                     "triggerAction": "all",
                                     "typeAhead": true,
-                                    "width": 300,
-                                    "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> </div>",
-                                    "queryParam": "query[name]",
-                                    "fieldLabel": "Office",
                                     "valueField": "id",
-                                    "displayField": "name",
-                                    "hiddenName": "office_id",
-                                    "name": "office_id_name",
+                                    "width": 300,
+                                    "xtype": "ComboBox",
+                                    "|xns": "Roo.form",
                                     "items": [
                                         {
+                                            "listeners": {
+                                                "|beforeload": "function (_self, o){\n    o.params = o.params || {};\n    var coid = _this.form.findField('company_id').getValue();\n    o.params.company_id = coid;\n}\n"
+                                            },
                                             "*prop": "store",
-                                            "xtype": "Store",
-                                            "|xns": "Roo.data",
                                             "remoteSort": true,
+                                            "xtype": "Store",
                                             "|sortInfo": "{ direction : 'ASC', field: 'id' }",
-                                            "listeners": {
-                                                "|beforeload": "function (_self, o){\n    o.params = o.params || {};\n    // set more here\n}\n"
-                                            },
+                                            "|xns": "Roo.data",
                                             "items": [
                                                 {
                                                     "*prop": "proxy",
                                     "name": "name",
                                     "width": 300,
                                     "xtype": "TextField",
-                                    "|xns": "Roo.form"
+                                    "|xns": "Roo.form",
+                                    "allowBlank": true,
+                                    "listeners": {}
                                 },
                                 {
                                     "fieldLabel": "Role",
                                     "xtype": "TextField"
                                 },
                                 {
+                                    "allowBlank": false,
                                     "fieldLabel": "Email",
                                     "name": "email",
                                     "width": 200,
-                                    "|xns": "Roo.form",
-                                    "xtype": "TextField"
-                                },
-                                {
-                                    "|xns": "Roo.form",
-                                    "xtype": "ComboBox",
-                                    "allowBlank": "false",
-                                    "editable": "false",
-                                    "emptyText": "Select Person",
-                                    "forceSelection": true,
-                                    "listWidth": 400,
-                                    "loadingText": "Searching...",
-                                    "minChars": 2,
-                                    "pageSize": 20,
-                                    "qtip": "Select Person",
-                                    "selectOnFocus": true,
-                                    "triggerAction": "all",
-                                    "typeAhead": true,
-                                    "width": 300,
-                                    "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> </div>",
-                                    "queryParam": "query[name]",
-                                    "fieldLabel": "Owner",
-                                    "valueField": "id",
-                                    "displayField": "name",
-                                    "hiddenName": "owner_id",
-                                    "name": "owner_id_name",
-                                    "items": [
-                                        {
-                                            "*prop": "store",
-                                            "xtype": "Store",
-                                            "|xns": "Roo.data",
-                                            "remoteSort": true,
-                                            "|sortInfo": "{ direction : 'ASC', field: 'id' }",
-                                            "listeners": {
-                                                "|beforeload": "function (_self, o){\n    o.params = o.params || {};\n    // set more here\n}\n"
-                                            },
-                                            "items": [
-                                                {
-                                                    "*prop": "proxy",
-                                                    "xtype": "HttpProxy",
-                                                    "method": "GET",
-                                                    "|xns": "Roo.data",
-                                                    "|url": "baseURL + '/Roo/Person.php'"
-                                                },
-                                                {
-                                                    "*prop": "reader",
-                                                    "xtype": "JsonReader",
-                                                    "|xns": "Roo.data",
-                                                    "id": "id",
-                                                    "root": "data",
-                                                    "totalProperty": "total",
-                                                    "|fields": "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"name\",\"type\":\"string\"}]"
-                                                }
-                                            ]
-                                        }
-                                    ]
-                                },
-                                {
-                                    "fieldLabel": "Lang",
-                                    "name": "lang",
-                                    "width": 200,
-                                    "|xns": "Roo.form",
-                                    "xtype": "TextField"
-                                },
-                                {
-                                    "fieldLabel": "No reset sent",
-                                    "name": "no_reset_sent",
-                                    "width": 75,
-                                    "|xns": "Roo.form",
-                                    "xtype": "TextField"
-                                },
-                                {
-                                    "fieldLabel": "Action type",
-                                    "name": "action_type",
-                                    "width": 200,
-                                    "|xns": "Roo.form",
-                                    "xtype": "TextField"
-                                },
-                                {
-                                    "|xns": "Roo.form",
-                                    "xtype": "ComboBox",
-                                    "allowBlank": "false",
-                                    "editable": "false",
-                                    "emptyText": "Select Projects",
-                                    "forceSelection": true,
-                                    "listWidth": 400,
-                                    "loadingText": "Searching...",
-                                    "minChars": 2,
-                                    "pageSize": 20,
-                                    "qtip": "Select Projects",
-                                    "selectOnFocus": true,
-                                    "triggerAction": "all",
-                                    "typeAhead": true,
-                                    "width": 300,
-                                    "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> </div>",
-                                    "queryParam": "query[name]",
-                                    "fieldLabel": "Project",
-                                    "valueField": "id",
-                                    "displayField": "name",
-                                    "hiddenName": "project_id",
-                                    "name": "project_id_name",
-                                    "items": [
-                                        {
-                                            "*prop": "store",
-                                            "xtype": "Store",
-                                            "|xns": "Roo.data",
-                                            "remoteSort": true,
-                                            "|sortInfo": "{ direction : 'ASC', field: 'id' }",
-                                            "listeners": {
-                                                "|beforeload": "function (_self, o){\n    o.params = o.params || {};\n    // set more here\n}\n"
-                                            },
-                                            "items": [
-                                                {
-                                                    "*prop": "proxy",
-                                                    "xtype": "HttpProxy",
-                                                    "method": "GET",
-                                                    "|xns": "Roo.data",
-                                                    "|url": "baseURL + '/Roo/Projects.php'"
-                                                },
-                                                {
-                                                    "*prop": "reader",
-                                                    "xtype": "JsonReader",
-                                                    "|xns": "Roo.data",
-                                                    "id": "id",
-                                                    "root": "data",
-                                                    "totalProperty": "total",
-                                                    "|fields": "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"name\",\"type\":\"string\"}]"
-                                                }
-                                            ]
-                                        }
-                                    ]
-                                },
-                                {
-                                    "fieldLabel": "Deleted by",
-                                    "name": "deleted_by",
-                                    "width": 75,
-                                    "|xns": "Roo.form",
-                                    "xtype": "TextField"
-                                },
-                                {
-                                    "fieldLabel": "Deleted dt",
-                                    "name": "deleted_dt",
-                                    "width": 75,
-                                    "|xns": "Roo.form",
-                                    "xtype": "DateField"
+                                    "xtype": "TextField",
+                                    "|xns": "Roo.form"
                                 },
                                 {
                                     "name": "id",