Digital ID Card
This module is used to generate digital ID cards for employees.
Features
- Digital ID Card Display: Employees can view their digital ID card in the mobile app
- Feature Toggle: Backend endpoint to check if Digital ID Card is enabled
Requirements
- Open Core Business Suite (Base System)
- No additional module dependencies
Installation
Enable via Admin Panel
- Log in as administrator
- Navigate to Settings > Addons
- Find Digital ID Card and click Enable
- Run migrations if prompted
Enable via Command Line
php artisan module:enable DigitalIdCard
php artisan migrate
Usage
This is a mobile-app-only module. There is no web admin interface or settings page. When enabled, the employee mobile app can display a digital ID card for each employee.
How It Works
- Enable the module on the backend
- Employees open the mobile app
- The app checks if the Digital ID Card feature is enabled via the API
- If enabled, employees can view their digital ID card in the app
API Endpoints
GET /api/V1/digitalIdCard- Check if Digital ID Card feature is enabled
Changelog: View version history