all PO pdf issue fixed

This commit is contained in:
venbatechnologies@gmail.com 2017-11-03 17:49:13 +05:30
parent 96e2cfce64
commit e7756e9396
11 changed files with 4618 additions and 9 deletions

View File

@ -1271,7 +1271,7 @@ $AdvanceAmount=0.00;
$mpdf=new mPDF('utf-8','A4-P',7, 10,10, 10, 70, 38, 4, 12);
$mpdf=new mPDF('utf-8','A4-P',7, 10,10, 10, 76, 38, 4, 9);
//$mpdf=new mPDF('utf-8', array(190,236));
$HtmlHeading = $this->load->view('includes/pdfheader',$data, true);
@ -1378,7 +1378,7 @@ $AdvanceAmount=0.00;
// $data['Attachment'] = FALSE;
// $this->dompdf->stream("ServicePOReport".$PONO.".pdf",$data,$php);
$mpdf=new mPDF('utf-8','A4-P',7, 10,10, 10, 70, 38, 4, 12);
$mpdf=new mPDF('utf-8','A4-P',7, 10,10, 10, 76, 38, 4, 9);
//$mpdf=new mPDF('utf-8', array(190,236));
$HtmlHeading = $this->load->view('includes/pdfheader',$data, true);
@ -1552,7 +1552,7 @@ public function importpoprint($PONO)
///
$mpdf=new mPDF('utf-8','A4-P',7, 10,10, 10, 70, 38, 4, 12);
$mpdf=new mPDF('utf-8','A4-P',7, 10,10, 10, 76, 38, 4, 9);
//$mpdf=new mPDF('utf-8', array(190,236));
$HtmlHeading = $this->load->view('includes/pdfheader',$data, true);
@ -2865,7 +2865,7 @@ function addNewImportPurchaseOrder()
$mpdf=new mPDF('utf-8','A4-P',7, 10,10, 10, 70, 38, 4, 12);
$mpdf=new mPDF('utf-8','A4-P',7, 10,10, 10, 76, 38, 4, 9);
//$mpdf=new mPDF('utf-8', array(190,236));
$HtmlHeading = $this->load->view('includes/pdfheader',$data, true);

0
application/logs/log-2017-10-31.php Normal file → Executable file
View File

File diff suppressed because it is too large Load Diff

0
application/views/EditservicePurchaseorder.php Normal file → Executable file
View File

View File

@ -412,7 +412,7 @@
<div style="text-align: left;"><strong style="padding-left: 2px;">Special Instructions:</strong><?php echo $ServiceDescription;?></div>
</div>
<div style="position: fixed;bottom:-1px;">
<div style="position: fixed;bottom:-13px;">
<table style="border-collapse: collapse; border-bottom-style:hidden;" border="1" width="100%" cellspacing="0" cellpadding="0">
<tbody>
</tbody>

0
application/views/editRevenuepurchaseorder.php Normal file → Executable file
View File

View File

@ -341,7 +341,7 @@
&nbsp;
<div style="text-align: left;padding-left: 2px;"><strong style="padding-left: 1px;">Special instructions:</strong><?php echo $ServiceDescription;?></div>
</div>
<div style="position: fixed;bottom:-2px;">
<div style="position: fixed;bottom:-13px;">
<table style="border-collapse: collapse; border-bottom-style:hidden;" border="1" width="100%" cellspacing="0" cellpadding="0">
<tbody>
<tr>

File diff suppressed because one or more lines are too long

View File

@ -386,7 +386,7 @@ $OrderValue = (( $SubTotalAmount + $AfterCGST +$AfterIGST+$AfterSGST +$Insuranc
</table>
<div style="text-align: left;padding-left: 2px;"><strong>Special Instructions:</strong><?php echo $ServiceDescription;?></div>
</div>
<div style="position: fixed;bottom:-1px;">
<div style="position: fixed;bottom:-13px;">
<table style="border-collapse: collapse; border-bottom-style:hidden;" border="1" width="100%" cellspacing="0" cellpadding="0">
<tbody>
<tr>

View File

@ -369,7 +369,7 @@
</div>
<div style="position: fixed;bottom:-1px;">
<div style="position: fixed;bottom:-13px;">
<table style="border-collapse: collapse; border-bottom-style:hidden;" border="1" width="100%" cellspacing="0" cellpadding="0">
<tbody>
<tr>

0
assets/images/mpdf.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB