Edit Invoice
Home
Back to Invoices
{% if errors %}
Please fix the following:
{% for error in errors %}
- {{ error }}
{% endfor %}
{% endif %}
{% if locked %}
This invoice is locked for core edits because payments exist.
Core accounting fields cannot be changed after payment activity begins.
{% else %}
Manual status choices are limited to: draft, pending, or cancelled.
Partial, paid, and overdue are system-managed from payment activity and due dates.
{% endif %}
{% include "footer.html" %}