payslip BankReport title name
This commit is contained in:
parent
63c519ee40
commit
13e43e8377
@ -383,6 +383,7 @@ function phpAlert($msg) {
|
|||||||
$mpdf->SetHTMLHeader($HtmlHeading);
|
$mpdf->SetHTMLHeader($HtmlHeading);
|
||||||
//$html = $this->load->view("bankreportprint",$data,true);
|
//$html = $this->load->view("bankreportprint",$data,true);
|
||||||
$mpdf->setFooter($HTMLFooter . "Page {PAGENO} of {nb}");
|
$mpdf->setFooter($HTMLFooter . "Page {PAGENO} of {nb}");
|
||||||
|
$mpdf->setTitle('Sidharthindustries:PayrollReport');
|
||||||
|
|
||||||
|
|
||||||
// $mpdf->setFooter("Page {PAGENO} of {nb}");
|
// $mpdf->setFooter("Page {PAGENO} of {nb}");
|
||||||
@ -905,6 +906,7 @@ function getEmployee()
|
|||||||
$mpdf->setAutoTopMargin = 'stretch';
|
$mpdf->setAutoTopMargin = 'stretch';
|
||||||
$mpdf->setAutoBottomMargin = 'stretch';
|
$mpdf->setAutoBottomMargin = 'stretch';
|
||||||
$mpdf->WriteHTML($html);
|
$mpdf->WriteHTML($html);
|
||||||
|
$mpdf->SetTitle('Sidharthindustries:Payslip');
|
||||||
$mpdf->Output("".$filename.'.pdf','I',$php);
|
$mpdf->Output("".$filename.'.pdf','I',$php);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user