What's New

Demo

New features, improvements, and fixes shipped to iReadCustomer ERP

  1. v1.6.1
    Improvement

    Faster dashboard loads

    Reduced first-paint on the dashboard from ~6s to under 800ms by collapsing per-request auth + Prisma round-trips and parallelising sidebar loaders.

  2. v1.6.0
    Improvement

    Centralised module catalog

    Module entitlements now flow through a single source of truth in `packages/shared`. New organisations are granted the full module set on creation, with an invariant guard so the catalog never drifts again.

  3. v1.4.3
    Improvement

    Drive attachments: storage provider field

    Attachments now persist a `storage_provider` discriminator (drive | link | external) so future migrations don't need to string-match on mime type. Existing records hydrate as `drive` for backwards compatibility.