controllers.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "MyTeams": {
  3. "text": "My Teams",
  4. "slug": "my-teams",
  5. "model": "Team",
  6. "icon": "fa fa-user",
  7. "list": {
  8. "id": "ID",
  9. "team_number": "Team #",
  10. "hcp_pro_id": "HCP",
  11. "ally_pro_id": "Ally",
  12. "client_count": "Client Count"
  13. },
  14. "show": {
  15. "id": "ID",
  16. "uid": "UID",
  17. "created_at": "Created",
  18. "deactivated_at":"Deactivated",
  19. "deactivation_memo": "Deactivation Memo",
  20. "is_active":"Active?",
  21. "reactivated_at":"Reactivated",
  22. "reactivation_memo": "Reactivation Memo",
  23. "team_number": "Team #",
  24. "hcp_pro_id": "HCP",
  25. "ally_pro_id": "Ally",
  26. "client_count": "Client Count",
  27. "type": "Type"
  28. },
  29. "editFields": {
  30. },
  31. "indirect": {
  32. "hcp_pro_id": "hcpName()",
  33. "ally_pro_id": "allyName()"
  34. }
  35. },
  36. "MyClients": {
  37. "text": "My Clients",
  38. "slug": "my-clients",
  39. "model": "Client",
  40. "icon": "fa fa-user"
  41. },
  42. "Notes": {
  43. "text": "Notes",
  44. "slug": "notes",
  45. "model": "Note",
  46. "icon": "fa fa-user"
  47. },
  48. "ERX": { "todo": true },
  49. "ActionItems": { "todo": true },
  50. "CareMonths": { "todo": true },
  51. "Bills": { "todo": true },
  52. "Transactions": { "todo": true },
  53. "MedProfileLines": { "todo": true },
  54. "MedProfileLineUpdates": { "todo": true },
  55. "ProAccess": { "todo": true },
  56. "McpUpdates": { "todo": true },
  57. "AllyUpdates": { "todo": true },
  58. "AuditLog": { "todo": true },
  59. "MyPaymentSchedule": { "todo": true }
  60. }