Disciplinary Actions
Module for managing employee warnings, warning types, and appeals within the system.
Features
- Warnings - Create, issue, and track employee warnings
- Warning Types - Configure different warning types with letter templates
- Warning Letters - Generate and download warning letters as PDF
- Appeals - Employees can appeal warnings; managers can review and schedule hearings
- Employee Acknowledgment - Employees can acknowledge issued warnings
- Employee Self-Service - Employees can view their own warnings
- Employee Profile Tab - View disciplinary history on the employee profile
- Mobile App Support - Employees can view warnings, acknowledge them, and submit appeals via the mobile app
Requirements
- Open Core Business Suite v5.0+
- PHP 8.2+
Dependencies
This module has no dependencies on other modules.
Installation
Enable via Admin Panel
- Log in as administrator
- Navigate to Settings > Addons
- Find Disciplinary Actions and click Enable
- Run migrations if prompted
Enable via Command Line
php artisan module:enable DisciplinaryActions
php artisan migrate
Usage
Managing Warning Types
- Navigate to Disciplinary Actions > Warning Types
- Create warning types with customizable letter templates
- Use template variables to auto-populate warning letter content
Creating and Issuing Warnings
- Navigate to Disciplinary Actions > Warnings
- Click Create Warning
- Fill in warning details:
- Select employee
- Select warning type
- Description of incident
- Save the warning as a draft
- Click Issue to formally issue the warning to the employee
- Download the warning letter as a PDF
Employee Acknowledgment
Once a warning is issued, the employee can acknowledge receipt of the warning. Acknowledgments can be done via the web interface or the mobile app.
Managing Appeals
- Navigate to Disciplinary Actions > Appeals
- Review submitted appeals
- Schedule hearings for appeals
- Review and decide on appeals (uphold, overturn, or modify)
- Employees can withdraw their own appeals
- Download appeal supporting documents
My Warnings
Employees can view their own warnings by navigating to Disciplinary Actions > My Warnings.
Employee Profile
Disciplinary history for an employee is also visible on their employee profile tab.
Changelog: View version history