mrirpdf
This commit is contained in:
parent
45228ee1bb
commit
d2ff7f596e
@ -1035,7 +1035,7 @@ public function mrirrevenuepoprint($PONO)
|
||||
|
||||
$data['CompanyDetails'] = $this->purchaseorder_model->getCompanyInformation();
|
||||
$data['POItem'] = $this->purchaseorder_model->GetRevenuePurchaseOrderDetailsForPDF($PONO);
|
||||
$data['releasedetails'] = $this->purchaseorder_model->GetReleasedDetails($PONO);
|
||||
$data['releasedetails'] = $this->purchaseorder_model->GetReleasedDetails($PONO);
|
||||
$data['CurrencySymbol']=$this->purchaseorder_model->GerCurrencyCodeName('INR');
|
||||
|
||||
$Currencycode='';
|
||||
@ -1413,7 +1413,7 @@ public function mririmportpoprint($PONO)
|
||||
|
||||
// $this->load->View("importpopdf", $data);
|
||||
|
||||
$this->load->View("mrirsimportpopdf", $data);
|
||||
$this->load->View("mririmportpopdf", $data);
|
||||
|
||||
|
||||
// Add header to pdf
|
||||
|
||||
@ -282,25 +282,41 @@
|
||||
<div align="Left"> <b>Special Instructions :</b><br/><?php echo $ServiceDescription;?></div>
|
||||
|
||||
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
|
||||
<table style="border-collapse: collapse;" cellpadding="0" cellspacing="0" border="1" width="100%">
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: center;" rowspan="4"><strong>Total Amount In Words</strong><br /><br /><em><?php echo $TotalAmountInWords." "."Only.";?></em></td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td style="text-align: right;" colspan="3" ><strong>Total Amount In <?php echo "$CurrencyCode ($CurrencyName)" ;?> <?php echo $TotalOrderValue;?> </strong></td>
|
||||
<td style="text-align: center;" rowspan="3">
|
||||
|
||||
<p><strong>Total Amount In Words </strong><br /><br /><br /></p>
|
||||
|
||||
<p><em><strong><?php echo $TotalAmountInWords;?></strong></em></p></td>
|
||||
|
||||
|
||||
<td style="text-align: right;"><strong>Total Amount In <?php echo "$CurrencyCode ($CurrencyName)" ;?> </strong></td>
|
||||
|
||||
<td style="text-align: right;" colspan="2"><strong><?php echo number_format($TotalOrderValue, 2, '.', '');?> </strong></td>
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td style="text-align: right;" colspan="3"><strong>Advance Amount :<?php echo "$CurrencyCode ($CurrencyName)" ;?> <?php echo number_format($AdvanceAmount,2)?></strong></td>
|
||||
|
||||
<td style="text-align: right;"><strong>Advance Paid </strong></td>
|
||||
<td style="text-align: right;" colspan="2"><strong><?php echo number_format($AdvanceAmount, 2, '.', '');?> </strong></td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td style="text-align: right;" colspan="3"><strong>Amount to Pay:<?php echo "$CurrencyCode ($CurrencyName)" ;?><?php echo number_format(($TotalOrderValue-$AdvanceAmount),2)?></strong></td>
|
||||
|
||||
<td style="text-align: right;"><strong>Balance amount needs to pay </strong></td>
|
||||
<td style="text-align: right;" colspan="2"><strong><?php echo number_format(($TotalOrderValue-$AdvanceAmount), 2, '.', '');?> </strong></td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user