Dashboard
Account Balance
Jeremy Clarke • 480-250-0246
Well Repair Fund
Outstanding Balances by Lot
Lot {{ lotNum }}
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 | Bill | Actions |
|---|---|---|---|---|---|---|---|
| {{ formatDate(bill.billDate) }} | {{ formatDate(bill.dueDate) }} | ${{ bill.totalAmount.toFixed(2) }} |
${{ yourShare(bill).amount.toFixed(2) }}
Water: ${{ yourShare(bill).base.toFixed(2) }}
Fund: ${{ yourShare(bill).fund.toFixed(2) }} ${{ yourShare(bill).amount.toFixed(2) }}
|
Paid Unpaid | {{ bill.description || 'Water Bill' }} | — |
Repair Bills
| Date | Description | Total Amount | Your Share | Status | Invoice |
|---|---|---|---|---|---|
| {{ formatDate(repair.repairDate) }} | {{ repair.description }} | ${{ repair.totalAmount.toFixed(2) }} | ${{ yourShare(repair).amount.toFixed(2) }} | Paid Unpaid | — |
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) }} | ${{ yourShare(repair).amount.toFixed(2) }} | Paid Unpaid | Lot {{ repair.excludedLot }} - | {{ repair.invoiceNumber || '-' }} |
|
Admin Panel
Pending Registrations
| Name | Lot Number | Sign In | Date | Actions | |
|---|---|---|---|---|---|
| {{ registration.firstName }} {{ registration.lastName }} | {{ registration.email }} | Lot {{ registration.lotNumber }} | Apple Password | {{ formatDate(registration.createdAt) }} |
|
Well Repair Fund Settings
Automatically add a per-lot contribution to each water bill until the goal is reached.
Current Balance
User Management
| Name | Lot Number | Admin | Created | Last Login | Actions | |
|---|---|---|---|---|---|---|
| {{ user.firstName }} {{ user.lastName }} Apple | {{ user.email }} | Lot {{ user.lotNumber }} | Admin User | {{ formatDate(user.createdAt) }} |
{{ formatDate(user.lastLoginAt) }}
{{ user.lastLoginIp }} Never |
|
Profile Settings
User Information
Your account uses Sign in with Apple. Passwords are managed by Apple.