feat: added tools page
This commit is contained in:
parent
138a0f880c
commit
1830a00a7f
1 changed files with 65 additions and 0 deletions
65
frappe/automation/desk_page/tools/tools.json
Normal file
65
frappe/automation/desk_page/tools/tools.json
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
{
|
||||
"cards": [
|
||||
{
|
||||
"icon": "octicon octicon-briefcase",
|
||||
"links": "[\n {\n \"description\": \"Documents assigned to you and by you.\",\n \"label\": \"To Do\",\n \"name\": \"ToDo\",\n \"onboard\": 1,\n \"type\": \"doctype\"\n },\n {\n \"description\": \"Event and other calendars.\",\n \"label\": \"Calendar\",\n \"link\": \"List/Event/Calendar\",\n \"name\": \"Event\",\n \"onboard\": 1,\n \"type\": \"doctype\"\n },\n {\n \"description\": \"Private and public Notes.\",\n \"label\": \"Note\",\n \"name\": \"Note\",\n \"onboard\": 1,\n \"type\": \"doctype\"\n },\n {\n \"label\": \"Files\",\n \"name\": \"File\",\n \"type\": \"doctype\"\n },\n {\n \"description\": \"Activity log of all users.\",\n \"label\": \"Activity\",\n \"name\": \"activity\",\n \"type\": \"page\"\n }\n]",
|
||||
"title": "Tools"
|
||||
},
|
||||
{
|
||||
"links": "[\n {\n \"description\": \"Newsletters to contacts, leads.\",\n \"label\": \"Newsletter\",\n \"name\": \"Newsletter\",\n \"onboard\": 1,\n \"type\": \"doctype\"\n },\n {\n \"description\": \"Email Group List\",\n \"label\": \"Email Group\",\n \"name\": \"Email Group\",\n \"type\": \"doctype\"\n }\n]",
|
||||
"title": "Email"
|
||||
},
|
||||
{
|
||||
"icon": "fa fa-cog",
|
||||
"links": "[\n\t{\n\t\t\"type\": \"doctype\",\n\t\t\"name\": \"Assignment Rule\",\n\t\t\"description\": \"Set up rules for user assignments.\",\n\t\t\"label\": \"Assignment Rule\"\n\t},\n\t{\n\t\t\"type\": \"doctype\",\n\t\t\"name\": \"Milestone\",\n\t\t\"description\": \"Tracks milestones on the lifecycle of a document if it undergoes multiple stages.\",\n\t\t\"label\": \"Milestone\"\n\t},\n\t{\n\t\t\"type\": \"doctype\",\n\t\t\"name\": \"Auto Repeat\",\n\t\t\"description\": \"Automatically generates recurring documents.\",\n\t\t\"label\": \"Auto Repeat\"\n\t}\n]",
|
||||
"title": "Automation"
|
||||
},
|
||||
{
|
||||
"links": "[\n\t{\n\t\t\"type\": \"doctype\",\n\t\t\"name\": \"Event Producer\",\n\t\t\"description\": \"The site you want to subscribe to for consuming events.\",\n\t\t\"label\": \"Event Producer\"\n\t},\n\t{\n\t\t\"type\": \"doctype\",\n\t\t\"name\": \"Event Consumer\",\n\t\t\"description\": \"The site which is consuming your events.\",\n\t\t\"label\": \"Event Consumer\"\n\t},\n\t{\n\t\t\"type\": \"doctype\",\n\t\t\"name\": \"Event Update Log\",\n\t\t\"description\": \"Maintains a Log of all inserts, updates and deletions on Event Producer site for documents that have consumers.\",\n\t\t\"label\": \"Event Update Log\"\n\t},\n\t{\n\t\t\"type\": \"doctype\",\n\t\t\"name\": \"Event Sync Log\",\n\t\t\"description\": \"Maintains a log of every event consumed along with the status of the sync and a Resync button in case sync fails.\",\n\t\t\"label\": \"Event Sync Log\"\n\t},\n\t{\n\t\t\"type\": \"doctype\",\n\t\t\"name\": \"Document Type Mapping\",\n\t\t\"description\": \"The mapping configuration between two doctypes.\",\n\t\t\"label\": \"Document Type Mapping\"\n\t}\n]",
|
||||
"title": "Event Streaming"
|
||||
}
|
||||
],
|
||||
"category": "Administration",
|
||||
"charts": [],
|
||||
"creation": "2020-03-02 14:53:24.980279",
|
||||
"developer_mode_only": 0,
|
||||
"disable_user_customization": 0,
|
||||
"docstatus": 0,
|
||||
"doctype": "Desk Page",
|
||||
"idx": 0,
|
||||
"label": "Tools",
|
||||
"modified": "2020-03-02 15:22:52.666707",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Automation",
|
||||
"name": "Tools",
|
||||
"owner": "Administrator",
|
||||
"pin_to_bottom": 0,
|
||||
"pin_to_top": 0,
|
||||
"shortcuts": [
|
||||
{
|
||||
"is_query_report": 0,
|
||||
"link_to": "ToDo",
|
||||
"type": "DocType"
|
||||
},
|
||||
{
|
||||
"is_query_report": 0,
|
||||
"link_to": "Note",
|
||||
"type": "DocType"
|
||||
},
|
||||
{
|
||||
"is_query_report": 0,
|
||||
"link_to": "File",
|
||||
"type": "DocType"
|
||||
},
|
||||
{
|
||||
"is_query_report": 0,
|
||||
"link_to": "Assignment Rule",
|
||||
"type": "DocType"
|
||||
},
|
||||
{
|
||||
"is_query_report": 0,
|
||||
"link_to": "Auto Repeat",
|
||||
"type": "DocType"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue