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?
optionalerror?:string
Defined in: src/server/actions/ar.ts:28
Inherited from
message?
optionalmessage?: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
status?
optionalstatus?:"sent"|"skipped"
Defined in: src/server/actions/ar.ts:134