{{ menuItems.find(item => item.id === currentView)?.name || 'Dashboard' }}
Pending Approval
{{ pendingApprovalCount }}
Ready to Sign
{{ approvedCount }}
Signed Orders
{{ signedCount }}
Total Patients
{{ patientsCount }}
Orders Pending Approval
Review and approve or decline patient orders
| Order ID | Patient | Items | Created | Actions |
|---|---|---|---|---|
|
{{ order.id.substring(0, 8) }}...
Postversand
Followup
|
{{ order.user?.name || 'Unknown' }}
{{ order.user?.email || order.userId }}
|
{{ order.items?.length || 0 }} items | {{ formatDate(order.createdAt) }} |
Order ID
{{ order.id.substring(0, 8) }}...
Patient
{{ order.user?.name || 'Unknown' }}
{{ order.user?.email || order.userId }}
Items
{{ order.items?.length || 0 }} items
Created
{{ formatDate(order.createdAt) }}
Approved Orders
Orders that have been approved and are ready for processing
Electronic signing will be automatic once InfoCert integration is complete.
| Order ID | Patient | Items | Approved | Actions | |
|---|---|---|---|---|---|
|
{{ order.id.substring(0, 8) }}...
Signing Failed
Postversand
Followup
Auto-approved
|
{{ order.user?.name || 'Unknown' }}
{{ order.user?.email || order.userId }}
|
{{ order.items?.length || 0 }} items | {{ formatDate(order.updatedAt) }} |
Order ID
{{ order.id.substring(0, 8) }}...
{{ order.prescription.signingError }}
Patient
{{ order.user?.name || 'Unknown' }}
{{ order.user?.email || order.userId }}
Items
{{ order.items?.length || 0 }} items
Approved
{{ formatDate(order.updatedAt) }}
Signed Orders
Orders that have been signed and processed
| Order ID | Patient | Items | Signed | Actions |
|---|---|---|---|---|
|
{{ order.id.substring(0, 8) }}...
DEMO
Auto-approved
|
{{ order.user?.name || 'Unknown' }}
{{ order.user?.email || order.userId }}
|
{{ order.items?.length || 0 }} items | {{ formatDate(order.updatedAt) }} |
Order ID
{{ order.id.substring(0, 8) }}...
Patient
{{ order.user?.name || 'Unknown' }}
{{ order.user?.email || order.userId }}
Items
{{ order.items?.length || 0 }} items
Signed
{{ formatDate(order.updatedAt) }}
Videocall Availability
Manage your availability slots for videocall appointments
All times are displayed in CET (Central European Time) timezone
Video calls are powered by Jitsi Meet (open source, no payment required)
Loading availability...
Repeating availability
No rules yet. "Add availability" creates all appointments for the next {{ availabilityMeta.horizonDays }} days in one go and keeps them topped up.
Days off
No days off. Blocked days are skipped by every rule.
Times shown in CET
{{ slot.precheckId }}
Patients
View your patients and their order history
| Patient | Total Orders | Last Order | Actions |
|---|---|---|---|
|
{{ patient.user?.name || 'Unknown' }}
{{ patient.user?.email || patient.userId }}
|
{{ patient.orders.length }} | {{ formatDate(patient.orders[0]?.createdAt) }} |