Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Name of Submenu

ID of Submenu

Filter

Route

Tasks Management View

task.tasks

(rights) => rights.includes(RIGHT_TASKS_MANAGEMENT_SEARCH_ALL)

/tasks

Tasks Management All View

task.allTasks

(rights) => rights.includes(RIGHT_TASKS_MANAGEMENT_SEARCH_ALL)

/AllTasks

Registers

tools.registers

(rights) => enablers(rights, RIGHT_REGISTERS)

/tools/registers

Extracts

tools.extracts

(rights) => enablers(rights, RIGHT_EXTRACTS)

/tools/extracts

Reports

tools.reports

(rights) => enablers(rights, RIGHT_REPORTS)

/tools/reports

Social Protection Benefit Plans

socialProtection.benefitPlans

(rights) => rights.includes(RIGHT_BENEFIT_PLAN_SEARCH)

/benefitPlans

My Profile

profile.myProfile

None

/profile/myProfile

Change Password

profile.changePassword

None

/profile/changePassword

Policies

insuree.policies

(rights) => rights.includes(RIGHT_POLICY)

/${ROUTE_POLICY_POLICIES}

Payment Point

legalAndFinance.paymentPoint

(rights) => rights.includes(RIGHT_PAYMENT_POINT_SEARCH)

/${ROUTE_PAYMENT_POINTS}

Payrolls

legalAndFinance.payrolls

(rights) => rights.includes(RIGHT_PAYROLL_SEARCH)

/${ROUTE_PAYROLLS}

Payrolls Pending

legalAndFinance.payrollsPending

(rights) => rights.includes(RIGHT_PAYROLL_SEARCH)

/${ROUTE_PAYROLLS_PENDING}

Payrolls Approved

legalAndFinance.payrollsApproved

(rights) => rights.includes(RIGHT_PAYROLL_SEARCH)

/${ROUTE_PAYROLLS_APPROVED}

Payrolls Reconciled

legalAndFinance.payrollsReconciled

(rights) => rights.includes(RIGHT_PAYROLL_SEARCH)

/${ROUTE_PAYROLLS_RECONCILED}

Payments

insuree.payment

(rights) => rights.includes(RIGHT_PAYMENT)

/${ROUTE_PAYMENTS}

Payment Cycles

legalAndFinance.paymentCycles

(rights) => rights.includes(RIGHT_PAYMENT_CYCLE_SEARCH)

/${ROUTE_PAYMENT_CYCLES}

Payers

admin.payers

(rights) => rights.includes(RIGHT_PAYERS)

/payer/payers

Individual Reports

openSearch.individualReports

None

/individualReports

Group Reports

openSearch.groupReports

None

/groupReports

Beneficiary Reports

openSearch.beneficiaryReports

None

/beneficiaryReports

Invoice Reports

openSearch.invoiceReports

None

/invoiceReports

Payment Reports

openSearch.paymentReports

None

/paymentReports

Grievance Reports

openSearch.grievanceReports

None

/grievanceReports

Data Updates Reports

openSearch.dataUpdatesReports

None

/dataUpdatesReports

Open Search Config

openSearch.openSearchConfig

None

/dashboardConfiguration

Invoices

legalAndFinance.invoices

(rights) => rights.filter((r) => r >= RIGHT_INVOICE_SEARCH && r <= RIGHT_INVOICE_AMEND).length > 0

/invoices

Bills

legalAndFinance.bills

(rights) => rights.filter((r) => r >= RIGHT_BILL_SEARCH && r <= RIGHT_BILL_AMEND).length > 0

/bills

Add Family or Group

insuree.addFamilyOrGroup

(rights) => rights.includes(RIGHT_FAMILY_ADD)

/${ROUTE_INSUREE_FAMILY}

Families or Groups

insuree.familiesOrGroups

(rights) => rights.includes(RIGHT_FAMILY)

/${ROUTE_INSUREE_FAMILIES}

Insurees

insuree.insurees

(rights) => rights.includes(RIGHT_INSUREE)

/${ROUTE_INSUREE_INSUREES}

Individuals

individual.individuals

(rights) => rights.includes(RIGHT_INDIVIDUAL_SEARCH)

/${ROUTE_INDIVIDUALS}

  • No labels