2018-03-01 05:29:21 +00:00
|
|
|
from __future__ import unicode_literals
|
|
|
|
from frappe import _
|
|
|
|
|
|
|
|
def get_data():
|
|
|
|
return [
|
|
|
|
{
|
|
|
|
"label": _("Payments"),
|
|
|
|
"icon": "fa fa-star",
|
|
|
|
"items": [
|
|
|
|
{
|
|
|
|
"type": "doctype",
|
|
|
|
"name": "GoCardless Settings",
|
|
|
|
"description": _("GoCardless payment gateway settings"),
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "doctype",
|
|
|
|
"name": "GoCardless Mandate",
|
|
|
|
"description": _("GoCardless SEPA Mandate"),
|
|
|
|
}
|
|
|
|
]
|
2018-04-03 05:47:03 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": _("Settings"),
|
|
|
|
"items": [
|
|
|
|
{
|
|
|
|
"type": "doctype",
|
|
|
|
"name": "Woocommerce Settings"
|
2018-05-16 06:03:47 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "doctype",
|
|
|
|
"name": "Shopify Settings",
|
|
|
|
"description": _("Connect Shopify with ERPNext"),
|
2018-09-05 11:46:57 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "doctype",
|
|
|
|
"name": "Amazon MWS Settings",
|
|
|
|
"description": _("Connect Amazon with ERPNext"),
|
2018-04-03 05:47:03 +00:00
|
|
|
}
|
|
|
|
]
|
2018-03-01 05:29:21 +00:00
|
|
|
}
|
|
|
|
]
|