controllers.json 849 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "MyTeams": {
  3. "text": "My Teams",
  4. "slug": "my-teams",
  5. "model": "Team",
  6. "icon": "fa fa-user"
  7. },
  8. "MyClients": {
  9. "text": "My Clients",
  10. "slug": "my-clients",
  11. "model": "Client",
  12. "icon": "fa fa-user"
  13. },
  14. "Notes": {
  15. "text": "Notes",
  16. "slug": "notes",
  17. "model": "Note",
  18. "icon": "fa fa-user"
  19. },
  20. "ERX": { "todo": true },
  21. "ActionItems": { "todo": true },
  22. "CareMonths": { "todo": true },
  23. "Bills": { "todo": true },
  24. "Transactions": { "todo": true },
  25. "MedProfileLines": { "todo": true },
  26. "MedProfileLineUpdates": { "todo": true },
  27. "ProAccess": { "todo": true },
  28. "McpUpdates": { "todo": true },
  29. "AllyUpdates": { "todo": true },
  30. "AuditLog": { "todo": true },
  31. "MyPaymentSchedule": { "todo": true }
  32. }