Hermes 284313f908
Some checks are pending
Bidi Control Character Guard / bidi-control-guard (push) Waiting to run
Circular Dependency Check / Check for new circular dependencies (push) Waiting to run
Citus Migration Smoke / Combined migrations on single-node Citus (push) Waiting to run
E2E Fresh Install Tests / fresh-install-e2e (push) Waiting to run
ext-v2 guardrails / Run ext-v2 guard and ESLint (push) Waiting to run
Integration Tests / Check for relevant changes (push) Waiting to run
Integration Tests / ${{ (github.event_name == 'schedule' || github.event.inputs.suite == 'full') && 'Full integration suite' || 'Tier-1 integration subset' }} (push) Blocked by required conditions
Mobile checks / Mobile lint + typecheck (push) Waiting to run
Mobile checks / Mobile unit tests (push) Waiting to run
Mobile checks / Mobile dependency audit (report) (push) Waiting to run
Mobile checks / Mobile reproducibility checks (push) Waiting to run
Secrets guard (env backups) / Ensure no tracked env backup files (push) Waiting to run
Temporal Readiness / fast-readiness (push) Waiting to run
Temporal Readiness / docker-parity (push) Waiting to run
TypeScript Type Check / Nx affected typecheck (push) Waiting to run
Unit Tests / Skipped-test budget (push) Waiting to run
Unit Tests / Nx affected unit tests (push) Waiting to run
Unit Tests / Server unit coverage (informational) (push) Waiting to run
Validate Tenant Management Schema / Check for relevant changes (push) Waiting to run
Validate Tenant Management Schema / Validate Tenant Management Schema (push) Blocked by required conditions
EE Workflows Build Guard / ee-workflows-build-guard (push) Waiting to run
Initial import of AlgaPSA codebase from PSA server
Excluded: .git, node_modules, secrets/, compose.env, assemblyscript tgz

Source: /opt/alga-psa on psa.joliet.tech
2026-06-22 16:12:17 -05:00

151 lines
4.4 KiB
JSON

[
{
"id": "T001",
"mode": "automated",
"description": "Name matcher (table-driven): case/punctuation/whitespace/suffix folding produces exact matches only on normalized equality; near-miss cases land as suggestions; unrelated names produce nothing.",
"implemented": true,
"featureIds": [
"F005"
]
},
{
"id": "T002",
"mode": "automated",
"description": "getQboCustomers: realm scoping, cache behavior, EE/permission gates (mirrors existing catalog action tests).",
"implemented": true,
"featureIds": [
"F001"
]
},
{
"id": "T003",
"mode": "automated",
"description": "Customers tab contract: rows render mapping state; link writes a realm-scoped mapping; create-in-QBO calls the company adapter and writes the mapping; leave writes nothing.",
"implemented": true,
"featureIds": [
"F002",
"F003",
"F004"
]
},
{
"id": "T004",
"mode": "automated",
"description": "Bulk accept links exactly the exact-match set; fuzzy suggestions are not included in bulk accept.",
"implemented": true,
"featureIds": [
"F006"
]
},
{
"id": "T005",
"mode": "automated",
"description": "Exporter customer resolution prefers an existing client mapping over display-name auto-provision.",
"implemented": true,
"featureIds": [
"F007"
]
},
{
"id": "T006",
"mode": "automated",
"description": "Invoice candidate matcher: doc number + total + customer agreement \u2192 confident; number collision or total mismatch \u2192 review list; no candidates \u2192 empty result without error.",
"implemented": true,
"featureIds": [
"F011"
]
},
{
"id": "T007",
"mode": "automated",
"description": "Bulk link writes mapping rows with snapshot and exports nothing; linked invoices are excluded from subsequent export selection (excludeSyncedInvoices path).",
"implemented": false,
"featureIds": [
"F012"
]
},
{
"id": "T008",
"mode": "automated",
"description": "Payment backfill: applies historical payments via recordExternalPayment per linked invoice; skips invoices already paid; partial histories yield partially_applied; re-run applies nothing new.",
"implemented": true,
"featureIds": [
"F013",
"F016"
]
},
{
"id": "T009",
"mode": "automated",
"description": "Go-live cutoff: finalize before auto_sync_start_date does not enqueue; on/after does; unset setting defaults to connect-day behavior.",
"implemented": true,
"featureIds": [
"F014",
"F015"
]
},
{
"id": "T010",
"mode": "automated",
"description": "Wizard gating: shows after first connect without a completion record; not after completion; re-run from settings re-enters with idempotent steps.",
"implemented": true,
"featureIds": [
"F008",
"F016"
]
},
{
"id": "T011",
"mode": "automated",
"description": "DB-backed integration: seeded Alga tenant + mocked QBO file (customers, invoices, payments) \u2192 wizard run links customers + invoices, backfills payments, sets cutoff; next cycle exports only a newly finalized invoice.",
"implemented": false,
"featureIds": [
"F008",
"F012",
"F013",
"F015"
]
},
{
"id": "T012",
"mode": "live-smoke",
"description": "Sandbox with pre-seeded customers/invoices/payments: wizard bulk-links exact customers, fuzzy review works, history links without export, paid states land correctly.",
"implemented": false,
"featureIds": [
"F005",
"F012",
"F013"
]
},
{
"id": "T013",
"mode": "live-smoke",
"description": "Sandbox: after wizard, finalize a new invoice \u2192 only it exports; re-export of a linked historical invoice updates (not duplicates) the QBO document.",
"implemented": false,
"featureIds": [
"F012",
"F015"
]
},
{
"id": "T014",
"mode": "live-smoke",
"description": "Sandbox: re-run the wizard \u2192 no duplicate mappings, payments, or exports; settings shows last-run state.",
"implemented": false,
"featureIds": [
"F016",
"F014"
]
},
{
"id": "T015",
"mode": "live-smoke",
"description": "Sandbox: create-in-QBO-now provisions the customer immediately and first export uses it (no display-name duplicate).",
"implemented": false,
"featureIds": [
"F004",
"F007"
]
}
]