from __future__ import unicode_literals from frappe import _ def get_data(): return [ { "label": _("General"), "items": [ { "type": "help", "label": _("Navigating"), "youtube_id": "YDoI2DF4Lmc" }, { "type": "help", "label": _("Setup Wizard"), "youtube_id": "oIOf_zCFWKQ" }, { "type": "help", "label": _("Customizing Forms"), "youtube_id": "pJhL9mmxV_U" }, { "type": "help", "label": _("Report Builder"), "youtube_id": "y0o5iYZOioU" }, ] }, { "label": _("Setup"), "items": [ { "type": "help", "label": _("Data Import and Export"), "youtube_id": "6wiriRKPhmg" }, { "type": "help", "label": _("Opening Stock Balance"), "youtube_id": "0yPgrtfeCTs" }, { "type": "help", "label": _("Setting up Email Account"), "youtube_id": "YFYe0DrB95o" }, { "type": "help", "label": _("Printing and Branding"), "youtube_id": "cKZHcx1znMc" }, { "type": "help", "label": _("Users and Permissions"), "youtube_id": "fnBoRhBrwR4" }, { "type": "help", "label": _("Workflow"), "youtube_id": "yObJUg9FxFs" }, { "type": "help", "label": _("File Manager"), "youtube_id": "4-osLW3E_Rk" }, ] }, { "label": _("Accounts"), "items": [ { "type": "help", "label": _("Chart of Accounts"), "youtube_id": "DyR-DST-PyA" }, { "type": "help", "label": _("Setting up Taxes"), "youtube_id": "nQ1zZdPgdaQ" }, { "type": "help", "label": _("Opening Accounting Balance"), "youtube_id": "kdgM20Q-q68" }, { "type": "help", "label": _("Advance Payments"), "youtube_id": "J46-6qtyZ9U" }, ] }, { "label": _("CRM"), "items": [ { "type": "help", "label": _("Lead to Quotation"), "youtube_id": "TxYX4r4JAKA" }, { "type": "help", "label": _("Newsletters"), "youtube_id": "muLKsCrrDRo" }, ] }, { "label": _("Selling"), "items": [ { "type": "help", "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" }, { "type": "help", "label": _("Product Bundle"), "youtube_id": "yk3kPrRyRRc" }, { "type": "help", "label": _("Drop Ship"), "youtube_id": "hUc0hu_XLdo" }, ] }, { "label": _("Stock"), "items": [ { "type": "help", "label": _("Items and Pricing"), "youtube_id": "qXaEwld4_Ps" }, { "type": "help", "label": _("Item Variants"), "youtube_id": "OGBETlCzU5o" }, { "type": "help", "label": _("Opening Stock Balance"), "youtube_id": "0yPgrtfeCTs" }, { "type": "help", "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" }, { "type": "help", "label": _("Quality Inspection"), "youtube_id": "WmtcF3Y40Fs" }, ] }, { "label": _("Buying"), "items": [ { "type": "help", "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" }, ] }, { "label": _("Manufacturing"), "items": [ { "type": "help", "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" }, { "type": "help", "label": _("Processing Payroll"), "youtube_id": "apgE-f25Rm0" }, ] }, { "label": _("Projects"), "items": [ { "type": "help", "label": _("Managing Projects"), "youtube_id": "egxIGwtoKI4" }, ] }, { "label": _("Website"), "items": [ { "type": "help", "label": _("Publish Items on Website"), "youtube_id": "W31LBBNzbgc" }, { "type": "help", "label": _("Shopping Cart"), "youtube_id": "xkrYO-KFukM" }, ] }, ]