blob: 922afb4c4958aed80b10d5f5b10a414b0f53aec0 [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"),
Kenneth Sequeira9bceb382017-12-16 10:50:29 +053027 "youtube_id": "TxJGUNarcQs"
Anand Doshi381cec72015-12-21 18:56:20 +053028 },
Rushabh Mehta67712402015-05-25 18:30:53 +053029 ]
30
31 },
32 {
Prateeksha Singh9d4a1832019-02-11 15:14:50 +053033 "label": _("Settings"),
Rushabh Mehta67712402015-05-25 18:30:53 +053034 "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"),
Kenneth Sequeira9bceb382017-12-16 10:50:29 +053043 "youtube_id": "nlHX0ZZ84Lw"
Rushabh Mehta67712402015-05-25 18:30:53 +053044 },
45 {
46 "type": "help",
Rohit Waghchaureb3489542017-02-08 11:20:04 +053047 "label": _("Setting up Email Account"),
Rushabh Mehta67712402015-05-25 18:30:53 +053048 "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"),
Kenneth Sequeira9bceb382017-12-16 10:50:29 +053058 "youtube_id": "8Slw1hsTmUI"
Rushabh Mehta67712402015-05-25 18:30:53 +053059 },
60 {
61 "type": "help",
62 "label": _("Workflow"),
63 "youtube_id": "yObJUg9FxFs"
64 },
Anand Doshif773f1f2015-12-21 18:32:23 +053065 {
66 "type": "help",
Anand Doshif773f1f2015-12-21 18:32:23 +053067 "label": _("File Manager"),
68 "youtube_id": "4-osLW3E_Rk"
69 },
Rushabh Mehta67712402015-05-25 18:30:53 +053070 ]
71 },
72 {
Suraj Shetty242b16f2018-12-24 15:47:23 +053073 "label": _("Accounting"),
Rushabh Mehta67712402015-05-25 18:30:53 +053074 "items": [
75 {
76 "type": "help",
77 "label": _("Chart of Accounts"),
78 "youtube_id": "DyR-DST-PyA"
79 },
80 {
81 "type": "help",
82 "label": _("Setting up Taxes"),
83 "youtube_id": "nQ1zZdPgdaQ"
84 },
85 {
86 "type": "help",
87 "label": _("Opening Accounting Balance"),
88 "youtube_id": "kdgM20Q-q68"
Anand Doshif773f1f2015-12-21 18:32:23 +053089 },
90 {
91 "type": "help",
92 "label": _("Advance Payments"),
93 "youtube_id": "J46-6qtyZ9U"
94 },
Rushabh Mehta67712402015-05-25 18:30:53 +053095 ]
96 },
97 {
98 "label": _("CRM"),
99 "items": [
100 {
101 "type": "help",
102 "label": _("Lead to Quotation"),
103 "youtube_id": "TxYX4r4JAKA"
104 },
Rushabh Mehtabf4f99a2015-08-10 13:21:57 +0530105 {
106 "type": "help",
107 "label": _("Newsletters"),
108 "youtube_id": "muLKsCrrDRo"
109 },
Rushabh Mehta67712402015-05-25 18:30:53 +0530110 ]
111 },
112 {
113 "label": _("Selling"),
114 "items": [
115 {
116 "type": "help",
117 "label": _("Customer and Supplier"),
118 "youtube_id": "anoGi_RpQ20"
119 },
Anand Doshi5e849ae2015-07-13 16:56:37 +0530120 {
121 "type": "help",
122 "label": _("Sales Order to Payment"),
Kenneth Sequeira9bceb382017-12-16 10:50:29 +0530123 "youtube_id": "1eP90MWoDQM"
Anand Doshi5e849ae2015-07-13 16:56:37 +0530124 },
125 {
126 "type": "help",
127 "label": _("Point-of-Sale"),
128 "youtube_id": "4WkelWkbP_c"
Anand Doshif773f1f2015-12-21 18:32:23 +0530129 },
130 {
131 "type": "help",
132 "label": _("Product Bundle"),
Rushabh Mehtab46069d2016-01-15 16:59:26 +0530133 "youtube_id": "yk3kPrRyRRc"
Anand Doshif773f1f2015-12-21 18:32:23 +0530134 },
135 {
136 "type": "help",
137 "label": _("Drop Ship"),
138 "youtube_id": "hUc0hu_XLdo"
139 },
Rushabh Mehta67712402015-05-25 18:30:53 +0530140 ]
141 },
142 {
143 "label": _("Stock"),
144 "items": [
145 {
146 "type": "help",
147 "label": _("Items and Pricing"),
148 "youtube_id": "qXaEwld4_Ps"
149 },
150 {
151 "type": "help",
Sambhaji Kolatefd539912015-10-27 17:01:27 +0530152 "label": _("Item Variants"),
153 "youtube_id": "OGBETlCzU5o"
154 },
155 {
156 "type": "help",
Rushabh Mehta67712402015-05-25 18:30:53 +0530157 "label": _("Opening Stock Balance"),
Nabin Hait89085432015-05-29 16:26:07 +0530158 "youtube_id": "0yPgrtfeCTs"
Rushabh Mehta67712402015-05-25 18:30:53 +0530159 },
Rushabh Mehtabf4f99a2015-08-10 13:21:57 +0530160 {
161 "type": "help",
162 "label": _("Making Stock Entries"),
163 "youtube_id": "Njt107hlY3I"
164 },
165 {
166 "type": "help",
167 "label": _("Serialized Inventory"),
168 "youtube_id": "gvOVlEwFDAk"
169 },
170 {
171 "type": "help",
172 "label": _("Batch Inventory"),
173 "youtube_id": "J0QKl7ABPKM"
174 },
175 {
176 "type": "help",
177 "label": _("Managing Subcontracting"),
178 "youtube_id": "ThiMCC2DtKo"
179 },
Anand Doshif773f1f2015-12-21 18:32:23 +0530180 {
181 "type": "help",
182 "label": _("Quality Inspection"),
183 "youtube_id": "WmtcF3Y40Fs"
184 },
Rushabh Mehta67712402015-05-25 18:30:53 +0530185 ]
186 },
187 {
188 "label": _("Buying"),
189 "items": [
190 {
191 "type": "help",
192 "label": _("Customer and Supplier"),
193 "youtube_id": "anoGi_RpQ20"
194 },
Anand Doshi5e849ae2015-07-13 16:56:37 +0530195 {
196 "type": "help",
197 "label": _("Material Request to Purchase Order"),
Kenneth Sequeira9bceb382017-12-16 10:50:29 +0530198 "youtube_id": "55Gk2j7Q8Zw"
Anand Doshi5e849ae2015-07-13 16:56:37 +0530199 },
Rushabh Mehtabf4f99a2015-08-10 13:21:57 +0530200 {
201 "type": "help",
202 "label": _("Purchase Order to Payment"),
Kenneth Sequeira9bceb382017-12-16 10:50:29 +0530203 "youtube_id": "efFajTTQBa8"
Rushabh Mehtabf4f99a2015-08-10 13:21:57 +0530204 },
205 {
206 "type": "help",
207 "label": _("Managing Subcontracting"),
208 "youtube_id": "ThiMCC2DtKo"
209 },
Rushabh Mehta67712402015-05-25 18:30:53 +0530210 ]
211 },
212 {
213 "label": _("Manufacturing"),
214 "items": [
215 {
216 "type": "help",
217 "label": _("Bill of Materials"),
218 "youtube_id": "hDV0c1OeWLo"
219 },
Anand Doshi5e849ae2015-07-13 16:56:37 +0530220 {
221 "type": "help",
Zarrar13ddc7e2018-03-20 12:38:43 +0530222 "label": _("Work Order"),
Anand Doshi5e849ae2015-07-13 16:56:37 +0530223 "youtube_id": "ZotgLyp2YFY"
224 },
225
Rushabh Mehta67712402015-05-25 18:30:53 +0530226 ]
Anand Doshi5e849ae2015-07-13 16:56:37 +0530227 },
228 {
229 "label": _("Human Resource"),
230 "items": [
231 {
232 "type": "help",
233 "label": _("Setting up Employees"),
234 "youtube_id": "USfIUdZlUhw"
235 },
236 {
237 "type": "help",
238 "label": _("Leave Management"),
239 "youtube_id": "fc0p_AXebc8"
240 },
241 {
242 "type": "help",
243 "label": _("Expense Claims"),
244 "youtube_id": "5SZHJF--ZFY"
Shreya Shah278af1b2018-02-16 12:58:04 +0530245 }
Anand Doshi5e849ae2015-07-13 16:56:37 +0530246 ]
247 },
248 {
249 "label": _("Projects"),
250 "items": [
251 {
252 "type": "help",
253 "label": _("Managing Projects"),
Kenneth Sequeira9bceb382017-12-16 10:50:29 +0530254 "youtube_id": "gCzShu9Niu4"
Anand Doshi5e849ae2015-07-13 16:56:37 +0530255 },
256 ]
257 },
Anand Doshif773f1f2015-12-21 18:32:23 +0530258 {
259 "label": _("Website"),
260 "items": [
261 {
262 "type": "help",
263 "label": _("Publish Items on Website"),
264 "youtube_id": "W31LBBNzbgc"
265 },
Anand Doshi381cec72015-12-21 18:56:20 +0530266 {
267 "type": "help",
268 "label": _("Shopping Cart"),
269 "youtube_id": "xkrYO-KFukM"
270 },
Anand Doshif773f1f2015-12-21 18:32:23 +0530271 ]
272 },
Rushabh Mehta67712402015-05-25 18:30:53 +0530273 ]