Reports and Audits

Read-only audits: run, store evidence, interpret.
Help Home / Reports and Audits

Audit script: branch -> partner -> CSC

Script: scripts/audit_branch_partner_csc.php (read-only, outputs JSON).

How to run (PowerShell)

$ts = Get-Date -Format "yyyy-MM-dd_HH-mm-ss"
C:\xampp\php\php.exe scripts\audit_branch_partner_csc.php | Out-File -Encoding utf8 "reports\audit_branch_partner_csc_$ts.json"

How to read results

Rule: store the JSON evidence first. Then plan safe fixes (prefer workflow/UI validation, not schema changes).