Added My Schedule tab in attendance screen
Allow 1 Day, Whole Week and Date Range swapping
This commit is contained in:
@@ -143,6 +143,11 @@ async function processBatch() {
|
||||
body = 'Your pass slip expires in 15 minutes. Please return and complete it.'
|
||||
data.navigate_to = '/attendance'
|
||||
break
|
||||
case 'pass_slip_expired_15':
|
||||
title = 'Pass slip OVERDUE'
|
||||
body = 'Your pass slip has exceeded the 1-hour limit. Please return and complete it immediately.'
|
||||
data.navigate_to = '/attendance'
|
||||
break
|
||||
default:
|
||||
title = 'Reminder'
|
||||
body = 'You have a pending notification.'
|
||||
|
||||
Reference in New Issue
Block a user