Skip to main content

Interface: StatementActionResult

Defined in: src/server/actions/ar.ts:131

AR collections write paths: the activity log, the facility statement send, and the owner-only write-off flag (ADR-0053).

Both re-verify the caller server-side — a page guard protects no server action (ADR-0004). Ordinary activity logging is billing-domain staff; hold and every write-off action are owner-only, matching the pay-run / payout / hire precedent (design §12.3).

Extends

Properties

error?

optional error?: string

Defined in: src/server/actions/ar.ts:28

Inherited from

ArActionResult.error


message?

optional message?: string

Defined in: src/server/actions/ar.ts:133

What to tell the operator — names every invoice copy that could not go with it.


ok

ok: boolean

Defined in: src/server/actions/ar.ts:27

Inherited from

ArActionResult.ok


status?

optional status?: "sent" | "skipped"

Defined in: src/server/actions/ar.ts:134