Skip to content

Attendance Regularisation

The Attendance Regularisation feature allows employees to request corrections to their attendance records when they miss a punch, forget to clock in/out, or need adjustments. Admins and managers can control who can request changes, how often they can do so, and who is allowed to approve these requests.


⚙️ Attendance Regularisation Settings (Admin)

Section titled “⚙️ Attendance Regularisation Settings (Admin)”

Admins can configure attendance regularisation rules from:

Settings → Attendance Settings → Attendance Regularisation

1️⃣ Allow Employees to Adjust Attendance Logs For

Section titled “1️⃣ Allow Employees to Adjust Attendance Logs For”

Admins can choose one of the following:

  • Not Allowed – Employees cannot request any corrections
  • Only Missing Swipes – Employees can request corrections only for missed clock-in/clock-out
  • All Logs – Employees can request changes for any attendance log

2️⃣ Number of Times Adjustment Allowed

Section titled “2️⃣ Number of Times Adjustment Allowed”

Admins can limit how frequently employees can raise requests:

  • Last X days (e.g., last 5 days)
  • X times in a selected period (e.g., 1 time in the current month)
  • Before X day of the current month (e.g., before the 3rd day)

This helps prevent misuse while still allowing genuine corrections.


Select which roles can take action on requests:

  • Manager
  • Admin
  • Other authorised roles

Only selected roles will be able to approve or reject regularisation requests.


? Employee View: Request Attendance Regularisation

Section titled “? Employee View: Request Attendance Regularisation”

Employees can request attendance corrections directly from their attendance records.

HR → Attendance → Attendance by Member

  1. Employee logs in
  2. Opens Attendance by Member
  3. Selects the relevant month and year
  4. Finds the attendance date
  5. Clicks “Request Regularise”
  6. Submits the request with required details

Each eligible attendance entry shows the Request Regularise option based on admin settings.


? Attendance Regularisation Requests (Admin/Manager)

Section titled “? Attendance Regularisation Requests (Admin/Manager)”

Admins and managers can review all requests from:

HR → Attendance → Attendance Regularisation

  • Employee
  • Status (Pending / Approved / Rejected)
  • Month
  • Year
  • View request details
  • Approve the request
  • Reject the request
  • Export records if required

Once actioned, the attendance record is updated accordingly.


  • Employees can track request status (Pending / Approved / Rejected)
  • Managers get a centralised view of all regularisation requests
  • Attendance records remain transparent and audit-able

  • Reduces manual HR intervention
  • Prevents attendance disputes
  • Maintains audit-friendly attendance records
  • Empowers employees with controlled self-service
  • Ensures approval-based corrections

document.querySelectorAll(‘.portal-attachment-thumbnail-img’).forEach(function(img) { img.addEventListener(‘error’, function () { attachment_error_image(this); }); }); const attachment_error_image = (attachment) => { const parentElement = attachment.parentElement; const defaultIcon = <span class="icon-file-empty"></span><span class="fw-attachment-ext">${escapeHtml(attachment.dataset.extension)}</span>; parentElement.innerHTML = defaultIcon; };