예제 #1
0
 /**
  * Initialize Grid settings
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('gridRevenueOrders');
     $this->setSaveParametersInSession(true);
     $this->setUseAjax(true);
     $this->setTemplate('atlas/advancedreports/grid.phtml');
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('supplierItemsOrderedGrid');
     $this->setDefaultSort('created_at');
     $this->setDefaultDir('ASC');
     $this->setSaveParametersInSession(true);
     $this->setSubReportSize(false);
 }
예제 #3
0
 /**
  * Initialize Grid settings
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setFilterVisibility(true);
     $this->setPagerVisibility(true);
     $this->setId('revanueProductsSold');
     $this->setSaveParametersInSession(true);
     $this->setUseAjax(true);
     $this->setDefaultLimit(1);
     $this->setTemplate('atlas/advancedreports/gridproduct.phtml');
 }
예제 #4
0
 public function __construct()
 {
     parent::__construct();
     $this->setId($this->_gridId);
     $this->setDefaultSort($this->_defaultSort);
     $this->setDefaultDir($this->_defaultSortDir);
     $this->setTemplate('widget/grid.phtml');
     $this->setFilterVisibility(false);
     $this->setPagerVisibility(false);
     $this->setCountTotals(true);
     $this->prepareFilters();
 }
예제 #5
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('gridSales');
 }
예제 #6
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('payperrentals/report/grid.phtml');
     $this->setFilterVisibility(true);
 }
 public function __construct()
 {
     parent::__construct();
     $this->setId('gridCoupons');
     $this->setSubReportSize(false);
 }
예제 #8
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('gridInvoiced');
 }
예제 #9
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('gridRefunded');
 }
 public function __construct()
 {
     parent::__construct();
     $this->setId('gridViewedProducts');
     $this->setTemplate('sm/vendors/reports/grid.phtml');
 }
예제 #11
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('gridOrderedProducts');
 }
예제 #12
0
파일: Grid.php 프로젝트: santhosh400/ecart
 public function __construct()
 {
     parent::__construct();
     $this->setId('gridReportemails');
 }
예제 #13
0
 /**
  * Initialize Grid settings
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('gridrewardpointsReportRewarded');
 }
예제 #14
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('gridShipping');
 }
예제 #15
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('gridAccounts');
 }
예제 #16
0
 /**
  * Initialize Grid settings
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('gridProductsSold');
 }
예제 #17
0
 /**
  * Initialize Grid settings
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('gridAffiliateReportReferral');
 }
예제 #18
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('gridOrdersCustomer');
 }
예제 #19
0
 public function __construct()
 {
     parent::__construct();
     $this->setSaveParametersInSession(false);
     $this->setId('gridPanel');
 }