Exemple #1
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('sales_order_invoices_grid');
     $this->_blockGroup = 'iwd_ordermanager';
     $this->_controller = 'adminhtml_sales_order_archive_invoices';
     $this->setDefaultSort('id');
     $this->setDefaultDir('DESC');
     $this->setUseAjax(true);
 }
 public function __construct()
 {
     parent::__construct();
     $this->setId('sales_invoice_grid');
     $this->setTemplate('reports/grid.phtml');
     $this->setUseAjax(true);
     $this->setCountTotals(true);
     // Default Sorting
     $this->setDefaultSort('billing_name');
     $this->setDefaultDir('ASC');
     $this->setSaveParametersInSession(true);
 }
 public function __construct()
 {
     parent::__construct();
     $this->setId('sales_invoice_grid_archive');
 }