billing-laravel icon indicating copy to clipboard operation
billing-laravel copied to clipboard

Develop Audit Log Feature

Open AArchange opened this issue 1 year ago • 0 comments

Description: Track and log all actions taken in the system for auditing purposes.

Tasks: Create AuditLog model and migration. Develop UI for viewing logs by date, user, and action type. Implement logging for key actions (e.g., invoice creation, payments). Acceptance Criteria: All key actions are logged and accessible via the admin UI. Users can filter and search through the audit logs.

AArchange avatar Sep 30 '24 12:09 AArchange