1234567891011121314151617181920212223242526272829303132 |
- {
- "MyTeams": {
- "text": "My Teams",
- "slug": "my-teams",
- "model": "Team",
- "icon": "fa fa-user"
- },
- "MyClients": {
- "text": "My Clients",
- "slug": "my-clients",
- "model": "Client",
- "icon": "fa fa-user"
- },
- "Notes": {
- "text": "Notes",
- "slug": "notes",
- "model": "Note",
- "icon": "fa fa-user"
- },
- "ERX": { "todo": true },
- "ActionItems": { "todo": true },
- "CareMonths": { "todo": true },
- "Bills": { "todo": true },
- "Transactions": { "todo": true },
- "MedProfileLines": { "todo": true },
- "MedProfileLineUpdates": { "todo": true },
- "ProAccess": { "todo": true },
- "McpUpdates": { "todo": true },
- "AllyUpdates": { "todo": true },
- "AuditLog": { "todo": true },
- "MyPaymentSchedule": { "todo": true }
- }
|