Edit Invoice
Home
Back to Invoices
View Invoice
{% 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 and line items cannot be changed after payment activity begins. Due date and notes can still be updated.
{% 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 %}
{% if not locked %}
{% endif %}
{% include "footer.html" %}