Document overview
Line item overview
Recent documents
{% if recent_documents %}| Document | Type | Review status | Updated |
|---|---|---|---|
| {{ doc.document_id }} | {{ doc.document_type }} | {{ doc.review_status }} | {{ doc.updated_at }} |
No documents found.
{% endif %}Recent line items
{% if recent_line_items %}| 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 %}