Pman.Tab.XtupleItem.bjs
[Pman.Xtuple] / Pman.Tab.XtupleItem.bjs
1 {
2     "id": "roo-file-44",
3     "name": "Pman.Tab.XtupleItem",
4     "parent": "Pman.Tab.XtupleManage",
5     "title": "Pman.Tab.XtupleItem",
6     "path": "/home/edward/gitlive/web.xtuple/Pman/Xtuple/Pman.Tab.XtupleItem.bjs",
7     "items": [
8         {
9             "background": true,
10             "region": "center",
11             "title": "Products",
12             "xtype": "NestedLayoutPanel",
13             "|xns": "Roo",
14             "items": [
15                 {
16                     "|xns": "Roo",
17                     "xtype": "BorderLayout",
18                     "*prop": "layout",
19                     "items": [
20                         {
21                             "|xns": "Roo",
22                             "xtype": "LayoutRegion",
23                             "*prop": "center"
24                         },
25                         {
26                             "*prop": "east",
27                             "split": true,
28                             "width": 200,
29                             "xtype": "LayoutRegion",
30                             "|xns": "Roo"
31                         },
32                         {
33                             "listeners": {
34                                 "|activate": "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
35                             },
36                             "background": true,
37                             "fitContainer": true,
38                             "fitToframe": true,
39                             "region": "center",
40                             "tableName": "item",
41                             "title": "Products",
42                             "xtype": "GridPanel",
43                             "|xns": "Roo",
44                             "items": [
45                                 {
46                                     "listeners": {
47                                         "|render": "function() \n{\n    _this.grid = this; \n    //_this.dialog = Pman.Dialog.FILL_IN\n    if (_this.panel.active) {\n       this.footer.onClick('first');\n    }\n}",
48                                         "cellclick": "function (_self, row, col, e)\n{\n     var di = _this.grid.colModel.getDataIndex(col);\n     \n     var rec = _this.grid.ds.getAt(row);\n     \n     \n     if (di == 'item_active') {\n     \n        var nv = rec.data.item_active ? 0 : 1;\n        new Pman.Request({\n            mask : 'Saving',\n            url : baseURL + '/Roo/Item',\n            params : {\n                item_id : rec.data.item_id,\n                item_active : nv\n            },\n            success : function() {\n                rec.set('item_active', nv);\n            }\n        });\n        return;\n        \n     \n     }\n     \n     if(di == 'itemsrc_active'){\n        if(!rec.data.itemsrc_active){\n            Roo.MessageBox.alert('Error','Please edit it on Xtuple tool');\n            return;\n        }\n        if(rec.data.itemsrc_active){\n            Roo.MessageBox.confirm(\"Confirm\", \"Are you sure this product is no longer purchased\",\n                function (res) {\n                    if(res!='yes') {\n                        return;\n                    }\n                    rec.commit();\n            });\n        }\n    }\n     \n     _this.locgrid.footer.onClick('first');\n     \n     \n     \n     \n}",
49                                         "afteredit": "function (e)\n{\n    \n    \n    Roo.log(e);\n    new Pman.Request({\n        url : baseURL +'/Roo/Charass',\n        params : {\n             charass_char_id_char_name : e.field.replace(/^item_char_/,'').toUpperCase(),\n             charass_value : e.value,\n             charass_target_type : 'I',\n             charass_default : 1,\n             charass_target_id : e.record.data.item_id\n         },\n         method : 'POST'\n     });\n    \n    \n    e.record.commit();\n    \n    \n    \n}",
50                                         "celldblclick": "function (_self, rowIndex, columnIndex, e)\n{\n    var s = _this.grid.ds.getAt(rowIndex);\n    \n    Pman.Dialog.XtupleItem.show( { item_id : s.data.item_id } , function() {\n        _this.grid.footer.onClick('first');\n   }); \n}"
51                                     },
52                                     "*prop": "grid",
53                                     "autoExpandColumn": "item_descrip1",
54                                     "clicksToEdit": 1,
55                                     "loadMask": true,
56                                     "xtype": "EditorGrid",
57                                     "|xns": "Roo.grid",
58                                     "items": [
59                                         {
60                                             "listeners": {
61                                                 "beforeload": "function (_self, o)\n{\n  o.params._with_prodcat = 1;\n  o.params._with_char = 1;\n  o.params._with_itemsrc_active = 1;\n  o.params._with_last_purchase_price = 1;\n  o.params._with_image = 1;\n  var s = _this.search.getValue();\n  if (s.length) {\n    o.params['query[number_or_name]'] = s;\n  }\n  if (!_this.active.pressed) {\n    o.params.item_active = 1;\n  }\n  if (_this.brandSel.getValue().length) {\n    o.params._with_brand = _this.brandSel.getValue()\n  }\n  \n  o.params._with_stock_balance = 1;\n}",
62                                                 "update": "function (_self, record, operation)\n{\n    if(operation != 'commit'){\n        return;\n    }\n    \n    var nv  = record.data.itemsrc_active ? 0 : 1;\n    new Pman.Request({\n        mask : 'Saving',\n        url : baseURL + '/Roo/Itemsrc',\n        params : {\n            _update_by_item : 1,\n            item_id : record.data.item_id,\n            itemsrc_active : nv\n        },\n        success : function(res) {\n            record.set('itemsrc_active', nv);\n        }\n    });\n}",
63                                                 "load": "function (_self, records, options)\n{\n\n    var cm = _this.grid.getColumnModel();\n    if(records.length){\n        cm.setColumnHeader(cm.getIndexByDataIndex('item_stock_balance'),records[0].data.default_location_name);\n    }\n}"
64                                             },
65                                             "*prop": "dataSource",
66                                             "remoteSort": true,
67                                             "xtype": "Store",
68                                             "|sortInfo": "{ field : 'item_number', direction: 'ASC' }",
69                                             "|xns": "Roo.data",
70                                             "items": [
71                                                 {
72                                                     "*prop": "proxy",
73                                                     "xtype": "HttpProxy",
74                                                     "method": "GET",
75                                                     "|url": "baseURL + '/Roo/item.php'",
76                                                     "|xns": "Roo.data"
77                                                 },
78                                                 {
79                                                     "|xns": "Roo.data",
80                                                     "xtype": "JsonReader",
81                                                     "totalProperty": "total",
82                                                     "root": "data",
83                                                     "*prop": "reader",
84                                                     "id": "id",
85                                                     "|fields": "[\n    {\n        'name': 'item_id',\n        'type': 'int'\n    },\n    {\n        'name': 'item_number',\n        'type': 'string'\n    },\n    {\n        'name': 'item_descrip1',\n        'type': 'string'\n    },\n    {\n        'name': 'item_descrip2',\n        'type': 'string'\n    },\n    {\n        'name': 'item_classcode_id',\n        'type': 'int'\n    },\n    {\n        'name': 'item_picklist',\n        'type': 'int'\n    },\n    {\n        'name': 'item_comments',\n        'type': 'string'\n    },\n    {\n        'name': 'item_sold',\n        'type': 'int'\n    },\n    {\n        'name': 'item_fractional',\n        'type': 'int'\n    },\n    {\n        'name': 'item_active',\n        'type': 'int'\n    },\n    {\n        'name': 'item_type',\n        'type': 'string'\n    },\n    {\n        'name': 'item_prodweight',\n        'type': 'float'\n    },\n    {\n        'name': 'item_packweight',\n        'type': 'float'\n    },\n    {\n        'name': 'item_prodcat_id',\n        'type': 'int'\n    },\n    {\n        'name': 'item_exclusive',\n        'type': 'int'\n    },\n    {\n        'name': 'item_listprice',\n        'type': 'float'\n    },\n    {\n        'name': 'item_config',\n        'type': 'int'\n    },\n    {\n        'name': 'item_extdescrip',\n        'type': 'string'\n    },\n    {\n        'name': 'item_upccode',\n        'type': 'string'\n    },\n    {\n        'name': 'item_maxcost',\n        'type': 'float'\n    },\n    {\n        'name': 'item_inv_uom_id',\n        'type': 'int'\n    },\n    {\n        'name': 'item_price_uom_id',\n        'type': 'int'\n    },\n    {\n        'name': 'item_warrdays',\n        'type': 'int'\n    },\n    {\n        'name': 'item_freightclass_id',\n        'type': 'int'\n    },\n    {\n        'name': 'item_tax_recoverable',\n        'type': 'int'\n    },\n    {\n        'name': 'item_price_uom_id_uom_id',\n        'type': 'int'\n    },\n    {\n        'name': 'item_price_uom_id_uom_name',\n        'type': 'string'\n    },\n    {\n        'name': 'item_price_uom_id_uom_descrip',\n        'type': 'string'\n    },\n    {\n        'name': 'item_price_uom_id_uom_item_weight',\n        'type': 'int'\n    },\n    {\n        'name': 'item_inv_uom_id_uom_id',\n        'type': 'int'\n    },\n    {\n        'name': 'item_inv_uom_id_uom_name',\n        'type': 'string'\n    },\n    {\n        'name': 'item_inv_uom_id_uom_descrip',\n        'type': 'string'\n    },\n    {\n        'name': 'item_inv_uom_id_uom_item_weight',\n        'type': 'int'\n    },\n    {\n        'name': 'item_freightclass_id_freightclass_id',\n        'type': 'int'\n    },\n    {\n        'name': 'item_freightclass_id_freightclass_code',\n        'type': 'string'\n    },\n    {\n        'name': 'item_freightclass_id_freightclass_descrip',\n        'type': 'string'\n    },\n    {\n        'name': 'item_classcode_id_classcode_id',\n        'type': 'int'\n    },\n    {\n        'name': 'item_classcode_id_classcode_code',\n        'type': 'string'\n    },\n    {\n        'name': 'item_classcode_id_classcode_descrip',\n        'type': 'string'\n    },\n    {\n        'name': 'item_classcode_id_classcode_mfg',\n        'type': 'int'\n    },\n    {\n        'name': 'item_classcode_id_classcode_creator',\n        'type': 'string'\n    },\n    {\n        'name': 'item_classcode_id_classcode_created',\n        'type': 'date'\n    },\n    {\n        'name': 'item_classcode_id_classcode_modifier',\n        'type': 'string'\n    },\n    {\n        'name': 'item_classcode_id_classcode_modified',\n        'type': 'date'\n    },\n    {\n        'name': 'item_classcode_id_classcode_type',\n        'type': 'string'\n    }\n]"
86                                                 }
87                                             ]
88                                         },
89                                         {
90                                             "|xns": "Roo",
91                                             "xtype": "Toolbar",
92                                             "*prop": "toolbar",
93                                             "items": [
94                                                 {
95                                                     "listeners": {
96                                                         "render": "function (_self)\n{\n  _this.brandSel = _self;\n}",
97                                                         "select": "function (combo, record, index)\n{\n    _this.grid.footer.onClick('first');\n}"
98                                                     },
99                                                     "allowBlank": true,
100                                                     "alwaysQuery": true,
101                                                     "displayField": "charass_value",
102                                                     "editable": true,
103                                                     "emptyText": "Select Brand",
104                                                     "forceSelection": true,
105                                                     "listWidth": 300,
106                                                     "loadingText": "Searching...",
107                                                     "minChars": 2,
108                                                     "pageSize": 20,
109                                                     "qtip": "Select Brand",
110                                                     "queryParam": "query[charass_value]",
111                                                     "selectOnFocus": true,
112                                                     "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{charass_value}</b> </div>",
113                                                     "triggerAction": "all",
114                                                     "width": 150,
115                                                     "xtype": "ComboBox",
116                                                     "|xns": "Roo.form",
117                                                     "items": [
118                                                         {
119                                                             "listeners": {
120                                                                 "|beforeload": "function (_self, o)\n{\n    o.params = o.params || {};\n    // staff can see all logs, other companies can only see their own.\n    // look for all of the charass 's with the same type= eg. brand.\n    \n    o.params.charass_char_id_char_name = 'BRAND';\n    o.params.charass_target_type ='I';\n    o.params._distinct = 'charass_value';\n        o.params._columns = 'charass_value';\n\n}"
121                                                             },
122                                                             "*prop": "store",
123                                                             "remoteSort": true,
124                                                             "xtype": "Store",
125                                                             "|sortInfo": "{ field : 'charass_value' , direction : 'ASC' }",
126                                                             "|xns": "Roo.data",
127                                                             "items": [
128                                                                 {
129                                                                     "*prop": "proxy",
130                                                                     "method": "GET",
131                                                                     "xtype": "HttpProxy",
132                                                                     "|url": "baseURL + '/Roo/Charass.php'",
133                                                                     "|xns": "Roo.data"
134                                                                 },
135                                                                 {
136                                                                     "|xns": "Roo.data",
137                                                                     "xtype": "JsonReader",
138                                                                     "totalProperty": "total",
139                                                                     "root": "data",
140                                                                     "*prop": "reader",
141                                                                     "id": "id",
142                                                                     "|fields": "[\n    {\n        'name': 'id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_name',\n        'type': 'string'\n    },\n    {\n        'name': 'event_when',\n        'type': 'date',\n        'dateFormat': 'Y-m-d'\n    },\n    {\n        'name': 'action',\n        'type': 'string'\n    },\n    {\n        'name': 'ipaddr',\n        'type': 'string'\n    },\n    {\n        'name': 'on_id',\n        'type': 'int'\n    },\n    {\n        'name': 'on_table',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id',\n        'type': 'int'\n    },\n    {\n        'name': 'remarks',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_office_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_name',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_phone',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_fax',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_email',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_company_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_role',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_active',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_remarks',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_passwd',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_owner_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_lang',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_no_reset_sent',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_action_type',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_project_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_deleted_by',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_deleted_dt',\n        'type': 'date'\n    }\n]"
143                                                                 }
144                                                             ]
145                                                         }
146                                                     ]
147                                                 },
148                                                 {
149                                                     "listeners": {
150                                                         "render": "function (_self)\n{\n  _this.search = _self;\n}",
151                                                         "specialkey": "function (_self, e)\n{\n    _this.grid.footer.onClick('first');\n}"
152                                                     },
153                                                     "emptyText": "Search Product",
154                                                     "xtype": "TextField",
155                                                     "|xns": "Roo.form"
156                                                 },
157                                                 {
158                                                     "listeners": {
159                                                         "|click": "function (_self, e)\n{\n_this.grid.footer.onClick('first');\n}"
160                                                     },
161                                                     "cls": "x-btn-icon",
162                                                     "xtype": "Button",
163                                                     "|icon": "rootURL + '/Pman/templates/images/search.gif'",
164                                                     "|xns": "Roo.Toolbar"
165                                                 },
166                                                 {
167                                                     "listeners": {
168                                                         "|click": "function (_self, e)\n{\n    _this.search.setValue('');\n    \n\n    \n    _this.grid.footer.onClick('first');\n}"
169                                                     },
170                                                     "cls": "x-btn-icon",
171                                                     "xtype": "Button",
172                                                     "|icon": "rootURL + '/Pman/templates/images/edit-clear.gif'",
173                                                     "|xns": "Roo.Toolbar"
174                                                 },
175                                                 {
176                                                     "|xns": "Roo.Toolbar",
177                                                     "xtype": "Separator"
178                                                 },
179                                                 {
180                                                     "listeners": {
181                                                         "toggle": "function (_self, pressed)\n{\n\n    this.setText(pressed ? \"Hide Inactive\" : \"Show Inactive\");\n    (function() { _this.grid.footer.onClick('first'); }).defer(100);\n}",
182                                                         "render": "function (_self)\n{\n    _this.active = _self;\n}"
183                                                     },
184                                                     "enableToggle": true,
185                                                     "text": "Show Inactive",
186                                                     "xtype": "Button",
187                                                     "|xns": "Roo.Toolbar"
188                                                 },
189                                                 {
190                                                     "|xns": "Roo.Toolbar",
191                                                     "xtype": "Fill"
192                                                 },
193                                                 {
194                                                     "listeners": {
195                                                         "|click": "function()\n{\n\n   Pman.Dialog.XtupleItem.show( { item_id : 0 } , function() {\n        _this.grid.footer.onClick('first');\n   }); \n}\n"
196                                                     },
197                                                     "cls": "x-btn-text-icon",
198                                                     "text": "Add",
199                                                     "xtype": "Button",
200                                                     "|icon": "Roo.rootURL + 'images/default/dd/drop-add.gif'",
201                                                     "|xns": "Roo.Toolbar"
202                                                 },
203                                                 {
204                                                     "listeners": {
205                                                         "|click": "function()\n{\n    var s = _this.grid.selModel.getSelectedCell();\n    if (!s) {\n        Roo.MessageBox.alert(\"Error\", \"Select a product\");\n        return;\n    } \n    var rec = _this.grid.ds.getAt(s[0]);\n    \n    var params = [];\n    \n    Roo.MessageBox.prompt(\n        \"Rename SKU\", \n        \"Warning changing SKU names affects historical data, and should only be done if you are sure that this is ok\",\n        function(r,v) {\n            if (r != 'ok') {\n                return;\n                \n            }\n            params = {\n                _rename_sku : v,\n                item_id : rec.data.item_id,\n                _check : 1\n            }\n\n            change(params);\n            \n            return;\n                \n            \n\n        }\n    );\n    \n    var change = function(params){\n        new Pman.Request({\n            url : baseURL + '/Roo/Item',\n            mask : \"Renaming\",\n            method : 'POST',\n            params : params,\n            success : function(res) {\n                Roo.log(res);\n                _this.grid.footer.onClick('refresh');\n                if(typeof(res.data) == 'string'){\n                    Roo.MessageBox.alert(\"Notice\", 'SKU has been renamed');\n                    return\n                }\n                var offices = [];\n                Roo.each(res.data, function(o){\n                    offices.push(Pman.Xtuple.offices[o]);\n                })\n                Roo.MessageBox.alert(\"Notice\", 'SKU has been renamed in ' + offices.join(\", \"));\n                \n            },\n            failure : function(res) {\n                Roo.log(res);\n                try {\n                    if (res.errors.confirm.length) {\n                        var offices = [];\n                        Roo.each(res.errors.confirm, function(o){\n                            offices.push(Pman.Xtuple.offices[o]);\n                        })\n                        Roo.MessageBox.confirm(\n                            \"Confirm\", \n                            \" Do you want to change the name in \" + offices.join(\", \") + \"?\",\n                            function(x) {\n                                if (x != 'yes') {\n                                    Roo.MessageBox.alert(\"Notice\", 'SKU was not changed');\n                                    return;\n                                }\n                                delete params['_check'];\n                                params._can_change_sku = 1;\n                                change(params);\n                            }\n                        );\n                        return;\n                    }\n                } catch(e) { }\n                Roo.MessageBox.alert(\"Error\", res.errorMsg);\n                \n            }\n        });\n    }\n   \n}\n"
206                                                     },
207                                                     "text": "Rename SKU",
208                                                     "xtype": "Button",
209                                                     "|xns": "Roo.Toolbar"
210                                                 },
211                                                 {
212                                                     "|xns": "Roo.Toolbar",
213                                                     "xtype": "Separator"
214                                                 },
215                                                 {
216                                                     "text": "Report start :",
217                                                     "xtype": "TextItem",
218                                                     "|xns": "Roo.Toolbar"
219                                                 },
220                                                 {
221                                                     "listeners": {
222                                                         "render": "function (_self)\n{\n    _this.dateFrom = _self;\n}"
223                                                     },
224                                                     "format": "d/M/Y",
225                                                     "useIso": true,
226                                                     "xtype": "DateField",
227                                                     "|value": "(function() { return (new Date()).format('Y') + '-01-01'; })()",
228                                                     "|xns": "Roo.form"
229                                                 },
230                                                 {
231                                                     "listeners": {
232                                                         "render": "function (_self)\n{\n  _this.datespan  = _self;\n}"
233                                                     },
234                                                     "allowBlank": false,
235                                                     "displayField": "fname",
236                                                     "editable": false,
237                                                     "fieldLabel": "Status",
238                                                     "hiddenName": "cm_status",
239                                                     "listWidth": 200,
240                                                     "mode": "local",
241                                                     "name": "cm_status_name",
242                                                     "triggerAction": "all",
243                                                     "value": 12,
244                                                     "valueField": "ftype",
245                                                     "width": 150,
246                                                     "xtype": "ComboBox",
247                                                     "|xns": "Roo.form",
248                                                     "items": [
249                                                         {
250                                                             "*prop": "store",
251                                                             "xtype": "SimpleStore",
252                                                             "|data": "[ \n    [ '1', \"Single Month Sales\"],\n    [ '3', \"Quarter Sales\"],\n    [ '6', \"Half year Sales\"] ,\n    [ '12', \"Full Year Sales\"] \n]\n",
253                                                             "|fields": "[  'ftype', 'fname']",
254                                                             "|xns": "Roo.data"
255                                                         }
256                                                     ]
257                                                 },
258                                                 {
259                                                     "listeners": {
260                                                         "click": "function (_self, e)\n{\n    if (!_this.brandSel.getValue().length) {\n        Roo.MessageBox.alert(\"Error\", \"Select a brand to download\");\n        return;\n    }\n\n    new Pman.Download({\n        url : baseURL + '/Xtuple/Reports/SalesByCountryItemYear',\n        params: { \n            date_from : _this.dateFrom.getValue(),\n            brand : _this.brandSel.getValue(),\n            span : _this.datespan.getValue()\n        }\n    });\n        \n\n}"
261                                                     },
262                                                     "text": "Download Sales Report",
263                                                     "xtype": "Button",
264                                                     "|xns": "Roo.Toolbar"
265                                                 }
266                                             ]
267                                         },
268                                         {
269                                             "*prop": "footer",
270                                             "xtype": "PagingToolbar",
271                                             "pageSize": 25,
272                                             "displayInfo": true,
273                                             "displayMsg": "Displaying item{0} - {1} of {2}",
274                                             "emptyMsg": "No item found",
275                                             "|xns": "Roo",
276                                             "items": [
277                                                 {
278                                                     "text": "Tools - Upload/Download",
279                                                     "xtype": "Button",
280                                                     "|xns": "Roo.Toolbar",
281                                                     "items": [
282                                                         {
283                                                             "|xns": "Roo.menu",
284                                                             "xtype": "Menu",
285                                                             "*prop": "menu",
286                                                             "items": [
287                                                                 {
288                                                                     "listeners": {
289                                                                         "click": "function (_self, e)\n{\n   new Pman.Download({\n        method: 'GET',\n        url : baseURL + '/Roo/item',\n        params : {\n            _costgrid : 1\n        }\n   });\n}"
290                                                                     },
291                                                                     "text": "Download Standard costs",
292                                                                     "xtype": "Item",
293                                                                     "|xns": "Roo.menu"
294                                                                 },
295                                                                 {
296                                                                     "listeners": {
297                                                                         "click": "function (_self, e)\n{\n//   Roo.MessageBox.alert(\"Disabled\", \"Can you please send Alan the test file for this - there is a problem and we need to fix it before you use this again\");\n //  return;\n   \n   Pman.Dialog.Image.show(\n       {\n            _url : baseURL+'/Xtuple/Import/Products',\n            timeout : 60000\n        \n       },\n       function (data) {\n            var msg = [];\n           \n            if (data.updated) {\n                msg.push(\"Updated \" + data.updated + \" Products(s)\");\n            }            \n            if (data.inserted) {\n                msg.push(\"Added \" + data.inserted + \" Products(s)\");\n            }\n            if (data.skipped) {\n                msg.push(\"Skipped \" + data.skipped);\n            }\n            \n            if (!msg.length) {\n                msg.push(\"No data changed\");\n            }\n            Roo.MessageBox.alert(\"Notice\", msg.join(\"\\n\"));\n\n       }\n   );\n}"
298                                                                     },
299                                                                     "text": "Upload new products and costs",
300                                                                     "xtype": "Item",
301                                                                     "|xns": "Roo.menu"
302                                                                 },
303                                                                 {
304                                                                     "|xns": "Roo.menu",
305                                                                     "xtype": "Separator"
306                                                                 },
307                                                                 {
308                                                                     "listeners": {
309                                                                         "click": "function (_self, e)\n{\n  Roo.MessageBox.progress (\"Syncing Stock\", \"Sending\");\n  \n  var offset = 0;\n  \n   function runSync() {\n       \n       new Pman.Request( {\n            url : baseURL+'/Roo/Item',\n            method : 'GET',\n            timeout: 60000,\n            params : {\n                _syncFromHK : 1,\n                offset : offset\n            },\n            success : function(res) {\n                Roo.log(res);\n                if (!res.data.total) {\n                    Roo.MessageBox.hide();\n                    return;\n                }\n                offset += res.data.limit;\n                Roo.MessageBox.updateProgress ( offset  / res.data.total, \"Done \" + offset + '/' + res.data.total);\n                runSync();\n            }\n            \n        \n       });\n   }\n   runSync();\n}"
310                                                                     },
311                                                                     "text": "Sync Product Data from HK",
312                                                                     "xtype": "Item",
313                                                                     "|hidden": "(function() {\n\n    return baseURL.match(/hk\\.php$/) ? true : false;\n})()",
314                                                                     "|xns": "Roo.menu"
315                                                                 },
316                                                                 {
317                                                                     "listeners": {
318                                                                         "click": "function (_self, e)\n{\n  Roo.MessageBox.progress (\"Syncing Stock\", \"Sending\");\n  \n  var offset = 0;\n  \n   \n       \n   new Pman.Request( {\n        url : baseURL+'/Roo/Item',\n        method : 'GET',\n        params : {\n            _syncFromHK : 1,\n            _new_only : 1\n        },\n        success : function(res) {\n            Roo.log(res);\n            \n                Roo.MessageBox.hide();\n             _this.grid.footer.onClick('refresh');\n            \n             \n        }\n        \n    \n   });\n    \n}"
319                                                                     },
320                                                                     "text": "Sync Product from HK (New Products Only)",
321                                                                     "xtype": "Item",
322                                                                     "|hidden": "(function() {\n\n    return baseURL.match(/hk\\.php$/) ? true : false;\n})()",
323                                                                     "|xns": "Roo.menu"
324                                                                 },
325                                                                 {
326                                                                     "listeners": {
327                                                                         "click": "function (_self, e)\n{\n  Roo.MessageBox.progress (\"Syncing Stock\", \"Sending\");\n  \n  var offset = 0;\n  \n   \n       \n   new Pman.Request( {\n        url : baseURL+'/Roo/Item',\n        method : 'GET',\n        params : {\n            _syncFromHK : 1,\n            item_number : _this.search.getValue()\n        },\n        success : function(res) {\n            Roo.log(res);\n            \n                Roo.MessageBox.hide();\n             _this.grid.footer.onClick('refresh');\n            \n             \n        }\n        \n    \n   });\n    \n}"
328                                                                     },
329                                                                     "text": "Sync Product from HK (Based on Search)",
330                                                                     "xtype": "Item",
331                                                                     "|hidden": "(function() {\n\n    return baseURL.match(/hk\\.php$/) ? true : false;\n})()",
332                                                                     "|xns": "Roo.menu"
333                                                                 }
334                                                             ]
335                                                         }
336                                                     ]
337                                                 }
338                                             ]
339                                         },
340                                         {
341                                             "*prop": "colModel[]",
342                                             "dataIndex": "item_image_id",
343                                             "header": "Image",
344                                             "sortable": false,
345                                             "width": 150,
346                                             "xtype": "ColumnModel",
347                                             "|renderer": "function(v,x,r) { return String.format('<img src=\"{0}/Images/Thumb/100/{1}/{2}\" height=\"100\">', baseURL, v, r.data.item_image_filename); }",
348                                             "|xns": "Roo.grid"
349                                         },
350                                         {
351                                             "*prop": "colModel[]",
352                                             "dataIndex": "item_char_brand",
353                                             "header": "Brand",
354                                             "sortable": true,
355                                             "width": 100,
356                                             "xtype": "ColumnModel",
357                                             "|renderer": "function(v) { return String.format('{0}', v); }",
358                                             "|xns": "Roo.grid",
359                                             "items": [
360                                                 {
361                                                     "|xns": "Roo.grid",
362                                                     "xtype": "GridEditor",
363                                                     "*prop": "editor",
364                                                     "items": [
365                                                         {
366                                                             "*prop": "field",
367                                                             "allowBlank": true,
368                                                             "alwaysQuery": true,
369                                                             "displayField": "charass_value",
370                                                             "editable": true,
371                                                             "forceSelection": false,
372                                                             "listWidth": 300,
373                                                             "loadingText": "Searching...",
374                                                             "minChars": 2,
375                                                             "pageSize": 20,
376                                                             "qtip": "Select Brand",
377                                                             "queryParam": "query[charass_value]",
378                                                             "selectOnFocus": true,
379                                                             "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{charass_value}</b> </div>",
380                                                             "triggerAction": "all",
381                                                             "width": 150,
382                                                             "xtype": "ComboBox",
383                                                             "|xns": "Roo.form",
384                                                             "items": [
385                                                                 {
386                                                                     "listeners": {
387                                                                         "|beforeload": "function (_self, o)\n{\n    o.params = o.params || {};\n    // staff can see all logs, other companies can only see their own.\n    // look for all of the charass 's with the same type= eg. brand.\n    \n    o.params.charass_char_id_char_name = 'BRAND';\n    o.params.charass_target_type ='I';\n    o.params._distinct = 'charass_value';\n        o.params._columns = 'charass_value';\n\n}"
388                                                                     },
389                                                                     "*prop": "store",
390                                                                     "remoteSort": true,
391                                                                     "xtype": "Store",
392                                                                     "|sortInfo": "{ field : 'charass_value' , direction : 'ASC' }",
393                                                                     "|xns": "Roo.data",
394                                                                     "items": [
395                                                                         {
396                                                                             "*prop": "proxy",
397                                                                             "method": "GET",
398                                                                             "xtype": "HttpProxy",
399                                                                             "|url": "baseURL + '/Roo/Charass.php'",
400                                                                             "|xns": "Roo.data"
401                                                                         },
402                                                                         {
403                                                                             "|xns": "Roo.data",
404                                                                             "xtype": "JsonReader",
405                                                                             "totalProperty": "total",
406                                                                             "root": "data",
407                                                                             "*prop": "reader",
408                                                                             "id": "id",
409                                                                             "|fields": "[\n    {\n        'name': 'id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_name',\n        'type': 'string'\n    },\n    {\n        'name': 'event_when',\n        'type': 'date',\n        'dateFormat': 'Y-m-d'\n    },\n    {\n        'name': 'action',\n        'type': 'string'\n    },\n    {\n        'name': 'ipaddr',\n        'type': 'string'\n    },\n    {\n        'name': 'on_id',\n        'type': 'int'\n    },\n    {\n        'name': 'on_table',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id',\n        'type': 'int'\n    },\n    {\n        'name': 'remarks',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_office_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_name',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_phone',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_fax',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_email',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_company_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_role',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_active',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_remarks',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_passwd',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_owner_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_lang',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_no_reset_sent',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_action_type',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_project_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_deleted_by',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_deleted_dt',\n        'type': 'date'\n    }\n]"
410                                                                         }
411                                                                     ]
412                                                                 }
413                                                             ]
414                                                         }
415                                                     ]
416                                                 }
417                                             ]
418                                         },
419                                         {
420                                             "*prop": "colModel[]",
421                                             "dataIndex": "item_char_productgroup",
422                                             "header": "Product Group",
423                                             "sortable": true,
424                                             "width": 100,
425                                             "xtype": "ColumnModel",
426                                             "|renderer": "function(v) { return String.format('{0}', v); }",
427                                             "|xns": "Roo.grid",
428                                             "items": [
429                                                 {
430                                                     "|xns": "Roo.grid",
431                                                     "xtype": "GridEditor",
432                                                     "*prop": "editor",
433                                                     "items": [
434                                                         {
435                                                             "*prop": "field",
436                                                             "allowBlank": true,
437                                                             "alwaysQuery": true,
438                                                             "displayField": "charass_value",
439                                                             "editable": true,
440                                                             "forceSelection": false,
441                                                             "listWidth": 300,
442                                                             "loadingText": "Searching...",
443                                                             "minChars": 2,
444                                                             "pageSize": 20,
445                                                             "qtip": "Select Brand",
446                                                             "queryParam": "query[charass_value]",
447                                                             "selectOnFocus": true,
448                                                             "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{charass_value}</b> </div>",
449                                                             "triggerAction": "all",
450                                                             "width": 150,
451                                                             "xtype": "ComboBox",
452                                                             "|xns": "Roo.form",
453                                                             "items": [
454                                                                 {
455                                                                     "listeners": {
456                                                                         "|beforeload": "function (_self, o)\n{\n    o.params = o.params || {};\n    // staff can see all logs, other companies can only see their own.\n    // look for all of the charass 's with the same type= eg. brand.\n    \n    o.params.charass_char_id_char_name = 'PRODUCTGROUP';\n    o.params.charass_target_type ='I';\n    o.params._distinct = 'charass_value';\n        o.params._columns = 'charass_value';    \n}"
457                                                                     },
458                                                                     "*prop": "store",
459                                                                     "remoteSort": true,
460                                                                     "xtype": "Store",
461                                                                     "|sortInfo": "{ field : 'charass_value' , direction : 'ASC' }",
462                                                                     "|xns": "Roo.data",
463                                                                     "items": [
464                                                                         {
465                                                                             "*prop": "proxy",
466                                                                             "method": "GET",
467                                                                             "xtype": "HttpProxy",
468                                                                             "|url": "baseURL + '/Roo/Charass.php'",
469                                                                             "|xns": "Roo.data"
470                                                                         },
471                                                                         {
472                                                                             "|xns": "Roo.data",
473                                                                             "xtype": "JsonReader",
474                                                                             "totalProperty": "total",
475                                                                             "root": "data",
476                                                                             "*prop": "reader",
477                                                                             "id": "id",
478                                                                             "|fields": "[\n    {\n        'name': 'id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_name',\n        'type': 'string'\n    },\n    {\n        'name': 'event_when',\n        'type': 'date',\n        'dateFormat': 'Y-m-d'\n    },\n    {\n        'name': 'action',\n        'type': 'string'\n    },\n    {\n        'name': 'ipaddr',\n        'type': 'string'\n    },\n    {\n        'name': 'on_id',\n        'type': 'int'\n    },\n    {\n        'name': 'on_table',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id',\n        'type': 'int'\n    },\n    {\n        'name': 'remarks',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_office_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_name',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_phone',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_fax',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_email',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_company_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_role',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_active',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_remarks',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_passwd',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_owner_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_lang',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_no_reset_sent',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_action_type',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_project_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_deleted_by',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_deleted_dt',\n        'type': 'date'\n    }\n]"
479                                                                         }
480                                                                     ]
481                                                                 }
482                                                             ]
483                                                         }
484                                                     ]
485                                                 }
486                                             ]
487                                         },
488                                         {
489                                             "*prop": "colModel[]",
490                                             "dataIndex": "item_number",
491                                             "header": "Number",
492                                             "sortable": true,
493                                             "width": 100,
494                                             "xtype": "ColumnModel",
495                                             "|renderer": "function(v) { return String.format('<B>{0}</B>', v); }",
496                                             "|xns": "Roo.grid"
497                                         },
498                                         {
499                                             "*prop": "colModel[]",
500                                             "dataIndex": "item_char_pickface_location",
501                                             "header": "Pickface",
502                                             "sortable": true,
503                                             "width": 100,
504                                             "xtype": "ColumnModel",
505                                             "|renderer": "function(v) { return String.format('{0}', v); }",
506                                             "|xns": "Roo.grid",
507                                             "items": [
508                                                 {
509                                                     "|xns": "Roo.grid",
510                                                     "xtype": "GridEditor",
511                                                     "*prop": "editor",
512                                                     "items": [
513                                                         {
514                                                             "|xns": "Roo.form",
515                                                             "xtype": "TextField",
516                                                             "*prop": "field"
517                                                         }
518                                                     ]
519                                                 }
520                                             ]
521                                         },
522                                         {
523                                             "*prop": "colModel[]",
524                                             "dataIndex": "item_char_pallet_location",
525                                             "header": "Pallet",
526                                             "sortable": true,
527                                             "width": 100,
528                                             "xtype": "ColumnModel",
529                                             "|renderer": "function(v) { return String.format('{0}', v); }",
530                                             "|xns": "Roo.grid",
531                                             "items": [
532                                                 {
533                                                     "|xns": "Roo.grid",
534                                                     "xtype": "GridEditor",
535                                                     "*prop": "editor",
536                                                     "items": [
537                                                         {
538                                                             "|xns": "Roo.form",
539                                                             "xtype": "TextField",
540                                                             "*prop": "field"
541                                                         }
542                                                     ]
543                                                 }
544                                             ]
545                                         },
546                                         {
547                                             "*prop": "colModel[]",
548                                             "dataIndex": "item_descrip1",
549                                             "header": "Description",
550                                             "sortable": true,
551                                             "width": 200,
552                                             "xtype": "ColumnModel",
553                                             "|renderer": "function(v) { return String.format('{0}', v); }",
554                                             "|xns": "Roo.grid"
555                                         },
556                                         {
557                                             "*prop": "colModel[]",
558                                             "dataIndex": "itemsrc_active",
559                                             "header": "Purchased",
560                                             "width": 55,
561                                             "xtype": "ColumnModel",
562                                             "|renderer": "function(v) {  \n    var state = v * 1 > 0 ?  '-checked' : '';\n\n    return '<img class=\"x-grid-check-icon' + state + '\" src=\"' + Roo.BLANK_IMAGE_URL + '\"/>';\n                \n }",
563                                             "|xns": "Roo.grid"
564                                         },
565                                         {
566                                             "*prop": "colModel[]",
567                                             "dataIndex": "item_sold",
568                                             "header": "is Sold?",
569                                             "width": 50,
570                                             "xtype": "ColumnModel",
571                                             "|renderer": "function(v) {  \n    var state = v * 1 > 0 ?  '-checked' : '';\n\n    return '<img class=\"x-grid-check-icon' + state + '\" src=\"' + Roo.BLANK_IMAGE_URL + '\"/>';\n                \n }",
572                                             "|xns": "Roo.grid"
573                                         },
574                                         {
575                                             "*prop": "colModel[]",
576                                             "dataIndex": "item_active",
577                                             "header": "is Active?",
578                                             "width": 50,
579                                             "xtype": "ColumnModel",
580                                             "|renderer": "function(v) {  \n    var state = v * 1 > 0 ?  '-checked' : '';\n\n    return '<img class=\"x-grid-check-icon' + state + '\" src=\"' + Roo.BLANK_IMAGE_URL + '\"/>';\n                \n }",
581                                             "|xns": "Roo.grid"
582                                         },
583                                         {
584                                             "*prop": "colModel[]",
585                                             "align": "right",
586                                             "dataIndex": "last_purchase_price",
587                                             "header": "Last purchase price",
588                                             "width": 120,
589                                             "xtype": "ColumnModel",
590                                             "|renderer": "function(v,x,r) {\n\n     return String.format('{0}{1}', r.data.last_purchase_price_curr_name, Roo.util.Format.number(v,2)) ; \n     \n }",
591                                             "|xns": "Roo.grid"
592                                         },
593                                         {
594                                             "*prop": "colModel[]",
595                                             "dataIndex": "item_prodcat_id_prodcat_code",
596                                             "header": "Item prodcat",
597                                             "width": 100,
598                                             "xtype": "ColumnModel",
599                                             "|renderer": "function(v,x,r) { \n    return String.format('{0}/{1}', r.data.item_type, v); \n    }",
600                                             "|xns": "Roo.grid"
601                                         },
602                                         {
603                                             "*prop": "colModel[]",
604                                             "align": "right",
605                                             "dataIndex": "item_actcost",
606                                             "header": "Cost",
607                                             "width": 75,
608                                             "xtype": "ColumnModel",
609                                             "|renderer": "function(v,x,r) {\n\n     return String.format('{0}{1}', r.data.item_curr_name, Roo.util.Format.number(v,2)) ; \n     \n }",
610                                             "|xns": "Roo.grid"
611                                         },
612                                         {
613                                             "*prop": "colModel[]",
614                                             "align": "right",
615                                             "dataIndex": "item_base_cost",
616                                             "header": "Cost (base)",
617                                             "width": 75,
618                                             "xtype": "ColumnModel",
619                                             "|renderer": "function(v,x,r) {\n\n     return String.format('{0}{1}', r.data.item_base_curr, Roo.util.Format.number(v,2)) ; \n     \n }",
620                                             "|xns": "Roo.grid"
621                                         },
622                                         {
623                                             "*prop": "colModel[]",
624                                             "align": "right",
625                                             "dataIndex": "item_stock_balance",
626                                             "header": "Balance",
627                                             "width": 100,
628                                             "xtype": "ColumnModel",
629                                             "|renderer": "function(v) { return String.format('{0}', v ? parseInt( v) : ''); }",
630                                             "|xns": "Roo.grid"
631                                         }
632                                     ]
633                                 }
634                             ]
635                         },
636                         {
637                             "listeners": {
638                                 "|activate": "function() {\n    _this.locpanel = this;\n \n}"
639                             },
640                             "background": true,
641                             "fitContainer": true,
642                             "fitToframe": true,
643                             "region": "east",
644                             "tableName": "itemloc",
645                             "title": "itemloc",
646                             "xtype": "GridPanel",
647                             "|xns": "Roo",
648                             "items": [
649                                 {
650                                     "listeners": {
651                                         "|render": "function() \n{\n    _this.locgrid = this; \n    //_this.dialog = Pman.Dialog.FILL_IN\n    \n}",
652                                         "|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"
653                                     },
654                                     "*prop": "grid",
655                                     "autoExpandColumn": "location_name",
656                                     "loadMask": true,
657                                     "xtype": "Grid",
658                                     "|xns": "Roo.grid",
659                                     "items": [
660                                         {
661                                             "listeners": {
662                                                 "beforeload": "function (_self, o)\n{\n    var sel = _this.grid.selModel.getSelectedCell();\n    if (!sel) {\n        this.removeAll();\n        return false;\n    }\n    var rec = _this.grid.ds.getAt(sel[0]);\n    o.params._stock_for_item_id = rec.data.item_id;\n    //o.params['!itemloc_qty'] = 0;\n    \n    \n}"
663                                             },
664                                             "*prop": "dataSource",
665                                             "remoteSort": true,
666                                             "xtype": "Store",
667                                             "|sortInfo": "{ field : 'location_name', direction: 'ASC' }",
668                                             "|xns": "Roo.data",
669                                             "items": [
670                                                 {
671                                                     "*prop": "proxy",
672                                                     "method": "GET",
673                                                     "xtype": "HttpProxy",
674                                                     "|url": "baseURL + '/Roo/location.php'",
675                                                     "|xns": "Roo.data"
676                                                 },
677                                                 {
678                                                     "|xns": "Roo.data",
679                                                     "xtype": "JsonReader",
680                                                     "totalProperty": "total",
681                                                     "root": "data",
682                                                     "*prop": "reader",
683                                                     "id": "id",
684                                                     "|fields": "[\n    {\n        'name': 'itemloc_id',\n        'type': 'int'\n    },\n    {\n        'name': 'itemloc_itemsite_id',\n        'type': 'int'\n    },\n    {\n        'name': 'itemloc_location_id',\n        'type': 'int'\n    },\n    {\n        'name': 'itemloc_qty',\n        'type': 'float'\n    },\n    {\n        'name': 'itemloc_expiration',\n        'type': 'date',\n        'dateFormat': 'Y-m-d'\n    },\n    {\n        'name': 'itemloc_consolflag',\n        'type': 'int'\n    },\n    {\n        'name': 'itemloc_ls_id',\n        'type': 'int'\n    },\n    {\n        'name': 'itemloc_warrpurc',\n        'type': 'date',\n        'dateFormat': 'Y-m-d'\n    }\n]"
685                                                 }
686                                             ]
687                                         },
688                                         {
689                                             "*prop": "footer",
690                                             "xtype": "PagingToolbar",
691                                             "pageSize": 25,
692                                             "displayInfo": true,
693                                             "displayMsg": "Displaying itemloc{0} - {1} of {2}",
694                                             "emptyMsg": "No itemloc found",
695                                             "|xns": "Roo"
696                                         },
697                                         {
698                                             "*prop": "colModel[]",
699                                             "dataIndex": "location_name",
700                                             "header": "Location",
701                                             "width": 75,
702                                             "xtype": "ColumnModel",
703                                             "|renderer": "function(v) { return String.format('{0}', v); }",
704                                             "|xns": "Roo.grid"
705                                         },
706                                         {
707                                             "*prop": "colModel[]",
708                                             "dataIndex": "itemloc_realqty",
709                                             "header": "Itemloc qty",
710                                             "width": 75,
711                                             "xtype": "ColumnModel",
712                                             "|renderer": "function(v) { return String.format('{0}', v*1 ? (v*1).toFixed(0) : ''); }",
713                                             "|xns": "Roo.grid"
714                                         }
715                                     ]
716                                 }
717                             ]
718                         }
719                     ]
720                 }
721             ]
722         }
723     ],
724     "permname": "",
725     "modOrder": "200"
726 }