From 5e849ae53e57654609fd9e2b780dd9b52297208b Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 13 Jul 2015 16:56:37 +0530 Subject: [PATCH] [help] added new links to Learn --- erpnext/change_log/current/learn.md | 1 + erpnext/config/learn.py | 72 +++++++++++++++++++++++++---- erpnext/public/js/conf.js | 4 ++ 3 files changed, 69 insertions(+), 8 deletions(-) create mode 100644 erpnext/change_log/current/learn.md diff --git a/erpnext/change_log/current/learn.md b/erpnext/change_log/current/learn.md new file mode 100644 index 00000000000..f91c0a4b750 --- /dev/null +++ b/erpnext/change_log/current/learn.md @@ -0,0 +1 @@ +- New help videos for Selling, Buying, Human Resource, Manufacturing and Buying diff --git a/erpnext/config/learn.py b/erpnext/config/learn.py index ffcd76ef48b..0b5f2d59a2f 100644 --- a/erpnext/config/learn.py +++ b/erpnext/config/learn.py @@ -15,8 +15,12 @@ def get_data(): "type": "help", "label": _("Setup Wizard"), "youtube_id": "oIOf_zCFWKQ" - } - + }, + { + "type": "help", + "label": _("Customizing Forms"), + "youtube_id": "pJhL9mmxV_U" + }, ] }, @@ -93,6 +97,16 @@ def get_data(): "label": _("Customer and Supplier"), "youtube_id": "anoGi_RpQ20" }, + { + "type": "help", + "label": _("Sales Order to Payment"), + "youtube_id": "7AMq4lqkN4A" + }, + { + "type": "help", + "label": _("Point-of-Sale"), + "youtube_id": "4WkelWkbP_c" + } ] }, { @@ -108,11 +122,6 @@ def get_data(): "label": _("Opening Stock Balance"), "youtube_id": "0yPgrtfeCTs" }, - { - "type": "help", - "label": _("Item Variants"), - "youtube_id": "OGBETlCzU5o" - }, ] }, { @@ -123,6 +132,12 @@ def get_data(): "label": _("Customer and Supplier"), "youtube_id": "anoGi_RpQ20" }, + { + "type": "help", + "label": _("Material Request to Purchase Order"), + "youtube_id": "4TN9kPyfIqM" + }, + ] }, { @@ -133,6 +148,47 @@ def get_data(): "label": _("Bill of Materials"), "youtube_id": "hDV0c1OeWLo" }, + { + "type": "help", + "label": _("Production Planning Tool"), + "youtube_id": "CzatSl4zJ2Y" + }, + { + "type": "help", + "label": _("Production Order"), + "youtube_id": "ZotgLyp2YFY" + }, + ] - } + }, + { + "label": _("Human Resource"), + "items": [ + { + "type": "help", + "label": _("Setting up Employees"), + "youtube_id": "USfIUdZlUhw" + }, + { + "type": "help", + "label": _("Leave Management"), + "youtube_id": "fc0p_AXebc8" + }, + { + "type": "help", + "label": _("Expense Claims"), + "youtube_id": "5SZHJF--ZFY" + }, + ] + }, + { + "label": _("Projects"), + "items": [ + { + "type": "help", + "label": _("Managing Projects"), + "youtube_id": "egxIGwtoKI4" + }, + ] + }, ] diff --git a/erpnext/public/js/conf.js b/erpnext/public/js/conf.js index d198ead92be..626401929a0 100644 --- a/erpnext/public/js/conf.js +++ b/erpnext/public/js/conf.js @@ -7,6 +7,10 @@ frappe.provide('erpnext'); $(document).bind('toolbar_setup', function() { frappe.app.name = "ERPNext"; + frappe.help_feedback_link = '

Feedback

' + + $('.navbar-home').html('ERPNext'); $('[data-link="docs"]').attr("href", "https://manual.erpnext.com")