Merge pull request #16449 from scmmishra/remove-foundation
feat: Deprecated In App Help
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user