payslip report
This commit is contained in:
parent
240843e0e2
commit
f1155b7ed0
@ -4222,9 +4222,9 @@ function uploadfile()
|
||||
//alert();
|
||||
$bill= $this->input->post('param1');
|
||||
$oldfile= $this->input->post('param2');
|
||||
$invno= $this->input->post('param3');
|
||||
$invno= $this->input->post('param3');
|
||||
$invdate= $this->input->post('param4');
|
||||
$VehicleNo= $this->input->post('param5');
|
||||
$VehicleNo= $this->input->post('param5');
|
||||
$CourierNo= $this->input->post('param6');
|
||||
$MaterialRcvdDate =$this->input->post('param7');
|
||||
|
||||
@ -4270,7 +4270,7 @@ function uploadfile()
|
||||
$igrM = $this->purchaseorder_model->updateigrM($PONO,$IGRNo,$igrMaster);
|
||||
|
||||
// if($uploadfile > 0){
|
||||
echo "file updated successfully!";
|
||||
echo "updated successfully!";
|
||||
// }
|
||||
// else{
|
||||
// echo "updated successfully!";
|
||||
|
||||
@ -52,6 +52,7 @@ if(!empty($companyinfo))
|
||||
<thead>
|
||||
<tr style="height: 21px;">
|
||||
<th style="text-align: center;"><strong>Sno</strong></th>
|
||||
<th style="text-align: center;"><strong>Employee Name</strong></th>
|
||||
<th style="text-align: center;"><strong>ESI Account No</strong></th>
|
||||
<th style=" text-align: center;"><strong>Employee Contribution</strong></th>
|
||||
<th style=" text-align: center;"><strong>Employeer Contribution</strong></th>
|
||||
@ -72,6 +73,7 @@ if(!empty($companyinfo))
|
||||
?>
|
||||
<tr style="height: 22px;">
|
||||
<td style="text-align: center;"><?php echo $index;?></td>
|
||||
<td ><?php echo $data->FName;?></td>
|
||||
<td ><?php echo $data->ESI;?></td>
|
||||
<td ><?php echo number_format($data->EmployeeESI,2,'.','');?></td>
|
||||
<td ><?php echo number_format($data->CompanyESI,2,'.','');?></td>
|
||||
@ -82,7 +84,7 @@ if(!empty($companyinfo))
|
||||
|
||||
<?php }}?>
|
||||
<tr style="height: 37px;">
|
||||
<td style="text-align: center;" colspan="2"><strong>Total</strong></td>
|
||||
<td style="text-align: center;" colspan="3"><strong>Total</strong></td>
|
||||
<td style="text-align: left;"><strong><?php echo number_format($TotalEmployeeContribution,2,'.','');?></strong></td>
|
||||
<td style="text-align: left;"><strong><?php echo number_format($TotalEmployerContribution,2,'.','');?></strong></td>
|
||||
<td> </td>
|
||||
|
||||
@ -52,6 +52,7 @@ if(!empty($companyinfo))
|
||||
<thead>
|
||||
<tr style="height: 21px;">
|
||||
<th style="text-align: center;"><strong>Sno</strong></th>
|
||||
<th style="text-align: center;"><strong>Employee Name</strong></th>
|
||||
<th style="text-align: center;"><strong>PF Account No</strong></th>
|
||||
<th style=" text-align: center;"><strong>Employee Contribution</strong></th>
|
||||
<th style=" text-align: center;"><strong>Employeer Contribution</strong></th>
|
||||
@ -72,6 +73,7 @@ if(!empty($companyinfo))
|
||||
?>
|
||||
<tr style="height: 22px;">
|
||||
<td style="text-align: center;"><?php echo $index;?></td>
|
||||
<td ><?php echo $data->FName;?></td>
|
||||
<td ><?php echo $data->PFNO;?></td>
|
||||
<td ><?php echo number_format($data->PF,2,'.','');?></td>
|
||||
<td ><?php echo number_format($data->CompanyPF,2,'.','');?></td>
|
||||
@ -81,7 +83,7 @@ if(!empty($companyinfo))
|
||||
</tr>
|
||||
<?php }}?>
|
||||
<tr style="height: 37px;">
|
||||
<td style="text-align: center;" colspan="2"><strong>Total</strong></td>
|
||||
<td style="text-align: center;" colspan="3"><strong>Total</strong></td>
|
||||
<td style="text-align: left;"><strong><?php echo number_format($TotalEmployeeContribution,2,'.','');?></strong></td>
|
||||
<td style="text-align: left;"><strong><?php echo number_format($TotalEmployerContribution,2,'.','');?></strong></td>
|
||||
<td> </td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user