# RolePermissionLevel

**Kind:** Class

**Source:** `Frontend/src/app/models/security/role-permission.model.ts` (line 7)

**Part of:** [Frontend](subsystem-frontend-src-app)

## Properties

| Property | Type |
|---|---|
| `MyActivePurchaseJobs` | `boolean` |
| `MyActiveSalesJobs` | `boolean` |
| `MyActivities` | `boolean` |
| `MyArchivedPurchaseJobs` | `boolean` |
| `MyArchivedSalesJobs` | `boolean` |
| `MyBranchActivePurchaseJobs` | `boolean` |
| `MyBranchActiveSalesJobs` | `boolean` |
| `MyBranchActivities` | `boolean` |
| `MyBranchArchivedPurchaseJobs` | `boolean` |
| `MyBranchArchivedSalesJobs` | `boolean` |
| `MyBranchJobsCommissionInvoices` | `boolean` |
| `MyBranchJobsSalesInvoices` | `boolean` |
| `MyBranchTasks` | `boolean` |
| `MyJobsCommissionInvoices` | `boolean` |
| `MyJobsSalesInvoices` | `boolean` |
| `MyTasks` | `boolean` |
| `MyTeamActivePurchaseJobs` | `boolean` |
| `MyTeamActiveSalesJobs` | `boolean` |
| `MyTeamActivities` | `boolean` |
| `MyTeamArchivedPurchaseJobs` | `boolean` |
| `MyTeamArchivedSalesJobs` | `boolean` |
| `MyTeamJobsCommissionInvoices` | `boolean` |
| `MyTeamJobsSalesInvoices` | `boolean` |
| `MyTeamTasks` | `boolean` |
| `RoleName` | `string` |

## Used by

6 references from 6 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (6)

- `DashboardSettingsDetailsComponent` — `Frontend/src/app/components/configuration/dashboard-settings/dashboard-settings-details/dashboard-settings-details.component.ts`:1
- `ReportsSettingsDetailsComponent` — `Frontend/src/app/components/configuration/reports-settings/reports-settings-details/reports-settings-details.component.ts`:1
- `DashboardLibaryComponent` — `Frontend/src/app/components/dashboard/dashboard-libary/dashboard-libary.component.ts`:1
- `DashboardTabComponent` — `Frontend/src/app/components/dashboard/dashboard-libary/dashboard-tab/dashboard-tab.component.ts`:1
- `ReportsLibraryComponent` — `Frontend/src/app/components/reports/reports-library/reports-library.component.ts`:1
- `ReportsTabComponent` — `Frontend/src/app/components/reports/reports-library/reports-tab/reports-tab.component.ts`:1
