@php $size= ''; if($projectType->id == \App\ProjectType::society){ $size= \App\ProjectType::society_size; } else { $size= \App\ProjectType::high_rise_size; } @endphp

{{number_format($total_units_count)}}

Total Units

.

Booked Units{{number_format($booked_units_count)}}

Un-Booked Units{{number_format($un_booked_units_count)}}

{{number_format($total_units_area)}} {{$size}}

Total Area

.

Booked Area{{number_format($booked_units_area)}} {{$size}}

Un-Booked Area{{number_format($un_booked_units_area)}} {{$size}}

Rs. {{number_format($total_units_amount)}}

Total Price

Booked PriceRs. {{number_format($booked_units_amount - ($booked_units_amount - $total_cost_booked_units ))}}

Un-Booked PriceRs. {{number_format($un_booked_units_amount)}}

DiscountRs. {{number_format($booked_units_amount - $total_cost_booked_units )}}

RECOVERIES & RECEIVABLES


Description Rupees %age Receivable Ag. Rupees %age
Total Cost of Booked Units {{number_format($total_cost_booked_units)}} 100 % Overdues {{number_format($overdues)}} {{ $total > 0 ? round(($overdues / ($total) ) * 100) : 0 }} %
Total Collection/Recovery {{number_format($total_collection)}} {{$total_cost_booked_units > 0 ? round(($total_collection / $total_cost_booked_units ) * 100) : 0}} % Future Installments {{number_format(($total) - $overdues)}} {{$total > 0 ? round(( ($total - $overdues) / ($total) ) * 100) : 0}} %
Balance Receivable {{number_format($total)}} {{$total > 0 ? round((($total) / $total_cost_booked_units ) * 100) : 0 }} % Balance Receivable {{number_format($total)}} %

BREAKUP OF RECEIVABLES AGAINST DEFAULTERS AGED


Defaulters Age. in Month No. of Units Total Amount Received Today Balance Receiveabe Receiveabe .ag Overdues Receiveabe .ag Future Inst.
Amount %age Amount %age Amount %age Amount %age
Fully Paid {{$fully_paid_units_count}} {{number_format($fully_paid_units_amount)}} {{$total_collection > 0 ? round(($fully_paid_units_amount / $total_collection) * 100) : 0 }} % 0 0 % 0 0 % 0 0 %
No Over Due {{$no_overdue_count}} {{number_format($no_overdue_amount)}} {{$total_collection > 0 ? round(($no_overdue_amount / $total_collection) * 100) : 0}} % {{number_format($no_overdue_receivable)}} {{$no_overdue_receivable_per}} % 0 0 % {{number_format($no_overdue_receivable)}} {{$no_overdue_receivable_per}} %
1 Month {{$f_month_overdue_count}} {{number_format($f_month_overdue_amount)}} {{$total_collection > 0 ? round(($f_month_overdue_amount / $total_collection) * 100) : 0}} % {{number_format($f_month_overdue_receivable)}} {{$f_month_overdue_receivable_per}} % {{number_format($f_month_overdue_balance)}} % {{number_format($f_month_overdue_receivable - $f_month_overdue_balance)}} %
2 Month {{$s_month_overdue_count}} {{number_format($s_month_overdue_amount)}} {{$total_collection > 0 ? round(($s_month_overdue_amount / $total_collection) * 100) : 0}} % {{number_format($s_month_overdue_receivable)}} {{$s_month_overdue_receivable_per}} % {{number_format($s_month_overdue_balance)}} % {{number_format($s_month_overdue_receivable - $s_month_overdue_balance)}} %
3 Month {{$t_month_overdue_count}} {{number_format($t_month_overdue_amount)}} {{$total_collection > 0 ? round(($t_month_overdue_amount / $total_collection) * 100) : 0}} % {{number_format($t_month_overdue_receivable)}} {{$t_month_overdue_receivable_per}} % {{number_format($t_month_overdue_balance)}} % {{number_format($t_month_overdue_receivable - $t_month_overdue_balance)}} %
3+ Month {{$fo_month_overdue_count}} {{number_format($fo_month_overdue_amount)}} {{$total_collection > 0 ? round(($fo_month_overdue_amount / $total_collection) * 100) : 0}} % {{number_format($fo_month_overdue_receivable)}} {{$fo_month_overdue_receivable_per}} % {{number_format($fo_month_overdue_balance)}} % {{number_format($fo_month_overdue_receivable - $fo_month_overdue_balance)}} %