Fixes to Module Views
This commit is contained in:
parent
f5794f1c07
commit
6b12b07b33
@ -7,22 +7,22 @@ data = [
|
|||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Task",,
|
"name": "Task",
|
||||||
"description": _("Project activity / task."),
|
"description": _("Project activity / task."),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Project",,
|
"name": "Project",
|
||||||
"description": _("Project master."),
|
"description": _("Project master."),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Time Log",,
|
"name": "Time Log",
|
||||||
"description": _("Time Log for tasks."),
|
"description": _("Time Log for tasks."),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Time Log Batch",,
|
"name": "Time Log Batch",
|
||||||
"description": _("Batch Time Logs for billing."),
|
"description": _("Batch Time Logs for billing."),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -39,7 +39,7 @@ data = [
|
|||||||
{
|
{
|
||||||
"type": "report",
|
"type": "report",
|
||||||
"route": "Gantt/Task",
|
"route": "Gantt/Task",
|
||||||
"doctype": "Task"
|
"doctype": "Task",
|
||||||
"name": "Gantt Chart",
|
"name": "Gantt Chart",
|
||||||
"description": _("Gantt chart of all tasks.")
|
"description": _("Gantt chart of all tasks.")
|
||||||
},
|
},
|
||||||
|
@ -35,7 +35,8 @@ data = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Support Email Settings",
|
"name": "Email Settings",
|
||||||
|
"label": _("Support Email Settings"),
|
||||||
"description": _("Setup incoming server for support email id. (e.g. support@example.com)")
|
"description": _("Setup incoming server for support email id. (e.g. support@example.com)")
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -97,6 +98,7 @@ def get_data():
|
|||||||
("selling", _("Selling"), "icon-tag"),
|
("selling", _("Selling"), "icon-tag"),
|
||||||
("buying", _("Buying"), "icon-shopping-cart"),
|
("buying", _("Buying"), "icon-shopping-cart"),
|
||||||
("hr", _("Human Resources"), "icon-group"),
|
("hr", _("Human Resources"), "icon-group"),
|
||||||
|
("support", _("Support"), "icon-phone"),
|
||||||
("website", _("Website"), "icon-globe")):
|
("website", _("Website"), "icon-globe")):
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
@ -48,7 +48,8 @@ data = [
|
|||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Support Email Settings",
|
"name": "Email Settings",
|
||||||
|
"label": _("Support Email Settings"),
|
||||||
"description": _("Setup incoming server for support email id. (e.g. support@example.com)")
|
"description": _("Setup incoming server for support email id. (e.g. support@example.com)")
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user