blob: 426449ba69cbc6cddf07a12d905678185a70d30a [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"
Anand Doshi5e849ae2015-07-13 16:56:37 +053018 },
19 {
20 "type": "help",
21 "label": _("Customizing Forms"),
22 "youtube_id": "pJhL9mmxV_U"
23 },
Anand Doshi381cec72015-12-21 18:56:20 +053024 {
25 "type": "help",
26 "label": _("Report Builder"),
27 "youtube_id": "y0o5iYZOioU"
28 },
Rushabh Mehta67712402015-05-25 18:30:53 +053029 ]
30
31 },
32 {
33 "label": _("Setup"),
34 "items": [
35 {
36 "type": "help",
37 "label": _("Data Import and Export"),
38 "youtube_id": "6wiriRKPhmg"
39 },
40 {
41 "type": "help",
42 "label": _("Opening Stock Balance"),
Nabin Hait89085432015-05-29 16:26:07 +053043 "youtube_id": "0yPgrtfeCTs"
Rushabh Mehta67712402015-05-25 18:30:53 +053044 },
45 {
46 "type": "help",
47 "label": _("Setting up Email"),
48 "youtube_id": "YFYe0DrB95o"
49 },
50 {
51 "type": "help",
52 "label": _("Printing and Branding"),
53 "youtube_id": "cKZHcx1znMc"
54 },
55 {
56 "type": "help",
57 "label": _("Users and Permissions"),
58 "youtube_id": "fnBoRhBrwR4"
59 },
60 {
61 "type": "help",
62 "label": _("Workflow"),
63 "youtube_id": "yObJUg9FxFs"
64 },
Anand Doshif773f1f2015-12-21 18:32:23 +053065 {
66 "type": "help",
67 "label": _("Email Account"),
68 "youtube_id": "YFYe0DrB95o"
69 },
70 {
71 "type": "help",
72 "label": _("File Manager"),
73 "youtube_id": "4-osLW3E_Rk"
74 },
Rushabh Mehta67712402015-05-25 18:30:53 +053075 ]
76 },
77 {
78 "label": _("Accounts"),
79 "items": [
80 {
81 "type": "help",
82 "label": _("Chart of Accounts"),
83 "youtube_id": "DyR-DST-PyA"
84 },
85 {
86 "type": "help",
87 "label": _("Setting up Taxes"),
88 "youtube_id": "nQ1zZdPgdaQ"
89 },
90 {
91 "type": "help",
92 "label": _("Opening Accounting Balance"),
93 "youtube_id": "kdgM20Q-q68"
Anand Doshif773f1f2015-12-21 18:32:23 +053094 },
95 {
96 "type": "help",
97 "label": _("Advance Payments"),
98 "youtube_id": "J46-6qtyZ9U"
99 },
Rushabh Mehta67712402015-05-25 18:30:53 +0530100 ]
101 },
102 {
103 "label": _("CRM"),
104 "items": [
105 {
106 "type": "help",
107 "label": _("Lead to Quotation"),
108 "youtube_id": "TxYX4r4JAKA"
109 },
Rushabh Mehtabf4f99a2015-08-10 13:21:57 +0530110 {
111 "type": "help",
112 "label": _("Newsletters"),
113 "youtube_id": "muLKsCrrDRo"
114 },
Rushabh Mehta67712402015-05-25 18:30:53 +0530115 ]
116 },
117 {
118 "label": _("Selling"),
119 "items": [
120 {
121 "type": "help",
122 "label": _("Customer and Supplier"),
123 "youtube_id": "anoGi_RpQ20"
124 },
Anand Doshi5e849ae2015-07-13 16:56:37 +0530125 {
126 "type": "help",
127 "label": _("Sales Order to Payment"),
128 "youtube_id": "7AMq4lqkN4A"
129 },
130 {
131 "type": "help",
132 "label": _("Point-of-Sale"),
133 "youtube_id": "4WkelWkbP_c"
Anand Doshif773f1f2015-12-21 18:32:23 +0530134 },
135 {
136 "type": "help",
137 "label": _("Product Bundle"),
Rushabh Mehtab46069d2016-01-15 16:59:26 +0530138 "youtube_id": "yk3kPrRyRRc"
Anand Doshif773f1f2015-12-21 18:32:23 +0530139 },
140 {
141 "type": "help",
142 "label": _("Drop Ship"),
143 "youtube_id": "hUc0hu_XLdo"
144 },
Rushabh Mehta67712402015-05-25 18:30:53 +0530145 ]
146 },
147 {
148 "label": _("Stock"),
149 "items": [
150 {
151 "type": "help",
152 "label": _("Items and Pricing"),
153 "youtube_id": "qXaEwld4_Ps"
154 },
155 {
156 "type": "help",
Sambhaji Kolatefd539912015-10-27 17:01:27 +0530157 "label": _("Item Variants"),
158 "youtube_id": "OGBETlCzU5o"
159 },
160 {
161 "type": "help",
Rushabh Mehta67712402015-05-25 18:30:53 +0530162 "label": _("Opening Stock Balance"),
Nabin Hait89085432015-05-29 16:26:07 +0530163 "youtube_id": "0yPgrtfeCTs"
Rushabh Mehta67712402015-05-25 18:30:53 +0530164 },
Rushabh Mehtabf4f99a2015-08-10 13:21:57 +0530165 {
166 "type": "help",
167 "label": _("Making Stock Entries"),
168 "youtube_id": "Njt107hlY3I"
169 },
170 {
171 "type": "help",
172 "label": _("Serialized Inventory"),
173 "youtube_id": "gvOVlEwFDAk"
174 },
175 {
176 "type": "help",
177 "label": _("Batch Inventory"),
178 "youtube_id": "J0QKl7ABPKM"
179 },
180 {
181 "type": "help",
182 "label": _("Managing Subcontracting"),
183 "youtube_id": "ThiMCC2DtKo"
184 },
Anand Doshif773f1f2015-12-21 18:32:23 +0530185 {
186 "type": "help",
187 "label": _("Quality Inspection"),
188 "youtube_id": "WmtcF3Y40Fs"
189 },
Rushabh Mehta67712402015-05-25 18:30:53 +0530190 ]
191 },
192 {
193 "label": _("Buying"),
194 "items": [
195 {
196 "type": "help",
197 "label": _("Customer and Supplier"),
198 "youtube_id": "anoGi_RpQ20"
199 },
Anand Doshi5e849ae2015-07-13 16:56:37 +0530200 {
201 "type": "help",
202 "label": _("Material Request to Purchase Order"),
203 "youtube_id": "4TN9kPyfIqM"
204 },
Rushabh Mehtabf4f99a2015-08-10 13:21:57 +0530205 {
206 "type": "help",
207 "label": _("Purchase Order to Payment"),
208 "youtube_id": "EK65tLdVUDk"
209 },
210 {
211 "type": "help",
212 "label": _("Managing Subcontracting"),
213 "youtube_id": "ThiMCC2DtKo"
214 },
Rushabh Mehta67712402015-05-25 18:30:53 +0530215 ]
216 },
217 {
218 "label": _("Manufacturing"),
219 "items": [
220 {
221 "type": "help",
222 "label": _("Bill of Materials"),
223 "youtube_id": "hDV0c1OeWLo"
224 },
Anand Doshi5e849ae2015-07-13 16:56:37 +0530225 {
226 "type": "help",
227 "label": _("Production Planning Tool"),
228 "youtube_id": "CzatSl4zJ2Y"
229 },
230 {
231 "type": "help",
232 "label": _("Production Order"),
233 "youtube_id": "ZotgLyp2YFY"
234 },
235
Rushabh Mehta67712402015-05-25 18:30:53 +0530236 ]
Anand Doshi5e849ae2015-07-13 16:56:37 +0530237 },
238 {
239 "label": _("Human Resource"),
240 "items": [
241 {
242 "type": "help",
243 "label": _("Setting up Employees"),
244 "youtube_id": "USfIUdZlUhw"
245 },
246 {
247 "type": "help",
248 "label": _("Leave Management"),
249 "youtube_id": "fc0p_AXebc8"
250 },
251 {
252 "type": "help",
253 "label": _("Expense Claims"),
254 "youtube_id": "5SZHJF--ZFY"
255 },
Rushabh Mehtabf4f99a2015-08-10 13:21:57 +0530256 {
257 "type": "help",
258 "label": _("Processing Payroll"),
259 "youtube_id": "apgE-f25Rm0"
260 },
Anand Doshi5e849ae2015-07-13 16:56:37 +0530261 ]
262 },
263 {
264 "label": _("Projects"),
265 "items": [
266 {
267 "type": "help",
268 "label": _("Managing Projects"),
269 "youtube_id": "egxIGwtoKI4"
270 },
271 ]
272 },
Anand Doshif773f1f2015-12-21 18:32:23 +0530273 {
274 "label": _("Website"),
275 "items": [
276 {
277 "type": "help",
278 "label": _("Publish Items on Website"),
279 "youtube_id": "W31LBBNzbgc"
280 },
Anand Doshi381cec72015-12-21 18:56:20 +0530281 {
282 "type": "help",
283 "label": _("Shopping Cart"),
284 "youtube_id": "xkrYO-KFukM"
285 },
Anand Doshif773f1f2015-12-21 18:32:23 +0530286 ]
287 },
Rushabh Mehta67712402015-05-25 18:30:53 +0530288 ]