Ext.define('saas.view.purchase.report.PurchaseController', { extend: 'saas.view.core.report.ReportPanelController', alias: 'controller.purchase-report-purchase', init: function (form) { this.control({ }); } });