{{ model.sale_count }}
{{ numberWithCommas(model.dld_charges) }}
{{ numberWithCommas(model.admin_fees) }}
{{ numberWithCommas(model.sales_balance) }}
{{ numberWithCommas(model.total_sale) }}
{{ numberWithCommas(model.total_penalties) }}
{{ numberWithCommas(model.total_receipts) }}
{{ numberWithCommas(model.post_dated_receipts) }}
{{ model.total_mergers }}
{{ model.total_transfers }}
{{ model.total_users }}
{{ numberWithCommas(model.current_outstanding) }}
| Building | Sold | Total Price | Total Receipts | Post Dated Receipts | Current Outstanding | Balance |
|---|---|---|---|---|---|---|
| {{ sale.building_name }} | {{ sale.total_sold }} | ${{ numberWithCommas(sale.total_price) }} | ${{ numberWithCommas(sale.total_receipts) }} | ${{ numberWithCommas(sale.post_dated_receipts) }} | ${{ numberWithCommas(sale.current_outstanding) }} | ${{ numberWithCommas(sale.balance) }} |
Total |
{{ numberWithCommas(model.sale_count) }} | ${{ numberWithCommas(model.total_sale) }} | ${{ numberWithCommas(model.total_receipts) }} | ${{ numberWithCommas(model.post_dated_receipts) }} | ${{ numberWithCommas(model.current_outstanding) }} | ${{ numberWithCommas(model.sold_balance) }} |
| Building | Available | Reserved | Total Price |
|---|---|---|---|
| {{ detail.building_name }} | {{ detail.total_avail }} | {{ detail.total_reserved }} | ${{ numberWithCommas(detail.total_price) }} |
| Total | {{ numberWithCommas(model.total_available) }} | {{ numberWithCommas(model.total_reserved) }} | ${{ numberWithCommas( model.total_avail_reserved_price ) }} |
| Number | Booking Date | Sale Price |
|---|---|---|
| {{ sale.number }} | {{ dateFormat(sale.booking_date) }} | {{ numberWithCommas(sale.net_price) }} |
| Receipt Number | Unit | Block | Customer | Payment Type | Payment mode | Amount |
|---|---|---|---|---|---|---|
| {{ receipt.number }} | {{ receipt.unitname }} | {{ receipt.buildingname }} | {{ receipt.customername }} | {{ receipt.paymenttypedetail }} | {{ receipt.paymentmodedetail }} | {{ numberWithCommas(receipt.amount_received) }} |