Skip to main content

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

  1. Log in as administrator
  2. Navigate to Settings > Addons
  3. Find Digital ID Card and click Enable
  4. 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

  1. Enable the module on the backend
  2. Employees open the mobile app
  3. The app checks if the Digital ID Card feature is enabled via the API
  4. 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