blob: 3595d777cb74578fb897a12b24e854f38267323e [file] [log] [blame]
Faris Ansari3a6155b2016-08-22 14:36:57 +05301frappe.provide('frappe.help.help_links');
2
3frappe.help.help_links['Form/Rename Tool'] = [
4 { label: 'Bulk Rename', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/data/bulk-rename.html' },
5]
6
7frappe.help.help_links['List/Customer'] = [
8 { label: 'Customer', url: 'https://frappe.github.io/erpnext/user/manual/en/CRM/customer.html' },
9]
10
11frappe.help.help_links['Form/Naming Series'] = [
12 { label: 'Naming Series', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/settings/naming-series' },
13 { label: 'Setting the Current Value for Naming Series', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/articles/naming-series-current-value' },
14]
15
16frappe.help.help_links['Form/Global Defaults'] = [
17 { label: 'Global Settings', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/settings/global-defaults' },
18]
19
20frappe.help.help_links['Form/Email Digest'] = [
21 { label: 'Email Digest', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/email/email-digest' },
22]
23
24frappe.help.help_links['List/Print Heading'] = [
25 { label: 'Print Heading', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/print/print-headings' },
26]
27
28frappe.help.help_links['List/Letter Head'] = [
29 { label: 'Letter Head', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/print/letter-head' },
30]
31
32frappe.help.help_links['List/Address Template'] = [
33 { label: 'Address Template', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/print/address-template' },
34]
35
36frappe.help.help_links['List/Terms and Conditions'] = [
37 { label: 'Terms and Conditions', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/print/terms-and-conditions' },
38]
39
40frappe.help.help_links['List/Cheque Print Template'] = [
41 { label: 'Cheque Print Template', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/print/cheque-print-template' },
42]
43
44frappe.help.help_links['List/Sales Taxes and Charges Template'] = [
45 { label: 'Setting Up Taxes', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/setting-up-taxes' },
46]
47
48frappe.help.help_links['List/Purchase Taxes and Charges Template'] = [
49 { label: 'Setting Up Taxes', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/setting-up-taxes' },
50]
51
52frappe.help.help_links['List/POS Profile'] = [
53 { label: 'POS Profile', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/pos-setting' },
54]
55
56frappe.help.help_links['List/Price List'] = [
57 { label: 'Price List', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/price-lists' },
58]
59
60frappe.help.help_links['List/Authorization Rule'] = [
61 { label: 'Authorization Rule', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/authorization-rule' },
62]
63
64frappe.help.help_links['Form/SMS Settings'] = [
65 { label: 'SMS Settings', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/sms-setting' },
66]
67
68frappe.help.help_links['List/Stock Reconciliation'] = [
69 { label: 'Stock Reconciliation', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/stock-reconciliation-for-non-serialized-item' },
70]
71
72frappe.help.help_links['Tree/Territory'] = [
73 { label: 'Territory', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/territory' },
74]
75
76frappe.help.help_links['Form/Dropbox Backup'] = [
77 { label: 'Dropbox Backup', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/third-party-backups' },
78 { label: 'Setting Up Dropbox Backup', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/articles/setting-up-dropbox-backups' },
79]
80
81frappe.help.help_links['List/Workflow'] = [
82 { label: 'Workflow', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/workflows' },
83]
84
85frappe.help.help_links['List/Company'] = [
86 { label: 'Company', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/company-setup' },
87 { label: 'Managing Multiple Companies', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/articles/managing-multiple-companies' },
88 { 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' },
89]
90
91frappe.help.help_links['permission-manager'] = [
92 { label: 'Role Permissions Manager', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/users-and-permissions/role-based-permissions' },
93 { label: 'Managing Perm Level in Permissions Manager', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/articles/managing-perm-level' },
94]
95
96frappe.help.help_links['data-import-tool'] = [
97 { label: 'Importing and Exporting Data', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/data/data-import-tool.html' },
98 { 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' },
99]
100
101//Accounts
102
103frappe.help.help_links['modules/Accounts'] = [
104 { label: 'Introduction to Accounts', url: 'http://frappe.github.io/erpnext/user/manual/en/accounts/' },
105 { label: 'Chart of Accounts', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/chart-of-accounts.html' },
106 { label: 'Multi Currency Accounting', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/multi-currency-accounting' },
107]
108
109frappe.help.help_links['Tree/Account'] = [
110 { label: 'Chart of Accounts', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/chart-of-accounts' },
111]
112
113frappe.help.help_links['List/Sales Invoice'] = [
114 { label: 'Sales Invoice', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/sales-invoice' },
115]
116
117frappe.help.help_links['pos'] = [
118 { label: 'Point of Sale Invoice', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/point-of-sale-pos-invoice' },
119]
120
121frappe.help.help_links['List/Purchase Invoice'] = [
122 { label: 'Purchase Invoice', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/purchase-invoice' },
123]
124
125frappe.help.help_links['List/Journal Entry'] = [
126 { label: 'Journal Entry', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/journal-entry' },
127 { label: 'Advance Payment Entry', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/advance-payment-entry' },
128]
129
130frappe.help.help_links['List/Payment Entry'] = [
131 { label: 'Payment Entry', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/payment-entry' },
132]
133
134frappe.help.help_links['List/Payment Request'] = [
135 { label: 'Payment Request', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/payment-request' },
136]
137
138frappe.help.help_links['List/Asset'] = [
139 { label: 'Managing Fixed Assets', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/managing-fixed-assets' },
140]
141
142frappe.help.help_links['Tree/Cost Center'] = [
143 { label: 'Budgeting', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/budgeting' },
144]
145
146frappe.help.help_links['List/Item'] = [
147 { label: 'Barcode', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/bar-code' },
148 { label: 'Item Wise Taxation', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/item-wise-taxation' },
149]
150
151frappe.help.help_links['List/Purchase Receipt'] = [
152 { label: 'Barcode', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/bar-code' },
153]
154
155frappe.help.help_links['List/Delivery Note'] = [
156 { label: 'Barcode', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/bar-code' },
157]
158
159frappe.help.help_links['Tree'] = [
160 { label: 'Managing Tree Structure Masters', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/articles/managing-tree-structure-masters' },
161]
162