payslip report

This commit is contained in:
venbatechnologies@gmail.com 2018-05-30 15:39:24 +05:30
parent 240843e0e2
commit f1155b7ed0
3 changed files with 9 additions and 5 deletions

View File

@ -4222,9 +4222,9 @@ function uploadfile()
//alert(); //alert();
$bill= $this->input->post('param1'); $bill= $this->input->post('param1');
$oldfile= $this->input->post('param2'); $oldfile= $this->input->post('param2');
$invno= $this->input->post('param3'); $invno= $this->input->post('param3');
$invdate= $this->input->post('param4'); $invdate= $this->input->post('param4');
$VehicleNo= $this->input->post('param5'); $VehicleNo= $this->input->post('param5');
$CourierNo= $this->input->post('param6'); $CourierNo= $this->input->post('param6');
$MaterialRcvdDate =$this->input->post('param7'); $MaterialRcvdDate =$this->input->post('param7');
@ -4270,7 +4270,7 @@ function uploadfile()
$igrM = $this->purchaseorder_model->updateigrM($PONO,$IGRNo,$igrMaster); $igrM = $this->purchaseorder_model->updateigrM($PONO,$IGRNo,$igrMaster);
// if($uploadfile > 0){ // if($uploadfile > 0){
echo "file updated successfully!"; echo "updated successfully!";
// } // }
// else{ // else{
// echo "updated successfully!"; // echo "updated successfully!";

View File

@ -52,6 +52,7 @@ if(!empty($companyinfo))
<thead> <thead>
<tr style="height: 21px;"> <tr style="height: 21px;">
<th style="text-align: center;"><strong>Sno</strong></th> <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>ESI Account No</strong></th>
<th style=" text-align: center;"><strong>Employee Contribution</strong></th> <th style=" text-align: center;"><strong>Employee Contribution</strong></th>
<th style=" text-align: center;"><strong>Employeer Contribution</strong></th> <th style=" text-align: center;"><strong>Employeer Contribution</strong></th>
@ -72,6 +73,7 @@ if(!empty($companyinfo))
?> ?>
<tr style="height: 22px;"> <tr style="height: 22px;">
<td style="text-align: center;"><?php echo $index;?></td> <td style="text-align: center;"><?php echo $index;?></td>
<td ><?php echo $data->FName;?></td>
<td ><?php echo $data->ESI;?></td> <td ><?php echo $data->ESI;?></td>
<td ><?php echo number_format($data->EmployeeESI,2,'.','');?></td> <td ><?php echo number_format($data->EmployeeESI,2,'.','');?></td>
<td ><?php echo number_format($data->CompanyESI,2,'.','');?></td> <td ><?php echo number_format($data->CompanyESI,2,'.','');?></td>
@ -82,7 +84,7 @@ if(!empty($companyinfo))
<?php }}?> <?php }}?>
<tr style="height: 37px;"> <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($TotalEmployeeContribution,2,'.','');?></strong></td>
<td style="text-align: left;"><strong><?php echo number_format($TotalEmployerContribution,2,'.','');?></strong></td> <td style="text-align: left;"><strong><?php echo number_format($TotalEmployerContribution,2,'.','');?></strong></td>
<td>&nbsp;</td> <td>&nbsp;</td>

View File

@ -52,6 +52,7 @@ if(!empty($companyinfo))
<thead> <thead>
<tr style="height: 21px;"> <tr style="height: 21px;">
<th style="text-align: center;"><strong>Sno</strong></th> <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>PF Account No</strong></th>
<th style=" text-align: center;"><strong>Employee Contribution</strong></th> <th style=" text-align: center;"><strong>Employee Contribution</strong></th>
<th style=" text-align: center;"><strong>Employeer Contribution</strong></th> <th style=" text-align: center;"><strong>Employeer Contribution</strong></th>
@ -72,6 +73,7 @@ if(!empty($companyinfo))
?> ?>
<tr style="height: 22px;"> <tr style="height: 22px;">
<td style="text-align: center;"><?php echo $index;?></td> <td style="text-align: center;"><?php echo $index;?></td>
<td ><?php echo $data->FName;?></td>
<td ><?php echo $data->PFNO;?></td> <td ><?php echo $data->PFNO;?></td>
<td ><?php echo number_format($data->PF,2,'.','');?></td> <td ><?php echo number_format($data->PF,2,'.','');?></td>
<td ><?php echo number_format($data->CompanyPF,2,'.','');?></td> <td ><?php echo number_format($data->CompanyPF,2,'.','');?></td>
@ -81,7 +83,7 @@ if(!empty($companyinfo))
</tr> </tr>
<?php }}?> <?php }}?>
<tr style="height: 37px;"> <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($TotalEmployeeContribution,2,'.','');?></strong></td>
<td style="text-align: left;"><strong><?php echo number_format($TotalEmployerContribution,2,'.','');?></strong></td> <td style="text-align: left;"><strong><?php echo number_format($TotalEmployerContribution,2,'.','');?></strong></td>
<td>&nbsp;</td> <td>&nbsp;</td>