[fix] docs links
This commit is contained in:
parent
c525449c13
commit
3d93ddc606
@ -1,5 +1,4 @@
|
|||||||
# CRM
|
# CRM
|
||||||
# CRM
|
|
||||||
|
|
||||||
ERPNext helps you track business **Opportunities** from **Leads** and
|
ERPNext helps you track business **Opportunities** from **Leads** and
|
||||||
**Customers**, send them **Quotations** and make confirmed **Sales Orders**.
|
**Customers**, send them **Quotations** and make confirmed **Sales Orders**.
|
||||||
|
@ -16,8 +16,25 @@ $(document).bind('toolbar_setup', function() {
|
|||||||
|
|
||||||
$('[data-link="docs"]').attr("href", "https://manual.erpnext.com")
|
$('[data-link="docs"]').attr("href", "https://manual.erpnext.com")
|
||||||
$('[data-link="issues"]').attr("href", "https://github.com/frappe/erpnext/issues")
|
$('[data-link="issues"]').attr("href", "https://github.com/frappe/erpnext/issues")
|
||||||
|
|
||||||
|
|
||||||
|
// default documentation goes to erpnext
|
||||||
|
$('[data-link-type="documentation"]').attr('data-path', 'user/manual/index');
|
||||||
|
|
||||||
|
// additional help links for erpnext
|
||||||
|
var $help_menu = $('.dropdown-help ul .documentation-links');
|
||||||
|
|
||||||
|
$('<li><a data-link-type="forum" href="https://discuss.erpnext.com" \
|
||||||
|
target="_blank">'+__('User Forum')+'</a></li>').insertBefore($help_menu);
|
||||||
|
$('<li><a href="https://gitter.im/frappe/erpnext" \
|
||||||
|
target="_blank">'+__('Chat')+'</a></li>').insertBefore($help_menu);
|
||||||
|
$('<li><a href="https://github.com/frappe/erpnext/issues" \
|
||||||
|
target="_blank">'+__('Report an Issue')+'</a></li>').insertBefore($help_menu);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// doctypes created via tree
|
// doctypes created via tree
|
||||||
$.extend(frappe.create_routes, {
|
$.extend(frappe.create_routes, {
|
||||||
"Customer Group": "Tree/Customer Group",
|
"Customer Group": "Tree/Customer Group",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user