Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 

145 рядки
3.0 KiB

  1. from webnotes import _
  2. data = [
  3. {
  4. "label": _("Users and Permissions"),
  5. "icon": "icon-group",
  6. "items": [
  7. {
  8. "type": "doctype",
  9. "name": "Profile",
  10. "description": _("System and Website Users")
  11. },
  12. {
  13. "type": "doctype",
  14. "name": "Role",
  15. "description": _("User Roles")
  16. },
  17. {
  18. "type": "page",
  19. "name": "permission-manager",
  20. "label": "Permission Manager",
  21. "icon": "icon-lock",
  22. "description": _("Set Permissions on Document Types and Roles")
  23. },
  24. {
  25. "type": "page",
  26. "name": "user-properties",
  27. "label": "User Properties",
  28. "icon": "icon-user",
  29. "description": _("Set Defaults and Restrictions for Users")
  30. }
  31. ]
  32. },
  33. {
  34. "label": _("Tools"),
  35. "icon": "icon-wrench",
  36. "items": [
  37. {
  38. "type": "page",
  39. "name": "data-import-tool",
  40. "label": _("Import / Export Data"),
  41. "icon": "icon-upload",
  42. "description": _("Import / Export Data from .csv files.")
  43. },
  44. {
  45. "type": "page",
  46. "name": "modules_setup",
  47. "label": _("Show / Hide Modules"),
  48. "icon": "icon-upload",
  49. "description": _("Show or hide modules globally.")
  50. },
  51. {
  52. "type": "doctype",
  53. "name": "Naming Series",
  54. "description": _("Set numbering series for transactions.")
  55. },
  56. {
  57. "type": "doctype",
  58. "name": "Rename Tool",
  59. "description": _("Rename many items by uploading a .csv file.")
  60. },
  61. {
  62. "type": "doctype",
  63. "name": "File Data",
  64. "description": _("Manage uploaded files.")
  65. }
  66. ]
  67. },
  68. {
  69. "label": _("Workflow"),
  70. "icon": "icon-random",
  71. "items": [
  72. {
  73. "type": "doctype",
  74. "name": "Workflow",
  75. "description": _("Define workflows for forms.")
  76. },
  77. {
  78. "type": "doctype",
  79. "name": "Workflow State",
  80. "description": _("States for workflow (e.g. Draft, Approved, Cancelled).")
  81. },
  82. {
  83. "type": "doctype",
  84. "name": "Workflow Action",
  85. "description": _("Actions for workflow (e.g. Approve, Cancel).")
  86. },
  87. ]
  88. },
  89. {
  90. "label": _("Email"),
  91. "icon": "icon-envelope",
  92. "items": [
  93. {
  94. "type": "doctype",
  95. "name": "Email Settings",
  96. "description": _("Set outgoing mail server.")
  97. },
  98. ]
  99. },
  100. {
  101. "label": _("Customize"),
  102. "icon": "icon-glass",
  103. "items": [
  104. {
  105. "type": "doctype",
  106. "name": "Customize Form",
  107. "description": _("Change field properties (hide, readonly, permission etc.)")
  108. },
  109. {
  110. "type": "doctype",
  111. "name": "Custom Field",
  112. "description": _("Add fields to forms.")
  113. },
  114. {
  115. "type": "doctype",
  116. "name": "Custom Script",
  117. "description": _("Add custom javascript to forms.")
  118. }
  119. ]
  120. },
  121. {
  122. "label": _("System"),
  123. "icon": "icon-cog",
  124. "items": [
  125. {
  126. "type": "page",
  127. "name": "applications",
  128. "label": _("Application Installer"),
  129. "description": _("Install Applications."),
  130. "icon": "icon-download"
  131. },
  132. {
  133. "type": "doctype",
  134. "name": "Backup Manager",
  135. "description": _("Manage cloud backups on Dropbox")
  136. },
  137. {
  138. "type": "doctype",
  139. "name": "Scheduler Log",
  140. "description": _("Log of error on automated events (scheduler).")
  141. },
  142. ]
  143. }
  144. ]