{{ message }}

Dashboard

Account Balance

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

Well Repair Fund

${{ emergencyFund.currentBalance.toFixed(2) }}
Goal: ${{ emergencyFund.maxLimit.toFixed(2) }} ({{ emergencyFund.percentComplete.toFixed(1) }}%)
Your monthly contribution: ${{ emergencyFund.ratePerLot.toFixed(2) }}
Goal Reached!

Outstanding Balances by Lot

Lot {{ lotNum }}

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

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 + bill.emergencyFundPerLot).toFixed(2) }}
Water: ${{ bill.amountPerLot.toFixed(2) }}
Fund: ${{ bill.emergencyFundPerLot.toFixed(2) }}
${{ bill.amountPerLot.toFixed(2) }}
Paid Unpaid {{ bill.description || 'Water Bill' }}

Payment History

Record Payment

Payments will be automatically applied to the oldest outstanding bills and repairs in chronological order.

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 Excluded Lot Invoice # Actions
{{ formatDate(repair.repairDate) }} {{ repair.description }} {{ repair.vendor || '-' }} ${{ repair.totalAmount.toFixed(2) }} ${{ repair.amountPerLot.toFixed(2) }} Paid Unpaid Lot {{ repair.excludedLot }} - {{ 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) }}

Well Repair Fund Settings

Automatically add a per-lot contribution to each water bill until the goal is reached.

Current Balance

${{ emergencyFund.currentBalance.toFixed(2) }}
{{ emergencyFund.percentComplete.toFixed(1) }}% of ${{ emergencyFund.maxLimit.toFixed(2) }} goal
Saved

User Management

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

Profile Settings

User Information

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

Change Password