Fix #7123 - getting abra ready to test
[Pman.Xtuple] / Pman.Dialog.XtupleBankAccnt.bjs
index 69b9e5e..2870291 100644 (file)
 {
-    "id": "roo-file-320",
-    "name": "Pman.Dialog.XtupleBankAccnt",
-    "parent": "",
-    "title": "",
-    "path": "/home/edward/gitlive/web.xtuple/Pman/Xtuple/Pman.Dialog.XtupleBankAccnt.bjs",
-    "items": [
+ "name" : "Pman.Dialog.XtupleBankAccnt",
+ "parent" : "",
+ "title" : "",
+ "path" : "/home/alan/gitlive/Pman.Xtuple/Pman.Dialog.XtupleBankAccnt.bjs",
+ "permname" : "",
+ "modOrder" : "001",
+ "items" : [
+  {
+   "modal" : true,
+   "collapsible" : false,
+   "title" : "Edit Bank Account",
+   "xtype" : "LayoutDialog",
+   "width" : 400,
+   "$ xns" : "Roo",
+   "closable" : false,
+   "resizable" : false,
+   "height" : 300,
+   "items" : [
+    {
+     "xtype" : "LayoutRegion",
+     "$ xns" : "Roo",
+     "* prop" : "center"
+    },
+    {
+     "region" : "center",
+     "xtype" : "ContentPanel",
+     "$ xns" : "Roo",
+     "items" : [
+      {
+       "listeners" : {
+        "|actioncomplete" : "function(_self,action)\n{\n    if (action.type == 'setdata') {\n    \n        if(_this.data.id){\n            _this.dialog.el.mask(\"Loading\");\n            this.load({ method: 'GET', params: { '_id' : _this.data.id }}); \n            \n        }\n\n       return;\n    }\n    if (action.type == 'load') {\n        _this.dialog.el.unmask();\n        return;\n    }\n    if (action.type =='submit') {\n    \n        _this.dialog.el.unmask();\n        _this.dialog.hide();\n    \n         if (_this.callback) {\n            _this.callback.call(_this, _this.form.getValues());\n         }\n         _this.form.reset();\n         return;\n    }\n}\n",
+        "|rendered" : "function (form)\n{\n    _this.form= form;\n}\n"
+       },
+       "$ url" : "baseURL + '/Roo/Bankaccnt.php'",
+       "xtype" : "Form",
+       "method" : "POST",
+       "style" : "margin:10px;",
+       "$ xns" : "Roo.form",
+       "items" : [
         {
-            "closable": false,
-            "collapsible": false,
-            "height": 500,
-            "modal": true,
-            "resizable": false,
-            "title": "Edit Bank Account",
-            "width": 600,
-            "xtype": "LayoutDialog",
-            "|xns": "Roo",
-            "items": [
-                {
-                    "|xns": "Roo",
-                    "xtype": "LayoutRegion",
-                    "*prop": "center"
-                },
-                {
-                    "region": "center",
-                    "xtype": "ContentPanel",
-                    "|xns": "Roo",
-                    "items": [
-                        {
-                            "listeners": {
-                                "|actioncomplete": "function(_self,action)\n{\n    if (action.type == 'setdata') {\n    \n        if(_this.data.id){\n            _this.dialog.el.mask(\"Loading\");\n            this.load({ method: 'GET', params: { '_id' : _this.data.id }}); \n            \n        }\n\n       return;\n    }\n    if (action.type == 'load') {\n        _this.dialog.el.unmask();\n        return;\n    }\n    if (action.type =='submit') {\n    \n        _this.dialog.el.unmask();\n        _this.dialog.hide();\n    \n         if (_this.callback) {\n            _this.callback.call(_this, _this.form.getValues());\n         }\n         _this.form.reset();\n         return;\n    }\n}\n",
-                                "|rendered": "function (form)\n{\n    _this.form= form;\n}\n"
-                            },
-                            "method": "POST",
-                            "style": "margin:10px;",
-                            "xtype": "Form",
-                            "|url": "baseURL + '/Roo/Bankaccnt.php'",
-                            "|xns": "Roo.form",
-                            "items": [
-                                {
-                                    "allowBlank": false,
-                                    "disabled": true,
-                                    "fieldLabel": "Name",
-                                    "name": "bankaccnt_name",
-                                    "width": 200,
-                                    "xtype": "TextField",
-                                    "|xns": "Roo.form"
-                                },
-                                {
-                                    "fieldLabel": "Type",
-                                    "name": "type",
-                                    "width": 75,
-                                    "|xns": "Roo.form",
-                                    "xtype": "TextField"
-                                },
-                                {
-                                    "name": "bankaccnt_id",
-                                    "xtype": "Hidden",
-                                    "|xns": "Roo.form"
-                                }
-                            ]
-                        }
-                    ]
-                },
-                {
-                    "listeners": {
-                        "click": "function (_self, e)\n{\n    _this.dialog.hide();\n}"
-                    },
-                    "*prop": "buttons[]",
-                    "text": "Cancel",
-                    "xtype": "Button",
-                    "|xns": "Roo"
-                },
-                {
-                    "listeners": {
-                        "click": "function (_self, e)\n{\n   \n    _this.form.doAction(\"submit\");\n\n}"
-                    },
-                    "*prop": "buttons[]",
-                    "text": "Save",
-                    "xtype": "Button",
-                    "|xns": "Roo"
-                }
-            ]
+         "fieldLabel" : "Bank",
+         "emptyText" : "eg. HSBC",
+         "xtype" : "TextField",
+         "allowBlank" : false,
+         "readOnly" : true,
+         "width" : 200,
+         "$ xns" : "Roo.form",
+         "name" : "bankaccnt_bankname"
+        },
+        {
+         "fieldLabel" : "Name",
+         "xtype" : "TextField",
+         "emptyText" : "Automatic",
+         "allowBlank" : true,
+         "readOnly" : true,
+         "width" : 200,
+         "$ xns" : "Roo.form",
+         "name" : "bankaccnt_name"
+        },
+        {
+         "fieldLabel" : "Account No.",
+         "emptyText" : "eg. 1-23-23-23",
+         "xtype" : "TextField",
+         "allowBlank" : false,
+         "readOnly" : true,
+         "width" : 200,
+         "$ xns" : "Roo.form",
+         "name" : "bankaccnt_accntnumber"
+        },
+        {
+         "fieldLabel" : "Description",
+         "xtype" : "TextField",
+         "allowBlank" : false,
+         "width" : 200,
+         "$ xns" : "Roo.form",
+         "name" : "bankaccnt_descrip"
+        },
+        {
+         "xtype" : "Hidden",
+         "$ xns" : "Roo.form",
+         "name" : "bankaccnt_id"
         }
-    ],
-    "permname": "",
-    "modOrder": "001"
+       ]
+      }
+     ]
+    },
+    {
+     "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   \n    _this.form.doAction(\"submit\");\n\n}"
+     },
+     "text" : "Save",
+     "xtype" : "Button",
+     "$ xns" : "Roo",
+     "* prop" : "buttons[]"
+    }
+   ]
+  }
+ ]
 }
\ No newline at end of file