{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block content %}
Overview of document processing, extraction coverage, and line item review status.
| Document | Type | Review status | Updated |
|---|---|---|---|
| {{ doc.document_id }} | {{ doc.document_type }} | {{ doc.review_status }} | {{ doc.updated_at }} |
No documents found.
{% endif %}| Date | Merchant | Item | Category | Total | Rating | Status | Document |
|---|---|---|---|---|---|---|---|
| {{ row.transaction_date }} | {{ row.merchant }} | {{ row.description }} | {{ row.category }} | {{ row.line_total }} | {{ row.quality_rating }} | {{ row.quality_status }} | {{ row.document_id }} |
No line items found.
{% endif %}