report controller for excel title naming

This commit is contained in:
saravanakumar_kandasami 2017-08-31 18:22:34 +05:30
parent 7a832d7644
commit 25e90d9c20
2 changed files with 10 additions and 12 deletions

View File

@ -25,10 +25,8 @@ class report extends BaseController
public function pending_report()
{
$this->global['pageTitle'] = 'Siddharth : Reports';
$this->global['pageTitle'] = 'Total Pending Requests Reports -';
$data['pending_list']=$this->dahsboard_Model->req_list();
@ -38,7 +36,7 @@ class report extends BaseController
public function releasedPO()
{
$this->global['pageTitle'] = 'Siddharth : Reports';
$this->global['pageTitle'] = 'Order Value - Released Reports - ';
@ -51,7 +49,7 @@ class report extends BaseController
public function openorderPO()
{
$this->global['pageTitle'] = 'Siddharth : Reports';
$this->global['pageTitle'] = 'Open Orders - Pending Reports - ';
@ -64,7 +62,7 @@ class report extends BaseController
public function TotalOrd()
{
$this->global['pageTitle'] = 'Siddharth : Reports';
$this->global['pageTitle'] = 'Total Orders Reports -';
@ -77,7 +75,7 @@ class report extends BaseController
public function ccr()
{
$this->global['pageTitle'] = 'Siddharth : Reports';
$this->global['pageTitle'] = 'Cost Center Reports -';
@ -90,7 +88,7 @@ class report extends BaseController
public function MM_Supplier()
{
$this->global['pageTitle'] = 'Siddharth : Reports';
$this->global['pageTitle'] = 'Material Master - Supplier Wise Reports -';
@ -103,7 +101,7 @@ class report extends BaseController
public function MM_Item()
{
$this->global['pageTitle'] = 'Siddharth : Reports';
$this->global['pageTitle'] = 'Material Master - Item Wise Reports-';
@ -116,7 +114,7 @@ class report extends BaseController
public function MM_ReceiptValue()
{
$this->global['pageTitle'] = 'Siddharth : Reports';
$this->global['pageTitle'] = 'Material Master - Receipt Value Reports-';

View File

@ -119,7 +119,7 @@ $(document).ready(function() {
buttons: [
{
extend: 'collection',
text: 'Export pending details',
text: 'Export pending details',
buttons: [
'excel'
]