service po pdf changes done
This commit is contained in:
parent
0f29cec833
commit
45d890fa67
@ -607,9 +607,9 @@ function purchaseorderListing($forwhat='')
|
||||
function GetServicePurchaseOrderDetailsForPrint($PONO = '')
|
||||
{
|
||||
|
||||
$subQuery ='SELECT distinct LineItem.LineItemNo,LineItem.ReqNo,LineItem.ServiceMaterialDescription,Mat.MaterialCode,Mat.MaterialName,Mat.UOM,
|
||||
$subQuery ='SELECT distinct LineItem.LineItemNo,LineItem.ReqNo,LineItem.ServiceMaterialDescription,Mat.MaterialCode,Mat.MaterialName,Mat.UOM,Mat.HSNCODE,
|
||||
LineItem.Quantity,LineItem.Rate,(LineItem.Quantity *LineItem.Rate) as BasicValue ,(After_CGST + After_SGST + After_IGST) as Taxamount
|
||||
,TotalValue,After_CGST,After_SGST,After_IGST,otherallowance,LineItem.CostCenterCode,sup.SupplierName,sup.Address,POMaster.DeliveryAddress,POMaster.DeliveryDate,POMaster.Status,POMaster.PODate,POMaster.PONO,POMaster.ServiceDescription,ReqMat.NumberOfService,ReqMat.Service_Period,ReqMat.Schedule_Type,Payment.PaymentID,Payment.PaymentTerms,AdvanceAmount FROM
|
||||
,TotalValue,CGST,SGST,IGST,After_CGST,After_SGST,After_IGST,otherallowance,LineItem.CostCenterCode,sup.SupplierName,sup.Address,POMaster.DeliveryAddress,POMaster.DeliveryDate,POMaster.Status,POMaster.PODate,POMaster.PONO,POMaster.ServiceDescription,POMaster.PaymentOtherDescription,ReqMat.NumberOfService,ReqMat.Service_Period,ReqMat.Schedule_Type,Payment.PaymentID,Payment.PaymentTerms,AdvanceAmount FROM
|
||||
T_PurchaseOrder_LineItem LineItem
|
||||
join T_MaterialMaster Mat on Mat.MaterialCode = LineItem.MaterialCode
|
||||
join T_Service_Tax Tax on Tax.LineItemNo = LineItem.LineItemNo
|
||||
@ -1391,7 +1391,7 @@ join T_MaterialMaster Mat on Mat.MaterialCode = LineItem.MaterialCode
|
||||
//get pdf po requistion details
|
||||
|
||||
|
||||
function GetPdfRequistionDetails($PONO){
|
||||
function GetPdfRequistionDetails($PONO){
|
||||
$this->db->select('LineItem.ReqNo');
|
||||
$this->db->from('T_PurchaseOrder_LineItem LineItem');
|
||||
$this->db->where('LineItem.PONO',$PONO);
|
||||
@ -1405,7 +1405,7 @@ join T_MaterialMaster Mat on Mat.MaterialCode = LineItem.MaterialCode
|
||||
}
|
||||
else{
|
||||
$ReqNo = $res->ReqNo;
|
||||
$this->db->select('ReqMast.ReqNo,ReqMast.CostCenterCode,re.FirstName,Dept.DEPCode,Dept.DepartmentName');
|
||||
$this->db->select('ReqMast.ReqNo,ReqMast.CostCenterCode,ReqMast.ReqDate,ReqMast.Schedule_Type,ReqMast.NumberOfService,ReqMast.Service_Period,re.FirstName,Dept.DEPCode,Dept.DepartmentName');
|
||||
$this->db->from('T_Requestion_Master ReqMast');
|
||||
$this->db->join('T_Employee_Details re','re.EmpID=ReqMast.Requestedby');
|
||||
$this->db->join('T_DepartmentDetails Dept', 're.Departmentcode = Dept.DEPCode');
|
||||
@ -1415,6 +1415,18 @@ join T_MaterialMaster Mat on Mat.MaterialCode = LineItem.MaterialCode
|
||||
$Details['RequestedName']= $Reqresult->result()[0]->FirstName;
|
||||
$Details['RequestedDept']= $Reqresult->result()[0]->DepartmentName;
|
||||
$Details['CostCenterCode']= $Reqresult->result()[0]->CostCenterCode;
|
||||
$date = new DateTime($Reqresult->result()[0]->ReqDate,new DateTimeZone('Asia/Kolkata'));
|
||||
$retDate = $date->format('d-m-Y');
|
||||
$Details['ReqDate']= $retDate;
|
||||
$ScheduleType = $Reqresult->result()[0]->Schedule_Type;
|
||||
if($ScheduleType!='Recurring'){
|
||||
$Details['Frequency']= $Reqresult->result()[0]->Schedule_Type;
|
||||
|
||||
}
|
||||
else{
|
||||
$Details['Frequency']= $Reqresult->result()[0]->Service_Period.' - '.$Reqresult->result()[0]->NumberOfService;
|
||||
}
|
||||
|
||||
$ResultArray[]=$Details;
|
||||
}
|
||||
|
||||
@ -1423,7 +1435,7 @@ join T_MaterialMaster Mat on Mat.MaterialCode = LineItem.MaterialCode
|
||||
$RequistionDetails = $ResultArray;
|
||||
return $RequistionDetails;
|
||||
}
|
||||
function GetLineItemReceivedQty($ParentPO,$MaterialCode)
|
||||
function GetLineItemReceivedQty($ParentPO,$MaterialCode)
|
||||
{
|
||||
$this->db->select('ReceivedQuantity');
|
||||
$this->db->from('T_PurchaseOrder_LineItem');
|
||||
|
||||
@ -67,7 +67,12 @@
|
||||
$dtDe = new DateTime($PO->DeliveryDate, new DateTimeZone('Asia/Kolkata'));
|
||||
$DeliveryDate = $dtDe->format('d-m-Y');
|
||||
$ServiceDescription =$PO->ServiceDescription;
|
||||
if($PO->PaymentID!='PT08'){
|
||||
$PaymentTerms = $PO->PaymentTerms;
|
||||
}
|
||||
else{
|
||||
$PaymentTerms = $PO->PaymentTerms . ' ( '.$PO->PaymentOtherDescription.' ) ';
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
@ -85,10 +90,10 @@
|
||||
<div class="footer">Page: <span class="pagenum"></span></div>
|
||||
|
||||
<div class="header">
|
||||
<div style="text-align:right;">
|
||||
<div style="text-align:right;">
|
||||
<?php
|
||||
if ($postatus == 'ST026')
|
||||
{}
|
||||
{ }
|
||||
else
|
||||
{
|
||||
echo '<div><b>DRAFT</b> </div>';
|
||||
@ -98,338 +103,372 @@
|
||||
?>
|
||||
</div>
|
||||
|
||||
<center> <span style="font-size:24px;">PURCHASE ORDER - <a style="color:#515151">PO NO:<?php echo $PONO?> </a></span></center>
|
||||
<center> <span style="font-size:24px;">PURCHASE ORDER - <a style="color:#515151">PO NO:<?php echo $PONO?>/S </a></span></center>
|
||||
|
||||
|
||||
<table style="border-collapse: collapse;font-size:12px;" border="1" width="100%" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
|
||||
<td colspan="2">
|
||||
<p style="color:#3c8dbc;font-size:16px;"><strong><?php echo $CompanyName; ?></strong></p>
|
||||
<p> <?php echo $CompanyAddress; ?></p>
|
||||
</td>
|
||||
<td align="right"><img width="100" height="100" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA11JREFUeNrsnT9IHEEYxWfFw8rgpUhlo5URi2gTbIUUSrq1ui4oRLRIY9JIKrGKTQrBgJLuuutEi4CtSSOpPIuATdIEcid2YpN9C3sc8c6bf7uZmX0P7k7ultm7337zzXxvZjGaiaIfQoiqoHTUHk6eniSPUbLQUmUoebojB23dDZGBmQiQAAmQAAmQIkACJEACpAiweA3bbvDV5mb6+iKOxfTc3MDjf15dicbBQfr3591d7wBGM1H0J3l9bNLI84UFsby6mkIzFWACJMCafJ9PJyfSx29vbHQuoqJaxl34zc5O+mVtwIPi5EIcXV52IjnoLvx+by/9wXkIF8aHbq0dgYi4vOB1Q7QV2c4BXM4Z3r+RGBTAR9VqmqhVBoZnIyOdx9taTXqQGJ+YUDqXFwBV4WGU69aXRkNsr69LtyEzHfIKIKJCVl9PT3u+/63P+6bnC64SuWm3jdsYn5xkKcdamCJAAiwjQJcHAC8ATs/OBg1Qy0y4ub6WPhb1cuPwUFycn9/77OPWlvXzeQGw2QPGQ9o/PhZrS0v3IPpooFrpwgChYniidq6fnTnvrBSaA3Uc3A/1uvPuSmEA0f0uFLsyBKcZDjaisvSj8DsFW6pbcHPQpV12WQoBCHhri4taEOGwhJAXjeeBgFebn1eyp0LKi1Ym0rCsXieRqLk06HVetFqJwHmWnRz3yotHzabT9n0hpRxGZ0SjjpGKCEQkxgUtWDlbCyMfIi/qTHMgrDf7srCem5mQDS5YQNKRD2vCuQLMhCVM3bwIiK4PLIUYqrp5EXPFeGWFALO8CEdGddId7NYOHWFQUa1cUO4Fty78/fZW6tFrjx7gqfqAT0PbmWAqVCwq+bDUOxMeyokh6L8B1J1kE2BgIkACJMDyAbSx56/cACV3CoyOjfX9rNSrcrI7E/qVYYCnYhKY3LXkJECVOdx+Us51m6Nwm7HVQyUCf4UGEJuFZPMgIhC+XlYfw21WWQ/GxXJ50q09iBS1MSjYW73ww3SXMVXOobsk4MU80GQZc5DQbl5tOzWRRpS8nJqy1tUAzWZ7ecvKDdfdggWfTV0GbdnA4JB1UdhbHjo0LesAS6YWa2GaCQRIgARIESABEiABUgRIgARYRoAVYtBWBfcL/xb8hwS6av8VYADVjF2M5sTWJAAAAABJRU5ErkJggg=="></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p><strong>Vendor Address :</strong></p>
|
||||
<p><?php echo $SuplierName; ?><br /><?php echo $SuplierAddress; ?></p>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<p><strong>Delivery To :</strong></p>
|
||||
<p><?php echo $DeliveryAddress; ?></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PO DATE :<?php echo $Podt; ?></td>
|
||||
<td colspan="2">DELIVERY DATE / SCHEDULE BY :<?php echo $DeliveryDate.$DeliverySchedule;?></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<table style="border-collapse: collapse;font-size:12px;" border="1" width="100%" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
|
||||
<td colspan="2">
|
||||
<p style="color:#3c8dbc;font-size:16px;"><strong><?php echo $CompanyName; ?></strong></p>
|
||||
<p> <?php echo $CompanyAddress; ?></p>
|
||||
</td>
|
||||
<td align="right"><img width="100" height="100" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA11JREFUeNrsnT9IHEEYxWfFw8rgpUhlo5URi2gTbIUUSrq1ui4oRLRIY9JIKrGKTQrBgJLuuutEi4CtSSOpPIuATdIEcid2YpN9C3sc8c6bf7uZmX0P7k7ultm7337zzXxvZjGaiaIfQoiqoHTUHk6eniSPUbLQUmUoebojB23dDZGBmQiQAAmQAAmQIkACJEACpAiweA3bbvDV5mb6+iKOxfTc3MDjf15dicbBQfr3591d7wBGM1H0J3l9bNLI84UFsby6mkIzFWACJMCafJ9PJyfSx29vbHQuoqJaxl34zc5O+mVtwIPi5EIcXV52IjnoLvx+by/9wXkIF8aHbq0dgYi4vOB1Q7QV2c4BXM4Z3r+RGBTAR9VqmqhVBoZnIyOdx9taTXqQGJ+YUDqXFwBV4WGU69aXRkNsr69LtyEzHfIKIKJCVl9PT3u+/63P+6bnC64SuWm3jdsYn5xkKcdamCJAAiwjQJcHAC8ATs/OBg1Qy0y4ub6WPhb1cuPwUFycn9/77OPWlvXzeQGw2QPGQ9o/PhZrS0v3IPpooFrpwgChYniidq6fnTnvrBSaA3Uc3A/1uvPuSmEA0f0uFLsyBKcZDjaisvSj8DsFW6pbcHPQpV12WQoBCHhri4taEOGwhJAXjeeBgFebn1eyp0LKi1Ym0rCsXieRqLk06HVetFqJwHmWnRz3yotHzabT9n0hpRxGZ0SjjpGKCEQkxgUtWDlbCyMfIi/qTHMgrDf7srCem5mQDS5YQNKRD2vCuQLMhCVM3bwIiK4PLIUYqrp5EXPFeGWFALO8CEdGddId7NYOHWFQUa1cUO4Fty78/fZW6tFrjx7gqfqAT0PbmWAqVCwq+bDUOxMeyokh6L8B1J1kE2BgIkACJMDyAbSx56/cACV3CoyOjfX9rNSrcrI7E/qVYYCnYhKY3LXkJECVOdx+Us51m6Nwm7HVQyUCf4UGEJuFZPMgIhC+XlYfw21WWQ/GxXJ50q09iBS1MSjYW73ww3SXMVXOobsk4MU80GQZc5DQbl5tOzWRRpS8nJqy1tUAzWZ7ecvKDdfdggWfTV0GbdnA4JB1UdhbHjo0LesAS6YWa2GaCQRIgARIESABEiABUgRIgARYRoAVYtBWBfcL/xb8hwS6av8VYADVjF2M5sTWJAAAAABJRU5ErkJggg=="></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p><strong>Vendor Address :</strong></p>
|
||||
<p><?php echo $SuplierName; ?><br /><?php echo $SuplierAddress; ?></p>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<p><strong>Delivery To :</strong></p>
|
||||
<p><?php echo $DeliveryAddress; ?></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PO DATE : <?php echo $Podt; ?></td>
|
||||
<td colspan="2">DELIVERY DATE / SCHEDULE BY : <?php echo $DeliveryDate.$DeliverySchedule;?></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="page" style="font-size:12px;">
|
||||
<table style="border-collapse: collapse;" border="1" width="100%" cellspacing="0" cellpadding="0">
|
||||
<table style="border-collapse: collapse;" border="1" width="100%" cellspacing="0" cellpadding="0">
|
||||
|
||||
<tbody>
|
||||
<tbody>
|
||||
|
||||
<tr style="background:#8c8c8c;color:#fff;">
|
||||
<tr bgcolor="#8c8c8c" color="#fff">
|
||||
|
||||
<td>Requistion Number</td>
|
||||
<td style="text-align: center;">Requistion Number</td>
|
||||
<td style="text-align: center;">Frequency</td>
|
||||
<td style="text-align: center;">Requistion Date</td>
|
||||
|
||||
<td>Requested By</td>
|
||||
<td style="text-align: center;">Requested By</td>
|
||||
|
||||
<td>Requested Department</td>
|
||||
<td style="text-align: center;">Requested Department</td>
|
||||
|
||||
<td>Cost Center Code</td>
|
||||
<td style="text-align: center;">Cost Center Code</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<?php
|
||||
if(!empty($RequistionDetails))
|
||||
{
|
||||
|
||||
foreach($RequistionDetails as $ReqDetails)
|
||||
{
|
||||
|
||||
?>
|
||||
<tr>
|
||||
<td><?php echo $ReqDetails['RequistionNo']; ?></td>
|
||||
<td><?php echo $ReqDetails['RequestedName']; ?></td>
|
||||
<td><?php echo $ReqDetails['RequestedDept']; ?></td>
|
||||
<td><?php echo $ReqDetails['CostCenterCode']; ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
||||
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
|
||||
<p> </p>
|
||||
|
||||
|
||||
<table style="border-collapse: collapse;" border="0" width="100%" cellspacing="0" cellpadding="0">
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr style="background:#8c8c8c;color:#fff;">
|
||||
|
||||
<td>#</td>
|
||||
|
||||
<td>Item Code</td>
|
||||
|
||||
<td>Service Description</td>
|
||||
|
||||
<td>UOM</td>
|
||||
|
||||
<td>Qty</td>
|
||||
|
||||
<td>Rate In INR</td>
|
||||
|
||||
<td>Basic Value In INR</td>
|
||||
|
||||
<td>CGST In INR</td>
|
||||
|
||||
<td>SGST In INR</td>
|
||||
|
||||
<td>IGST In INR</td>
|
||||
|
||||
<td>Other Allow In INR</td>
|
||||
|
||||
<td>Total Amount In INR</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<?php
|
||||
if(!empty($POItem))
|
||||
{
|
||||
$index = 0;
|
||||
$TotalAmount = 0;
|
||||
$OrderValue = 0;
|
||||
$TotalTax = 0;
|
||||
$SubTotalAmount=0;
|
||||
foreach($POItem as $record)
|
||||
{
|
||||
$index = $index + 1;
|
||||
|
||||
?>
|
||||
<tr style="line-height: 1.5em;">
|
||||
<td><?php echo $index ; ?></td>
|
||||
<td><?php echo $record->MaterialCode ; ?></td>
|
||||
<td><?php echo $record->ServiceMaterialDescription ; ?></td>
|
||||
<td align="right"><?php echo $record->UOM ; ?></td>
|
||||
<td align="right"><?php echo $record->Quantity ; ?></td>
|
||||
|
||||
<td align="right"><?php echo number_format($record->Rate, 2, '.', ''); ?></td>
|
||||
<td align="right"><?php if($record->NumberOfService==0 || $record->NumberOfService==''){
|
||||
echo number_format($record->BasicValue, 2, '.', '');
|
||||
$TotalAmount = $record->BasicValue + $record->Taxamount + $record->otherallowance;
|
||||
$SubTotalAmount = $SubTotalAmount + $record->BasicValue + $record->otherallowance;
|
||||
}
|
||||
else{
|
||||
echo number_format($record->BasicValue * $record->NumberOfService, 2, '.', '');
|
||||
$TotalAmount = $record->BasicValue * $record->NumberOfService + $record->Taxamount + $record->otherallowance;
|
||||
$SubTotalAmount = $SubTotalAmount + $record->BasicValue * $record->NumberOfService + $record->otherallowance;
|
||||
}
|
||||
?></td>
|
||||
<td align="right"><?php echo $record->After_SGST ; ?></td>
|
||||
<td align="right"><?php echo $record->After_CGST ; ?></td>
|
||||
<td align="right"><?php echo $record->After_IGST ; ?></td>
|
||||
<td align="right"><?php echo $record->otherallowance ; ?></td>
|
||||
<td align="right"><?php echo number_format($TotalAmount, 2, '.', ''); ?></td>
|
||||
</tr>
|
||||
|
||||
<?php
|
||||
|
||||
|
||||
$Sgst =$Sgst + $record->After_SGST;
|
||||
$Cgst =$Cgst + $record->After_CGST;
|
||||
$Igst = $Igst + $record->After_IGST;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<?php
|
||||
if(!empty($RequistionDetails))
|
||||
{
|
||||
|
||||
foreach($RequistionDetails as $ReqDetails)
|
||||
{
|
||||
|
||||
?>
|
||||
<tr>
|
||||
<td style="text-align: center;"><?php echo $ReqDetails['RequistionNo']; ?></td>
|
||||
<td style="text-align: center;"><?php echo $ReqDetails['Frequency']; ?></td>
|
||||
<td style="text-align: center;"><?php echo $ReqDetails['ReqDate']; ?></td>
|
||||
<td style="text-align: center;"><?php echo $ReqDetails['RequestedName']; ?></td>
|
||||
<td style="text-align: center;"><?php echo $ReqDetails['RequestedDept']; ?></td>
|
||||
<td style="text-align: center;"><?php echo $ReqDetails['CostCenterCode']; ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
|
||||
$TotalTax =$TotalTax+ $Sgst + $Cgst+$Igst;
|
||||
$OrderValue = $OrderValue + $SubTotalAmount + $TotalTax;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
|
||||
<p> </p>
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
||||
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
|
||||
<p> </p>
|
||||
|
||||
|
||||
|
||||
|
||||
<table style="border-collapse: collapse;" border="1" width="100%" cellspacing="0" cellpadding="0">
|
||||
|
||||
|
||||
|
||||
<tbody>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
|
||||
|
||||
<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 Before Tax In INR - <?php echo number_format($SubTotalAmount, 2, '.', '');?></strong></td>
|
||||
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
|
||||
|
||||
<td style="text-align: right;"><strong>Total Tax Amount In INR - <?php echo number_format($TotalTax, 2, '.', '');?></strong></td>
|
||||
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
|
||||
|
||||
<td style="text-align: right;"><strong>Total Amount After Tax In INR - <?php echo number_format($OrderValue, 2, '.', '');?></strong></td>
|
||||
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
|
||||
|
||||
<td>
|
||||
|
||||
|
||||
|
||||
<p><strong>Payment Terms </strong></p>
|
||||
|
||||
|
||||
|
||||
|
||||
<p><?php echo $PaymentTerms;?></p>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
|
||||
|
||||
|
||||
<td>
|
||||
|
||||
|
||||
|
||||
<p style="text-align: center;">Certified that the particulars given above are true and correct</p>
|
||||
|
||||
|
||||
|
||||
<p style="text-align: center;"><strong><?php echo $CompanyName; ?></strong></p>
|
||||
|
||||
|
||||
|
||||
<p> </p>
|
||||
|
||||
|
||||
|
||||
<p style="text-align: center;">Authorized Signatory</p>
|
||||
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<p><strong>Scope Of Work:</strong></p>
|
||||
|
||||
<p><?php echo $ServiceDescription;?></p>
|
||||
|
||||
<?php
|
||||
|
||||
if(!empty($releasedetails)){
|
||||
<table style="border-collapse: collapse;" border="1" width="100%" cellspacing="0" cellpadding="0">
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr bgcolor="#8c8c8c" color="#fff">
|
||||
|
||||
<td style="text-align: center;">#</td>
|
||||
|
||||
|
||||
|
||||
<td style="text-align: center;">Item Description</td>
|
||||
|
||||
<td style="text-align: center;">HSN Code</td>
|
||||
|
||||
<td style="text-align: center;">UOM</td>
|
||||
|
||||
|
||||
|
||||
<td style="text-align: center;">Qty</td>
|
||||
|
||||
<td style="text-align: center;">Rate In INR</td>
|
||||
|
||||
<td style="text-align: center;">Basic Value In INR</td>
|
||||
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<?php
|
||||
if(!empty($POItem))
|
||||
{
|
||||
$index = 0;
|
||||
$TotalAmount = 0;
|
||||
$OrderValue = 0;
|
||||
$TotalTax = 0;
|
||||
$SubTotalAmount=0;
|
||||
foreach($POItem as $record)
|
||||
{
|
||||
$index = $index + 1;
|
||||
|
||||
?>
|
||||
<tr style="line-height: 1.5em;">
|
||||
<td style="text-align: center;"><?php echo $index ; ?></td>
|
||||
|
||||
<td style="text-align: center;"><?php echo $record->ServiceMaterialDescription ; ?></td>
|
||||
<td style="text-align: center;"><?php echo $record->HSNCODE ; ?></td>
|
||||
<td style="text-align: center;"><?php echo $record->UOM ; ?></td>
|
||||
|
||||
<td align="right"><?php echo $record->Quantity ; ?></td>
|
||||
|
||||
<td align="right"><?php echo number_format($record->Rate, 2, '.', ''); ?></td>
|
||||
<td align="right"><?php if($record->NumberOfService==0 || $record->NumberOfService==''){
|
||||
echo number_format($record->BasicValue, 2, '.', '');
|
||||
$TotalAmount = $record->BasicValue + $record->Taxamount + $record->otherallowance;
|
||||
$SubTotalAmount = $SubTotalAmount + $record->BasicValue + $record->otherallowance;
|
||||
}
|
||||
else{
|
||||
echo number_format($record->BasicValue * $record->NumberOfService, 2, '.', '');
|
||||
$TotalAmount = $record->BasicValue * $record->NumberOfService + $record->Taxamount + $record->otherallowance;
|
||||
$SubTotalAmount = $SubTotalAmount + $record->BasicValue * $record->NumberOfService + $record->otherallowance;
|
||||
}
|
||||
?></td>
|
||||
|
||||
</tr>
|
||||
|
||||
<?php
|
||||
|
||||
|
||||
$Sgst =$Sgst + $record->After_SGST;
|
||||
$Cgst =$Cgst + $record->After_CGST;
|
||||
$Igst = $Igst + $record->After_IGST;
|
||||
|
||||
|
||||
}
|
||||
|
||||
$TotalTax =$TotalTax+ $Sgst + $Cgst+$Igst;
|
||||
$OrderValue = $OrderValue + $SubTotalAmount + $TotalTax;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<table style="border-collapse: collapse;" border="1" width="100%" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: center;" rowspan="2"><strong>HSN</strong><br /></td>
|
||||
<td style="text-align: center;" colspan="2"><strong>CGST</strong> <br /><br /></td>
|
||||
<td style="text-align: center;" colspan="2"><strong>SGST</strong> <br /><br /></td>
|
||||
<td style="text-align: center;" colspan="2"><strong>IGST</strong> <br /><br /></td>
|
||||
<td style="text-align: center;" rowspan="2"><strong>Tax Amt In INR</strong><br /></td>
|
||||
<td style="text-align: center;" rowspan="2"><strong>Other Allow In INR</strong><br /></td>
|
||||
<td style="text-align: center;" rowspan="2"><strong>Total Amount In INR</strong></td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
<tr style="line-height: 1.5em;">
|
||||
<td style="text-align: center;"><strong>IN%</strong></td>
|
||||
<td style="text-align: center;"><strong>Amt</strong></td>
|
||||
<td style="text-align: center;"><strong>IN%</strong></td>
|
||||
<td style="text-align: center;"><strong>Amt</strong></td>
|
||||
<td style="text-align: center;"><strong>IN%</strong></td>
|
||||
<td style="text-align: center;"><strong>Amt</strong></td>
|
||||
</tr>
|
||||
<?php if(!empty($POItem)) {
|
||||
|
||||
foreach($POItem as $record1)
|
||||
{
|
||||
|
||||
|
||||
?>
|
||||
<tr style="line-height: 1.5em;">
|
||||
<td style="text-align: center;"><?php echo $record1->HSNCODE ; ?></td>
|
||||
<td style="text-align: right;"><?php echo $record1->CGST ; ?></td>
|
||||
<td style="text-align: right;"><?php echo number_format($record1->After_CGST, 2, '.', ''); ?></td>
|
||||
<td style="text-align: right;"><?php echo $record1->SGST ; ?></td>
|
||||
<td style="text-align: right;"><?php echo number_format($record1->After_SGST, 2, '.', ''); ?></td>
|
||||
<td style="text-align: right;"><?php echo $record1->IGST ; ?></td>
|
||||
<td style="text-align: right;"><?php echo number_format($record1->After_IGST, 2, '.', ''); ?></td>
|
||||
<td style="text-align: right;"><?php echo number_format($record1->Taxamount, 2, '.', ''); ?></td>
|
||||
<td style="text-align: right;"><?php echo number_format($record1->otherallowance, 2, '.', ''); ?></td>
|
||||
<td align="right"><?php if($record->NumberOfService==0 || $record->NumberOfService==''){
|
||||
echo number_format($record->BasicValue + $record1->Taxamount + $record1->otherallowance, 2, '.', '');
|
||||
|
||||
}
|
||||
else{
|
||||
echo number_format($record->BasicValue * $record->NumberOfService + $record1->Taxamount + $record1->otherallowance, 2, '.', '');
|
||||
|
||||
$releasedOn = '';
|
||||
foreach($releasedetails as $detail){
|
||||
$releasedOn= new DateTime($detail->ReleasedOn, new DateTimeZone('Asia/Kolkata'));
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
||||
<!-- <table width="100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><b>Released By:</b></td>
|
||||
<td style="text-align:right;"><b>Released On:</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $detail->FirstName;?></td>
|
||||
<td style="text-align:right;"><?php echo $releasedOn->format('d-m-Y');?></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table> -->
|
||||
<br/>
|
||||
<p> </p>
|
||||
<div align="Left"> <b>Released By : </b><?php echo $detail->FirstName;?></div>
|
||||
<div align="Left"> <b>Released On : </b><?php echo $releasedOn->format('d-m-Y');?></div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
|
||||
}
|
||||
?></td>
|
||||
</tr>
|
||||
<?php }
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
||||
<?php } ?>
|
||||
</tbody>
|
||||
</table>
|
||||
<p> </p>
|
||||
|
||||
|
||||
|
||||
<p><strong>Payment Terms:</strong> <?php echo $PaymentTerms;?></p>
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
<p><strong>Scope Of Work As Per Annexure:</strong></p>
|
||||
|
||||
<p><?php echo $ServiceDescription;?></p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<table style="border-collapse: collapse;" border="1" width="100%" cellspacing="0" cellpadding="0">
|
||||
|
||||
|
||||
|
||||
<tbody>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
|
||||
|
||||
<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 Before Tax In INR </strong></td>
|
||||
|
||||
<td align="right"><strong><?php echo number_format($SubTotalAmount, 2, '.', '');?> </strong></td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
|
||||
|
||||
<td style="text-align: right;"><strong>Total Tax Amount In INR </strong></td>
|
||||
<td align="right"><strong><?php echo number_format($TotalTax, 2, '.', '');?> </strong></td>
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
|
||||
|
||||
<td style="text-align: right;"><strong>Total Amount After Tax In INR </strong></td>
|
||||
|
||||
<td align="right"><strong><?php echo number_format($OrderValue, 2, '.', '');?> </strong></td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
|
||||
|
||||
<td>
|
||||
<p> </p>
|
||||
<?php
|
||||
|
||||
if(!empty($releasedetails)){
|
||||
|
||||
$releasedOn = '';
|
||||
foreach($releasedetails as $detail){
|
||||
$releasedOn= new DateTime($detail->ReleasedOn, new DateTimeZone('Asia/Kolkata'));
|
||||
|
||||
|
||||
?>
|
||||
|
||||
<div align="Left"> <b> Released By : </b><?php echo $detail->FirstName;?></div>
|
||||
<div align="Left"> <b> Released On : </b><?php echo $releasedOn->format('d-m-Y');?></div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
||||
<?php } ?>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
|
||||
|
||||
|
||||
<td style="text-align: center;" colspan="2">
|
||||
|
||||
|
||||
|
||||
<p style="text-align: center;">Certified that the particulars given above are true and correct</p>
|
||||
|
||||
|
||||
|
||||
<p style="text-align: center;"><strong><?php echo $CompanyName; ?></strong></p>
|
||||
|
||||
|
||||
|
||||
<p> </p>
|
||||
|
||||
|
||||
|
||||
<p style="text-align: center;">Authorized Signatory</p>
|
||||
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
|
||||
</div>
|
||||
Loading…
Reference in New Issue
Block a user