Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. db.getCollection('feature').find({})
  2.  
  3. /* 1 */
  4. {
  5. "_id" : ObjectId("5b7c7593eadfb90018aa1bbd"),
  6. "name" : "Detalle de saldos",
  7. "enabled" : true,
  8. "route" : "/apps/emt/#!/mis_productos",
  9. "routerLink" : "/apps/emt/#!/mis_productos",
  10. "icon" : "/apps/web-portal/assets/icons/ico-detalle-saldos.svg",
  11. "category" : "-"
  12. }
  13.  
  14. /* 2 */
  15. {
  16. "_id" : ObjectId("5b7c7593eadfb90018aa1bbf"),
  17. "name" : "Saldo Consolidado",
  18. "enabled" : false,
  19. "route" : "/apps/omt/#!/seleccionCuentas",
  20. "routerLink" : "/dashboard",
  21. "icon" : "/apps/web-portal/assets/icons/icon-home-saldo-02.svg",
  22. "category" : "-"
  23. }
  24.  
  25. /* 3 */
  26. {
  27. "_id" : ObjectId("5b7c7593eadfb90018aa1bbc"),
  28. "route" : "/apps/emt/#!/transferencias",
  29. "name" : "Transferencias múltiples",
  30. "enabled" : false,
  31. "routerLink" : "/apps/emt/#!/transferencias",
  32. "icon" : "/apps/web-portal/assets/icons/ico-transferencias.svg",
  33. "category" : "-"
  34. }
  35.  
  36. /* 4 */
  37. {
  38. "_id" : ObjectId("5b7c7593eadfb90018aa1bc1"),
  39. "name" : "Autorizar Nómina",
  40. "enabled" : true,
  41. "route" : "/apps/omt/#!/autorizar-buscar",
  42. "routerLink" : "/dashboard",
  43. "icon" : "/apps/web-portal/assets/icons/icon-home-autorizar-02.svg",
  44. "category" : "-"
  45. }
  46.  
  47. /* 5 */
  48. {
  49. "_id" : ObjectId("5b7c7593eadfb90018aa1bc0"),
  50. "name" : "Consulta Nómina",
  51. "enabled" : true,
  52. "route" : "/apps/appempresas/nominas-consultar",
  53. "routerLink" : "/dashboard",
  54. "icon" : "/apps/web-portal/assets/icons/icon-home-consultar-02.svg",
  55. "category" : "-"
  56. }
  57.  
  58. /* 6 */
  59. {
  60. "_id" : ObjectId("5b7c7593eadfb90018aa1bbe"),
  61. "route" : "/apps/emt/#!/mis_productos",
  62. "name" : "Creación destinatarios",
  63. "enabled" : false,
  64. "routerLink" : "/dashboard",
  65. "icon" : "/apps/web-portal/assets/icons/ico-crear-destinatarios.svg",
  66. "category" : "-"
  67. }
  68.  
  69. /* 7 */
  70. {
  71. "_id" : ObjectId("5b6c8a2ab3ad17d7d9d1ce84"),
  72. "route" : "/apps/appempresas/preparacion-tef",
  73. "name" : "Preparar TEF",
  74. "enabled" : true,
  75. "routerLink" : "/dashboard",
  76. "icon" : "/apps/web-portal/assets/icons/ico-crear-destinatarios.svg",
  77. "category" : "-"
  78. }
  79.  
  80. /* 8 */
  81. {
  82. "_id" : ObjectId("5b16f9277afcee28f16dd39b"),
  83. "name" : "Consulta TEF",
  84. "enabled" : true,
  85. "route" : "/apps/appempresas/tef-consulta",
  86. "routerLink" : "/dashboard",
  87. "icon" : "/apps/web-portal/assets/icons/icon-home-consultar-02.svg",
  88. "category" : "-"
  89. }
  90.  
  91. /* 9 */
  92. {
  93. "_id" : ObjectId("5bf312a44ff75d0b480e6d51"),
  94. "name" : "Autorizar Transferencia",
  95. "enabled" : false,
  96. "route" : "/apps/appempresas/tef-autorizacion/tef-autorizacion-filtro",
  97. "routerLink" : "/dashboard",
  98. "icon" : "/apps/web-portal/assets/icons/icon-home-autorizar-02.svg",
  99. "category" : "-"
  100. }
  101.  
  102. /* 10 */
  103. {
  104. "_id" : ObjectId("5cbe2eb78eb309c3ba8ac70e"),
  105. "name" : "Autorizar Previred",
  106. "enabled" : true,
  107. "route" : "/apps/appempresas/previred-autorizar/previred-autorizar-filtro",
  108. "routerLink" : "/dashboard",
  109. "icon" : "/apps/web-portal/assets/icons/icon-home-autorizar-02.svg",
  110. "category" : "-"
  111. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement