{% extends "base.html" %} {% from 'components/ui.html' import page_header %} {% block content %} {% set actions %} {{ _('Back to Invoices') }} {% endset %} {{ page_header('fas fa-file-invoice', _('Create Invoice'), subtitle_text=_('Generate a new invoice for a project and client'), actions_html=actions, breadcrumbs=[{'text': _('Invoices'), 'url': url_for('invoices.list_invoices')}, {'text': _('Create Invoice')}]) }}

{{ _('Selecting a project will auto-fill client details') }}

{{ _('Tips') }}

  • {{ _('Choose the correct project to auto-fill client details.') }}
  • {{ _('You can customize notes and terms before sending the invoice.') }}
{% endblock %} {% block scripts_extra %} {% endblock %}