@campxdev/shared 1.10.57 → 1.10.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -599,6 +599,21 @@ export enum Permission {
|
|
|
599
599
|
CAN_RESTORE_FEE_TRANSACTIONS = 'can_restore_fee_transactions',
|
|
600
600
|
// Settings
|
|
601
601
|
CAN_MANAGE_PAYMENTS_SETTINGS = 'can_payments_manage_settings',
|
|
602
|
+
//Reports
|
|
603
|
+
CAN_PAYMENT_REPORTS_VIEW = 'can_payment_reports_view',
|
|
604
|
+
CAN_FEE_REPORT_VIEW = 'can_fee_report_view',
|
|
605
|
+
CAN_FEE_DUE_LIST_VIEW = 'can_fee_due_list_view',
|
|
606
|
+
CAN_ADVANCE_DUE_REPORT_VIEW = 'can_advance_due_report_view',
|
|
607
|
+
CAN_FEE_BY_CLASS_VIEW = 'can_fee_by_class_view',
|
|
608
|
+
CAN_BRANCH_WISE_REPORT_VIEW = 'can_branch_wise_report_view',
|
|
609
|
+
CAN_DETAINED_STUDENT_VIEW = 'can_detained_student_view',
|
|
610
|
+
CAN_DISCONTINUED_STUDENT_VIEW = 'can_discontinued_student_view',
|
|
611
|
+
CAN_CONCESSION_REPORT_VIEW = 'can_concession_report_view',
|
|
612
|
+
CAN_EXAMINATION_REPORT_VIEW = 'can_examination_report_view',
|
|
613
|
+
CAN_EXAMINATION_NOT_PAID_REPORT_VIEW = 'can_examination_not_paid_report_view',
|
|
614
|
+
CAN_EXAMINATION_BLOCKED_STUDENTS_VIEW = 'can_examination_blocked_students_view',
|
|
615
|
+
//Activity logs
|
|
616
|
+
CAN_PAYMENT_X_AUDIT_LOGS = 'can_payment_x_view_audit_logs',
|
|
602
617
|
|
|
603
618
|
// Commute X
|
|
604
619
|
// manage hostels profile_permissions
|