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

140 lines
3.9 KiB
JSON

[
{
"id": "T001",
"mode": "automated",
"description": "Producer: Stripe success enqueues record_payment only with connected realm + mapped invoice; unmapped \u2192 skipped op with stat; CE/disconnected \u2192 no-op.",
"implemented": true,
"featureIds": [
"F001"
]
},
{
"id": "T002",
"mode": "automated",
"description": "record_payment payload: customer/invoice refs from mappings, amount, Stripe reference, deposit account from setting with Undeposited Funds fallback.",
"implemented": true,
"featureIds": [
"F002",
"F004"
]
},
{
"id": "T003",
"mode": "automated",
"description": "Echo suppression: pushed payment's mapping row makes the subsequent CDC delivery of the same payment a no-op.",
"implemented": true,
"featureIds": [
"F003"
]
},
{
"id": "T004",
"mode": "automated",
"description": "record_payment failure paths file accounting_sync_export_error and retry within the op cap.",
"implemented": true,
"featureIds": [
"F005"
]
},
{
"id": "T005",
"mode": "automated",
"description": "Double-entry guard: a distinct QBO payment arriving for an already-settled invoice files an exception instead of over-applying.",
"implemented": true,
"featureIds": [
"F006"
]
},
{
"id": "T006",
"mode": "automated",
"description": "getQboAccounts/getQboClasses/getQboDepartments: realm scoping, caching, EE/permission gates (catalog-action pattern).",
"implemented": true,
"featureIds": [
"F004",
"F007"
]
},
{
"id": "T007",
"mode": "automated",
"description": "Transform class/department matrix: item metadata classId wins, tenant default fills, both omitted cleanly; DepartmentRef from tenant default; CreditMemo parity.",
"implemented": true,
"featureIds": [
"F009",
"F010"
]
},
{
"id": "T008",
"mode": "automated",
"description": "Settings: deposit/class/department pickers persist tenant settings; values appear in subsequent transforms.",
"implemented": true,
"featureIds": [
"F008"
]
},
{
"id": "T009",
"mode": "automated",
"description": "default_realm: make-default switches getDefaultQboRealmId result; batch stamping and cycle targeting follow; falls back to first stored realm when unset.",
"implemented": true,
"featureIds": [
"F011"
]
},
{
"id": "T010",
"mode": "automated",
"description": "Realm UI gating: connection list and realm pickers appear only with >1 realm; single-realm rendering unchanged (contract test).",
"implemented": true,
"featureIds": [
"F012",
"F013",
"F015"
]
},
{
"id": "T011",
"mode": "automated",
"description": "Realm scheduling: connecting a second realm registers its cycle; disconnecting it deregisters only that realm's job and leaves the default realm syncing.",
"implemented": true,
"featureIds": [
"F014"
]
},
{
"id": "T012",
"mode": "live-smoke",
"description": "Sandbox: portal Stripe payment \u2192 QBO Payment with Stripe reference in the configured account within one cycle; no echo duplicate on the following cycle.",
"implemented": false,
"featureIds": [
"F002",
"F003"
]
},
{
"id": "T013",
"mode": "live-smoke",
"description": "Sandbox: set default class + per-item override \u2192 delivered QBO invoice shows the expected ClassRef per line and DepartmentRef on the header.",
"implemented": false,
"featureIds": [
"F008",
"F009",
"F010"
]
},
{
"id": "T014",
"mode": "live-smoke",
"description": "Sandbox: connect a second company \u2192 connection list shows both, make-default switches, a batch routed to the non-default realm delivers there, per-realm health reads correctly.",
"implemented": false,
"featureIds": [
"F011",
"F012",
"F013",
"F014"
]
}
]