{{$communityInfo->cust_name}}{{$communityInfo->contact_address}} |
![]() |
Period: {{date('d M Y',strtotime($from))}} - {{date('d M Y',strtotime($to))}} at {{date('d M Y H:i:s')}}
Total: {{$leave_summary_data['total_requests']}} | Residents: {{$leave_summary_data['residents']}} |
Guardian{{$leave_summary_data['guardian_approved']}} @if($leave_summary_data['guardian_approved']>0 && $leave_summary_data['total_requests']>0) ({{round(($leave_summary_data['guardian_approved']*100/$leave_summary_data['total_requests']),2)}}%) @endif {{$leave_summary_data['guardian_cancelled']}} @if($leave_summary_data['guardian_cancelled']>0 && $leave_summary_data['total_requests']>0) ({{round(($leave_summary_data['guardian_cancelled']*100/$leave_summary_data['total_requests']),2)}}%) @endif
Response timeAvg : {{floor(($leave_summary_data['guardian_avg_time'] / 60))}} Min Max : {{floor(($leave_summary_data['guardian_max_time'] / 60))}} Min Fastest: @if($leave_summary_data['guardian_min_time']==0 ) few Seconds @else {{$leave_summary_data['guardian_min_time'] }} Min @endif |
Warden{{$leave_summary_data['warden_approved']}} @if($leave_summary_data['warden_approved']>0 && $leave_summary_data['total_requests']>0) ({{round(($leave_summary_data['warden_approved']*100/$leave_summary_data['total_requests']),2)}}%) @endif {{$leave_summary_data['warden_cancelled']}} @if($leave_summary_data['warden_cancelled']>0 && $leave_summary_data['total_requests']>0) ({{round(($leave_summary_data['warden_cancelled']*100/$leave_summary_data['total_requests']),2)}}%) @endif
Response timeAvg : {{floor(($leave_summary_data['warden_avg_time'] / 60))}} Min Max : {{floor(($leave_summary_data['warden_max_time'] / 60))}} Min Fastest: {{floor(($leave_summary_data['warden_min_time'] / 60))}} Min |
No Action: {{$leave_summary_data['leave_no_action']}} @if($leave_summary_data['leave_no_action']>0 && $leave_summary_data['total_requests']>0) ({{round(($leave_summary_data['leave_no_action']*100/$leave_summary_data['total_requests']),2)}}%) @endif | Urgent: {{$leave_summary_data['urgent']}} @if($leave_summary_data['urgent']>0 && $leave_summary_data['total_requests']>0) ({{round(($leave_summary_data['urgent']*100/$leave_summary_data['total_requests']),2)}}%) @endif |
Name | Building | Residence | No of leave request |
---|---|---|---|
{{ucfirst($resident->resident_name)}} | {{$resident->building_name}} | {{$resident->apartment_name}} | {{$resident->leave_request_count}} |
Name | Building | Residence | Total leave days |
---|---|---|---|
{{ucfirst($resident->resident_name)}} | {{$resident->building_name}} | {{$resident->apartment_name}} | {{$resident->leave_days_count}} |
{{$key}}Total {{$monthly['Total']}} requests by {{$monthly['residents']}} Residents Urgent {{$monthly['urgent']}} @if($monthly['urgent']>0 && $monthly['Total']>0) ({{round(($monthly['urgent']*100/$monthly['Total']),2)}}%) @endif Guardian Approved {{$monthly['guardian_approved']}} @if($monthly['guardian_approved']>0 && $monthly['Total']>0) ({{round(($monthly['guardian_approved']*100/$monthly['Total']),2)}}%) @endif Warden Approved {{$monthly['warden_approved']}} @if($monthly['warden_approved']>0 && $monthly['Total']>0) ({{round(($monthly['warden_approved']*100/$monthly['Total']),2)}}%) @endif No action {{$monthly['leave_no_action']}} @if($monthly['leave_no_action']>0 && $monthly['Total']>0) ({{round(($monthly['leave_no_action']*100/$monthly['Total']),2)}}%) @endif Guardian Response Time Avg: {{floor(($monthly['guardian_avg_time'] / 60))}} Min, Best:{{floor(($monthly['guardian_min_time'] / 60))}} Min Max: {{floor(($monthly['guardian_max_time'] / 60))}} Min Warden Response Time Avg: {{floor(($monthly['warden_avg_time'] / 60))}} Min, Best:{{floor(($monthly['warden_min_time'] / 60))}} Min Max: {{floor(($monthly['warden_max_time'] / 60))}} Min |
@endforeach
Total: {{$complaintsStatusCounts['total_complaints']}} Accepted: {{$complaintsStatusCounts['accepted_complaints']}} Rejected: {{$complaintsStatusCounts['rejected_complaints']}} @if($complaintsStatusCounts['accepted_complaints']>0) ({{round(($complaintsStatusCounts['rejected_complaints']*100/$complaintsStatusCounts['total_complaints']),2)}}%) @endif Pending: {{$complaintsStatusCounts['pending_complaints']}} + Reopen: {{$complaintsStatusCounts['reopen_complaints']}} Success rate: {{$complaintsStatusCounts['success_rate']}}% |
Name | Building | Residence | Total complaints |
---|---|---|---|
{{ucfirst($resident->resident_name)}} | {{$resident->building_name}} | {{$resident->apartment_name}} | {{$resident->complaint_count}} |
Month | @foreach ($months_array as $key=>$month){{$month['month']}} | @endforeachNet |
---|---|---|
Residents | @foreach ($resident_monthly as $key=>$monthly) {{$monthly['New']}} @if($monthly['Left']>0) {{$monthly['Left']}} @endif Total={{$monthly['Total']}} |
@endforeach
|
Notices | @foreach ($notices_monthly as $key=>$monthly)+ {{$monthly['Total']}} | {{$monthly['urgent']}} | @endforeachTotal {{$notices_summary['total']}} Urgent {{$notices_summary['urgent']}} |
Emergency | @foreach ($emergencies_monthly as $key=>$monthly){{$monthly['Total']}} | @endforeachTotal {{$emergencies_summary['total']}} |
Enquiries | @foreach ($enquiry_monthly as $key=>$monthly) @php $join_percentage=0; if($monthly['Total']>0){ $join_percentage=($monthly['joined']*100)/$monthly['Total']; } @endphp New: {{$monthly['Total']}} Joined: {{$monthly['joined']}} |
@endforeach
@php
$join_percentage=0;
if($enquiry_summary['total']>0){
$join_percentage=($enquiry_summary['joined']*100)/$enquiry_summary['total'];
}
@endphp
Total: {{$enquiry_summary['total']}} Joined: {{$enquiry_summary['joined']}} |
Late entry request = No Action |
@foreach ($late_entry_request_monthly as $key=>$monthly)
{{$monthly['Total']}} @if($monthly['approved']>0) {{$monthly['approved']}} @endif @if($monthly['cancelled']>0) {{$monthly['cancelled']}} @endif @if($monthly['no_action']>0) {{$monthly['no_action']}} @endif |
@endforeach
Total {{$late_entry_summary['total']}} @if($late_entry_summary['approved']>0) {{$late_entry_summary['approved']}} @endif @if($late_entry_summary['cancelled']>0) {{$late_entry_summary['cancelled']}} @endif @if($late_entry_summary['no_action']>0) {{$late_entry_summary['no_action']}} @endif |
For any discrepency, report to support@fretbox.in
This is system generated receipt at FretBox & does not require physical signature.