feat(explore_page): rearrange links

This commit is contained in:
Prateeksha Singh
2019-01-24 07:15:53 +05:30
parent da1dc7fa52
commit 7cd6ebeb6d
6 changed files with 404 additions and 423 deletions

View File

@@ -497,6 +497,7 @@ def get_data():
]
}
]
gst = {
"label": _("Goods and Services Tax (GST India)"),
"items": [
@@ -540,6 +541,8 @@ def get_data():
},
]
}
retail = {
"label": _("Retail Operations"),
"items": [
@@ -579,10 +582,16 @@ def get_data():
}
]
}
subscriptions = {
"label": _("Subscription Management"),
"icon": "fa fa-microchip ",
"items": [
{
"type": "doctype",
"name": "Subscriber",
},
{
"type": "doctype",
"name": "Subscription Plan",
@@ -597,6 +606,8 @@ def get_data():
}
]
}
countries = frappe.get_all("Company", fields="country")
countries = [country["country"] for country in countries]
if "India" in countries: