How It Works
Ingest,
Assembly,
Automation
Incoming records are validated and stored. The app builds analytics when you ask for them. Scheduled work handles summaries, billing drafts, and health checks—so the product keeps running when nobody is clicking around.
- Ingestvalidate & store
- Analyticsassembled on demand
- Schedulersdigests & drafts
- Sites HTTPS payloads
- Ingest Validate & store
- Product Dashboards & APIs
- People Roles & alerts
What happens at each stage
Ingest and storage
Structured payloads hit a dedicated ingest API. Each record is validated, parsed, and tied to the right location and source.
- Duplicate and edge-case handling is built into how transactions are written.
- Optional raw retention and worker-based replay for audit and recovery.
- Designed for production volume—not a one-off import tool.
Analytics on demand
When someone opens a dashboard or runs a report, the app assembles numbers for the dates, times of day, and locations they chose.
- Timezone rules follow each site, not a single corporate clock.
- The same underlying data can power async jobs or optional AI-written summaries.
- Tables and exports stay consistent with what you see on screen.
Work that runs on a clock
Background workers extend the core app so recurring work does not depend on someone remembering to log in.
- Scheduled email digests (daily, weekly, or monthly).
- Draft invoices when periods close, aligned to location time.
- Timeout checks on reporting sources and ingest backup jobs where you deploy them.
Access and boundaries
Inside an account
Standard users and account admins work entirely within their organization—users, settings, data, and docs stay scoped to that account.
Across the platform
When your deployment requires it, the same platform can span accounts for configuration, user types, companies, consolidated financial views, shared documentation, and support workflows—without blending that access into every day-to-day login.
Sessions, roles, and password flows are part of the product—not a separate identity bolt-on.