]> git.proxmox.com Git - extjs.git/blame - extjs/templates/executive-dashboard/app/store/ProfitLoss.js
add extjs 6.0.1 sources
[extjs.git] / extjs / templates / executive-dashboard / app / store / ProfitLoss.js
CommitLineData
6527f429
DM
1Ext.define('ExecDashboard.store.ProfitLoss', {\r
2 extend: 'Ext.data.Store',\r
3 alias: 'store.profitloss',\r
4\r
5 model: 'ExecDashboard.model.FullProfitloss',\r
6\r
7 proxy: {\r
8 type: 'ajax',\r
9 url: 'resources/data/full_data.json',\r
10 reader: 'json'\r
11 }\r
12});\r