blob: b8d0019e28dd55795d238553942cf7cd1b334872 [file] [log] [blame]
Faris Ansari3a6155b2016-08-22 14:36:57 +05301frappe.provide('frappe.help.help_links');
2
3frappe.help.help_links['Form/Rename Tool'] = [
Umair Sayed0dd5a202017-06-07 20:05:35 +05304 { label: 'Bulk Rename', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/data/bulk-rename' },
Faris Ansari3a6155b2016-08-22 14:36:57 +05305]
6
Umair Sayed0dd5a202017-06-07 20:05:35 +05307//Setup
8
9frappe.help.help_links['List/User'] = [
10 { label: 'New User', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/users-and-permissions/adding-users' },
11 { label: 'Rename User', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/articles/rename-user' },
12]
13
14frappe.help.help_links['permission-manager'] = [
15 { label: 'Role Permissions Manager', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/users-and-permissions/role-based-permissions' },
16 { label: 'Managing Perm Level in Permissions Manager', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/articles/managing-perm-level' },
Rushabh Mehta0fcf44e2017-07-28 14:33:15 +053017 { label: 'User Permissions', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/users-and-permissions/user-permissions' },
Umair Sayed0dd5a202017-06-07 20:05:35 +053018 { label: 'Sharing', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/users-and-permissions/sharing' },
19 { label: 'Password', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/articles/change-password' },
20]
21
22frappe.help.help_links['Form/System Settings'] = [
23 { label: 'Naming Series', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/settings/system-settings' },
24]
25
26frappe.help.help_links['data-import-tool'] = [
27 { label: 'Importing and Exporting Data', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/data/data-import-tool' },
28 { label: 'Overwriting Data from Data Import Tool', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/articles/overwriting-data-from-data-import-tool' },
29]
30
31frappe.help.help_links['module_setup'] = [
32 { label: 'Role Permissions Manager', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/users-and-permissions/role-based-permissions' },
Faris Ansari3a6155b2016-08-22 14:36:57 +053033]
34
35frappe.help.help_links['Form/Naming Series'] = [
36 { label: 'Naming Series', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/settings/naming-series' },
37 { label: 'Setting the Current Value for Naming Series', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/articles/naming-series-current-value' },
38]
39
40frappe.help.help_links['Form/Global Defaults'] = [
41 { label: 'Global Settings', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/settings/global-defaults' },
42]
43
44frappe.help.help_links['Form/Email Digest'] = [
45 { label: 'Email Digest', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/email/email-digest' },
46]
47
48frappe.help.help_links['List/Print Heading'] = [
49 { label: 'Print Heading', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/print/print-headings' },
50]
51
52frappe.help.help_links['List/Letter Head'] = [
53 { label: 'Letter Head', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/print/letter-head' },
54]
55
56frappe.help.help_links['List/Address Template'] = [
57 { label: 'Address Template', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/print/address-template' },
58]
59
60frappe.help.help_links['List/Terms and Conditions'] = [
61 { label: 'Terms and Conditions', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/print/terms-and-conditions' },
62]
63
64frappe.help.help_links['List/Cheque Print Template'] = [
65 { label: 'Cheque Print Template', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/print/cheque-print-template' },
66]
67
Umair Sayed0dd5a202017-06-07 20:05:35 +053068frappe.help.help_links['List/Email Account'] = [
69 { label: 'Email Account', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/email/email-account' },
70]
71
Charles-Henri Decultotfc2292f2018-06-21 05:47:52 +020072frappe.help.help_links['List/Notification'] = [
73 { label: 'Notification', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/email/notifications' },
Umair Sayed0dd5a202017-06-07 20:05:35 +053074]
75
Charles-Henri Decultotfc2292f2018-06-21 05:47:52 +020076frappe.help.help_links['Form/Notification'] = [
77 { label: 'Notification', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/email/notifications' },
Umair Sayed0dd5a202017-06-07 20:05:35 +053078]
79
80frappe.help.help_links['List/Email Digest'] = [
81 { label: 'Email Digest', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/email/email-digest' },
82]
83
84frappe.help.help_links['List/Auto Email Report'] = [
85 { label: 'Auto Email Reports', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/email/email-reports' },
86]
87
88frappe.help.help_links['Form/Print Settings'] = [
89 { label: 'Print Settings', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/print/print-settings' },
90]
91
92frappe.help.help_links['print-format-builder'] = [
93 { label: 'Print Format Builder', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/print/print-settings' },
94]
95
96frappe.help.help_links['List/Print Heading'] = [
97 { label: 'Print Heading', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/print/print-headings' },
98]
99
100//setup-integrations
101
102frappe.help.help_links['Form/PayPal Settings'] = [
103 { label: 'PayPal Settings', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/integrations/paypal-integration' },
104]
105
106frappe.help.help_links['Form/Razorpay Settings'] = [
107 { label: 'Razorpay Settings', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/integrations/razorpay-integration' },
108]
109
110frappe.help.help_links['Form/Dropbox Settings'] = [
111 { label: 'Dropbox Settings', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/integrations/dropbox-backup' },
112]
113
114frappe.help.help_links['Form/LDAP Settings'] = [
115 { label: 'LDAP Settings', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/integrations/ldap-integration' },
116]
117
118frappe.help.help_links['Form/Stripe Settings'] = [
119 { label: 'Stripe Settings', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/integrations/stripe-integration' },
120]
121
122//Sales
123
124frappe.help.help_links['Form/Quotation'] = [
125 { label: 'Quotation', url: 'https://frappe.github.io/erpnext/user/manual/en/selling/quotation' },
126 { label: 'Applying Discount', url: 'https://frappe.github.io/erpnext/user/manual/en/selling/articles/applying-discount' },
127 { label: 'Sales Person', url: 'https://frappe.github.io/erpnext/user/manual/en/selling/articles/sales-persons-in-the-sales-transactions' },
128 { label: 'Applying Margin', url: 'https://frappe.github.io/erpnext/user/manual/en/selling/articles/adding-margin' },
129]
130
131frappe.help.help_links['List/Customer'] = [
132 { label: 'Customer', url: 'https://frappe.github.io/erpnext/user/manual/en/CRM/customer' },
133 { label: 'Credit Limit', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/credit-limit' },
134]
135
136frappe.help.help_links['Form/Customer'] = [
137 { label: 'Customer', url: 'https://frappe.github.io/erpnext/user/manual/en/CRM/customer' },
138 { label: 'Credit Limit', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/credit-limit' },
139]
140
Faris Ansari3a6155b2016-08-22 14:36:57 +0530141frappe.help.help_links['List/Sales Taxes and Charges Template'] = [
142 { label: 'Setting Up Taxes', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/setting-up-taxes' },
143]
144
Umair Sayed0dd5a202017-06-07 20:05:35 +0530145frappe.help.help_links['Form/Sales Taxes and Charges Template'] = [
146 { label: 'Setting Up Taxes', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/setting-up-taxes' },
147]
148
149frappe.help.help_links['List/Sales Order'] = [
150 { label: 'Sales Order', url: 'https://frappe.github.io/erpnext/user/manual/en/selling/sales-order' },
151 { label: 'Recurring Sales Order', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/recurring-orders-and-invoices' },
152 { label: 'Applying Discount', url: 'https://frappe.github.io/erpnext/user/manual/en/selling/articles/applying-discount' },
153]
154
155frappe.help.help_links['Form/Sales Order'] = [
156 { label: 'Sales Order', url: 'https://frappe.github.io/erpnext/user/manual/en/selling/sales-order' },
157 { label: 'Recurring Sales Order', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/recurring-orders-and-invoices' },
158 { label: 'Applying Discount', url: 'https://frappe.github.io/erpnext/user/manual/en/selling/articles/applying-discount' },
159 { label: 'Drop Shipping', url: 'https://frappe.github.io/erpnext/user/manual/en/selling/articles/drop-shipping' },
160 { label: 'Sales Person', url: 'https://frappe.github.io/erpnext/user/manual/en/selling/articles/sales-persons-in-the-sales-transactions' },
161 { label: 'Close Sales Order', url: 'https://frappe.github.io/erpnext/user/manual/en/selling/articles/close-sales-order' },
162 { label: 'Applying Margin', url: 'https://frappe.github.io/erpnext/user/manual/en/selling/articles/adding-margin' },
163]
164
165frappe.help.help_links['Form/Product Bundle'] = [
166 { label: 'Product Bundle', url: 'https://frappe.github.io/erpnext/user/manual/en/selling/setup/product-bundle' },
167]
168
169frappe.help.help_links['Form/Selling Settings'] = [
170 { label: 'Selling Settings', url: 'https://frappe.github.io/erpnext/user/manual/en/selling/setup/selling-settings' },
171]
172
173//Buying
174
175frappe.help.help_links['List/Supplier'] = [
176 { label: 'Supplier', url: 'https://frappe.github.io/erpnext/user/manual/en/buying/supplier' },
177]
178
179frappe.help.help_links['Form/Supplier'] = [
180 { label: 'Supplier', url: 'https://frappe.github.io/erpnext/user/manual/en/buying/supplier' },
181]
182
183frappe.help.help_links['Form/Request for Quotation'] = [
184 { label: 'Request for Quotation', url: 'https://frappe.github.io/erpnext/user/manual/en/buying/request-for-quotation' },
185 { label: 'RFQ Video', url: 'https://frappe.github.io/erpnext/user/videos/learn/request-for-quotation.html' },
186]
187
188frappe.help.help_links['Form/Supplier Quotation'] = [
189 { label: 'Supplier Quotation', url: 'https://frappe.github.io/erpnext/user/manual/en/buying/supplier-quotation' },
190]
191
192frappe.help.help_links['Form/Buying Settings'] = [
193 { label: 'Buying Settings', url: 'https://frappe.github.io/erpnext/user/manual/en/buying/setup/buying-settings' },
194]
195
196frappe.help.help_links['List/Purchase Order'] = [
197 { label: 'Purchase Order', url: 'https://frappe.github.io/erpnext/user/manual/en/buying/purchase-order' },
198 { label: 'Recurring Purchase Order', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/recurring-orders-and-invoices' },
199]
200
201frappe.help.help_links['Form/Purchase Order'] = [
202 { label: 'Purchase Order', url: 'https://frappe.github.io/erpnext/user/manual/en/buying/purchase-order' },
203 { label: 'Item UoM', url: 'https://frappe.github.io/erpnext/user/manual/en/buying/articles/purchasing-in-different-unit' },
204 { label: 'Supplier Item Code', url: 'https://frappe.github.io/erpnext/user/manual/en/buying/articles/maintaining-suppliers-part-no-in-item' },
205 { label: 'Recurring Purchase Order', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/recurring-orders-and-invoices' },
206 { label: 'Subcontracting', url: 'https://frappe.github.io/erpnext/user/manual/en/manufacturing/subcontracting' },
207]
208
Faris Ansari3a6155b2016-08-22 14:36:57 +0530209frappe.help.help_links['List/Purchase Taxes and Charges Template'] = [
210 { label: 'Setting Up Taxes', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/setting-up-taxes' },
211]
212
213frappe.help.help_links['List/POS Profile'] = [
214 { label: 'POS Profile', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/pos-setting' },
215]
216
217frappe.help.help_links['List/Price List'] = [
218 { label: 'Price List', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/price-lists' },
219]
220
221frappe.help.help_links['List/Authorization Rule'] = [
222 { label: 'Authorization Rule', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/authorization-rule' },
223]
224
225frappe.help.help_links['Form/SMS Settings'] = [
226 { label: 'SMS Settings', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/sms-setting' },
227]
228
229frappe.help.help_links['List/Stock Reconciliation'] = [
230 { label: 'Stock Reconciliation', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/stock-reconciliation-for-non-serialized-item' },
231]
232
233frappe.help.help_links['Tree/Territory'] = [
234 { label: 'Territory', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/territory' },
235]
236
237frappe.help.help_links['Form/Dropbox Backup'] = [
238 { label: 'Dropbox Backup', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/third-party-backups' },
239 { label: 'Setting Up Dropbox Backup', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/articles/setting-up-dropbox-backups' },
240]
241
242frappe.help.help_links['List/Workflow'] = [
243 { label: 'Workflow', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/workflows' },
244]
245
246frappe.help.help_links['List/Company'] = [
247 { label: 'Company', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/company-setup' },
248 { label: 'Managing Multiple Companies', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/articles/managing-multiple-companies' },
249 { label: 'Delete All Related Transactions for a Company', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/articles/delete-a-company-and-all-related-transactions' },
250]
251
Faris Ansari3a6155b2016-08-22 14:36:57 +0530252//Accounts
253
254frappe.help.help_links['modules/Accounts'] = [
255 { label: 'Introduction to Accounts', url: 'http://frappe.github.io/erpnext/user/manual/en/accounts/' },
256 { label: 'Chart of Accounts', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/chart-of-accounts.html' },
257 { label: 'Multi Currency Accounting', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/multi-currency-accounting' },
258]
259
260frappe.help.help_links['Tree/Account'] = [
261 { label: 'Chart of Accounts', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/chart-of-accounts' },
Umair Sayed0dd5a202017-06-07 20:05:35 +0530262 { label: 'Managing Tree Mastes', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/articles/managing-tree-structure-masters' },
263]
264
265frappe.help.help_links['Form/Sales Invoice'] = [
266 { label: 'Sales Invoice', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/sales-invoice' },
267 { label: 'Accounts Opening Balance', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/opening-accounts' },
268 { label: 'Sales Return', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/sales-return' },
269 { label: 'Recurring Sales Invoice', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/recurring-orders-and-invoices' },
Faris Ansari3a6155b2016-08-22 14:36:57 +0530270]
271
272frappe.help.help_links['List/Sales Invoice'] = [
273 { label: 'Sales Invoice', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/sales-invoice' },
Umair Sayed0dd5a202017-06-07 20:05:35 +0530274 { label: 'Accounts Opening Balance', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/opening-accounts' },
275 { label: 'Sales Return', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/sales-return' },
276 { label: 'Recurring Sales Invoice', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/recurring-orders-and-invoices' },
Faris Ansari3a6155b2016-08-22 14:36:57 +0530277]
278
279frappe.help.help_links['pos'] = [
280 { label: 'Point of Sale Invoice', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/point-of-sale-pos-invoice' },
281]
282
Umair Sayed0dd5a202017-06-07 20:05:35 +0530283frappe.help.help_links['List/POS Profile'] = [
284 { label: 'Point of Sale Profile', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/pos-setting' },
285]
286
Faris Ansari3a6155b2016-08-22 14:36:57 +0530287frappe.help.help_links['List/Purchase Invoice'] = [
288 { label: 'Purchase Invoice', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/purchase-invoice' },
Umair Sayed0dd5a202017-06-07 20:05:35 +0530289 { label: 'Accounts Opening Balance', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/opening-accounts' },
290 { label: 'Recurring Purchase Invoice', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/recurring-orders-and-invoices' },
Faris Ansari3a6155b2016-08-22 14:36:57 +0530291]
292
293frappe.help.help_links['List/Journal Entry'] = [
294 { label: 'Journal Entry', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/journal-entry' },
295 { label: 'Advance Payment Entry', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/advance-payment-entry' },
Umair Sayed0dd5a202017-06-07 20:05:35 +0530296 { label: 'Accounts Opening Balance', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/opening-accounts' },
Faris Ansari3a6155b2016-08-22 14:36:57 +0530297]
298
299frappe.help.help_links['List/Payment Entry'] = [
300 { label: 'Payment Entry', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/payment-entry' },
301]
302
303frappe.help.help_links['List/Payment Request'] = [
304 { label: 'Payment Request', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/payment-request' },
305]
306
307frappe.help.help_links['List/Asset'] = [
308 { label: 'Managing Fixed Assets', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/managing-fixed-assets' },
309]
310
Umair Sayed0dd5a202017-06-07 20:05:35 +0530311frappe.help.help_links['List/Asset Category'] = [
312 { label: 'Asset Category', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/managing-fixed-assets' },
313]
314
Faris Ansari3a6155b2016-08-22 14:36:57 +0530315frappe.help.help_links['Tree/Cost Center'] = [
316 { label: 'Budgeting', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/budgeting' },
317]
318
319frappe.help.help_links['List/Item'] = [
Umair Sayed0dd5a202017-06-07 20:05:35 +0530320 { label: 'Item', url: 'http://frappe.github.io/erpnext/user/manual/en/stock/item' },
321 { label: 'Item Price', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/item/item-price' },
322 { label: 'Barcode', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/articles/track-items-using-barcode' },
Faris Ansari3a6155b2016-08-22 14:36:57 +0530323 { label: 'Item Wise Taxation', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/item-wise-taxation' },
Umair Sayed0dd5a202017-06-07 20:05:35 +0530324 { label: 'Managing Fixed Assets', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/managing-fixed-assets' },
325 { label: 'Item Codification', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/item/item-codification' },
326 { label: 'Item Variants', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/item/item-variants' },
327 { label: 'Item Valuation', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/item/item-valuation-fifo-and-moving-average' },
328]
329
330frappe.help.help_links['Form/Item'] = [
331 { label: 'Item', url: 'http://frappe.github.io/erpnext/user/manual/en/stock/item' },
332 { label: 'Item Price', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/item/item-price' },
333 { label: 'Barcode', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/articles/track-items-using-barcode' },
334 { label: 'Item Wise Taxation', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/item-wise-taxation' },
335 { label: 'Managing Fixed Assets', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/managing-fixed-assets' },
336 { label: 'Item Codification', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/item/item-codification' },
337 { label: 'Item Variants', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/item/item-variants' },
338 { label: 'Item Valuation', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/item/item-valuation-fifo-and-moving-average' },
Faris Ansari3a6155b2016-08-22 14:36:57 +0530339]
340
341frappe.help.help_links['List/Purchase Receipt'] = [
Umair Sayed0dd5a202017-06-07 20:05:35 +0530342 { label: 'Purchase Receipt', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/purchase-receipt' },
343 { label: 'Barcode', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/articles/track-items-using-barcode' },
Faris Ansari3a6155b2016-08-22 14:36:57 +0530344]
345
346frappe.help.help_links['List/Delivery Note'] = [
Umair Sayed0dd5a202017-06-07 20:05:35 +0530347 { label: 'Delivery Note', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/delivery-note' },
348 { label: 'Barcode', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/articles/track-items-using-barcode' },
349 { label: 'Sales Return', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/sales-return' },
Faris Ansari3a6155b2016-08-22 14:36:57 +0530350]
351
Umair Sayed0dd5a202017-06-07 20:05:35 +0530352frappe.help.help_links['Form/Delivery Note'] = [
353 { label: 'Delivery Note', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/delivery-note' },
354 { label: 'Sales Return', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/sales-return' },
355 { label: 'Barcode', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/articles/track-items-using-barcode' },
356 { label: 'Subcontracting', url: 'https://frappe.github.io/erpnext/user/manual/en/manufacturing/subcontracting' },
357]
358
359frappe.help.help_links['List/Installation Note'] = [
360 { label: 'Installation Note', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/installation-note' },
361]
362
363
Faris Ansari3a6155b2016-08-22 14:36:57 +0530364frappe.help.help_links['Tree'] = [
365 { label: 'Managing Tree Structure Masters', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/articles/managing-tree-structure-masters' },
366]
367
Umair Sayed0dd5a202017-06-07 20:05:35 +0530368frappe.help.help_links['List/Budget'] = [
369 { label: 'Budgeting', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/budgeting' },
370]
371
372//Stock
373
374frappe.help.help_links['List/Material Request'] = [
375 { label: 'Material Request', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/material-request' },
376 { label: 'Auto-creation of Material Request', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/articles/auto-creation-of-material-request' },
377]
378
379frappe.help.help_links['Form/Material Request'] = [
380 { label: 'Material Request', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/material-request' },
381 { label: 'Auto-creation of Material Request', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/articles/auto-creation-of-material-request' },
382]
383
384frappe.help.help_links['Form/Stock Entry'] = [
385 { label: 'Stock Entry', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/stock-entry' },
386 { label: 'Stock Entry Types', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/articles/stock-entry-purpose' },
387 { label: 'Repack Entry', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/articles/repack-entry' },
388 { label: 'Opening Stock', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/opening-stock' },
389 { label: 'Subcontracting', url: 'https://frappe.github.io/erpnext/user/manual/en/manufacturing/subcontracting' },
390]
391
392frappe.help.help_links['List/Stock Entry'] = [
393 { label: 'Stock Entry', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/stock-entry' },
394]
395
396frappe.help.help_links['Tree/Warehouse'] = [
397 { label: 'Warehouse', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/warehouse' },
398]
399
400frappe.help.help_links['List/Serial No'] = [
401 { label: 'Serial No', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/serial-no' },
402]
403
404frappe.help.help_links['Form/Serial No'] = [
405 { label: 'Serial No', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/serial-no' },
406]
407
408frappe.help.help_links['Form/Batch'] = [
409 { label: 'Batch', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/batch' },
410]
411
412frappe.help.help_links['Form/Packing Slip'] = [
413 { label: 'Packing Slip', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/tools/packing-slip' },
414]
415
416frappe.help.help_links['Form/Quality Inspection'] = [
417 { label: 'Quality Inspection', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/tools/quality-inspection' },
418]
419
420frappe.help.help_links['Form/Landed Cost Voucher'] = [
421 { label: 'Landed Cost Voucher', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/tools/landed-cost-voucher' },
422]
423
424frappe.help.help_links['Tree/Item Group'] = [
425 { label: 'Item Group', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/setup/item-group' },
426]
427
428frappe.help.help_links['Form/Item Attribute'] = [
429 { label: 'Item Attribute', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/setup/item-attribute' },
430]
431
432frappe.help.help_links['Form/UOM'] = [
433 { label: 'Fractions in UOM', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/articles/managing-fractions-in-uom' },
434]
435
436frappe.help.help_links['Form/Stock Reconciliation'] = [
437 { label: 'Opening Stock Entry', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/opening-stock' },
438]
439
440//CRM
441
442frappe.help.help_links['Form/Lead'] = [
443 { label: 'Lead', url: 'https://frappe.github.io/erpnext/user/manual/en/CRM/lead' },
444]
445
446frappe.help.help_links['Form/Opportunity'] = [
447 { label: 'Opportunity', url: 'https://frappe.github.io/erpnext/user/manual/en/CRM/opportunity' },
448]
449
450frappe.help.help_links['Form/Address'] = [
451 { label: 'Address', url: 'https://frappe.github.io/erpnext/user/manual/en/CRM/contact' },
452]
453
454frappe.help.help_links['Form/Contact'] = [
455 { label: 'Contact', url: 'https://frappe.github.io/erpnext/user/manual/en/CRM/contact' },
456]
457
458frappe.help.help_links['Form/Newsletter'] = [
459 { label: 'Newsletter', url: 'https://frappe.github.io/erpnext/user/manual/en/CRM/newsletter' },
460]
461
462frappe.help.help_links['Form/Campaign'] = [
463 { label: 'Campaign', url: 'https://frappe.github.io/erpnext/user/manual/en/CRM/setup/campaign' },
464]
465
466frappe.help.help_links['Tree/Sales Person'] = [
467 { label: 'Sales Person', url: 'https://frappe.github.io/erpnext/user/manual/en/CRM/setup/sales-person' },
468]
469
470frappe.help.help_links['Form/Sales Person'] = [
471 { label: 'Sales Person Target', url: 'https://frappe.github.io/erpnext/user/manual/en/selling/setup/sales-person-target-allocation' },
472]
473
474//Support
475
476frappe.help.help_links['List/Feedback Trigger'] = [
477 { label: 'Feedback Trigger', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/feedback/setting-up-feedback' },
478]
479
480frappe.help.help_links['List/Feedback Request'] = [
481 { label: 'Feedback Request', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/feedback/submit-feedback' },
482]
483
484frappe.help.help_links['List/Feedback Request'] = [
485 { label: 'Feedback Request', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/feedback/submit-feedback' },
486]
487
488//Manufacturing
489
490frappe.help.help_links['Form/BOM'] = [
491 { label: 'Bill of Material', url: 'https://frappe.github.io/erpnext/user/manual/en/manufacturing/bill-of-materials' },
492 { label: 'Nested BOM Structure', url: 'https://frappe.github.io/erpnext/user/manual/en/manufacturing/articles/nested-bom-structure' },
493]
494
Zarrar13ddc7e2018-03-20 12:38:43 +0530495frappe.help.help_links['Form/Work Order'] = [
Zarrar7f4cd3f2018-03-27 14:59:49 +0530496 { label: 'Work Order', url: 'https://frappe.github.io/erpnext/user/manual/en/manufacturing/work-order' },
Umair Sayed0dd5a202017-06-07 20:05:35 +0530497]
498
499frappe.help.help_links['Form/Workstation'] = [
500 { label: 'Workstation', url: 'https://frappe.github.io/erpnext/user/manual/en/manufacturing/workstation' },
501]
502
503frappe.help.help_links['Form/Operation'] = [
504 { label: 'Operation', url: 'https://frappe.github.io/erpnext/user/manual/en/manufacturing/operation' },
505]
506
Nabin Haitadbf8ad2017-07-31 20:45:36 +0530507frappe.help.help_links['Form/BOM Update Tool'] = [
508 { label: 'BOM Update Tool', url: 'https://frappe.github.io/erpnext/user/manual/en/manufacturing/tools/bom-update-tool' },
Umair Sayed0dd5a202017-06-07 20:05:35 +0530509]
510
511//Customize
512
513frappe.help.help_links['Form/Customize Form'] = [
514 { label: 'Custom Field', url: 'https://frappe.github.io/erpnext/user/manual/en/customize-erpnext/custom-field' },
515 { label: 'Customize Field', url: 'https://frappe.github.io/erpnext/user/manual/en/customize-erpnext/customize-form' },
516]
517
518frappe.help.help_links['Form/Custom Field'] = [
519 { label: 'Custom Field', url: 'https://frappe.github.io/erpnext/user/manual/en/customize-erpnext/custom-field' },
520]
521
522frappe.help.help_links['Form/Custom Field'] = [
523 { label: 'Custom Field', url: 'https://frappe.github.io/erpnext/user/manual/en/customize-erpnext/custom-field' },
524]