feat(explore_page): rearrange links
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user