liberu-accounting / accounting-laravel

Accounting application written in Laravel 11 / PHP 8.3 using Filament 3
https://www.facebook.com/liberusoftware
57 stars 16 forks source link

Implement Audit Log System #275

Open AArchange opened 2 months ago

AArchange commented 2 months ago

Description: Create an audit log to track user activity and changes.

Tasks: Implement logging for key actions (invoice creation, updates). Develop UI for viewing audit logs. Include date, time, and user information in logs. Acceptance Criteria: All major actions are logged. Admins can view audit logs and filter by user or action type.