Every person who will use the kiosk to clock in needs an employee record. The record stores their name, role, pay rate, and the 6-digit PIN they'll use at the kiosk.
Go to the Employees tab in the Sweldo admin panel and click + Add Employee.
Enter the employee's full name. This is what appears on the kiosk grid and on payslips.
Choose their role:
Set the rate type and rate amount:
The system derives an hourly equivalent from a daily rate by dividing by 8. This is used for late deductions, overtime pay, and night differential.
Set a 6-digit PIN. This is what the employee types at the kiosk to clock in or out. Choose something they can remember but won't guess easily. The PIN is stored as a bcrypt hash — it cannot be recovered, only reset.
Click Save. The employee immediately appears on the kiosk grid the next time the page is loaded.