feat: add waitlist module, quick payment/transaction edit, and catering fee deduction from professor share
This commit is contained in:
@@ -99,7 +99,13 @@ const PERMISSIONS = {
|
||||
EXPENSES_DELETE: 'expenses:delete',
|
||||
|
||||
// Financial reports (professor share, class profitability, date-range analytics)
|
||||
FINANCIAL_REPORTS_READ: 'financial_reports:read'
|
||||
FINANCIAL_REPORTS_READ: 'financial_reports:read',
|
||||
|
||||
// Waiting list permissions
|
||||
WAITLIST_CREATE: 'waitlist:create',
|
||||
WAITLIST_READ: 'waitlist:read',
|
||||
WAITLIST_UPDATE: 'waitlist:update',
|
||||
WAITLIST_DELETE: 'waitlist:delete'
|
||||
};
|
||||
|
||||
const ALL_PERMISSIONS = Object.values(PERMISSIONS);
|
||||
|
||||
Reference in New Issue
Block a user