You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Status: Needs Feature Review
This issue outlines a proposed operational feature. It requires product/security review and approval before deciding whether to implement or adopt.
Add a structured, append-only audit event logging subsystem (main/core/audit.ts) to maintain an immutable record of sensitive POS actions for anti-fraud and EPOS regulatory compliance.
Key Features & Technical Details
Immutable Audit Event Table:
Stores actor_id, action, resource_type, resource_id, payload_json, and ISO UTC timestamps.
Important
Status: Needs Feature Review
This issue outlines a proposed operational feature. It requires product/security review and approval before deciding whether to implement or adopt.
Extracted from fork
richanonymous22/FloCafe(branch:claude/plemmo-epos-audit-fro8v9):Overview
Add a structured, append-only audit event logging subsystem (
main/core/audit.ts) to maintain an immutable record of sensitive POS actions for anti-fraud and EPOS regulatory compliance.Key Features & Technical Details
actor_id,action,resource_type,resource_id,payload_json, and ISO UTC timestamps.ORDER_VOID,PRICE_OVERRIDE,DISCOUNT_APPLIED,REFUND_ISSUED,REGISTER_DRAWER_OPEN,SHIFT_START,SHIFT_END.main/core/audit.ts&tests/plemmo-audit.test.ts.