diff --git a/erpnext/config/buying.py b/erpnext/config/buying.py index 772987202b..79de83506b 100644 --- a/erpnext/config/buying.py +++ b/erpnext/config/buying.py @@ -164,6 +164,21 @@ def get_data(): "label": _("Customer and Supplier"), "youtube_id": "anoGi_RpQ20" }, + { + "type": "help", + "label": _("Material Request to Purchase Order"), + "youtube_id": "4TN9kPyfIqM" + }, + { + "type": "help", + "label": _("Purchase Order to Payment"), + "youtube_id": "EK65tLdVUDk" + }, + { + "type": "help", + "label": _("Managing Subcontracting"), + "youtube_id": "ThiMCC2DtKo" + }, ] }, ] diff --git a/erpnext/config/crm.py b/erpnext/config/crm.py index 7b015c75f2..b92bf225ed 100644 --- a/erpnext/config/crm.py +++ b/erpnext/config/crm.py @@ -146,6 +146,11 @@ def get_data(): "label": _("Lead to Quotation"), "youtube_id": "TxYX4r4JAKA" }, + { + "type": "help", + "label": _("Newsletters"), + "youtube_id": "muLKsCrrDRo" + }, ] }, ] diff --git a/erpnext/config/hr.py b/erpnext/config/hr.py index 72fe8dd90d..3942766777 100644 --- a/erpnext/config/hr.py +++ b/erpnext/config/hr.py @@ -196,4 +196,30 @@ def get_data(): }, ] }, + { + "label": _("Help"), + "icon": "icon-facetime-video", + "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" + }, + { + "type": "help", + "label": _("Processing Payroll"), + "youtube_id": "apgE-f25Rm0" + }, + ] + } ] diff --git a/erpnext/config/learn.py b/erpnext/config/learn.py index e0f1c06ddd..6557f52114 100644 --- a/erpnext/config/learn.py +++ b/erpnext/config/learn.py @@ -122,6 +122,11 @@ def get_data(): "label": _("Items and Pricing"), "youtube_id": "qXaEwld4_Ps" }, + { + "type": "help", + "label": _("Item Variants"), + "youtube_id": "OGBETlCzU5o" + }, { "type": "help", "label": _("Opening Stock Balance"), diff --git a/erpnext/config/manufacturing.py b/erpnext/config/manufacturing.py index 5b51b0f967..1db7945c6d 100644 --- a/erpnext/config/manufacturing.py +++ b/erpnext/config/manufacturing.py @@ -120,6 +120,16 @@ 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" + }, ] } ] diff --git a/erpnext/config/projects.py b/erpnext/config/projects.py index 07149e38b6..78a78ac051 100644 --- a/erpnext/config/projects.py +++ b/erpnext/config/projects.py @@ -70,4 +70,15 @@ def get_data(): }, ] }, + { + "label": _("Help"), + "icon": "icon-facetime-video", + "items": [ + { + "type": "help", + "label": _("Managing Projects"), + "youtube_id": "egxIGwtoKI4" + }, + ] + }, ] diff --git a/erpnext/config/selling.py b/erpnext/config/selling.py index 62dfe2326d..ba1210e5ca 100644 --- a/erpnext/config/selling.py +++ b/erpnext/config/selling.py @@ -294,6 +294,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" + }, ] }, ] diff --git a/erpnext/config/stock.py b/erpnext/config/stock.py index f5ecba0458..dab009df3b 100644 --- a/erpnext/config/stock.py +++ b/erpnext/config/stock.py @@ -263,6 +263,11 @@ def get_data(): "label": _("Items and Pricing"), "youtube_id": "qXaEwld4_Ps" }, + { + "type": "help", + "label": _("Item Variants"), + "youtube_id": "OGBETlCzU5o" + }, { "type": "help", "label": _("Opening Stock Balance"), @@ -270,8 +275,23 @@ def get_data(): }, { "type": "help", - "label": _("Item Variants"), - "youtube_id": "OGBETlCzU5o" + "label": _("Making Stock Entries"), + "youtube_id": "Njt107hlY3I" + }, + { + "type": "help", + "label": _("Serialized Inventory"), + "youtube_id": "gvOVlEwFDAk" + }, + { + "type": "help", + "label": _("Batch Inventory"), + "youtube_id": "J0QKl7ABPKM" + }, + { + "type": "help", + "label": _("Managing Subcontracting"), + "youtube_id": "ThiMCC2DtKo" }, ] }