{% extends 'base.html' %} {% block title %}Documents โ AgentForms{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
All invoices, quotes, proposals, and documents across your sites.
| Document | Type | Site | Status | Due Date | Created | Actions |
|---|---|---|---|---|---|---|
|
{% if doc.is_overdue %}{% endif %}
{{ doc.data.get('document_number', doc.invoice_number or doc.document_id[:8]) }}
{{ doc.data.get('customer_name', 'No customer') }}
|
{{ doc.document_type or 'invoice' }} | {% if doc.site_name %} {{ doc.site_name }} {% else %} Standalone {% endif %} | {{ doc.status }} | {% if doc.due_date %} {{ doc.due_date }} {% if doc.is_overdue %} OVERDUE {% endif %} {% else %} โ {% endif %} | {{ doc.created_at[:10] if doc.created_at else 'โ' }} |
No documents yet.
Create an invoice, quote, or proposal directly, or set up a template for recurring documents.