payslip BankReport title name

This commit is contained in:
gandhimathi 2018-01-16 10:17:53 +00:00
parent 63c519ee40
commit 13e43e8377

View File

@ -383,6 +383,7 @@ function phpAlert($msg) {
$mpdf->SetHTMLHeader($HtmlHeading);
//$html = $this->load->view("bankreportprint",$data,true);
$mpdf->setFooter($HTMLFooter . "Page {PAGENO} of {nb}");
$mpdf->setTitle('Sidharthindustries:PayrollReport');
// $mpdf->setFooter("Page {PAGENO} of {nb}");
@ -904,7 +905,8 @@ function getEmployee()
$mpdf->list_indent_first_level = 1;
$mpdf->setAutoTopMargin = 'stretch';
$mpdf->setAutoBottomMargin = 'stretch';
$mpdf->WriteHTML($html);
$mpdf->WriteHTML($html);
$mpdf->SetTitle('Sidharthindustries:Payslip');
$mpdf->Output("".$filename.'.pdf','I',$php);
}