Merge pull request #16449 from scmmishra/remove-foundation

feat: Deprecated In App Help
This commit is contained in:
Nabin Hait
2019-01-29 11:20:23 +05:30
committed by GitHub
7 changed files with 192 additions and 191 deletions

View File

@@ -34,7 +34,7 @@ def get_slide_settings():
help_links=[
{
"label": _("Chart of Accounts"),
"url": ["https://erpnext.org/docs/user/manual/en/accounts/chart-of-accounts"]
"url": ["https://erpnext.com/docs/user/manual/en/accounts/chart-of-accounts"]
},
{
"label": _("Opening Balances"),
@@ -57,7 +57,7 @@ def get_slide_settings():
help_links=[
{
"label": _('Learn More'),
"url": ["https://erpnext.org/docs/user/manual/en/setting-up/setting-company-sales-goal"]
"url": ["https://erpnext.com/docs/user/manual/en/setting-up/setting-company-sales-goal"]
}
]
),
@@ -81,7 +81,7 @@ def get_slide_settings():
help_links=[
{
"label": _('Learn More'),
"url": ["https://erpnext.org/docs/user/manual/en/CRM/customer.html"]
"url": ["https://erpnext.com/docs/user/manual/en/CRM/customer.html"]
}
]
),
@@ -124,7 +124,7 @@ def get_slide_settings():
help_links=[
{
"label": _('Learn More'),
"url": ["https://erpnext.org/docs/user/manual/en/buying/supplier"]
"url": ["https://erpnext.com/docs/user/manual/en/buying/supplier"]
},
{
"label": _('Customers and Suppliers'),
@@ -262,7 +262,7 @@ def get_slide_settings():
help_links=[
{
"label": _('Learn More'),
"url": ["https://erpnext.org/docs/user/manual/en/setting-up/users-and-permissions"]
"url": ["https://erpnext.com/docs/user/manual/en/setting-up/users-and-permissions"]
},
{
"label": _('Users and Permissions'),