blob: 6557f521149eb8ea4e4f3d541ced83c01184bb1b [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 },
Rushabh Mehta67712402015-05-25 18:30:53 +053024 ]
25
26 },
27 {
28 "label": _("Setup"),
29 "items": [
30 {
31 "type": "help",
32 "label": _("Data Import and Export"),
33 "youtube_id": "6wiriRKPhmg"
34 },
35 {
36 "type": "help",
37 "label": _("Opening Stock Balance"),
Nabin Hait89085432015-05-29 16:26:07 +053038 "youtube_id": "0yPgrtfeCTs"
Rushabh Mehta67712402015-05-25 18:30:53 +053039 },
40 {
41 "type": "help",
42 "label": _("Setting up Email"),
43 "youtube_id": "YFYe0DrB95o"
44 },
45 {
46 "type": "help",
47 "label": _("Printing and Branding"),
48 "youtube_id": "cKZHcx1znMc"
49 },
50 {
51 "type": "help",
52 "label": _("Users and Permissions"),
53 "youtube_id": "fnBoRhBrwR4"
54 },
55 {
56 "type": "help",
57 "label": _("Workflow"),
58 "youtube_id": "yObJUg9FxFs"
59 },
60 ]
61 },
62 {
63 "label": _("Accounts"),
64 "items": [
65 {
66 "type": "help",
67 "label": _("Chart of Accounts"),
68 "youtube_id": "DyR-DST-PyA"
69 },
70 {
71 "type": "help",
72 "label": _("Setting up Taxes"),
73 "youtube_id": "nQ1zZdPgdaQ"
74 },
75 {
76 "type": "help",
77 "label": _("Opening Accounting Balance"),
78 "youtube_id": "kdgM20Q-q68"
79 }
80 ]
81 },
82 {
83 "label": _("CRM"),
84 "items": [
85 {
86 "type": "help",
87 "label": _("Lead to Quotation"),
88 "youtube_id": "TxYX4r4JAKA"
89 },
Rushabh Mehtabf4f99a2015-08-10 13:21:57 +053090 {
91 "type": "help",
92 "label": _("Newsletters"),
93 "youtube_id": "muLKsCrrDRo"
94 },
Rushabh Mehta67712402015-05-25 18:30:53 +053095 ]
96 },
97 {
98 "label": _("Selling"),
99 "items": [
100 {
101 "type": "help",
102 "label": _("Customer and Supplier"),
103 "youtube_id": "anoGi_RpQ20"
104 },
Anand Doshi5e849ae2015-07-13 16:56:37 +0530105 {
106 "type": "help",
107 "label": _("Sales Order to Payment"),
108 "youtube_id": "7AMq4lqkN4A"
109 },
110 {
111 "type": "help",
112 "label": _("Point-of-Sale"),
113 "youtube_id": "4WkelWkbP_c"
114 }
Rushabh Mehta67712402015-05-25 18:30:53 +0530115 ]
116 },
117 {
118 "label": _("Stock"),
119 "items": [
120 {
121 "type": "help",
122 "label": _("Items and Pricing"),
123 "youtube_id": "qXaEwld4_Ps"
124 },
125 {
126 "type": "help",
Sambhaji Kolatefd539912015-10-27 17:01:27 +0530127 "label": _("Item Variants"),
128 "youtube_id": "OGBETlCzU5o"
129 },
130 {
131 "type": "help",
Rushabh Mehta67712402015-05-25 18:30:53 +0530132 "label": _("Opening Stock Balance"),
Nabin Hait89085432015-05-29 16:26:07 +0530133 "youtube_id": "0yPgrtfeCTs"
Rushabh Mehta67712402015-05-25 18:30:53 +0530134 },
Rushabh Mehtabf4f99a2015-08-10 13:21:57 +0530135 {
136 "type": "help",
137 "label": _("Making Stock Entries"),
138 "youtube_id": "Njt107hlY3I"
139 },
140 {
141 "type": "help",
142 "label": _("Serialized Inventory"),
143 "youtube_id": "gvOVlEwFDAk"
144 },
145 {
146 "type": "help",
147 "label": _("Batch Inventory"),
148 "youtube_id": "J0QKl7ABPKM"
149 },
150 {
151 "type": "help",
152 "label": _("Managing Subcontracting"),
153 "youtube_id": "ThiMCC2DtKo"
154 },
Rushabh Mehta67712402015-05-25 18:30:53 +0530155 ]
156 },
157 {
158 "label": _("Buying"),
159 "items": [
160 {
161 "type": "help",
162 "label": _("Customer and Supplier"),
163 "youtube_id": "anoGi_RpQ20"
164 },
Anand Doshi5e849ae2015-07-13 16:56:37 +0530165 {
166 "type": "help",
167 "label": _("Material Request to Purchase Order"),
168 "youtube_id": "4TN9kPyfIqM"
169 },
Rushabh Mehtabf4f99a2015-08-10 13:21:57 +0530170 {
171 "type": "help",
172 "label": _("Purchase Order to Payment"),
173 "youtube_id": "EK65tLdVUDk"
174 },
175 {
176 "type": "help",
177 "label": _("Managing Subcontracting"),
178 "youtube_id": "ThiMCC2DtKo"
179 },
Rushabh Mehta67712402015-05-25 18:30:53 +0530180 ]
181 },
182 {
183 "label": _("Manufacturing"),
184 "items": [
185 {
186 "type": "help",
187 "label": _("Bill of Materials"),
188 "youtube_id": "hDV0c1OeWLo"
189 },
Anand Doshi5e849ae2015-07-13 16:56:37 +0530190 {
191 "type": "help",
192 "label": _("Production Planning Tool"),
193 "youtube_id": "CzatSl4zJ2Y"
194 },
195 {
196 "type": "help",
197 "label": _("Production Order"),
198 "youtube_id": "ZotgLyp2YFY"
199 },
200
Rushabh Mehta67712402015-05-25 18:30:53 +0530201 ]
Anand Doshi5e849ae2015-07-13 16:56:37 +0530202 },
203 {
204 "label": _("Human Resource"),
205 "items": [
206 {
207 "type": "help",
208 "label": _("Setting up Employees"),
209 "youtube_id": "USfIUdZlUhw"
210 },
211 {
212 "type": "help",
213 "label": _("Leave Management"),
214 "youtube_id": "fc0p_AXebc8"
215 },
216 {
217 "type": "help",
218 "label": _("Expense Claims"),
219 "youtube_id": "5SZHJF--ZFY"
220 },
Rushabh Mehtabf4f99a2015-08-10 13:21:57 +0530221 {
222 "type": "help",
223 "label": _("Processing Payroll"),
224 "youtube_id": "apgE-f25Rm0"
225 },
Anand Doshi5e849ae2015-07-13 16:56:37 +0530226 ]
227 },
228 {
229 "label": _("Projects"),
230 "items": [
231 {
232 "type": "help",
233 "label": _("Managing Projects"),
234 "youtube_id": "egxIGwtoKI4"
235 },
236 ]
237 },
Rushabh Mehta67712402015-05-25 18:30:53 +0530238 ]