Edit Payment
Home
Back to Payments
Payment edits are validated against the invoice balance.
Important payment policy:
Do not increase a payment beyond the invoice balance.
If a client wants money carried forward to the next bill, that must be added separately as client credit.
Overpayment is not used to create account credit.
{% if errors %}
Please fix the following:
{% for error in errors %}
- {{ error }}
{% endfor %}
{% endif %}
{% include "footer.html" %}