Partial Payments — track paid $80 of $150 #4
Labels
No Label
architecture
backend
bug
feature
frontend
priority:critical
priority:high
priority:low
priority:medium
priority:nice-to-have
ux
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: null/BillTracker#4
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Already implemented in v0.28.0.
Frontend — TrackerPage.jsx:
PaymentProgresscomponent: shows "$80 of $150" progress bar with percentage and remainingPaymentLedgerDialog: full payment history list with edit capability, add partial payment form (amount, date, method, notes)paymentSummary()tracks paid, remaining, percent, count, and partial flagBackend — routes/payments.js:
Files: client/pages/TrackerPage.jsx, routes/payments.js