Pman.Dialog.XtupleItem.bjs
[Pman.Xtuple] / Pman.Dialog.XtupleItem.bjs
1 {
2     "name" : "Pman.Dialog.XtupleItem",
3     "parent" : "",
4     "title" : "",
5     "path" : "/home/edward/gitlive/web.xtuple/Pman/Xtuple/Pman.Dialog.XtupleItem.bjs",
6     "permname" : "",
7     "modOrder" : "001",
8     "items" : [
9         {
10             "listeners" : {
11                 "show" : "function (_self)\n{\n     _this.dialog.layout.getRegion('center').showPanel(0);\n}"
12             },
13             "modal" : true,
14             "collapsible" : false,
15             "title" : "Edit / Create item",
16             "xtype" : "LayoutDialog",
17             "width" : 800,
18             "$ xns" : "Roo",
19             "closable" : false,
20             "resizable" : false,
21             "height" : 550,
22             "items" : [
23                 {
24                     "alwaysShowTabs" : true,
25                     "xtype" : "LayoutRegion",
26                     "tabPosition" : "top",
27                     "$ xns" : "Roo",
28                     "* prop" : "center"
29                 },
30                 {
31                     "region" : "center",
32                     "title" : "Detail",
33                     "xtype" : "ContentPanel",
34                     "$ xns" : "Roo",
35                     "items" : [
36                         {
37                             "listeners" : {
38                                 "|actioncomplete" : "function(_self,action)\n{\n    if (action.type == 'setdata') {\n       _this.form.findField('item_number').el.dom.readOnly = true;\n       _this.form.findField('item_type').disabled = true; \n       \n       if(_this.data.item_id * 1 > 0){\n            \n            this.load({ \n                method: 'GET', \n                params: {\n                     '_id' : _this.data.item_id,\n                     '_with_itemsite' : 1,\n                     '_with_itemcost' : 1,\n                     '_with_prodcat' : 1 ,\n                     '_with_salesaccnt' : 1 \n                }\n            });\n            return;\n       }\n       // if it's new..\n       _this.form.findField('item_number').el.dom.readOnly = false;\n       _this.form.findField('item_type').disabled = false; \n       _this.form.findField('item_salesaccnt').setValue('');\n       \n       return;\n    }\n    if (action.type == 'load') {\n       _this.form.findField('item_type').showHide();\n        return;\n    }\n    if (action.type =='submit') {\n    \n        var id = _this.form.findField('item_id').getValue() * 1;\n        if (id < 1) {\n        \n            this.load({ \n                method: 'GET', \n                params: {\n                     '_id' : action.result.data.item_id,\n                     '_with_itemsite' : 1,\n                     '_with_itemcost' : 1,\n                     '_with_prodcat' : 1 ,\n                     '_with_salesaccnt' : 1 \n                }\n            });\n            return;\n        }\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",
39                                 "|rendered" : "function (form)\n{\n    _this.form= form;\n}\n"
40                             },
41                             "$ url" : "baseURL + '/Roo/item.php'",
42                             "method" : "POST",
43                             "style" : "margin:10px;",
44                             "xtype" : "Form",
45                             "labelWidth" : 120,
46                             "$ xns" : "Roo.form",
47                             "items" : [
48                                 {
49                                     "fieldLabel" : "SKU",
50                                     "xtype" : "TextField",
51                                     "allowBlank" : false,
52                                     "width" : 200,
53                                     "$ xns" : "Roo.form",
54                                     "name" : "item_number"
55                                 },
56                                 {
57                                     "fieldLabel" : "Description",
58                                     "xtype" : "TextField",
59                                     "width" : 400,
60                                     "$ xns" : "Roo.form",
61                                     "name" : "item_descrip1"
62                                 },
63                                 {
64                                     "fieldLabel" : "Description (2)",
65                                     "xtype" : "TextField",
66                                     "width" : 400,
67                                     "$ xns" : "Roo.form",
68                                     "name" : "item_descrip2"
69                                 },
70                                 {
71                                     "xtype" : "Column",
72                                     "labelWidth" : 120,
73                                     "$ xns" : "Roo.form",
74                                     "items" : [
75                                         {
76                                             "listeners" : {
77                                                 "beforeselect" : "function (combo, record, index)\n{\n    (function() { combo.showHide(); }).defer(100);\n}"
78                                             },
79                                             "listWidth" : 200,
80                                             "triggerAction" : "all",
81                                             "fieldLabel" : "Type",
82                                             "displayField" : "fname",
83                                             "emptyText" : "Select Type",
84                                             "hiddenName" : "item_type",
85                                             "valueField" : "ftype",
86                                             "xtype" : "ComboBox",
87                                             "allowBlank" : false,
88                                             "$ showHide" : "function() {\n\n    var it = this.getValue();\n    \n    var options = [ \n        'item_itemcost_id_itemcost_curr_id',\n        'item_itemcost_id_itemcost_actcost',\n        'item_itemsite_id_itemsite_reorderlevel',\n        'item_itemsite_id_itemsite_leadtime',\n        'item_itemsite_id_itemsite_location_id',\n        'item_itemsite_id_itemsite_loccntrl',\n        'item_itemsite_id_itemsite_stocked',\n        'item_itemsite_id_itemsite_perishable',\n        \n        'item_itemsite_id_itemsite_safetystock',\n        'item_itemsite_id_itemsite_controlmethod',\n        'item_itemsite_id_itemsite_plancode_id',\n        'item_itemsite_id_itemsite_costcat_id',\n        'item_itemsite_id_itemsite_active',\n        'item_itemsite_id_itemsite_sold'\n        \n    ];\n    \n    var r_req = [ \n        'item_listprice'\n    ];\n    \n    var state = true;\n    \n    _this.standardCostFieldSet.show();\n    _this.itemsiteFieldSet.show();\n    _this.form.findField('_update_related').setValue(1);\n    \n    switch(it) {\n        case 'K':\n            state = false;\n\n            _this.form.findField('item_listprice').allowBlank = false;\n            _this.form.findField('item_listprice').actionMode = 'fieldEl';\n            _this.form.findField('item_listprice').hideMode = 'display';\n            _this.form.findField('item_listprice').show();\n                        \n            break;\n            \n        case 'R': // refrence\n            options = options.concat(r_req);\n            state = false;\n            _this.standardCostFieldSet.hide();\n            break;\n            \n        case 'P': // purchased..\n            options = options.concat(r_req);\n            // must have\n            break;\n    }\n    \n    Roo.each(options, function(n) {\n        var ff = _this.form.findField(n);\n        ff.allowBlank = !state;\n        ff.actionMode = 'fieldEl';\n        ff.hideMode = 'display';\n        state ? ff.show() : ff.hide(); \n        \n    });\n    \n    \n    if(!state){\n        _this.standardCostFieldSet.hide();\n        _this.itemsiteFieldSet.hide();\n        _this.form.findField('_update_related').setValue(0);\n    }\n    \n  \n           \n}\n",
89                                             "editable" : false,
90                                             "width" : 200,
91                                             "$ xns" : "Roo.form",
92                                             "mode" : "local",
93                                             "name" : "item_type_name",
94                                             "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{fname}</b> </div>",
95                                             "items" : [
96                                                 {
97                                                     "xtype" : "SimpleStore",
98                                                     "$ data" : "[ \n    [ 'P', \"Purchased (eg. a standard product)\"],\n    [ 'R' , \"Reference (Non-Product)\"],\n    [ 'K', \"Kit (made up of products)\"]  \n]\n",
99                                                     "$ fields" : "[  'ftype', 'fname']",
100                                                     "$ xns" : "Roo.data",
101                                                     "* prop" : "store"
102                                                 }
103                                             ]
104                                         },
105                                         {
106                                             "listWidth" : 400,
107                                             "triggerAction" : "all",
108                                             "fieldLabel" : "Class",
109                                             "forceSelection" : true,
110                                             "selectOnFocus" : true,
111                                             "pageSize" : 20,
112                                             "displayField" : "classcode_code",
113                                             "emptyText" : "Select classcode",
114                                             "hiddenName" : "item_classcode_id",
115                                             "minChars" : 2,
116                                             "valueField" : "classcode_id",
117                                             "xtype" : "ComboBox",
118                                             "allowBlank" : false,
119                                             "typeAhead" : true,
120                                             "editable" : false,
121                                             "width" : 200,
122                                             "$ xns" : "Roo.form",
123                                             "name" : "item_classcode_id_classcode_code",
124                                             "qtip" : "Select classcode",
125                                             "queryParam" : "",
126                                             "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{classcode_code}</b> </div>",
127                                             "loadingText" : "Searching...",
128                                             "items" : [
129                                                 {
130                                                     "listeners" : {
131                                                         "|beforeload" : "function (_self, o){\n    o.params = o.params || {};\n    // set more here\n}\n"
132                                                     },
133                                                     "xtype" : "Store",
134                                                     "remoteSort" : true,
135                                                     "$ sortInfo" : "{ direction : 'ASC', field: 'id' }",
136                                                     "$ xns" : "Roo.data",
137                                                     "* prop" : "store",
138                                                     "items" : [
139                                                         {
140                                                             "$ url" : "baseURL + '/Roo/classcode.php'",
141                                                             "xtype" : "HttpProxy",
142                                                             "method" : "GET",
143                                                             "$ xns" : "Roo.data",
144                                                             "* prop" : "proxy"
145                                                         },
146                                                         {
147                                                             "id" : "id",
148                                                             "root" : "data",
149                                                             "xtype" : "JsonReader",
150                                                             "$ xns" : "Roo.data",
151                                                             "$ fields" : "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"classcode_code\",\"type\":\"string\"}]",
152                                                             "* prop" : "reader",
153                                                             "totalProperty" : "total"
154                                                         }
155                                                     ]
156                                                 }
157                                             ]
158                                         },
159                                         {
160                                             "fieldLabel" : "Weight",
161                                             "xtype" : "NumberField",
162                                             "allowBlank" : false,
163                                             "allowDecimals" : true,
164                                             "decimalPrecision" : 2,
165                                             "width" : 200,
166                                             "$ xns" : "Roo.form",
167                                             "name" : "item_prodweight"
168                                         },
169                                         {
170                                             "fieldLabel" : "Item comments",
171                                             "xtype" : "TextArea",
172                                             "width" : 200,
173                                             "$ xns" : "Roo.form",
174                                             "name" : "item_comments",
175                                             "height" : 100
176                                         },
177                                         {
178                                             "fieldLabel" : "Item sold",
179                                             "inputValue" : true,
180                                             "xtype" : "Checkbox",
181                                             "valueOff" : 0,
182                                             "width" : 75,
183                                             "$ xns" : "Roo.form",
184                                             "name" : "item_sold"
185                                         },
186                                         {
187                                             "fieldLabel" : "Item active",
188                                             "inputValue" : true,
189                                             "xtype" : "Checkbox",
190                                             "valueOff" : 0,
191                                             "width" : 75,
192                                             "$ xns" : "Roo.form",
193                                             "name" : "item_active"
194                                         },
195                                         {
196                                             "listeners" : {
197                                                 "add" : "function (combo)\n{\n    Pman.Dialog.XtupleProdcat.show({prodcat_id : 0});\n}",
198                                                 "edit" : "function (combo, record)\n{\n    var s = _this.form.findField('item_prodcat_id').getValue() * 1;\n    if(s < 1){\n        Roo.MessageBox.alert('Error','Please select a account assignment');\n        return;\n    }\n    Pman.Dialog.XtupleProdcat.show({prodcat_id : s});\n}"
199                                             },
200                                             "alwaysQuery" : true,
201                                             "listWidth" : 400,
202                                             "triggerAction" : "all",
203                                             "fieldLabel" : "Product Category",
204                                             "forceSelection" : true,
205                                             "selectOnFocus" : true,
206                                             "pageSize" : 20,
207                                             "displayField" : "prodcat_code",
208                                             "emptyText" : "Select Category",
209                                             "hiddenName" : "item_prodcat_id",
210                                             "minChars" : 2,
211                                             "valueField" : "prodcat_id",
212                                             "xtype" : "ComboBox",
213                                             "allowBlank" : false,
214                                             "typeAhead" : true,
215                                             "editable" : false,
216                                             "width" : 200,
217                                             "$ xns" : "Roo.form",
218                                             "name" : "item_prodcat_id_prodcat_code",
219                                             "qtip" : "Select prodcat",
220                                             "queryParam" : "",
221                                             "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{prodcat_code}</b> </div>",
222                                             "loadingText" : "Searching...",
223                                             "items" : [
224                                                 {
225                                                     "listeners" : {
226                                                         "|beforeload" : "function (_self, o){\n    o.params = o.params || {};\n    // set more here\n}\n"
227                                                     },
228                                                     "xtype" : "Store",
229                                                     "remoteSort" : true,
230                                                     "$ xns" : "Roo.data",
231                                                     "$ sortInfo" : "{ direction : 'ASC', field: 'id' }",
232                                                     "* prop" : "store",
233                                                     "items" : [
234                                                         {
235                                                             "$ url" : "baseURL + '/Roo/prodcat.php'",
236                                                             "xtype" : "HttpProxy",
237                                                             "method" : "GET",
238                                                             "$ xns" : "Roo.data",
239                                                             "* prop" : "proxy"
240                                                         },
241                                                         {
242                                                             "id" : "id",
243                                                             "root" : "data",
244                                                             "xtype" : "JsonReader",
245                                                             "$ xns" : "Roo.data",
246                                                             "$ fields" : "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"prodcat_code\",\"type\":\"string\"}]",
247                                                             "* prop" : "reader",
248                                                             "totalProperty" : "total"
249                                                         }
250                                                     ]
251                                                 }
252                                             ]
253                                         },
254                                         {
255                                             "fieldLabel" : "Sales Account",
256                                             "xtype" : "DisplayField",
257                                             "$ xns" : "Roo.form",
258                                             "name" : "item_salesaccnt"
259                                         },
260                                         {
261                                             "fieldLabel" : "Item listprice",
262                                             "xtype" : "NumberField",
263                                             "width" : 200,
264                                             "$ xns" : "Roo.form",
265                                             "name" : "item_listprice"
266                                         },
267                                         {
268                                             "listeners" : {
269                                                 "render" : "function (_self)\n{\n    _this.standardCostFieldSet = _self;\n}"
270                                             },
271                                             "style" : "width:320px",
272                                             "xtype" : "FieldSet",
273                                             "legend" : "Standard Cost",
274                                             "$ xns" : "Roo.form",
275                                             "items" : [
276                                                 {
277                                                     "listWidth" : 400,
278                                                     "triggerAction" : "all",
279                                                     "fieldLabel" : "Currency",
280                                                     "forceSelection" : true,
281                                                     "selectOnFocus" : true,
282                                                     "pageSize" : 20,
283                                                     "displayField" : "curr_name",
284                                                     "emptyText" : "Select Currency",
285                                                     "hiddenName" : "item_itemcost_id_itemcost_curr_id",
286                                                     "minChars" : 2,
287                                                     "valueField" : "curr_id",
288                                                     "xtype" : "ComboBox",
289                                                     "allowBlank" : false,
290                                                     "typeAhead" : true,
291                                                     "editable" : false,
292                                                     "width" : 200,
293                                                     "$ xns" : "Roo.form",
294                                                     "name" : "curr_name",
295                                                     "qtip" : "Select Currency",
296                                                     "queryParam" : "query[curr_name]",
297                                                     "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{curr_name}</b> </div>",
298                                                     "loadingText" : "Searching...",
299                                                     "items" : [
300                                                         {
301                                                             "listeners" : {
302                                                                 "|beforeload" : "function (_self, o){\n    o.params = o.params || {};\n    // set more here\n   \n}\n"
303                                                             },
304                                                             "xtype" : "Store",
305                                                             "remoteSort" : true,
306                                                             "$ sortInfo" : "{ direction : 'ASC', field: 'curr_symbol' }",
307                                                             "$ xns" : "Roo.data",
308                                                             "* prop" : "store",
309                                                             "items" : [
310                                                                 {
311                                                                     "$ url" : "baseURL + '/Roo/curr_symbol.php'",
312                                                                     "xtype" : "HttpProxy",
313                                                                     "method" : "GET",
314                                                                     "$ xns" : "Roo.data",
315                                                                     "* prop" : "proxy"
316                                                                 },
317                                                                 {
318                                                                     "id" : "curr_id",
319                                                                     "root" : "data",
320                                                                     "xtype" : "JsonReader",
321                                                                     "$ xns" : "Roo.data",
322                                                                     "$ fields" : "[{\"name\":\"curr_id\",\"type\":\"int\"},\"curr_symbol\"]",
323                                                                     "* prop" : "reader",
324                                                                     "totalProperty" : "total"
325                                                                 }
326                                                             ]
327                                                         }
328                                                     ]
329                                                 },
330                                                 {
331                                                     "fieldLabel" : "Value",
332                                                     "xtype" : "NumberField",
333                                                     "allowBlank" : false,
334                                                     "width" : 200,
335                                                     "$ xns" : "Roo.form",
336                                                     "name" : "item_itemcost_id_itemcost_actcost"
337                                                 }
338                                             ]
339                                         }
340                                     ]
341                                 },
342                                 {
343                                     "xtype" : "Column",
344                                     "$ xns" : "Roo.form",
345                                     "items" : [
346                                         {
347                                             "listeners" : {
348                                                 "render" : "function (_self)\n{\n    _this.itemsiteFieldSet = _self;\n}"
349                                             },
350                                             "xtype" : "FieldSet",
351                                             "legend" : "Itemsite Settings",
352                                             "$ xns" : "Roo.form",
353                                             "String/Object/Function style" : "width:335px;",
354                                             "Number labelWidth" : 120,
355                                             "items" : [
356                                                 {
357                                                     "fieldLabel" : "Reorder Level",
358                                                     "xtype" : "NumberField",
359                                                     "allowBlank" : false,
360                                                     "width" : 200,
361                                                     "$ xns" : "Roo.form",
362                                                     "name" : "item_itemsite_id_itemsite_reorderlevel"
363                                                 },
364                                                 {
365                                                     "fieldLabel" : "Stock Safety Level",
366                                                     "xtype" : "NumberField",
367                                                     "allowBlank" : false,
368                                                     "width" : 200,
369                                                     "$ xns" : "Roo.form",
370                                                     "name" : "item_itemsite_id_itemsite_safetystock"
371                                                 },
372                                                 {
373                                                     "fieldLabel" : "Lead time (Days)",
374                                                     "xtype" : "NumberField",
375                                                     "allowBlank" : false,
376                                                     "width" : 200,
377                                                     "$ xns" : "Roo.form",
378                                                     "name" : "item_itemsite_id_itemsite_leadtime"
379                                                 },
380                                                 {
381                                                     "listWidth" : 200,
382                                                     "triggerAction" : "all",
383                                                     "fieldLabel" : "Control Method",
384                                                     "displayField" : "fname",
385                                                     "hiddenName" : "item_itemsite_id_itemsite_controlmethod",
386                                                     "valueField" : "ftype",
387                                                     "xtype" : "ComboBox",
388                                                     "allowBlank" : false,
389                                                     "editable" : false,
390                                                     "width" : 200,
391                                                     "$ xns" : "Roo.form",
392                                                     "mode" : "local",
393                                                     "name" : "item_itemsite_id_itemsite_controlmethod_name",
394                                                     "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{fname}</b> </div>",
395                                                     "items" : [
396                                                         {
397                                                             "xtype" : "SimpleStore",
398                                                             "$ data" : "[ \n    [ 'N', \"None\"],\n    [ 'R' , \"Regular\"]\n]\n",
399                                                             "$ fields" : "[  'ftype', 'fname']",
400                                                             "$ xns" : "Roo.data",
401                                                             "* prop" : "store"
402                                                         }
403                                                     ]
404                                                 },
405                                                 {
406                                                     "listWidth" : 400,
407                                                     "triggerAction" : "all",
408                                                     "fieldLabel" : "Planner Code",
409                                                     "forceSelection" : true,
410                                                     "selectOnFocus" : true,
411                                                     "pageSize" : 20,
412                                                     "displayField" : "plancode_name",
413                                                     "emptyText" : "Select plancode",
414                                                     "hiddenName" : "item_itemsite_id_itemsite_plancode_id",
415                                                     "minChars" : 2,
416                                                     "valueField" : "plancode_id",
417                                                     "xtype" : "ComboBox",
418                                                     "allowBlank" : false,
419                                                     "typeAhead" : true,
420                                                     "editable" : false,
421                                                     "width" : 200,
422                                                     "$ xns" : "Roo.form",
423                                                     "name" : "plancode_name",
424                                                     "qtip" : "Select plancode",
425                                                     "queryParam" : "",
426                                                     "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{plancode_name}</b> </div>",
427                                                     "loadingText" : "Searching...",
428                                                     "items" : [
429                                                         {
430                                                             "listeners" : {
431                                                                 "|beforeload" : "function (_self, o){\n    o.params = o.params || {};\n    // set more here\n}\n"
432                                                             },
433                                                             "xtype" : "Store",
434                                                             "remoteSort" : true,
435                                                             "$ xns" : "Roo.data",
436                                                             "$ sortInfo" : "{ direction : 'ASC', field: 'id' }",
437                                                             "* prop" : "store",
438                                                             "items" : [
439                                                                 {
440                                                                     "$ url" : "baseURL + '/Roo/plancode.php'",
441                                                                     "xtype" : "HttpProxy",
442                                                                     "method" : "GET",
443                                                                     "$ xns" : "Roo.data",
444                                                                     "* prop" : "proxy"
445                                                                 },
446                                                                 {
447                                                                     "id" : "id",
448                                                                     "root" : "data",
449                                                                     "xtype" : "JsonReader",
450                                                                     "$ xns" : "Roo.data",
451                                                                     "$ fields" : "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"plancode_code\",\"type\":\"string\"}]",
452                                                                     "* prop" : "reader",
453                                                                     "totalProperty" : "total"
454                                                                 }
455                                                             ]
456                                                         }
457                                                     ]
458                                                 },
459                                                 {
460                                                     "listWidth" : 400,
461                                                     "triggerAction" : "all",
462                                                     "fieldLabel" : "Costcat",
463                                                     "forceSelection" : true,
464                                                     "selectOnFocus" : true,
465                                                     "pageSize" : 20,
466                                                     "displayField" : "costcat_code",
467                                                     "emptyText" : "Select costcat",
468                                                     "hiddenName" : "item_itemsite_id_itemsite_costcat_id",
469                                                     "minChars" : 2,
470                                                     "valueField" : "costcat_id",
471                                                     "xtype" : "ComboBox",
472                                                     "allowBlank" : false,
473                                                     "typeAhead" : true,
474                                                     "editable" : false,
475                                                     "width" : 200,
476                                                     "$ xns" : "Roo.form",
477                                                     "name" : "costcat_code",
478                                                     "qtip" : "Select costcat",
479                                                     "queryParam" : "",
480                                                     "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{costcat_code}</b> </div>",
481                                                     "loadingText" : "Searching...",
482                                                     "items" : [
483                                                         {
484                                                             "listeners" : {
485                                                                 "|beforeload" : "function (_self, o){\n    o.params = o.params || {};\n    // set more here\n}\n"
486                                                             },
487                                                             "xtype" : "Store",
488                                                             "remoteSort" : true,
489                                                             "$ xns" : "Roo.data",
490                                                             "$ sortInfo" : "{ direction : 'ASC', field: 'id' }",
491                                                             "* prop" : "store",
492                                                             "items" : [
493                                                                 {
494                                                                     "$ url" : "baseURL + '/Roo/costcat.php'",
495                                                                     "xtype" : "HttpProxy",
496                                                                     "method" : "GET",
497                                                                     "$ xns" : "Roo.data",
498                                                                     "* prop" : "proxy"
499                                                                 },
500                                                                 {
501                                                                     "id" : "id",
502                                                                     "root" : "data",
503                                                                     "xtype" : "JsonReader",
504                                                                     "$ xns" : "Roo.data",
505                                                                     "$ fields" : "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"costcat_code\",\"type\":\"string\"}]",
506                                                                     "* prop" : "reader",
507                                                                     "totalProperty" : "total"
508                                                                 }
509                                                             ]
510                                                         }
511                                                     ]
512                                                 },
513                                                 {
514                                                     "fieldLabel" : "Active",
515                                                     "inputValue" : true,
516                                                     "xtype" : "Checkbox",
517                                                     "valueOff" : 0,
518                                                     "width" : 75,
519                                                     "$ xns" : "Roo.form",
520                                                     "name" : "item_itemsite_id_itemsite_active"
521                                                 },
522                                                 {
523                                                     "fieldLabel" : "Sold",
524                                                     "inputValue" : true,
525                                                     "xtype" : "Checkbox",
526                                                     "valueOff" : 0,
527                                                     "width" : 75,
528                                                     "$ xns" : "Roo.form",
529                                                     "name" : "item_itemsite_id_itemsite_sold"
530                                                 },
531                                                 {
532                                                     "fieldLabel" : "Stocked",
533                                                     "inputValue" : true,
534                                                     "xtype" : "Checkbox",
535                                                     "valueOff" : 0,
536                                                     "width" : 75,
537                                                     "$ xns" : "Roo.form",
538                                                     "name" : "item_itemsite_id_itemsite_stocked"
539                                                 },
540                                                 {
541                                                     "fieldLabel" : "Perishable",
542                                                     "inputValue" : true,
543                                                     "xtype" : "Checkbox",
544                                                     "valueOff" : 0,
545                                                     "width" : 75,
546                                                     "$ xns" : "Roo.form",
547                                                     "name" : "item_itemsite_id_itemsite_perishable"
548                                                 },
549                                                 {
550                                                     "fieldLabel" : "Multi Location",
551                                                     "inputValue" : true,
552                                                     "xtype" : "Checkbox",
553                                                     "valueOff" : 0,
554                                                     "width" : 100,
555                                                     "$ xns" : "Roo.form",
556                                                     "name" : "item_itemsite_id_itemsite_loccntrl"
557                                                 },
558                                                 {
559                                                     "listWidth" : 400,
560                                                     "triggerAction" : "all",
561                                                     "fieldLabel" : "Default Location",
562                                                     "forceSelection" : true,
563                                                     "selectOnFocus" : true,
564                                                     "pageSize" : 200,
565                                                     "displayField" : "location_name",
566                                                     "emptyText" : "Default Location",
567                                                     "hiddenName" : "item_itemsite_id_itemsite_location_id",
568                                                     "minChars" : 2,
569                                                     "valueField" : "location_id",
570                                                     "xtype" : "ComboBox",
571                                                     "allowBlank" : false,
572                                                     "typeAhead" : false,
573                                                     "editable" : true,
574                                                     "width" : 200,
575                                                     "$ xns" : "Roo.form",
576                                                     "name" : "location_name",
577                                                     "qtip" : "Select terms",
578                                                     "queryParam" : "query[location_name]",
579                                                     "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{location_name}</b> </div>",
580                                                     "loadingText" : "Searching...",
581                                                     "items" : [
582                                                         {
583                                                             "listeners" : {
584                                                                 "|beforeload" : "function (_self, o){\n    o.params = o.params || {};\n    // set more here\n     o.params.location_netable = 1;\n     o.params._notinternalcompany = 1;\n     o.params.location_restrict = 0;\n}\n"
585                                                             },
586                                                             "xtype" : "Store",
587                                                             "remoteSort" : true,
588                                                             "$ sortInfo" : "{ direction : 'ASC', field: 'location_name' }",
589                                                             "$ xns" : "Roo.data",
590                                                             "* prop" : "store",
591                                                             "items" : [
592                                                                 {
593                                                                     "$ url" : "baseURL + '/Roo/location.php'",
594                                                                     "method" : "GET",
595                                                                     "xtype" : "HttpProxy",
596                                                                     "$ xns" : "Roo.data",
597                                                                     "* prop" : "proxy"
598                                                                 },
599                                                                 {
600                                                                     "id" : "location_id",
601                                                                     "root" : "data",
602                                                                     "xtype" : "JsonReader",
603                                                                     "$ fields" : "[{\"name\":\"location_id\",\"type\":\"int\"},\"location_name\"]",
604                                                                     "$ xns" : "Roo.data",
605                                                                     "* prop" : "reader",
606                                                                     "totalProperty" : "total"
607                                                                 }
608                                                             ]
609                                                         }
610                                                     ]
611                                                 }
612                                             ]
613                                         }
614                                     ]
615                                 },
616                                 {
617                                     "xtype" : "Hidden",
618                                     "$ xns" : "Roo.form",
619                                     "width" : 75,
620                                     "name" : "item_id"
621                                 },
622                                 {
623                                     "value" : 1,
624                                     "xtype" : "Hidden",
625                                     "width" : 75,
626                                     "$ xns" : "Roo.form",
627                                     "name" : "_update_related"
628                                 }
629                             ]
630                         }
631                     ]
632                 },
633                 {
634                     "listeners" : {
635                         "|activate" : "function() {\n    _this.lpanel = this;\n    \n    try { if (MODULE.isBuilder) {\n        return;\n    } } catch(e) { }\n    \n    var id = _this.form.findField('item_id').getValue() * 1;\n    if (id < 1) {\n        Roo.MessageBox.alert(\"Save First\", \"Save the item first, before adding parts\");\n        _this.dialog.layout.getRegion('center').showPanel(0);\n        return;\n    }\n    \n    var type = _this.form.findField('item_type').getValue();\n    \n    if(!type.length || type != 'K'){\n        Roo.MessageBox.alert(\"Error\", \"Can't add parts to non-kit item\");\n        _this.dialog.layout.getRegion('center').showPanel(0);\n        return;\n    }\n    \n    if (_this.partsgrid) {\n        _this.partsgrid.footer.onClick('first');\n    \n     }\n}"
636                     },
637                     "background" : true,
638                     "region" : "center",
639                     "fitToframe" : true,
640                     "title" : "Item Parts",
641                     "xtype" : "GridPanel",
642                     "fitContainer" : true,
643                     "$ xns" : "Roo",
644                     "tableName" : "bomitem",
645                     "items" : [
646                         {
647                             "listeners" : {
648                                 "beforeedit" : "function (e)\n{\n    if(e.field != 'ipshead_ipsitem_price'){\n        return false;\n    }\n    \n}",
649                                 "|render" : "function() \n{\n    _this.partsgrid = this; \n    //_this.dialog = Pman.Dialog.FILL_IN\n    if (_this.partspanel.active) {\n       this.footer.onClick('first');\n    }\n}",
650                                 "afteredit" : "function (e)\n{\n    if(e.originalValue == e.value){\n        return false;\n    }\n    return false;\n    \n    \n    var id = _this.form.findField('item_id').getValue() * 1;\n    if(id < 1){\n        return false;\n    }\n    \n    new Pman.Request({\n        method : 'POST',\n        url : baseURL + '/Roo/ipsiteminfo',\n        mask : 'Saving',\n        params : {\n            ipsitem_ipshead_id : e.record.data.ipshead_id,\n            ipsitem_item_id : id,\n            ipsitem_price : e.record.data.ipshead_ipsitem_price,\n            ipsitem_id : e.record.data.ipshead_ipsitem_id\n        }\n    \n    });\n        \n         \n        \n        \n}"
651                             },
652                             "autoExpandColumn" : "bomitem_item_id_item_descrip1",
653                             "xtype" : "EditorGrid",
654                             "loadMask" : true,
655                             "clicksToEdit" : 1,
656                             "$ xns" : "Roo.grid",
657                             "* prop" : "grid",
658                             "items" : [
659                                 {
660                                     "xtype" : "Toolbar",
661                                     "$ xns" : "Roo",
662                                     "* prop" : "toolbar",
663                                     "items" : [
664                                         {
665                                             "listeners" : {
666                                                 "render" : "function (_self)\n{\n    _this.partsBox = _self;\n}",
667                                                 "select" : "function (combo, record, index)\n{\n    Roo.log('record');\n    Roo.log(record);\n   /* var event_id = _this.form.findField('id').getValue() * 1;\n    \n    if(typeof(record) == 'undefined' || !record || record.data.id * 1 < 1 || event_id < 1){\n        return;\n    }\n    \n    var err = false;\n\n    _this.fgrid.ds.each(function(d){\n        if(record.data.id == d.data.interest_id){\n            err = true;\n        }\n    });\n\n    if(err){\n        Roo.MessageBox.alert('Error', record.data.display_name + ' already exists!');\n        _this.focusBox.reset();\n        return;\n    }\n    \n    new Pman.Request({\n        url : baseURL + '/Roo/cal_event_focus.php',\n        method : 'POST',\n        params : {\n            cal_event_id : event_id,\n            interest_id : record.data.id\n        }, \n        success : function(res) {\n            _this.focusBox.reset();\n            _this.fgrid.footer.onClick('first');\n        }\n    }); */\n}"
668                                             },
669                                             "alwaysQuery" : true,
670                                             "triggerAction" : "all",
671                                             "fieldLabel" : "Item",
672                                             "forceSelection" : true,
673                                             "selectOnFocus" : true,
674                                             "pageSize" : 20,
675                                             "displayField" : "name",
676                                             "emptyText" : "Select item",
677                                             "minChars" : 2,
678                                             "valueField" : "id",
679                                             "xtype" : "ComboBox",
680                                             "allowBlank" : true,
681                                             "typeAhead" : true,
682                                             "editable" : true,
683                                             "width" : 200,
684                                             "$ xns" : "Roo.bootstrap",
685                                             "qtip" : "Select item",
686                                             "queryParam" : "query[search]",
687                                             "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{item_name}</b> </div>",
688                                             "loadingText" : "Searching...",
689                                             "items" : [
690                                                 {
691                                                     "listeners" : {
692                                                         "|beforeload" : "function (_self, o){\n    o.params = o.params || {};\n    \n    o.params.etype = 'crm_interest';\n    o.params.active = 1;\n}\n"
693                                                     },
694                                                     "xtype" : "Store",
695                                                     "remoteSort" : true,
696                                                     "$ sortInfo" : "{ direction : 'ASC', field: 'name' }",
697                                                     "$ xns" : "Roo.data",
698                                                     "* prop" : "store",
699                                                     "items" : [
700                                                         {
701                                                             "$ url" : "baseURL + '/Roo/Core_enum.php'",
702                                                             "method" : "GET",
703                                                             "xtype" : "HttpProxy",
704                                                             "$ xns" : "Roo.data",
705                                                             "* prop" : "proxy"
706                                                         },
707                                                         {
708                                                             "id" : "id",
709                                                             "root" : "data",
710                                                             "xtype" : "JsonReader",
711                                                             "$ fields" : "[\n    {\"name\":\"id\",\"type\":\"int\"},\n    {\"name\":\"name\",\"type\":\"string\"},\n    {\"name\":\"display_name\",\"type\":\"string\"}\n]",
712                                                             "$ xns" : "Roo.data",
713                                                             "* prop" : "reader",
714                                                             "totalProperty" : "total"
715                                                         }
716                                                     ]
717                                                 }
718                                             ]
719                                         },
720                                         {
721                                             "xtype" : "Separator",
722                                             "$ xns" : "Roo.Toolbar"
723                                         },
724                                         {
725                                             "listeners" : {
726                                                 "|click" : "function()\n{\n   Pman.Dialog.CoreEnum.show( {id : 0, etype : 'crm_interest'}, function(res){\n        _this.focusBox.setFromData(res);\n        var record = {};\n        \n        record.data = res;\n        \n        _this.focusBox.fireEvent('select', _this.focusBox, record);\n        \n   }); \n}"
727                                             },
728                                             "text" : "Add",
729                                             "xtype" : "Button",
730                                             "cls" : "x-btn-text-icon",
731                                             "$ icon" : "Roo.rootURL + 'images/default/dd/drop-add.gif'",
732                                             "$ xns" : "Roo"
733                                         },
734                                         {
735                                             "xtype" : "Fill",
736                                             "$ xns" : "Roo.Toolbar"
737                                         },
738                                         {
739                                             "listeners" : {
740                                                 "|click" : "function ()\n{\n    var sel = _this.fgrid.getSelectionModel().getSelections();\n    \n    if(!sel || !sel.length){\n        Roo.MessageBox.alert(\"Error\", \"Please select interests from below list\");\n        return;\n    }\n    \n    Roo.log(sel);\n            \n    var id = [];\n    \n    Roo.each(sel, function(s){\n        if(s.data.id * 1 < 1){ // bad data?\n            return;\n        }\n        \n        id.push(s.data.id);\n    });\n    \n    new Pman.Request({\n        url : baseURL + '/Roo/cal_event_focus.php',\n        method : 'POST',\n        params : {\n            _delete : id.join(',')\n        }, \n        success : function(res) {\n            _this.fgrid.footer.onClick('first');\n        }\n    }); \n   \n}"
741                                             },
742                                             "text" : "Remove",
743                                             "xtype" : "Button",
744                                             "cls" : "x-btn-text-icon",
745                                             "$ icon" : "rootURL + '/Pman/templates/images/trash.gif'",
746                                             "$ xns" : "Roo"
747                                         }
748                                     ]
749                                 },
750                                 {
751                                     "listeners" : {
752                                         "beforeload" : "function (_self, o)\n{\n   o.params = o.params || {};\n   \n   var id  = _this.form.findField('item_id').getValue() * 1;\n   if(id < 1){\n        return false;\n   }\n   \n   o.params.bom_parent_item_id = id;\n}"
753                                     },
754                                     "xtype" : "Store",
755                                     "remoteSort" : true,
756                                     "$ sortInfo" : "{ field : 'bomitem_item_id_item_name', direction: 'ASC' }",
757                                     "$ xns" : "Roo.data",
758                                     "* prop" : "dataSource",
759                                     "items" : [
760                                         {
761                                             "$ url" : "baseURL + '/Roo/bomitem.php'",
762                                             "xtype" : "HttpProxy",
763                                             "method" : "GET",
764                                             "$ xns" : "Roo.data",
765                                             "* prop" : "proxy"
766                                         },
767                                         {
768                                             "id" : "bom_id",
769                                             "root" : "data",
770                                             "xtype" : "JsonReader",
771                                             "$ fields" : "[\n    {\n        'name': 'bomitem_id',\n        'type': 'int'\n    }\n]",
772                                             "$ xns" : "Roo.data",
773                                             "* prop" : "reader",
774                                             "totalProperty" : "total"
775                                         }
776                                     ]
777                                 },
778                                 {
779                                     "pageSize" : 50,
780                                     "xtype" : "PagingToolbar",
781                                     "emptyMsg" : "Nothing found",
782                                     "$ xns" : "Roo",
783                                     "displayMsg" : "Displaying parts {0} - {1} of {2}",
784                                     "displayInfo" : true,
785                                     "* prop" : "footer"
786                                 },
787                                 {
788                                     "xtype" : "ColumnModel",
789                                     "header" : "Name",
790                                     "width" : 150,
791                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
792                                     "$ xns" : "Roo.grid",
793                                     "* prop" : "colModel[]",
794                                     "dataIndex" : "bomitem_item_id_item_name"
795                                 },
796                                 {
797                                     "xtype" : "ColumnModel",
798                                     "header" : "Description",
799                                     "width" : 150,
800                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
801                                     "$ xns" : "Roo.grid",
802                                     "* prop" : "colModel[]",
803                                     "dataIndex" : "bomitem_item_id_item_descrip1"
804                                 },
805                                 {
806                                     "xtype" : "ColumnModel",
807                                     "header" : "Qty",
808                                     "width" : 100,
809                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
810                                     "$ xns" : "Roo.grid",
811                                     "* prop" : "colModel[]",
812                                     "dataIndex" : "bomitem_qtyper"
813                                 }
814                             ]
815                         }
816                     ]
817                 },
818                 {
819                     "listeners" : {
820                         "|activate" : "function() {\n    _this.panel = this;\n    \n    try { if (MODULE.isBuilder) {\n        return;\n    } } catch(e) { }\n    \n    var id = _this.form.findField('item_id').getValue() * 1;\n    if (id < 1) {\n        Roo.MessageBox.alert(\"Save First\", \"Save the item first, before adding image\");\n        _this.dialog.layout.getRegion('center').showPanel(0);\n        return;\n    }\n    \n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    \n     }\n}"
821                     },
822                     "region" : "center",
823                     "fitToframe" : true,
824                     "background" : true,
825                     "title" : "Reference Files",
826                     "xtype" : "GridPanel",
827                     "fitContainer" : true,
828                     "$ xns" : "Roo",
829                     "tableName" : "Images",
830                     "items" : [
831                         {
832                             "listeners" : {
833                                 "|rowdblclick" : "function (_self, rowIndex, e)\n{\n  \n   var s =  _self.getDataSource().getAt(rowIndex);\n   new Pman.Download({\n        url : baseURL + '/Images/Download/' + s.data.id\n    });\n   \n}",
834                                 "|render" : "function() { \n    _this.grid = this; \n\n    if (_this.panel.active) {\n       this.footer.onClick('first');\n    }\n}"
835                             },
836                             "autoExpandColumn" : "id",
837                             "xtype" : "Grid",
838                             "loadMask" : true,
839                             "$ xns" : "Roo.grid",
840                             "* prop" : "grid",
841                             "items" : [
842                                 {
843                                     "listeners" : {
844                                         "beforeload" : "function (_self, o)\n{\n    o.params = o.params || {};\n    \n    var id = _this.form.findField('item_id').getValue();\n    \n    if(id * 1 < 1){\n        return false;\n    }\n    \n    o.params.onid = id;\n    o.params.ontable = 'item';\n    \n}"
845                                     },
846                                     "xtype" : "Store",
847                                     "remoteSort" : true,
848                                     "$ sortInfo" : "{ field: 'created' , direction: 'DESC' }",
849                                     "$ xns" : "Roo.data",
850                                     "* prop" : "dataSource",
851                                     "items" : [
852                                         {
853                                             "id" : "id",
854                                             "root" : "data",
855                                             "xtype" : "JsonReader",
856                                             "$ fields" : "[\n    {\n        'name': 'id',\n        'type': 'int'\n    },\n    {\n        'name': 'filename',\n        'type': 'string'\n    },\n    {\n        'name': 'ontable',\n        'type': 'string'\n    },\n    {\n        'name': 'onid',\n        'type': 'int'\n    },\n    {\n        'name': 'mimetype',\n        'type': 'string'\n    },\n    {\n        'name': 'width',\n        'type': 'int'\n    },\n    {\n        'name': 'height',\n        'type': 'int'\n    },\n    {\n        'name': 'filesize',\n        'type': 'int'\n    },\n    {\n        'name': 'displayorder',\n        'type': 'int'\n    },\n    {\n        'name': 'language',\n        'type': 'string'\n    },\n    {\n        'name': 'parent_image_id',\n        'type': 'int'\n    },\n    {\n        'name': 'created',\n        'type': 'date',\n        'dateFormat' : 'Y-m-d H:i:s'\n    },\n    {\n        'name': 'imgtype',\n        'type': 'string'\n    },\n    {\n        'name': 'linkurl',\n        'type': 'string'\n    },\n    {\n        'name': 'descript',\n        'type': 'string'\n    },\n    {\n        'name': 'title',\n        'type': 'string'\n    }\n]",
857                                             "$ xns" : "Roo.data",
858                                             "* prop" : "reader",
859                                             "totalProperty" : "total"
860                                         },
861                                         {
862                                             "$ url" : "baseURL + '/Roo/Images.php'",
863                                             "xtype" : "HttpProxy",
864                                             "method" : "GET",
865                                             "$ xns" : "Roo.data",
866                                             "* prop" : "proxy"
867                                         }
868                                     ]
869                                 },
870                                 {
871                                     "pageSize" : 25,
872                                     "xtype" : "PagingToolbar",
873                                     "emptyMsg" : "No Images found",
874                                     "$ xns" : "Roo",
875                                     "displayInfo" : true,
876                                     "displayMsg" : "Displaying Images  {0} - {1} of {2}",
877                                     "* prop" : "footer"
878                                 },
879                                 {
880                                     "xtype" : "Toolbar",
881                                     "$ xns" : "Roo",
882                                     "* prop" : "toolbar",
883                                     "items" : [
884                                         {
885                                             "listeners" : {
886                                                 "|click" : "function()\n{\n    Pman.Dialog.Image.show({\n        id : 0, \n        ontable: 'item',\n        onid: _this.form.findField('item_id').getValue() * 1,\n        imgtype : ''\n    }, function(data){\n        if (!data) { return; } \n        _this.grid.footer.onClick('first');\n    }); \n\n}       "
887                                             },
888                                             "text" : "Add",
889                                             "xtype" : "Button",
890                                             "cls" : "x-btn-text-icon",
891                                             "$ icon" : "Roo.rootURL + 'images/default/dd/drop-add.gif'",
892                                             "$ xns" : "Roo.Toolbar"
893                                         },
894                                         {
895                                             "listeners" : {
896                                                 "|click" : "function()\n{\n    Pman.genericDelete(_this, 'Images'); \n}\n        "
897                                             },
898                                             "text" : "Delete",
899                                             "xtype" : "Button",
900                                             "cls" : "x-btn-text-icon",
901                                             "$ icon" : "rootURL + '/Pman/templates/images/trash.gif'",
902                                             "$ xns" : "Roo.Toolbar"
903                                         }
904                                     ]
905                                 },
906                                 {
907                                     "xtype" : "ColumnModel",
908                                     "sortable" : true,
909                                     "header" : "Created",
910                                     "width" : 200,
911                                     "$ renderer" : "function(v,x,r) {\n       return String.format('{0}<br/><i>{1}</i><br/>{2}<br/><i>{3}x{4}</i>',\n            v.format('d/M/Y'), r.data.mimetype, r.data.filename,\n    r.data.width, r.data.height\n    ); \n}\n     ",
912                                     "$ xns" : "Roo.grid",
913                                     "* prop" : "colModel[]",
914                                     "dataIndex" : "created"
915                                 },
916                                 {
917                                     "xtype" : "ColumnModel",
918                                     "width" : 100,
919                                     "header" : "Image",
920                                     "$ renderer" : "function(v,x,r) { return String.format('<img src=\"{0}/Images/Thumb/100/{1}/{2}\" height=\"100\">', baseURL, v, r.data.filename); }",
921                                     "$ xns" : "Roo.grid",
922                                     "* prop" : "colModel[]",
923                                     "dataIndex" : "id"
924                                 }
925                             ]
926                         }
927                     ]
928                 },
929                 {
930                     "listeners" : {
931                         "|activate" : "function() {\n    _this.lpanel = this;\n    \n    try { if (MODULE.isBuilder) {\n        return;\n    } } catch(e) { }\n    \n    var id = _this.form.findField('item_id').getValue() * 1;\n    if (id < 1) {\n        Roo.MessageBox.alert(\"Save First\", \"Save the item first, before adding image\");\n        _this.dialog.layout.getRegion('center').showPanel(0);\n        return;\n    }\n    \n    if (_this.lgrid) {\n        _this.lgrid.footer.onClick('first');\n    \n     }\n}"
932                     },
933                     "region" : "center",
934                     "fitToframe" : true,
935                     "background" : true,
936                     "title" : "Price List",
937                     "xtype" : "GridPanel",
938                     "fitContainer" : true,
939                     "$ xns" : "Roo",
940                     "tableName" : "ipshead",
941                     "items" : [
942                         {
943                             "listeners" : {
944                                 "beforeedit" : "function (e)\n{\n    if(e.field != 'ipshead_ipsitem_price'){\n        return false;\n    }\n    \n}",
945                                 "|render" : "function() \n{\n    _this.lgrid = this; \n    //_this.dialog = Pman.Dialog.FILL_IN\n    if (_this.lpanel.active) {\n       this.footer.onClick('first');\n    }\n}",
946                                 "afteredit" : "function (e)\n{\n    if(e.originalValue == e.value){\n        return false;\n    }\n    \n    var id = _this.form.findField('item_id').getValue() * 1;\n    if(id < 1){\n        return false;\n    }\n    \n    new Pman.Request({\n        method : 'POST',\n        url : baseURL + '/Roo/ipsiteminfo',\n        mask : 'Saving',\n        params : {\n            ipsitem_ipshead_id : e.record.data.ipshead_id,\n            ipsitem_item_id : id,\n            ipsitem_price : e.record.data.ipshead_ipsitem_price,\n            ipsitem_id : e.record.data.ipshead_ipsitem_id\n        }\n    \n    });\n        \n         \n        \n        \n}"
947                             },
948                             "autoExpandColumn" : "ipshead_descrip",
949                             "xtype" : "EditorGrid",
950                             "loadMask" : true,
951                             "clicksToEdit" : 1,
952                             "$ xns" : "Roo.grid",
953                             "* prop" : "grid",
954                             "items" : [
955                                 {
956                                     "listeners" : {
957                                         "beforeload" : "function (_self, o)\n{\n   o.params = o.params || {};\n   \n   var id  = _this.form.findField('item_id').getValue() * 1;\n   if(id < 1){\n        return false;\n   }\n   \n   o.params._with_item = id;\n}"
958                                     },
959                                     "xtype" : "Store",
960                                     "remoteSort" : true,
961                                     "$ sortInfo" : "{ field : 'ipshead_id', direction: 'ASC' }",
962                                     "$ xns" : "Roo.data",
963                                     "* prop" : "dataSource",
964                                     "items" : [
965                                         {
966                                             "$ url" : "baseURL + '/Roo/ipshead.php'",
967                                             "method" : "GET",
968                                             "xtype" : "HttpProxy",
969                                             "$ xns" : "Roo.data",
970                                             "* prop" : "proxy"
971                                         },
972                                         {
973                                             "id" : "ipshead_id",
974                                             "root" : "data",
975                                             "xtype" : "JsonReader",
976                                             "$ fields" : "[\n    {\n        'name': 'ipshead_id',\n        'type': 'int'\n    },\n    {\n        'name': 'ipshead_name',\n        'type': 'string'\n    }\n]",
977                                             "$ xns" : "Roo.data",
978                                             "* prop" : "reader",
979                                             "totalProperty" : "total"
980                                         }
981                                     ]
982                                 },
983                                 {
984                                     "pageSize" : 50,
985                                     "xtype" : "PagingToolbar",
986                                     "emptyMsg" : "Nothing found",
987                                     "$ xns" : "Roo",
988                                     "displayMsg" : "Displaying records {0} - {1} of {2}",
989                                     "displayInfo" : true,
990                                     "* prop" : "footer"
991                                 },
992                                 {
993                                     "xtype" : "ColumnModel",
994                                     "width" : 150,
995                                     "header" : "Name",
996                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
997                                     "$ xns" : "Roo.grid",
998                                     "* prop" : "colModel[]",
999                                     "dataIndex" : "ipshead_name"
1000                                 },
1001                                 {
1002                                     "xtype" : "ColumnModel",
1003                                     "width" : 150,
1004                                     "header" : "Description",
1005                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
1006                                     "$ xns" : "Roo.grid",
1007                                     "* prop" : "colModel[]",
1008                                     "dataIndex" : "ipshead_descrip"
1009                                 },
1010                                 {
1011                                     "xtype" : "ColumnModel",
1012                                     "width" : 100,
1013                                     "header" : "Currency",
1014                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
1015                                     "$ xns" : "Roo.grid",
1016                                     "* prop" : "colModel[]",
1017                                     "dataIndex" : "ipshead_curr_id_curr_name"
1018                                 },
1019                                 {
1020                                     "align" : "right",
1021                                     "xtype" : "ColumnModel",
1022                                     "header" : "Price",
1023                                     "width" : 120,
1024                                     "$ renderer" : "function(v) { return String.format('{0}', Roo.util.Format.number(v*1,2)); }",
1025                                     "$ xns" : "Roo.grid",
1026                                     "* prop" : "colModel[]",
1027                                     "dataIndex" : "ipshead_ipsitem_price",
1028                                     "items" : [
1029                                         {
1030                                             "xtype" : "GridEditor",
1031                                             "$ xns" : "Roo.grid",
1032                                             "* prop" : "editor",
1033                                             "items" : [
1034                                                 {
1035                                                     "xtype" : "NumberField",
1036                                                     "cls" : "align-right",
1037                                                     "decimalPrecision" : 2,
1038                                                     "$ xns" : "Roo.form",
1039                                                     "* prop" : "field"
1040                                                 }
1041                                             ]
1042                                         }
1043                                     ]
1044                                 }
1045                             ]
1046                         }
1047                     ]
1048                 },
1049                 {
1050                     "listeners" : {
1051                         "|activate" : "function() {\n    _this.itemsrcpanel = this;\n    if (_this.itemsrcgrid) {\n        _this.itemsrcgrid.footer.onClick('first');\n    }\n}"
1052                     },
1053                     "region" : "center",
1054                     "fitToframe" : true,
1055                     "background" : true,
1056                     "title" : "Suppliers",
1057                     "xtype" : "GridPanel",
1058                     "fitContainer" : true,
1059                     "$ xns" : "Roo",
1060                     "tableName" : "itemsrc",
1061                     "items" : [
1062                         {
1063                             "listeners" : {
1064                                 "|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",
1065                                 "|render" : "function() \n{\n    _this.itemsrcgrid = this; \n    //_this.dialog = Pman.Dialog.FILL_IN\n    \n}",
1066                                 "afteredit" : "function (e)\n{\n    e.record.commit();\n}"
1067                             },
1068                             "autoExpandColumn" : "itemsrc_comments",
1069                             "xtype" : "EditorGrid",
1070                             "loadMask" : true,
1071                             "clicksToEdit" : 1,
1072                             "$ xns" : "Roo.grid",
1073                             "* prop" : "grid",
1074                             "items" : [
1075                                 {
1076                                     "listeners" : {
1077                                         "update" : "function (_self, record, operation)\n{\n    Roo.log(operation);\n      Roo.log(record);\n   \n    if (operation != 'commit') {\n        return;\n    }\n    if (record.data.itemsrc_vend_id * 1 < 1) {\n        return; // do not save.\n    }\n    if (record.data.itemsrc_id * 1 < 0) {\n        return; // do not save. -- updating at present...\n    }\n    \n    var p = Roo.apply({}, record.data);\n    record.set('itemsrc_id', -1);    \n    \n    new Pman.Request({\n        url : baseURL + '/Roo/Itemsrc',\n        params : p,\n        method : 'POST',\n        success: function(res) {\n            if (record.data.itemsrc_id *1  < 1) { \n                record.set('itemsrc_id', res.data.itemsrc_id);\n            }\n        }\n    });\n    \n    \n}",
1078                                         "beforeload" : "function (_self, o)\n{\n    \n    var id = 1 * _this.form.findField('item_id').getValue();\n    if (!id) {\n        this.removeAll();\n        return false;\n    }\n    o.params.itemsrc_item_id = id;\n}"
1079                                     },
1080                                     "xtype" : "Store",
1081                                     "remoteSort" : true,
1082                                     "$ sortInfo" : "{ field : 'itemsrc_vend_id_vend_name', direction: 'ASC' }",
1083                                     "$ xns" : "Roo.data",
1084                                     "* prop" : "dataSource",
1085                                     "items" : [
1086                                         {
1087                                             "$ url" : "baseURL + '/Roo/itemsrc.php'",
1088                                             "xtype" : "HttpProxy",
1089                                             "method" : "GET",
1090                                             "$ xns" : "Roo.data",
1091                                             "* prop" : "proxy"
1092                                         },
1093                                         {
1094                                             "id" : "id",
1095                                             "root" : "data",
1096                                             "xtype" : "JsonReader",
1097                                             "$ xns" : "Roo.data",
1098                                             "$ fields" : "[\n    {\n        'name': 'itemsrc_id',\n        'type': 'int'\n    },\n    {\n        'name': 'itemsrc_item_id',\n        'type': 'int'\n    },\n    {\n        'name': 'itemsrc_item_id',\n        'type': 'int'\n    },\n    {\n        'name': 'itemsrc_vend_id',\n        'type': 'int'\n    },\n    {\n        'name': 'itemsrc_vend_id',\n        'type': 'int'\n    },\n    {\n        'name': 'itemsrc_vend_item_number',\n        'type': 'string'\n    },\n    {\n        'name': 'itemsrc_vend_item_descrip',\n        'type': 'string'\n    },\n    {\n        'name': 'itemsrc_comments',\n        'type': 'string'\n    },\n    {\n        'name': 'itemsrc_vend_uom',\n        'type': 'string'\n    },\n    {\n        'name': 'itemsrc_invvendoruomratio',\n        'type': 'float'\n    },\n    {\n        'name': 'itemsrc_minordqty',\n        'type': 'float'\n    },\n    {\n        'name': 'itemsrc_multordqty',\n        'type': 'float'\n    },\n    {\n        'name': 'itemsrc_leadtime',\n        'type': 'int'\n    },\n    {\n        'name': 'itemsrc_ranking',\n        'type': 'int'\n    },\n    {\n        'name': 'itemsrc_active',\n        'type': 'int'\n    },\n    {\n        'name': 'itemsrc_manuf_name',\n        'type': 'string'\n    },\n    {\n        'name': 'itemsrc_manuf_item_number',\n        'type': 'string'\n    },\n    {\n        'name': 'itemsrc_manuf_item_descrip',\n        'type': 'string'\n    },\n    {\n        'name': 'itemsrc_default',\n        'type': 'int'\n    },\n    {\n        'name': 'itemsrc_upccode',\n        'type': 'string'\n    }\n]",
1099                                             "* prop" : "reader",
1100                                             "totalProperty" : "total"
1101                                         }
1102                                     ]
1103                                 },
1104                                 {
1105                                     "pageSize" : 25,
1106                                     "xtype" : "PagingToolbar",
1107                                     "emptyMsg" : "No itemsrc found",
1108                                     "$ xns" : "Roo",
1109                                     "displayInfo" : true,
1110                                     "displayMsg" : "Displaying itemsrc{0} - {1} of {2}",
1111                                     "* prop" : "footer"
1112                                 },
1113                                 {
1114                                     "xtype" : "Toolbar",
1115                                     "$ xns" : "Roo",
1116                                     "* prop" : "toolbar",
1117                                     "items" : [
1118                                         {
1119                                             "listeners" : {
1120                                                 "|click" : "function()\n{\n     \n    Roo.log(\"add presed\");\n     \n    // work out last \n    var grid = _this.itemsrcgrid;\n     \n    // uses form defaults or last row value.\n    var nr = grid.ds.reader.newRow({\n             itemsrc_id : 0,\n        itemsrc_item_id : _this.form.findField('item_id').getValue(),\n\n         itemsrc_vend_id : 0,\n         itemsrc_vend_item_number : '',\n         itemsrc_vend_item_descrip : '',\n         itemsrc_comments           : '',\n         itemsrc_vend_uom  :           'EA',\n         itemsrc_invvendoruomratio : 1.0,\n         itemsrc_minordqty        : 0,\n         itemsrc_multordqty        : 0,\n         itemsrc_leadtime         :  30,\n         itemsrc_ranking         :   0,\n         itemsrc_active          :   true,\n         itemsrc_manuf_name       :  '',\n         itemsrc_manuf_item_number : '',\n         itemsrc_manuf_item_descrip: '',\n         itemsrc_default          : true,\n         itemsrc_upccode    : ''\n                        \n    });\n    grid.stopEditing();\n    grid.ds.insert(0, nr); \n    grid.startEditing(0, 0); // type..\n\n}\n \n"
1121                                             },
1122                                             "text" : "Add",
1123                                             "xtype" : "Button",
1124                                             "cls" : "x-btn-text-icon",
1125                                             "$ icon" : "Roo.rootURL + 'images/default/dd/drop-add.gif'",
1126                                             "$ xns" : "Roo.Toolbar"
1127                                         }
1128                                     ]
1129                                 },
1130                                 {
1131                                     "xtype" : "ColumnModel",
1132                                     "width" : 120,
1133                                     "header" : "Vendor",
1134                                     "$ renderer" : "function(v,x,r) { return String.format('{0}', r.data.itemsrc_vend_id_vend_name); }",
1135                                     "$ xns" : "Roo.grid",
1136                                     "* prop" : "colModel[]",
1137                                     "dataIndex" : "itemsrc_vend_id",
1138                                     "items" : [
1139                                         {
1140                                             "xtype" : "GridEditor",
1141                                             "$ xns" : "Roo.grid",
1142                                             "* prop" : "editor",
1143                                             "items" : [
1144                                                 {
1145                                                     "listWidth" : 400,
1146                                                     "triggerAction" : "all",
1147                                                     "forceSelection" : true,
1148                                                     "selectOnFocus" : true,
1149                                                     "pageSize" : 20,
1150                                                     "displayField" : "vend_name",
1151                                                     "emptyText" : "Select Vendor",
1152                                                     "hiddenName" : "itemsrc_vend_id",
1153                                                     "minChars" : 2,
1154                                                     "valueField" : "vend_id",
1155                                                     "xtype" : "ComboBox",
1156                                                     "allowBlank" : false,
1157                                                     "typeAhead" : true,
1158                                                     "editable" : true,
1159                                                     "width" : 300,
1160                                                     "$ xns" : "Roo.form",
1161                                                     "* prop" : "field",
1162                                                     "name" : "itemsrc_vend_id_vend_name",
1163                                                     "qtip" : "Select vendinfo",
1164                                                     "queryParam" : "q[search]",
1165                                                     "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{vend_name}</b> </div>",
1166                                                     "loadingText" : "Searching...",
1167                                                     "items" : [
1168                                                         {
1169                                                             "listeners" : {
1170                                                                 "|beforeload" : "function (_self, o){\n    o.params = o.params || {};\n    // set more here\n}\n"
1171                                                             },
1172                                                             "xtype" : "Store",
1173                                                             "remoteSort" : true,
1174                                                             "$ xns" : "Roo.data",
1175                                                             "$ sortInfo" : "{ direction : 'ASC', field: 'id' }",
1176                                                             "* prop" : "store",
1177                                                             "items" : [
1178                                                                 {
1179                                                                     "$ url" : "baseURL + '/Roo/vendinfo.php'",
1180                                                                     "xtype" : "HttpProxy",
1181                                                                     "method" : "GET",
1182                                                                     "$ xns" : "Roo.data",
1183                                                                     "* prop" : "proxy"
1184                                                                 },
1185                                                                 {
1186                                                                     "id" : "id",
1187                                                                     "root" : "data",
1188                                                                     "xtype" : "JsonReader",
1189                                                                     "$ xns" : "Roo.data",
1190                                                                     "$ fields" : "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"vend_name\",\"type\":\"string\"}]",
1191                                                                     "* prop" : "reader",
1192                                                                     "totalProperty" : "total"
1193                                                                 }
1194                                                             ]
1195                                                         }
1196                                                     ]
1197                                                 }
1198                                             ]
1199                                         }
1200                                     ]
1201                                 },
1202                                 {
1203                                     "xtype" : "ColumnModel",
1204                                     "width" : 100,
1205                                     "header" : "Vendor Ref#",
1206                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
1207                                     "$ xns" : "Roo.grid",
1208                                     "* prop" : "colModel[]",
1209                                     "dataIndex" : "itemsrc_vend_item_number",
1210                                     "items" : [
1211                                         {
1212                                             "xtype" : "GridEditor",
1213                                             "$ xns" : "Roo.grid",
1214                                             "* prop" : "editor",
1215                                             "items" : [
1216                                                 {
1217                                                     "xtype" : "TextField",
1218                                                     "$ xns" : "Roo.form",
1219                                                     "* prop" : "field"
1220                                                 }
1221                                             ]
1222                                         }
1223                                     ]
1224                                 },
1225                                 {
1226                                     "xtype" : "ColumnModel",
1227                                     "width" : 200,
1228                                     "header" : "Comments",
1229                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
1230                                     "$ xns" : "Roo.grid",
1231                                     "* prop" : "colModel[]",
1232                                     "dataIndex" : "itemsrc_comments",
1233                                     "items" : [
1234                                         {
1235                                             "xtype" : "GridEditor",
1236                                             "$ xns" : "Roo.grid",
1237                                             "* prop" : "editor",
1238                                             "items" : [
1239                                                 {
1240                                                     "xtype" : "TextField",
1241                                                     "$ xns" : "Roo.form",
1242                                                     "* prop" : "field"
1243                                                 }
1244                                             ]
1245                                         }
1246                                     ]
1247                                 },
1248                                 {
1249                                     "xtype" : "ColumnModel",
1250                                     "width" : 50,
1251                                     "header" : "UOM",
1252                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
1253                                     "$ xns" : "Roo.grid",
1254                                     "* prop" : "colModel[]",
1255                                     "dataIndex" : "itemsrc_vend_uom"
1256                                 },
1257                                 {
1258                                     "align" : "right",
1259                                     "xtype" : "ColumnModel",
1260                                     "header" : "Min Qty",
1261                                     "width" : 50,
1262                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
1263                                     "$ xns" : "Roo.grid",
1264                                     "* prop" : "colModel[]",
1265                                     "dataIndex" : "itemsrc_minordqty",
1266                                     "items" : [
1267                                         {
1268                                             "xtype" : "GridEditor",
1269                                             "$ xns" : "Roo.grid",
1270                                             "* prop" : "editor",
1271                                             "items" : [
1272                                                 {
1273                                                     "minValue" : 0,
1274                                                     "xtype" : "NumberField",
1275                                                     "decimalPrecision" : 0,
1276                                                     "$ xns" : "Roo.form",
1277                                                     "* prop" : "field"
1278                                                 }
1279                                             ]
1280                                         }
1281                                     ]
1282                                 },
1283                                 {
1284                                     "align" : "right",
1285                                     "xtype" : "ColumnModel",
1286                                     "header" : "Lead time",
1287                                     "width" : 75,
1288                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
1289                                     "$ xns" : "Roo.grid",
1290                                     "* prop" : "colModel[]",
1291                                     "dataIndex" : "itemsrc_leadtime",
1292                                     "items" : [
1293                                         {
1294                                             "xtype" : "GridEditor",
1295                                             "$ xns" : "Roo.grid",
1296                                             "* prop" : "editor",
1297                                             "items" : [
1298                                                 {
1299                                                     "minValue" : 0,
1300                                                     "xtype" : "NumberField",
1301                                                     "decimalPrecision" : 0,
1302                                                     "$ xns" : "Roo.form",
1303                                                     "* prop" : "field"
1304                                                 }
1305                                             ]
1306                                         }
1307                                     ]
1308                                 },
1309                                 {
1310                                     "xtype" : "ColumnModel",
1311                                     "width" : 50,
1312                                     "header" : "Active",
1313                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
1314                                     "$ xns" : "Roo.grid",
1315                                     "* prop" : "colModel[]",
1316                                     "dataIndex" : "itemsrc_active"
1317                                 }
1318                             ]
1319                         }
1320                     ]
1321                 },
1322                 {
1323                     "listeners" : {
1324                         "|activate" : "function() {\n    _this.hpanel = this;\n    if (_this.hgrid) {\n        _this.hgrid.footer.onClick('first');\n    }\n}"
1325                     },
1326                     "region" : "center",
1327                     "fitToframe" : true,
1328                     "background" : true,
1329                     "title" : "History",
1330                     "xtype" : "GridPanel",
1331                     "fitContainer" : true,
1332                     "$ xns" : "Roo",
1333                     "tableName" : "events",
1334                     "items" : [
1335                         {
1336                             "listeners" : {
1337                                 "|render" : "function() \n{\n    _this.hgrid = this; \n    if (_this.hpanel.active) {\n       this.footer.onClick('first');\n    }\n}"
1338                             },
1339                             "autoExpandColumn" : "remarks",
1340                             "xtype" : "Grid",
1341                             "loadMask" : true,
1342                             "$ xns" : "Roo.grid",
1343                             "* prop" : "grid",
1344                             "items" : [
1345                                 {
1346                                     "listeners" : {
1347                                         "beforeload" : "function (_self, options)\n{\n    options.params = options.params || {};\n    \n    options.params.on_table = 'item';\n    options.params.on_id = _this.form.findField('item_id').getValue();\n}"
1348                                     },
1349                                     "xtype" : "Store",
1350                                     "remoteSort" : true,
1351                                     "$ sortInfo" : "{ field : 'event_when', direction: 'DESC' }",
1352                                     "$ xns" : "Roo.data",
1353                                     "* prop" : "dataSource",
1354                                     "items" : [
1355                                         {
1356                                             "$ url" : "baseURL + '/Roo/events.php'",
1357                                             "method" : "GET",
1358                                             "xtype" : "HttpProxy",
1359                                             "$ xns" : "Roo.data",
1360                                             "* prop" : "proxy"
1361                                         },
1362                                         {
1363                                             "id" : "id",
1364                                             "root" : "data",
1365                                             "xtype" : "JsonReader",
1366                                             "$ fields" : "[\n    {\n        'name': 'event_when',\n        'type': 'date'\n    },\n    {\n        'name': 'action',\n        'type': 'string'\n    },\n    {\n        'name': 'ipaddr',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_name',\n        'type': 'string'\n    },\n    {\n        'name': 'remarks',\n        'type': 'string'\n    }\n]",
1367                                             "$ xns" : "Roo.data",
1368                                             "* prop" : "reader",
1369                                             "totalProperty" : "total"
1370                                         }
1371                                     ]
1372                                 },
1373                                 {
1374                                     "pageSize" : 25,
1375                                     "xtype" : "PagingToolbar",
1376                                     "emptyMsg" : "No Events found",
1377                                     "$ xns" : "Roo",
1378                                     "displayMsg" : "Displaying events{0} - {1} of {2}",
1379                                     "displayInfo" : true,
1380                                     "* prop" : "footer"
1381                                 },
1382                                 {
1383                                     "xtype" : "ColumnModel",
1384                                     "width" : 120,
1385                                     "header" : "Changed",
1386                                     "$ renderer" : "function(v) { return String.format('{0}', v ? v.format('d/M/Y H:i:s') : ''); }",
1387                                     "$ xns" : "Roo.grid",
1388                                     "* prop" : "colModel[]",
1389                                     "dataIndex" : "event_when"
1390                                 },
1391                                 {
1392                                     "xtype" : "ColumnModel",
1393                                     "width" : 200,
1394                                     "header" : "Action",
1395                                     "$ renderer" : "function(v,x,r) { return String.format('{0} - {1}', v, r.data.on_table); }",
1396                                     "$ xns" : "Roo.grid",
1397                                     "* prop" : "colModel[]",
1398                                     "dataIndex" : "action"
1399                                 },
1400                                 {
1401                                     "xtype" : "ColumnModel",
1402                                     "width" : 200,
1403                                     "header" : "IP Address",
1404                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
1405                                     "$ xns" : "Roo.grid",
1406                                     "* prop" : "colModel[]",
1407                                     "dataIndex" : "ipaddr"
1408                                 },
1409                                 {
1410                                     "xtype" : "ColumnModel",
1411                                     "width" : 75,
1412                                     "header" : "Who",
1413                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
1414                                     "$ xns" : "Roo.grid",
1415                                     "* prop" : "colModel[]",
1416                                     "dataIndex" : "person_id_name"
1417                                 },
1418                                 {
1419                                     "xtype" : "ColumnModel",
1420                                     "width" : 200,
1421                                     "header" : "Notes",
1422                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
1423                                     "$ xns" : "Roo.grid",
1424                                     "* prop" : "colModel[]",
1425                                     "dataIndex" : "remarks"
1426                                 }
1427                             ]
1428                         }
1429                     ]
1430                 },
1431                 {
1432                     "listeners" : {
1433                         "click" : "function (_self, e)\n{\n    _this.dialog.hide();\n}"
1434                     },
1435                     "text" : "Cancel",
1436                     "xtype" : "Button",
1437                     "$ xns" : "Roo",
1438                     "* prop" : "buttons[]"
1439                 },
1440                 {
1441                     "listeners" : {
1442                         "render" : "function (_self)\n{\n    _this.saveBtn = this;\n}",
1443                         "click" : "function (_self, e)\n{\n    // do some checks?\n     \n    \n  //  _this.dialog.el.mask(\"Saving\");\n    _this.form.doAction(\"submit\");\n\n}"
1444                     },
1445                     "text" : "Save",
1446                     "xtype" : "Button",
1447                     "$ xns" : "Roo",
1448                     "* prop" : "buttons[]"
1449                 }
1450             ]
1451         }
1452     ]
1453 }