Skip to content

accounting_export — permissions

Namespaced from get_permissions() by the registry. Admin-only by default (role_permissions grants admin: ["*"] and no other role).

PermissionGatesEndpoints
accounting_export.export.readView the export page and preview counts/totals/sampleGET /api/v1/accounting_export/preview
accounting_export.export.runGenerate and download the ZIP exportGET /api/v1/accounting_export/run

Frontend references via PERMISSIONS.accountingExport.read / PERMISSIONS.accountingExport.run (frontend/app/config/permissions.ts). The navigation entry is gated on accounting_export.export.read.