{% extends "base.html" %} {% block title %}Find Invoice - Invoice Generation Service{% endblock %} {% block content %}

Find Invoice

Enter the invoice number to search for an existing invoice.

{% if error %}
{{ error }}
{% endif %}

Example format: INV-YYYYMM-XXXXXX

{% endblock %} {% block extra_css %} {% endblock %}