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

Add User Role Management #277

Open AArchange opened 2 months ago

AArchange commented 2 months ago

Description: Implement a system for managing user roles and permissions.

Tasks: Create Role and Permission models. Set up predefined roles (admin, accountant, employee). Implement UI for managing user roles and permissions. Acceptance Criteria: Users are assigned roles with appropriate permissions. Role-based access control is enforced throughout the system.