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    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.focusBox = _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                                             "listWidth" : 400,
671                                             "triggerAction" : "all",
672                                             "fieldLabel" : "Interests",
673                                             "forceSelection" : true,
674                                             "selectOnFocus" : true,
675                                             "pageSize" : 20,
676                                             "displayField" : "display_name",
677                                             "emptyText" : "Select interests",
678                                             "hiddenName" : "id",
679                                             "minChars" : 2,
680                                             "valueField" : "id",
681                                             "xtype" : "ComboBox",
682                                             "allowBlank" : true,
683                                             "typeAhead" : true,
684                                             "editable" : true,
685                                             "width" : 200,
686                                             "$ xns" : "Roo.bootstrap",
687                                             "name" : "name",
688                                             "qtip" : "Select Interests",
689                                             "queryParam" : "query[search]",
690                                             "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{display_name}</b> </div>",
691                                             "loadingText" : "Searching...",
692                                             "items" : [
693                                                 {
694                                                     "listeners" : {
695                                                         "|beforeload" : "function (_self, o){\n    o.params = o.params || {};\n    \n    o.params.etype = 'crm_interest';\n    o.params.active = 1;\n}\n"
696                                                     },
697                                                     "xtype" : "Store",
698                                                     "remoteSort" : true,
699                                                     "$ sortInfo" : "{ direction : 'ASC', field: 'name' }",
700                                                     "$ xns" : "Roo.data",
701                                                     "* prop" : "store",
702                                                     "items" : [
703                                                         {
704                                                             "$ url" : "baseURL + '/Roo/Core_enum.php'",
705                                                             "method" : "GET",
706                                                             "xtype" : "HttpProxy",
707                                                             "$ xns" : "Roo.data",
708                                                             "* prop" : "proxy"
709                                                         },
710                                                         {
711                                                             "id" : "id",
712                                                             "root" : "data",
713                                                             "xtype" : "JsonReader",
714                                                             "$ fields" : "[\n    {\"name\":\"id\",\"type\":\"int\"},\n    {\"name\":\"name\",\"type\":\"string\"},\n    {\"name\":\"display_name\",\"type\":\"string\"}\n]",
715                                                             "$ xns" : "Roo.data",
716                                                             "* prop" : "reader",
717                                                             "totalProperty" : "total"
718                                                         }
719                                                     ]
720                                                 }
721                                             ]
722                                         },
723                                         {
724                                             "xtype" : "Separator",
725                                             "$ xns" : "Roo.Toolbar"
726                                         },
727                                         {
728                                             "listeners" : {
729                                                 "|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}"
730                                             },
731                                             "text" : "Add",
732                                             "xtype" : "Button",
733                                             "cls" : "x-btn-text-icon",
734                                             "$ icon" : "Roo.rootURL + 'images/default/dd/drop-add.gif'",
735                                             "$ xns" : "Roo"
736                                         },
737                                         {
738                                             "xtype" : "Fill",
739                                             "$ xns" : "Roo.Toolbar"
740                                         },
741                                         {
742                                             "listeners" : {
743                                                 "|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}"
744                                             },
745                                             "text" : "Remove",
746                                             "xtype" : "Button",
747                                             "cls" : "x-btn-text-icon",
748                                             "$ icon" : "rootURL + '/Pman/templates/images/trash.gif'",
749                                             "$ xns" : "Roo"
750                                         }
751                                     ]
752                                 },
753                                 {
754                                     "listeners" : {
755                                         "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}"
756                                     },
757                                     "xtype" : "Store",
758                                     "remoteSort" : true,
759                                     "$ sortInfo" : "{ field : 'bomitem_item_id_item_name', direction: 'ASC' }",
760                                     "$ xns" : "Roo.data",
761                                     "* prop" : "dataSource",
762                                     "items" : [
763                                         {
764                                             "$ url" : "baseURL + '/Roo/bomitem.php'",
765                                             "xtype" : "HttpProxy",
766                                             "method" : "GET",
767                                             "$ xns" : "Roo.data",
768                                             "* prop" : "proxy"
769                                         },
770                                         {
771                                             "id" : "bom_id",
772                                             "root" : "data",
773                                             "xtype" : "JsonReader",
774                                             "$ fields" : "[\n    {\n        'name': 'bomitem_id',\n        'type': 'int'\n    }\n]",
775                                             "$ xns" : "Roo.data",
776                                             "* prop" : "reader",
777                                             "totalProperty" : "total"
778                                         }
779                                     ]
780                                 },
781                                 {
782                                     "pageSize" : 50,
783                                     "xtype" : "PagingToolbar",
784                                     "emptyMsg" : "Nothing found",
785                                     "$ xns" : "Roo",
786                                     "displayMsg" : "Displaying parts {0} - {1} of {2}",
787                                     "displayInfo" : true,
788                                     "* prop" : "footer"
789                                 },
790                                 {
791                                     "xtype" : "ColumnModel",
792                                     "header" : "Name",
793                                     "width" : 150,
794                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
795                                     "$ xns" : "Roo.grid",
796                                     "* prop" : "colModel[]",
797                                     "dataIndex" : "bomitem_item_id_item_name"
798                                 },
799                                 {
800                                     "xtype" : "ColumnModel",
801                                     "header" : "Description",
802                                     "width" : 150,
803                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
804                                     "$ xns" : "Roo.grid",
805                                     "* prop" : "colModel[]",
806                                     "dataIndex" : "bomitem_item_id_item_descrip1"
807                                 },
808                                 {
809                                     "xtype" : "ColumnModel",
810                                     "header" : "Qty",
811                                     "width" : 100,
812                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
813                                     "$ xns" : "Roo.grid",
814                                     "* prop" : "colModel[]",
815                                     "dataIndex" : "bomitem_qtyper"
816                                 }
817                             ]
818                         }
819                     ]
820                 },
821                 {
822                     "listeners" : {
823                         "|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}"
824                     },
825                     "region" : "center",
826                     "fitToframe" : true,
827                     "background" : true,
828                     "title" : "Reference Files",
829                     "xtype" : "GridPanel",
830                     "fitContainer" : true,
831                     "$ xns" : "Roo",
832                     "tableName" : "Images",
833                     "items" : [
834                         {
835                             "listeners" : {
836                                 "|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}",
837                                 "|render" : "function() { \n    _this.grid = this; \n\n    if (_this.panel.active) {\n       this.footer.onClick('first');\n    }\n}"
838                             },
839                             "autoExpandColumn" : "id",
840                             "xtype" : "Grid",
841                             "loadMask" : true,
842                             "$ xns" : "Roo.grid",
843                             "* prop" : "grid",
844                             "items" : [
845                                 {
846                                     "listeners" : {
847                                         "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}"
848                                     },
849                                     "xtype" : "Store",
850                                     "remoteSort" : true,
851                                     "$ sortInfo" : "{ field: 'created' , direction: 'DESC' }",
852                                     "$ xns" : "Roo.data",
853                                     "* prop" : "dataSource",
854                                     "items" : [
855                                         {
856                                             "id" : "id",
857                                             "root" : "data",
858                                             "xtype" : "JsonReader",
859                                             "$ 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]",
860                                             "$ xns" : "Roo.data",
861                                             "* prop" : "reader",
862                                             "totalProperty" : "total"
863                                         },
864                                         {
865                                             "$ url" : "baseURL + '/Roo/Images.php'",
866                                             "xtype" : "HttpProxy",
867                                             "method" : "GET",
868                                             "$ xns" : "Roo.data",
869                                             "* prop" : "proxy"
870                                         }
871                                     ]
872                                 },
873                                 {
874                                     "pageSize" : 25,
875                                     "xtype" : "PagingToolbar",
876                                     "emptyMsg" : "No Images found",
877                                     "$ xns" : "Roo",
878                                     "displayInfo" : true,
879                                     "displayMsg" : "Displaying Images  {0} - {1} of {2}",
880                                     "* prop" : "footer"
881                                 },
882                                 {
883                                     "xtype" : "Toolbar",
884                                     "$ xns" : "Roo",
885                                     "* prop" : "toolbar",
886                                     "items" : [
887                                         {
888                                             "listeners" : {
889                                                 "|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}       "
890                                             },
891                                             "text" : "Add",
892                                             "xtype" : "Button",
893                                             "cls" : "x-btn-text-icon",
894                                             "$ icon" : "Roo.rootURL + 'images/default/dd/drop-add.gif'",
895                                             "$ xns" : "Roo.Toolbar"
896                                         },
897                                         {
898                                             "listeners" : {
899                                                 "|click" : "function()\n{\n    Pman.genericDelete(_this, 'Images'); \n}\n        "
900                                             },
901                                             "text" : "Delete",
902                                             "xtype" : "Button",
903                                             "cls" : "x-btn-text-icon",
904                                             "$ icon" : "rootURL + '/Pman/templates/images/trash.gif'",
905                                             "$ xns" : "Roo.Toolbar"
906                                         }
907                                     ]
908                                 },
909                                 {
910                                     "xtype" : "ColumnModel",
911                                     "sortable" : true,
912                                     "header" : "Created",
913                                     "width" : 200,
914                                     "$ 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     ",
915                                     "$ xns" : "Roo.grid",
916                                     "* prop" : "colModel[]",
917                                     "dataIndex" : "created"
918                                 },
919                                 {
920                                     "xtype" : "ColumnModel",
921                                     "width" : 100,
922                                     "header" : "Image",
923                                     "$ renderer" : "function(v,x,r) { return String.format('<img src=\"{0}/Images/Thumb/100/{1}/{2}\" height=\"100\">', baseURL, v, r.data.filename); }",
924                                     "$ xns" : "Roo.grid",
925                                     "* prop" : "colModel[]",
926                                     "dataIndex" : "id"
927                                 }
928                             ]
929                         }
930                     ]
931                 },
932                 {
933                     "listeners" : {
934                         "|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}"
935                     },
936                     "region" : "center",
937                     "fitToframe" : true,
938                     "background" : true,
939                     "title" : "Price List",
940                     "xtype" : "GridPanel",
941                     "fitContainer" : true,
942                     "$ xns" : "Roo",
943                     "tableName" : "ipshead",
944                     "items" : [
945                         {
946                             "listeners" : {
947                                 "beforeedit" : "function (e)\n{\n    if(e.field != 'ipshead_ipsitem_price'){\n        return false;\n    }\n    \n}",
948                                 "|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}",
949                                 "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}"
950                             },
951                             "autoExpandColumn" : "ipshead_descrip",
952                             "xtype" : "EditorGrid",
953                             "loadMask" : true,
954                             "clicksToEdit" : 1,
955                             "$ xns" : "Roo.grid",
956                             "* prop" : "grid",
957                             "items" : [
958                                 {
959                                     "listeners" : {
960                                         "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}"
961                                     },
962                                     "xtype" : "Store",
963                                     "remoteSort" : true,
964                                     "$ sortInfo" : "{ field : 'ipshead_id', direction: 'ASC' }",
965                                     "$ xns" : "Roo.data",
966                                     "* prop" : "dataSource",
967                                     "items" : [
968                                         {
969                                             "$ url" : "baseURL + '/Roo/ipshead.php'",
970                                             "method" : "GET",
971                                             "xtype" : "HttpProxy",
972                                             "$ xns" : "Roo.data",
973                                             "* prop" : "proxy"
974                                         },
975                                         {
976                                             "id" : "ipshead_id",
977                                             "root" : "data",
978                                             "xtype" : "JsonReader",
979                                             "$ fields" : "[\n    {\n        'name': 'ipshead_id',\n        'type': 'int'\n    },\n    {\n        'name': 'ipshead_name',\n        'type': 'string'\n    }\n]",
980                                             "$ xns" : "Roo.data",
981                                             "* prop" : "reader",
982                                             "totalProperty" : "total"
983                                         }
984                                     ]
985                                 },
986                                 {
987                                     "pageSize" : 50,
988                                     "xtype" : "PagingToolbar",
989                                     "emptyMsg" : "Nothing found",
990                                     "$ xns" : "Roo",
991                                     "displayMsg" : "Displaying records {0} - {1} of {2}",
992                                     "displayInfo" : true,
993                                     "* prop" : "footer"
994                                 },
995                                 {
996                                     "xtype" : "ColumnModel",
997                                     "width" : 150,
998                                     "header" : "Name",
999                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
1000                                     "$ xns" : "Roo.grid",
1001                                     "* prop" : "colModel[]",
1002                                     "dataIndex" : "ipshead_name"
1003                                 },
1004                                 {
1005                                     "xtype" : "ColumnModel",
1006                                     "width" : 150,
1007                                     "header" : "Description",
1008                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
1009                                     "$ xns" : "Roo.grid",
1010                                     "* prop" : "colModel[]",
1011                                     "dataIndex" : "ipshead_descrip"
1012                                 },
1013                                 {
1014                                     "xtype" : "ColumnModel",
1015                                     "width" : 100,
1016                                     "header" : "Currency",
1017                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
1018                                     "$ xns" : "Roo.grid",
1019                                     "* prop" : "colModel[]",
1020                                     "dataIndex" : "ipshead_curr_id_curr_name"
1021                                 },
1022                                 {
1023                                     "align" : "right",
1024                                     "xtype" : "ColumnModel",
1025                                     "header" : "Price",
1026                                     "width" : 120,
1027                                     "$ renderer" : "function(v) { return String.format('{0}', Roo.util.Format.number(v*1,2)); }",
1028                                     "$ xns" : "Roo.grid",
1029                                     "* prop" : "colModel[]",
1030                                     "dataIndex" : "ipshead_ipsitem_price",
1031                                     "items" : [
1032                                         {
1033                                             "xtype" : "GridEditor",
1034                                             "$ xns" : "Roo.grid",
1035                                             "* prop" : "editor",
1036                                             "items" : [
1037                                                 {
1038                                                     "xtype" : "NumberField",
1039                                                     "cls" : "align-right",
1040                                                     "decimalPrecision" : 2,
1041                                                     "$ xns" : "Roo.form",
1042                                                     "* prop" : "field"
1043                                                 }
1044                                             ]
1045                                         }
1046                                     ]
1047                                 }
1048                             ]
1049                         }
1050                     ]
1051                 },
1052                 {
1053                     "listeners" : {
1054                         "|activate" : "function() {\n    _this.itemsrcpanel = this;\n    if (_this.itemsrcgrid) {\n        _this.itemsrcgrid.footer.onClick('first');\n    }\n}"
1055                     },
1056                     "region" : "center",
1057                     "fitToframe" : true,
1058                     "background" : true,
1059                     "title" : "Suppliers",
1060                     "xtype" : "GridPanel",
1061                     "fitContainer" : true,
1062                     "$ xns" : "Roo",
1063                     "tableName" : "itemsrc",
1064                     "items" : [
1065                         {
1066                             "listeners" : {
1067                                 "|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",
1068                                 "|render" : "function() \n{\n    _this.itemsrcgrid = this; \n    //_this.dialog = Pman.Dialog.FILL_IN\n    \n}",
1069                                 "afteredit" : "function (e)\n{\n    e.record.commit();\n}"
1070                             },
1071                             "autoExpandColumn" : "itemsrc_comments",
1072                             "xtype" : "EditorGrid",
1073                             "loadMask" : true,
1074                             "clicksToEdit" : 1,
1075                             "$ xns" : "Roo.grid",
1076                             "* prop" : "grid",
1077                             "items" : [
1078                                 {
1079                                     "listeners" : {
1080                                         "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}",
1081                                         "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}"
1082                                     },
1083                                     "xtype" : "Store",
1084                                     "remoteSort" : true,
1085                                     "$ sortInfo" : "{ field : 'itemsrc_vend_id_vend_name', direction: 'ASC' }",
1086                                     "$ xns" : "Roo.data",
1087                                     "* prop" : "dataSource",
1088                                     "items" : [
1089                                         {
1090                                             "$ url" : "baseURL + '/Roo/itemsrc.php'",
1091                                             "xtype" : "HttpProxy",
1092                                             "method" : "GET",
1093                                             "$ xns" : "Roo.data",
1094                                             "* prop" : "proxy"
1095                                         },
1096                                         {
1097                                             "id" : "id",
1098                                             "root" : "data",
1099                                             "xtype" : "JsonReader",
1100                                             "$ xns" : "Roo.data",
1101                                             "$ 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]",
1102                                             "* prop" : "reader",
1103                                             "totalProperty" : "total"
1104                                         }
1105                                     ]
1106                                 },
1107                                 {
1108                                     "pageSize" : 25,
1109                                     "xtype" : "PagingToolbar",
1110                                     "emptyMsg" : "No itemsrc found",
1111                                     "$ xns" : "Roo",
1112                                     "displayInfo" : true,
1113                                     "displayMsg" : "Displaying itemsrc{0} - {1} of {2}",
1114                                     "* prop" : "footer"
1115                                 },
1116                                 {
1117                                     "xtype" : "Toolbar",
1118                                     "$ xns" : "Roo",
1119                                     "* prop" : "toolbar",
1120                                     "items" : [
1121                                         {
1122                                             "listeners" : {
1123                                                 "|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"
1124                                             },
1125                                             "text" : "Add",
1126                                             "xtype" : "Button",
1127                                             "cls" : "x-btn-text-icon",
1128                                             "$ icon" : "Roo.rootURL + 'images/default/dd/drop-add.gif'",
1129                                             "$ xns" : "Roo.Toolbar"
1130                                         }
1131                                     ]
1132                                 },
1133                                 {
1134                                     "xtype" : "ColumnModel",
1135                                     "width" : 120,
1136                                     "header" : "Vendor",
1137                                     "$ renderer" : "function(v,x,r) { return String.format('{0}', r.data.itemsrc_vend_id_vend_name); }",
1138                                     "$ xns" : "Roo.grid",
1139                                     "* prop" : "colModel[]",
1140                                     "dataIndex" : "itemsrc_vend_id",
1141                                     "items" : [
1142                                         {
1143                                             "xtype" : "GridEditor",
1144                                             "$ xns" : "Roo.grid",
1145                                             "* prop" : "editor",
1146                                             "items" : [
1147                                                 {
1148                                                     "listWidth" : 400,
1149                                                     "triggerAction" : "all",
1150                                                     "forceSelection" : true,
1151                                                     "selectOnFocus" : true,
1152                                                     "pageSize" : 20,
1153                                                     "displayField" : "vend_name",
1154                                                     "emptyText" : "Select Vendor",
1155                                                     "hiddenName" : "itemsrc_vend_id",
1156                                                     "minChars" : 2,
1157                                                     "valueField" : "vend_id",
1158                                                     "xtype" : "ComboBox",
1159                                                     "allowBlank" : false,
1160                                                     "typeAhead" : true,
1161                                                     "editable" : true,
1162                                                     "width" : 300,
1163                                                     "$ xns" : "Roo.form",
1164                                                     "* prop" : "field",
1165                                                     "name" : "itemsrc_vend_id_vend_name",
1166                                                     "qtip" : "Select vendinfo",
1167                                                     "queryParam" : "q[search]",
1168                                                     "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{vend_name}</b> </div>",
1169                                                     "loadingText" : "Searching...",
1170                                                     "items" : [
1171                                                         {
1172                                                             "listeners" : {
1173                                                                 "|beforeload" : "function (_self, o){\n    o.params = o.params || {};\n    // set more here\n}\n"
1174                                                             },
1175                                                             "xtype" : "Store",
1176                                                             "remoteSort" : true,
1177                                                             "$ xns" : "Roo.data",
1178                                                             "$ sortInfo" : "{ direction : 'ASC', field: 'id' }",
1179                                                             "* prop" : "store",
1180                                                             "items" : [
1181                                                                 {
1182                                                                     "$ url" : "baseURL + '/Roo/vendinfo.php'",
1183                                                                     "xtype" : "HttpProxy",
1184                                                                     "method" : "GET",
1185                                                                     "$ xns" : "Roo.data",
1186                                                                     "* prop" : "proxy"
1187                                                                 },
1188                                                                 {
1189                                                                     "id" : "id",
1190                                                                     "root" : "data",
1191                                                                     "xtype" : "JsonReader",
1192                                                                     "$ xns" : "Roo.data",
1193                                                                     "$ fields" : "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"vend_name\",\"type\":\"string\"}]",
1194                                                                     "* prop" : "reader",
1195                                                                     "totalProperty" : "total"
1196                                                                 }
1197                                                             ]
1198                                                         }
1199                                                     ]
1200                                                 }
1201                                             ]
1202                                         }
1203                                     ]
1204                                 },
1205                                 {
1206                                     "xtype" : "ColumnModel",
1207                                     "width" : 100,
1208                                     "header" : "Vendor Ref#",
1209                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
1210                                     "$ xns" : "Roo.grid",
1211                                     "* prop" : "colModel[]",
1212                                     "dataIndex" : "itemsrc_vend_item_number",
1213                                     "items" : [
1214                                         {
1215                                             "xtype" : "GridEditor",
1216                                             "$ xns" : "Roo.grid",
1217                                             "* prop" : "editor",
1218                                             "items" : [
1219                                                 {
1220                                                     "xtype" : "TextField",
1221                                                     "$ xns" : "Roo.form",
1222                                                     "* prop" : "field"
1223                                                 }
1224                                             ]
1225                                         }
1226                                     ]
1227                                 },
1228                                 {
1229                                     "xtype" : "ColumnModel",
1230                                     "width" : 200,
1231                                     "header" : "Comments",
1232                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
1233                                     "$ xns" : "Roo.grid",
1234                                     "* prop" : "colModel[]",
1235                                     "dataIndex" : "itemsrc_comments",
1236                                     "items" : [
1237                                         {
1238                                             "xtype" : "GridEditor",
1239                                             "$ xns" : "Roo.grid",
1240                                             "* prop" : "editor",
1241                                             "items" : [
1242                                                 {
1243                                                     "xtype" : "TextField",
1244                                                     "$ xns" : "Roo.form",
1245                                                     "* prop" : "field"
1246                                                 }
1247                                             ]
1248                                         }
1249                                     ]
1250                                 },
1251                                 {
1252                                     "xtype" : "ColumnModel",
1253                                     "width" : 50,
1254                                     "header" : "UOM",
1255                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
1256                                     "$ xns" : "Roo.grid",
1257                                     "* prop" : "colModel[]",
1258                                     "dataIndex" : "itemsrc_vend_uom"
1259                                 },
1260                                 {
1261                                     "align" : "right",
1262                                     "xtype" : "ColumnModel",
1263                                     "header" : "Min Qty",
1264                                     "width" : 50,
1265                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
1266                                     "$ xns" : "Roo.grid",
1267                                     "* prop" : "colModel[]",
1268                                     "dataIndex" : "itemsrc_minordqty",
1269                                     "items" : [
1270                                         {
1271                                             "xtype" : "GridEditor",
1272                                             "$ xns" : "Roo.grid",
1273                                             "* prop" : "editor",
1274                                             "items" : [
1275                                                 {
1276                                                     "minValue" : 0,
1277                                                     "xtype" : "NumberField",
1278                                                     "decimalPrecision" : 0,
1279                                                     "$ xns" : "Roo.form",
1280                                                     "* prop" : "field"
1281                                                 }
1282                                             ]
1283                                         }
1284                                     ]
1285                                 },
1286                                 {
1287                                     "align" : "right",
1288                                     "xtype" : "ColumnModel",
1289                                     "header" : "Lead time",
1290                                     "width" : 75,
1291                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
1292                                     "$ xns" : "Roo.grid",
1293                                     "* prop" : "colModel[]",
1294                                     "dataIndex" : "itemsrc_leadtime",
1295                                     "items" : [
1296                                         {
1297                                             "xtype" : "GridEditor",
1298                                             "$ xns" : "Roo.grid",
1299                                             "* prop" : "editor",
1300                                             "items" : [
1301                                                 {
1302                                                     "minValue" : 0,
1303                                                     "xtype" : "NumberField",
1304                                                     "decimalPrecision" : 0,
1305                                                     "$ xns" : "Roo.form",
1306                                                     "* prop" : "field"
1307                                                 }
1308                                             ]
1309                                         }
1310                                     ]
1311                                 },
1312                                 {
1313                                     "xtype" : "ColumnModel",
1314                                     "width" : 50,
1315                                     "header" : "Active",
1316                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
1317                                     "$ xns" : "Roo.grid",
1318                                     "* prop" : "colModel[]",
1319                                     "dataIndex" : "itemsrc_active"
1320                                 }
1321                             ]
1322                         }
1323                     ]
1324                 },
1325                 {
1326                     "listeners" : {
1327                         "|activate" : "function() {\n    _this.hpanel = this;\n    if (_this.hgrid) {\n        _this.hgrid.footer.onClick('first');\n    }\n}"
1328                     },
1329                     "region" : "center",
1330                     "fitToframe" : true,
1331                     "background" : true,
1332                     "title" : "History",
1333                     "xtype" : "GridPanel",
1334                     "fitContainer" : true,
1335                     "$ xns" : "Roo",
1336                     "tableName" : "events",
1337                     "items" : [
1338                         {
1339                             "listeners" : {
1340                                 "|render" : "function() \n{\n    _this.hgrid = this; \n    if (_this.hpanel.active) {\n       this.footer.onClick('first');\n    }\n}"
1341                             },
1342                             "autoExpandColumn" : "remarks",
1343                             "xtype" : "Grid",
1344                             "loadMask" : true,
1345                             "$ xns" : "Roo.grid",
1346                             "* prop" : "grid",
1347                             "items" : [
1348                                 {
1349                                     "listeners" : {
1350                                         "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}"
1351                                     },
1352                                     "xtype" : "Store",
1353                                     "remoteSort" : true,
1354                                     "$ sortInfo" : "{ field : 'event_when', direction: 'DESC' }",
1355                                     "$ xns" : "Roo.data",
1356                                     "* prop" : "dataSource",
1357                                     "items" : [
1358                                         {
1359                                             "$ url" : "baseURL + '/Roo/events.php'",
1360                                             "method" : "GET",
1361                                             "xtype" : "HttpProxy",
1362                                             "$ xns" : "Roo.data",
1363                                             "* prop" : "proxy"
1364                                         },
1365                                         {
1366                                             "id" : "id",
1367                                             "root" : "data",
1368                                             "xtype" : "JsonReader",
1369                                             "$ 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]",
1370                                             "$ xns" : "Roo.data",
1371                                             "* prop" : "reader",
1372                                             "totalProperty" : "total"
1373                                         }
1374                                     ]
1375                                 },
1376                                 {
1377                                     "pageSize" : 25,
1378                                     "xtype" : "PagingToolbar",
1379                                     "emptyMsg" : "No Events found",
1380                                     "$ xns" : "Roo",
1381                                     "displayMsg" : "Displaying events{0} - {1} of {2}",
1382                                     "displayInfo" : true,
1383                                     "* prop" : "footer"
1384                                 },
1385                                 {
1386                                     "xtype" : "ColumnModel",
1387                                     "width" : 120,
1388                                     "header" : "Changed",
1389                                     "$ renderer" : "function(v) { return String.format('{0}', v ? v.format('d/M/Y H:i:s') : ''); }",
1390                                     "$ xns" : "Roo.grid",
1391                                     "* prop" : "colModel[]",
1392                                     "dataIndex" : "event_when"
1393                                 },
1394                                 {
1395                                     "xtype" : "ColumnModel",
1396                                     "width" : 200,
1397                                     "header" : "Action",
1398                                     "$ renderer" : "function(v,x,r) { return String.format('{0} - {1}', v, r.data.on_table); }",
1399                                     "$ xns" : "Roo.grid",
1400                                     "* prop" : "colModel[]",
1401                                     "dataIndex" : "action"
1402                                 },
1403                                 {
1404                                     "xtype" : "ColumnModel",
1405                                     "width" : 200,
1406                                     "header" : "IP Address",
1407                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
1408                                     "$ xns" : "Roo.grid",
1409                                     "* prop" : "colModel[]",
1410                                     "dataIndex" : "ipaddr"
1411                                 },
1412                                 {
1413                                     "xtype" : "ColumnModel",
1414                                     "width" : 75,
1415                                     "header" : "Who",
1416                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
1417                                     "$ xns" : "Roo.grid",
1418                                     "* prop" : "colModel[]",
1419                                     "dataIndex" : "person_id_name"
1420                                 },
1421                                 {
1422                                     "xtype" : "ColumnModel",
1423                                     "width" : 200,
1424                                     "header" : "Notes",
1425                                     "$ renderer" : "function(v) { return String.format('{0}', v); }",
1426                                     "$ xns" : "Roo.grid",
1427                                     "* prop" : "colModel[]",
1428                                     "dataIndex" : "remarks"
1429                                 }
1430                             ]
1431                         }
1432                     ]
1433                 },
1434                 {
1435                     "listeners" : {
1436                         "click" : "function (_self, e)\n{\n    _this.dialog.hide();\n}"
1437                     },
1438                     "text" : "Cancel",
1439                     "xtype" : "Button",
1440                     "$ xns" : "Roo",
1441                     "* prop" : "buttons[]"
1442                 },
1443                 {
1444                     "listeners" : {
1445                         "render" : "function (_self)\n{\n    _this.saveBtn = this;\n}",
1446                         "click" : "function (_self, e)\n{\n    // do some checks?\n     \n    \n  //  _this.dialog.el.mask(\"Saving\");\n    _this.form.doAction(\"submit\");\n\n}"
1447                     },
1448                     "text" : "Save",
1449                     "xtype" : "Button",
1450                     "$ xns" : "Roo",
1451                     "* prop" : "buttons[]"
1452                 }
1453             ]
1454         }
1455     ]
1456 }