report controller for excel title naming
This commit is contained in:
parent
7a832d7644
commit
25e90d9c20
@ -25,9 +25,7 @@ class report extends BaseController
|
|||||||
public function pending_report()
|
public function pending_report()
|
||||||
{
|
{
|
||||||
|
|
||||||
$this->global['pageTitle'] = 'Siddharth : Reports';
|
$this->global['pageTitle'] = 'Total Pending Requests Reports -';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$data['pending_list']=$this->dahsboard_Model->req_list();
|
$data['pending_list']=$this->dahsboard_Model->req_list();
|
||||||
|
|
||||||
@ -38,7 +36,7 @@ class report extends BaseController
|
|||||||
public function releasedPO()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
public function MM_ReceiptValue()
|
||||||
{
|
{
|
||||||
|
|
||||||
$this->global['pageTitle'] = 'Siddharth : Reports';
|
$this->global['pageTitle'] = 'Material Master - Receipt Value Reports-';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user