@extends('Reports.template') @section('title') Leave Entitlement Report @endsection @section('ExternalCss') @parent @endsection @section('Content')
@if($businessEntityMasterData[0]->logo != null) logo )}}"/> @endif |
{{ $businessEntityMasterData[0]->name }}
{{$businessEntityMasterData[0]->add1. " " .$businessEntityMasterData[0]->add2 ." ".$businessEntityMasterData[0]->city." : " .$businessEntityMasterData[0]->pincode }}
{{"Phone : ".$businessEntityMasterData[0]->tel1}}
|
|||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Leave Entitlement Report | Leave Period : | Leave Type : | Carry Fowrad Limit: {{ $leaveRules->carry_limit }} | As on: {{$currentTime->format('d/m/Y H:i:s ')}} | ||||||||||||||||
Sr No. | Employee Id | Employee Name | Status | Hire Date | Conform Date | Last Working Date | Month Upto | Leave Entitlements | Leave Taken Till Now | Leave Balance | Projected Leave Balance | Deduction Leave | Carry Forward Leave | |||||||
Type | Leave Month | Opening Balance | New Leave | Leave Taken | closing Balance | Laps | Modify Date | |||||||||||||
{{$count}} | {{$leaveEnt->employee_id}} | {{$leaveEnt->employee_name }} | {{$leaveEnt->employee_status }} | {{date("d/m/Y",strtotime($leaveEnt->employee_hire_date))}} | {{date("d/m/Y",strtotime($leaveEnt->confirmation_date))}} | {{$leaveEnt->last_working_date!=null?date("d/m/Y",strtotime($leaveEnt->last_working_date)):'' }} | {{date("d/m/Y",strtotime($leaveEnt->month_up_to)) }} | {{$leaveEnt->entitlement}} | {{$leaveEnt->leave_taken}} | 0 | {{-- | {{ $empdir->department_name }} | {{ $empdir->employee_gender }} | {{ $empdir->contract_start_date }} | {{ $empdir->employee_dob }} | --}}|||||
{{$item->data_type=='C'?'Calculated':'Added'}} | {{date("d/m/Y",strtotime($item->leave_month))}} | {{$item->op_balance}} | {{$item->new_leaves}} | {{$item->leave_taken}} | {{$item->cl_balance}} | {{$item->entitlement_laps}} | {{ ($item->lastmodified_date!=null)? date("d/m/Y",strtotime($item->lastmodified_date)) : '' }} | |||||||||||||
{{ $empData->appends(['search' => $search,'searchColumn' => $searchColumn,'searchType' => $searchType])->links() }} | --}} {{--{{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}} |