Skip to main content

types/scans/Scan

@arolariu/website


@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:

  1. User uploads scans via /upload-scans route
  2. Scans are stored in Azure Blob Storage with user metadata
  3. User views scans via /view-scans route
  4. User selects scans to create invoice(s)
  5. Scans are archived after invoice creation

See

InvoiceScan for scans attached to invoices

Interfaces

Type Aliases

Variables

// was this page useful?