28 parent::_initAction();
40 switch ($this->
getRequest()->getActionName()) {
42 return $this->_authorization->isAllowed(
'Magento_Reports::salesroot_sales');
45 return $this->_authorization->isAllowed(
'Magento_Reports::tax');
48 return $this->_authorization->isAllowed(
'Magento_Reports::shipping');
51 return $this->_authorization->isAllowed(
'Magento_Reports::invoiced');
54 return $this->_authorization->isAllowed(
'Magento_Reports::refunded');
57 return $this->_authorization->isAllowed(
'Magento_Reports::coupons');
60 return $this->_authorization->isAllowed(
'Magento_Reports::bestsellers');
63 return $this->_authorization->isAllowed(
'Magento_Reports::salesroot');
_addBreadcrumb($label, $title, $link=null)