Core Features
Hereby splits hospital operations into role-based apps. Each person uses only the app that fits their job, and every app shares one organization's data. This section introduces who each app is for and what it lets them do.
At a glance
| App | Who uses it | What it does |
|---|---|---|
| HR System | HR / payroll staff | Build and settle monthly payroll sheets, handle allowances/overtime/deductions, eCount export |
| Admin Panel | System admins | Manage employees, teams, roles & permissions, attendance method, leave, e-contracts |
| Employee App | All employees | Clock in/out, messenger, approval requests, incentive registration, payslips, notifications |
| Nurse Scheduler | Nurse managers & nurses | Build monthly schedules, request preferred shifts, staff wards |
| Internal Approval | Team leaders | Approve leave / overtime / incentives / documents / certificates, manage shifts |
| General Affairs | Operations staff | Mandatory training, recurring task checklists, company notices |
| Management Dashboard | Directors & executives | Labor-cost trends, claims, staffing snapshot, incentive summary |
| Inventory | Operations staff | Item & expiry tracking, low-stock / expiration alerts, refunds |
| Module Manager | System admins | Module & calculator health checks, integration testing |
| Importer | Onboarding staff | Bulk-migrate existing Excel payroll data (47 sheets) |
| System Admin | Platform operators | Provision new hospitals (organizations), admin accounts, attendance viewer |
Where each role starts
- Employees do everything — clock-in to approvals to payslips — in the Employee App.
- Team leaders approve their team's leave, overtime, and incentives in Internal Approval.
- HR / payroll staff build and settle payroll sheets in the HR System and manage people & permissions in the Admin Panel.
- Nurse managers build schedules in the Nurse Scheduler; general affairs runs training and notices in General Affairs.
- Executives track labor-cost and staffing metrics in the Management Dashboard.
What every app shares
- Real-time notifications: approvals, sign-offs, and notices arrive in an in-app inbox, toggleable per event type and channel, with mute rules.
- Push notifications: the Employee App pushes via FCM (iOS/Android) and Web Push (browser).
- Korean-language UI with light/dark modes.
- Per-organization data isolation and role-based permissions (self/team/all) — users only see and act on data they're allowed to.
The technical makeup of each app (framework, packages, routing, auth flow) is covered in the Development Guide. This section focuses on what you can do.