types/scans/Scan
@arolariu/website / types/scans/Scan
types/scans/Scan
Fileoverview
Standalone scan type definitions for the arolariu.ro platform.
Remarks
This module defines types for standalone scans that exist independently of invoices.
Unlike InvoiceScan (which is attached to an invoice), these scans represent
uploaded documents that have not yet been associated with an invoice entity.
Domain Concepts:
- Scan: A standalone document uploaded to Azure Blob Storage
- ScanType: Document format classification (JPEG, PNG, PDF)
- ScanStatus: Lifecycle state of the scan
Workflow:
- User uploads scans via
/upload-scansroute - Scans are stored in Azure Blob Storage with user metadata
- User views scans via
/view-scansroute - User selects scans to create invoice(s)
- Scans are archived after invoice creation
See
InvoiceScan for scans attached to invoices
Interfaces
Type Aliases
Variables
// was this page useful?