2015-05-25 18:30:53 +05:30
|
|
|
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"
|
2015-07-13 16:56:37 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Customizing Forms"),
|
|
|
|
"youtube_id": "pJhL9mmxV_U"
|
|
|
|
},
|
2015-12-21 18:56:20 +05:30
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Report Builder"),
|
2017-12-16 10:50:29 +05:30
|
|
|
"youtube_id": "TxJGUNarcQs"
|
2015-12-21 18:56:20 +05:30
|
|
|
},
|
2015-05-25 18:30:53 +05:30
|
|
|
]
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
2019-02-11 15:14:50 +05:30
|
|
|
"label": _("Settings"),
|
2015-05-25 18:30:53 +05:30
|
|
|
"items": [
|
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Data Import and Export"),
|
|
|
|
"youtube_id": "6wiriRKPhmg"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Opening Stock Balance"),
|
2017-12-16 10:50:29 +05:30
|
|
|
"youtube_id": "nlHX0ZZ84Lw"
|
2015-05-25 18:30:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "help",
|
2017-02-08 11:20:04 +05:30
|
|
|
"label": _("Setting up Email Account"),
|
2015-05-25 18:30:53 +05:30
|
|
|
"youtube_id": "YFYe0DrB95o"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Printing and Branding"),
|
|
|
|
"youtube_id": "cKZHcx1znMc"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Users and Permissions"),
|
2017-12-16 10:50:29 +05:30
|
|
|
"youtube_id": "8Slw1hsTmUI"
|
2015-05-25 18:30:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Workflow"),
|
|
|
|
"youtube_id": "yObJUg9FxFs"
|
|
|
|
},
|
2015-12-21 18:32:23 +05:30
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("File Manager"),
|
|
|
|
"youtube_id": "4-osLW3E_Rk"
|
|
|
|
},
|
2015-05-25 18:30:53 +05:30
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2018-12-24 15:47:23 +05:30
|
|
|
"label": _("Accounting"),
|
2015-05-25 18:30:53 +05:30
|
|
|
"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"
|
2015-12-21 18:32:23 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Advance Payments"),
|
|
|
|
"youtube_id": "J46-6qtyZ9U"
|
|
|
|
},
|
2015-05-25 18:30:53 +05:30
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": _("CRM"),
|
|
|
|
"items": [
|
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Lead to Quotation"),
|
|
|
|
"youtube_id": "TxYX4r4JAKA"
|
|
|
|
},
|
2015-08-10 13:21:57 +05:30
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Newsletters"),
|
|
|
|
"youtube_id": "muLKsCrrDRo"
|
|
|
|
},
|
2015-05-25 18:30:53 +05:30
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": _("Selling"),
|
|
|
|
"items": [
|
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Customer and Supplier"),
|
|
|
|
"youtube_id": "anoGi_RpQ20"
|
|
|
|
},
|
2015-07-13 16:56:37 +05:30
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Sales Order to Payment"),
|
2017-12-16 10:50:29 +05:30
|
|
|
"youtube_id": "1eP90MWoDQM"
|
2015-07-13 16:56:37 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Point-of-Sale"),
|
|
|
|
"youtube_id": "4WkelWkbP_c"
|
2015-12-21 18:32:23 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Product Bundle"),
|
2016-01-15 16:59:26 +05:30
|
|
|
"youtube_id": "yk3kPrRyRRc"
|
2015-12-21 18:32:23 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Drop Ship"),
|
|
|
|
"youtube_id": "hUc0hu_XLdo"
|
|
|
|
},
|
2015-05-25 18:30:53 +05:30
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": _("Stock"),
|
|
|
|
"items": [
|
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Items and Pricing"),
|
|
|
|
"youtube_id": "qXaEwld4_Ps"
|
|
|
|
},
|
2015-10-27 17:01:27 +05:30
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Item Variants"),
|
|
|
|
"youtube_id": "OGBETlCzU5o"
|
|
|
|
},
|
2015-05-25 18:30:53 +05:30
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Opening Stock Balance"),
|
2015-05-29 16:26:07 +05:30
|
|
|
"youtube_id": "0yPgrtfeCTs"
|
2015-05-25 18:30:53 +05:30
|
|
|
},
|
2015-08-10 13:21:57 +05:30
|
|
|
{
|
|
|
|
"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"
|
|
|
|
},
|
2015-12-21 18:32:23 +05:30
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Quality Inspection"),
|
|
|
|
"youtube_id": "WmtcF3Y40Fs"
|
|
|
|
},
|
2015-05-25 18:30:53 +05:30
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": _("Buying"),
|
|
|
|
"items": [
|
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Customer and Supplier"),
|
|
|
|
"youtube_id": "anoGi_RpQ20"
|
|
|
|
},
|
2015-07-13 16:56:37 +05:30
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Material Request to Purchase Order"),
|
2017-12-16 10:50:29 +05:30
|
|
|
"youtube_id": "55Gk2j7Q8Zw"
|
2015-07-13 16:56:37 +05:30
|
|
|
},
|
2015-08-10 13:21:57 +05:30
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Purchase Order to Payment"),
|
2017-12-16 10:50:29 +05:30
|
|
|
"youtube_id": "efFajTTQBa8"
|
2015-08-10 13:21:57 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Managing Subcontracting"),
|
|
|
|
"youtube_id": "ThiMCC2DtKo"
|
|
|
|
},
|
2015-05-25 18:30:53 +05:30
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": _("Manufacturing"),
|
|
|
|
"items": [
|
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Bill of Materials"),
|
|
|
|
"youtube_id": "hDV0c1OeWLo"
|
|
|
|
},
|
2015-07-13 16:56:37 +05:30
|
|
|
{
|
|
|
|
"type": "help",
|
2018-03-20 12:38:43 +05:30
|
|
|
"label": _("Work Order"),
|
2015-07-13 16:56:37 +05:30
|
|
|
"youtube_id": "ZotgLyp2YFY"
|
|
|
|
},
|
|
|
|
|
2015-05-25 18:30:53 +05:30
|
|
|
]
|
2015-07-13 16:56:37 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"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"
|
2018-02-16 12:58:04 +05:30
|
|
|
}
|
2015-07-13 16:56:37 +05:30
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": _("Projects"),
|
|
|
|
"items": [
|
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Managing Projects"),
|
2017-12-16 10:50:29 +05:30
|
|
|
"youtube_id": "gCzShu9Niu4"
|
2015-07-13 16:56:37 +05:30
|
|
|
},
|
|
|
|
]
|
|
|
|
},
|
2015-12-21 18:32:23 +05:30
|
|
|
{
|
|
|
|
"label": _("Website"),
|
|
|
|
"items": [
|
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Publish Items on Website"),
|
|
|
|
"youtube_id": "W31LBBNzbgc"
|
|
|
|
},
|
2015-12-21 18:56:20 +05:30
|
|
|
{
|
|
|
|
"type": "help",
|
|
|
|
"label": _("Shopping Cart"),
|
|
|
|
"youtube_id": "xkrYO-KFukM"
|
|
|
|
},
|
2015-12-21 18:32:23 +05:30
|
|
|
]
|
|
|
|
},
|
2015-05-25 18:30:53 +05:30
|
|
|
]
|