{{ message }}

Dashboard

Total Bills

{{ bills.length }}

Account Balance

${{ Math.abs(yourBalance).toFixed(2) }}
Outstanding Balance
Credit Balance
Paid in Full

Repair Bills

{{ repairs.length }}

Outstanding Balances by Lot

Lot {{ lotNum }}

${{ Math.abs(balance).toFixed(2) }}
{{ balance > 0 ? 'Outstanding' : balance < 0 ? 'Credit' : 'Paid Up' }}

Recent Activity

Date Type Description Amount
{{ formatDate(activity.date) }} {{ activity.type }} {{ activity.description }} ${{ activity.amount.toFixed(2) }}

Water Bills

Add New Bill

Bill Date Due Date Total Amount Your Share Status Description Actions
{{ formatDate(bill.billDate) }} {{ formatDate(bill.dueDate) }} ${{ bill.totalAmount.toFixed(2) }} ${{ bill.amountPerLot.toFixed(2) }} Paid Unpaid {{ bill.description || 'Water Bill' }}

Payment History

Record Payment

Date Lot Amount Method Notes Actions
{{ formatDate(payment.paymentDate) }} Lot {{ payment.lotNumber }} ${{ payment.amount.toFixed(2) }} {{ payment.paymentMethod }} {{ payment.notes || '-' }}

Repair Bills

Add Repair Bill

Date Description Vendor Total Amount Your Share Payment Status Invoice # Actions
{{ formatDate(repair.repairDate) }} {{ repair.description }} {{ repair.vendor || '-' }} ${{ repair.totalAmount.toFixed(2) }} ${{ repair.amountPerLot.toFixed(2) }} Paid Unpaid {{ repair.invoiceNumber || '-' }}

Admin Panel

Pending Registrations

No pending registrations
Name Email Lot Number Date Actions
{{ registration.firstName }} {{ registration.lastName }} {{ registration.email }} Lot {{ registration.lotNumber }} {{ formatDate(registration.createdAt) }}

User Management

No users found
Name Email Lot Number Admin Created Actions
{{ user.firstName }} {{ user.lastName }} {{ user.email }} Lot {{ user.lotNumber }} Admin User {{ formatDate(user.createdAt) }}

Profile Settings

User Information

{{ user.firstName }}
{{ user.lastName }}
{{ user.email }}
Lot {{ user.lotNumber }}

Change Password