all PO pdf issue fixed
This commit is contained in:
parent
96e2cfce64
commit
e7756e9396
@ -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
0
application/logs/log-2017-10-31.php
Normal file → Executable file
4609
application/logs/log-2017-11-03.php
Normal file
4609
application/logs/log-2017-11-03.php
Normal file
File diff suppressed because it is too large
Load Diff
0
application/views/EditservicePurchaseorder.php
Normal file → Executable file
0
application/views/EditservicePurchaseorder.php
Normal file → Executable 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
0
application/views/editRevenuepurchaseorder.php
Normal file → Executable file
@ -341,7 +341,7 @@
|
||||
|
||||
<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
@ -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>
|
||||
|
||||
@ -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
0
assets/images/mpdf.png
Normal file → Executable file
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Loading…
Reference in New Issue
Block a user