Rushabh Mehta | 6771240 | 2015-05-25 18:30:53 +0530 | [diff] [blame] | 1 | from __future__ import unicode_literals |
| 2 | from frappe import _ |
| 3 | |
| 4 | def 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 Doshi | 5e849ae | 2015-07-13 16:56:37 +0530 | [diff] [blame] | 18 | }, |
| 19 | { |
| 20 | "type": "help", |
| 21 | "label": _("Customizing Forms"), |
| 22 | "youtube_id": "pJhL9mmxV_U" |
| 23 | }, |
Rushabh Mehta | 6771240 | 2015-05-25 18:30:53 +0530 | [diff] [blame] | 24 | ] |
| 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 Hait | 8908543 | 2015-05-29 16:26:07 +0530 | [diff] [blame] | 38 | "youtube_id": "0yPgrtfeCTs" |
Rushabh Mehta | 6771240 | 2015-05-25 18:30:53 +0530 | [diff] [blame] | 39 | }, |
| 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 Mehta | bf4f99a | 2015-08-10 13:21:57 +0530 | [diff] [blame] | 90 | { |
| 91 | "type": "help", |
| 92 | "label": _("Newsletters"), |
| 93 | "youtube_id": "muLKsCrrDRo" |
| 94 | }, |
Rushabh Mehta | 6771240 | 2015-05-25 18:30:53 +0530 | [diff] [blame] | 95 | ] |
| 96 | }, |
| 97 | { |
| 98 | "label": _("Selling"), |
| 99 | "items": [ |
| 100 | { |
| 101 | "type": "help", |
| 102 | "label": _("Customer and Supplier"), |
| 103 | "youtube_id": "anoGi_RpQ20" |
| 104 | }, |
Anand Doshi | 5e849ae | 2015-07-13 16:56:37 +0530 | [diff] [blame] | 105 | { |
| 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 Mehta | 6771240 | 2015-05-25 18:30:53 +0530 | [diff] [blame] | 115 | ] |
| 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", |
| 127 | "label": _("Opening Stock Balance"), |
Nabin Hait | 8908543 | 2015-05-29 16:26:07 +0530 | [diff] [blame] | 128 | "youtube_id": "0yPgrtfeCTs" |
Rushabh Mehta | 6771240 | 2015-05-25 18:30:53 +0530 | [diff] [blame] | 129 | }, |
Rushabh Mehta | bf4f99a | 2015-08-10 13:21:57 +0530 | [diff] [blame] | 130 | { |
| 131 | "type": "help", |
| 132 | "label": _("Making Stock Entries"), |
| 133 | "youtube_id": "Njt107hlY3I" |
| 134 | }, |
| 135 | { |
| 136 | "type": "help", |
| 137 | "label": _("Serialized Inventory"), |
| 138 | "youtube_id": "gvOVlEwFDAk" |
| 139 | }, |
| 140 | { |
| 141 | "type": "help", |
| 142 | "label": _("Batch Inventory"), |
| 143 | "youtube_id": "J0QKl7ABPKM" |
| 144 | }, |
| 145 | { |
| 146 | "type": "help", |
| 147 | "label": _("Managing Subcontracting"), |
| 148 | "youtube_id": "ThiMCC2DtKo" |
| 149 | }, |
Rushabh Mehta | 6771240 | 2015-05-25 18:30:53 +0530 | [diff] [blame] | 150 | ] |
| 151 | }, |
| 152 | { |
| 153 | "label": _("Buying"), |
| 154 | "items": [ |
| 155 | { |
| 156 | "type": "help", |
| 157 | "label": _("Customer and Supplier"), |
| 158 | "youtube_id": "anoGi_RpQ20" |
| 159 | }, |
Anand Doshi | 5e849ae | 2015-07-13 16:56:37 +0530 | [diff] [blame] | 160 | { |
| 161 | "type": "help", |
| 162 | "label": _("Material Request to Purchase Order"), |
| 163 | "youtube_id": "4TN9kPyfIqM" |
| 164 | }, |
Rushabh Mehta | bf4f99a | 2015-08-10 13:21:57 +0530 | [diff] [blame] | 165 | { |
| 166 | "type": "help", |
| 167 | "label": _("Purchase Order to Payment"), |
| 168 | "youtube_id": "EK65tLdVUDk" |
| 169 | }, |
| 170 | { |
| 171 | "type": "help", |
| 172 | "label": _("Managing Subcontracting"), |
| 173 | "youtube_id": "ThiMCC2DtKo" |
| 174 | }, |
Rushabh Mehta | 6771240 | 2015-05-25 18:30:53 +0530 | [diff] [blame] | 175 | ] |
| 176 | }, |
| 177 | { |
| 178 | "label": _("Manufacturing"), |
| 179 | "items": [ |
| 180 | { |
| 181 | "type": "help", |
| 182 | "label": _("Bill of Materials"), |
| 183 | "youtube_id": "hDV0c1OeWLo" |
| 184 | }, |
Anand Doshi | 5e849ae | 2015-07-13 16:56:37 +0530 | [diff] [blame] | 185 | { |
| 186 | "type": "help", |
| 187 | "label": _("Production Planning Tool"), |
| 188 | "youtube_id": "CzatSl4zJ2Y" |
| 189 | }, |
| 190 | { |
| 191 | "type": "help", |
| 192 | "label": _("Production Order"), |
| 193 | "youtube_id": "ZotgLyp2YFY" |
| 194 | }, |
| 195 | |
Rushabh Mehta | 6771240 | 2015-05-25 18:30:53 +0530 | [diff] [blame] | 196 | ] |
Anand Doshi | 5e849ae | 2015-07-13 16:56:37 +0530 | [diff] [blame] | 197 | }, |
| 198 | { |
| 199 | "label": _("Human Resource"), |
| 200 | "items": [ |
| 201 | { |
| 202 | "type": "help", |
| 203 | "label": _("Setting up Employees"), |
| 204 | "youtube_id": "USfIUdZlUhw" |
| 205 | }, |
| 206 | { |
| 207 | "type": "help", |
| 208 | "label": _("Leave Management"), |
| 209 | "youtube_id": "fc0p_AXebc8" |
| 210 | }, |
| 211 | { |
| 212 | "type": "help", |
| 213 | "label": _("Expense Claims"), |
| 214 | "youtube_id": "5SZHJF--ZFY" |
| 215 | }, |
Rushabh Mehta | bf4f99a | 2015-08-10 13:21:57 +0530 | [diff] [blame] | 216 | { |
| 217 | "type": "help", |
| 218 | "label": _("Processing Payroll"), |
| 219 | "youtube_id": "apgE-f25Rm0" |
| 220 | }, |
Anand Doshi | 5e849ae | 2015-07-13 16:56:37 +0530 | [diff] [blame] | 221 | ] |
| 222 | }, |
| 223 | { |
| 224 | "label": _("Projects"), |
| 225 | "items": [ |
| 226 | { |
| 227 | "type": "help", |
| 228 | "label": _("Managing Projects"), |
| 229 | "youtube_id": "egxIGwtoKI4" |
| 230 | }, |
| 231 | ] |
| 232 | }, |
Rushabh Mehta | 6771240 | 2015-05-25 18:30:53 +0530 | [diff] [blame] | 233 | ] |