Reference
Lookups and structured material. Use this section when you already know what you're looking for. If you don't, start with Guides or Concepts.
Available now
- Mobile API Reference — endpoints the TuffOps field app uses: auth, schedule, work orders, photos, notes, checklists, QR, location, payment-config (includes the technician vs supervisor status transition matrix).
- Acceptance Test Cases — manual QA test cases organized by area, for verifying TuffOps before each release.
Documented in Concepts (no separate reference page yet)
These topics are covered as narrative docs rather than flat lookup tables:
- Work order statuses and transitions — Work Order Lifecycle. For API consumers, the same transition rules appear under Mobile API — Change status.
- Quotation statuses and locking — Quotation Lifecycle. Configurable status names also live in settings (
quotation_statuses); see Settings & Feature Flags. - Permission keys — Permissions and Technician Permissions.
Still to add
- Outbound webhooks — a single catalog of every webhook TuffOps sends (if your deployment uses them). Inbound invoice payment notification is implemented as
POST /api/invoices/webhook(see Laravelroutes/api.php); it is not yet a standalone reference article.