12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "MyTeams": {
- "text": "My Teams",
- "slug": "my-teams",
- "model": "Team",
- "icon": "fa fa-user",
- "list": {
- "id": "ID",
- "team_number": "Team #",
- "hcp_pro_id": "HCP",
- "ally_pro_id": "Ally",
- "client_count": "Client Count"
- },
- "show": {
- "id": "ID",
- "uid": "UID",
- "created_at": "Created",
- "deactivated_at":"Deactivated",
- "deactivation_memo": "Deactivation Memo",
- "is_active":"Active?",
- "reactivated_at":"Reactivated",
- "reactivation_memo": "Reactivation Memo",
- "team_number": "Team #",
- "hcp_pro_id": "HCP",
- "ally_pro_id": "Ally",
- "client_count": "Client Count",
- "type": "Type"
- },
- "editFields": {
- },
- "indirect": {
- "hcp_pro_id": "hcpName()",
- "ally_pro_id": "allyName()"
- }
- },
- "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 }
- }
|