blob: ffcd76ef48b846ac802e98b1c7460684a7588032 [file] [log] [blame]
Rushabh Mehta67712402015-05-25 18:30:53 +05301from __future__ import unicode_literals
2from frappe import _
3
4def get_data():
5 return [
6 {
7 "label": _("General"),
8 "items": [
9 {
10 "type": "help",
11 "label": _("Navigating"),
12 "youtube_id": "YDoI2DF4Lmc"
13 },
14 {
15 "type": "help",
16 "label": _("Setup Wizard"),
17 "youtube_id": "oIOf_zCFWKQ"
18 }
19
20 ]
21
22 },
23 {
24 "label": _("Setup"),
25 "items": [
26 {
27 "type": "help",
28 "label": _("Data Import and Export"),
29 "youtube_id": "6wiriRKPhmg"
30 },
31 {
32 "type": "help",
33 "label": _("Opening Stock Balance"),
Nabin Hait89085432015-05-29 16:26:07 +053034 "youtube_id": "0yPgrtfeCTs"
Rushabh Mehta67712402015-05-25 18:30:53 +053035 },
36 {
37 "type": "help",
38 "label": _("Setting up Email"),
39 "youtube_id": "YFYe0DrB95o"
40 },
41 {
42 "type": "help",
43 "label": _("Printing and Branding"),
44 "youtube_id": "cKZHcx1znMc"
45 },
46 {
47 "type": "help",
48 "label": _("Users and Permissions"),
49 "youtube_id": "fnBoRhBrwR4"
50 },
51 {
52 "type": "help",
53 "label": _("Workflow"),
54 "youtube_id": "yObJUg9FxFs"
55 },
56 ]
57 },
58 {
59 "label": _("Accounts"),
60 "items": [
61 {
62 "type": "help",
63 "label": _("Chart of Accounts"),
64 "youtube_id": "DyR-DST-PyA"
65 },
66 {
67 "type": "help",
68 "label": _("Setting up Taxes"),
69 "youtube_id": "nQ1zZdPgdaQ"
70 },
71 {
72 "type": "help",
73 "label": _("Opening Accounting Balance"),
74 "youtube_id": "kdgM20Q-q68"
75 }
76 ]
77 },
78 {
79 "label": _("CRM"),
80 "items": [
81 {
82 "type": "help",
83 "label": _("Lead to Quotation"),
84 "youtube_id": "TxYX4r4JAKA"
85 },
86 ]
87 },
88 {
89 "label": _("Selling"),
90 "items": [
91 {
92 "type": "help",
93 "label": _("Customer and Supplier"),
94 "youtube_id": "anoGi_RpQ20"
95 },
96 ]
97 },
98 {
99 "label": _("Stock"),
100 "items": [
101 {
102 "type": "help",
103 "label": _("Items and Pricing"),
104 "youtube_id": "qXaEwld4_Ps"
105 },
106 {
107 "type": "help",
108 "label": _("Opening Stock Balance"),
Nabin Hait89085432015-05-29 16:26:07 +0530109 "youtube_id": "0yPgrtfeCTs"
Rushabh Mehta67712402015-05-25 18:30:53 +0530110 },
111 {
112 "type": "help",
113 "label": _("Item Variants"),
114 "youtube_id": "OGBETlCzU5o"
115 },
116 ]
117 },
118 {
119 "label": _("Buying"),
120 "items": [
121 {
122 "type": "help",
123 "label": _("Customer and Supplier"),
124 "youtube_id": "anoGi_RpQ20"
125 },
126 ]
127 },
128 {
129 "label": _("Manufacturing"),
130 "items": [
131 {
132 "type": "help",
133 "label": _("Bill of Materials"),
134 "youtube_id": "hDV0c1OeWLo"
135 },
136 ]
137 }
138 ]