{% extends 'base.html' %} {% block main_title %} New Invoice {% endblock %} {% block content %}

Client

Tags (comma separated)

Invoice Number

Please pull to be up to date with latest invoice number.

Invoice

The invoice is:
Attachments
{% for i in range(2) %}
{% endfor %}
Add Attachment
Cancel
Record Invoice

Generate PDF invoice
Generate PDF

{% endblock %}