Faris Ansari | 3a6155b | 2016-08-22 14:36:57 +0530 | [diff] [blame] | 1 | frappe.provide('frappe.help.help_links'); |
| 2 | |
| 3 | frappe.help.help_links['Form/Rename Tool'] = [ |
Umair Sayed | 0dd5a20 | 2017-06-07 20:05:35 +0530 | [diff] [blame] | 4 | { label: 'Bulk Rename', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/data/bulk-rename' }, |
Faris Ansari | 3a6155b | 2016-08-22 14:36:57 +0530 | [diff] [blame] | 5 | ] |
| 6 | |
Umair Sayed | 0dd5a20 | 2017-06-07 20:05:35 +0530 | [diff] [blame] | 7 | //Setup |
| 8 | |
| 9 | frappe.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 | |
| 14 | frappe.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' }, |
| 17 | { label: 'User Permissions Manager', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/users-and-permissions/user-permissions' }, |
| 18 | { 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 | |
| 22 | frappe.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 | |
| 26 | frappe.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 | |
| 31 | frappe.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 Ansari | 3a6155b | 2016-08-22 14:36:57 +0530 | [diff] [blame] | 33 | ] |
| 34 | |
| 35 | frappe.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 | |
| 40 | frappe.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 | |
| 44 | frappe.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 | |
| 48 | frappe.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 | |
| 52 | frappe.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 | |
| 56 | frappe.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 | |
| 60 | frappe.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 | |
| 64 | frappe.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 Sayed | 0dd5a20 | 2017-06-07 20:05:35 +0530 | [diff] [blame] | 68 | frappe.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 | |
| 72 | frappe.help.help_links['List/Email Alert'] = [ |
| 73 | { label: 'Email Alert', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/email/email-alerts' }, |
| 74 | ] |
| 75 | |
| 76 | frappe.help.help_links['Form/Email Alert'] = [ |
| 77 | { label: 'Email Alert', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/email/email-alerts' }, |
| 78 | ] |
| 79 | |
| 80 | frappe.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 | |
| 84 | frappe.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 | |
| 88 | frappe.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 | |
| 92 | frappe.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 | |
| 96 | frappe.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 | |
| 102 | frappe.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 | |
| 106 | frappe.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 | |
| 110 | frappe.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 | |
| 114 | frappe.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 | |
| 118 | frappe.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 | |
| 124 | frappe.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 | |
| 131 | frappe.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 | |
| 136 | frappe.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 Ansari | 3a6155b | 2016-08-22 14:36:57 +0530 | [diff] [blame] | 141 | frappe.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 Sayed | 0dd5a20 | 2017-06-07 20:05:35 +0530 | [diff] [blame] | 145 | frappe.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 | |
| 149 | frappe.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 | |
| 155 | frappe.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 | |
| 165 | frappe.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 | |
| 169 | frappe.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 | |
| 175 | frappe.help.help_links['List/Supplier'] = [ |
| 176 | { label: 'Supplier', url: 'https://frappe.github.io/erpnext/user/manual/en/buying/supplier' }, |
| 177 | ] |
| 178 | |
| 179 | frappe.help.help_links['Form/Supplier'] = [ |
| 180 | { label: 'Supplier', url: 'https://frappe.github.io/erpnext/user/manual/en/buying/supplier' }, |
| 181 | ] |
| 182 | |
| 183 | frappe.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 | |
| 188 | frappe.help.help_links['Form/Supplier Quotation'] = [ |
| 189 | { label: 'Supplier Quotation', url: 'https://frappe.github.io/erpnext/user/manual/en/buying/supplier-quotation' }, |
| 190 | ] |
| 191 | |
| 192 | frappe.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 | |
| 196 | frappe.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 | |
| 201 | frappe.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 Ansari | 3a6155b | 2016-08-22 14:36:57 +0530 | [diff] [blame] | 209 | frappe.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 | |
| 213 | frappe.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 | |
| 217 | frappe.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 | |
| 221 | frappe.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 | |
| 225 | frappe.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 | |
| 229 | frappe.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 | |
| 233 | frappe.help.help_links['Tree/Territory'] = [ |
| 234 | { label: 'Territory', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/territory' }, |
| 235 | ] |
| 236 | |
| 237 | frappe.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 | |
| 242 | frappe.help.help_links['List/Workflow'] = [ |
| 243 | { label: 'Workflow', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/workflows' }, |
| 244 | ] |
| 245 | |
| 246 | frappe.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 Ansari | 3a6155b | 2016-08-22 14:36:57 +0530 | [diff] [blame] | 252 | //Accounts |
| 253 | |
| 254 | frappe.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 | |
| 260 | frappe.help.help_links['Tree/Account'] = [ |
| 261 | { label: 'Chart of Accounts', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/chart-of-accounts' }, |
Umair Sayed | 0dd5a20 | 2017-06-07 20:05:35 +0530 | [diff] [blame] | 262 | { label: 'Managing Tree Mastes', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/articles/managing-tree-structure-masters' }, |
| 263 | ] |
| 264 | |
| 265 | frappe.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 Ansari | 3a6155b | 2016-08-22 14:36:57 +0530 | [diff] [blame] | 270 | ] |
| 271 | |
| 272 | frappe.help.help_links['List/Sales Invoice'] = [ |
| 273 | { label: 'Sales Invoice', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/sales-invoice' }, |
Umair Sayed | 0dd5a20 | 2017-06-07 20:05:35 +0530 | [diff] [blame] | 274 | { 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 Ansari | 3a6155b | 2016-08-22 14:36:57 +0530 | [diff] [blame] | 277 | ] |
| 278 | |
| 279 | frappe.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 Sayed | 0dd5a20 | 2017-06-07 20:05:35 +0530 | [diff] [blame] | 283 | frappe.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 Ansari | 3a6155b | 2016-08-22 14:36:57 +0530 | [diff] [blame] | 287 | frappe.help.help_links['List/Purchase Invoice'] = [ |
| 288 | { label: 'Purchase Invoice', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/purchase-invoice' }, |
Umair Sayed | 0dd5a20 | 2017-06-07 20:05:35 +0530 | [diff] [blame] | 289 | { 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 Ansari | 3a6155b | 2016-08-22 14:36:57 +0530 | [diff] [blame] | 291 | ] |
| 292 | |
| 293 | frappe.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 Sayed | 0dd5a20 | 2017-06-07 20:05:35 +0530 | [diff] [blame] | 296 | { label: 'Accounts Opening Balance', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/opening-accounts' }, |
Faris Ansari | 3a6155b | 2016-08-22 14:36:57 +0530 | [diff] [blame] | 297 | ] |
| 298 | |
| 299 | frappe.help.help_links['List/Payment Entry'] = [ |
| 300 | { label: 'Payment Entry', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/payment-entry' }, |
| 301 | ] |
| 302 | |
| 303 | frappe.help.help_links['List/Payment Request'] = [ |
| 304 | { label: 'Payment Request', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/payment-request' }, |
| 305 | ] |
| 306 | |
| 307 | frappe.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 Sayed | 0dd5a20 | 2017-06-07 20:05:35 +0530 | [diff] [blame] | 311 | frappe.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 Ansari | 3a6155b | 2016-08-22 14:36:57 +0530 | [diff] [blame] | 315 | frappe.help.help_links['Tree/Cost Center'] = [ |
| 316 | { label: 'Budgeting', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/budgeting' }, |
| 317 | ] |
| 318 | |
| 319 | frappe.help.help_links['List/Item'] = [ |
Umair Sayed | 0dd5a20 | 2017-06-07 20:05:35 +0530 | [diff] [blame] | 320 | { 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 Ansari | 3a6155b | 2016-08-22 14:36:57 +0530 | [diff] [blame] | 323 | { label: 'Item Wise Taxation', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/item-wise-taxation' }, |
Umair Sayed | 0dd5a20 | 2017-06-07 20:05:35 +0530 | [diff] [blame] | 324 | { 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 | |
| 330 | frappe.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 Ansari | 3a6155b | 2016-08-22 14:36:57 +0530 | [diff] [blame] | 339 | ] |
| 340 | |
| 341 | frappe.help.help_links['List/Purchase Receipt'] = [ |
Umair Sayed | 0dd5a20 | 2017-06-07 20:05:35 +0530 | [diff] [blame] | 342 | { 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 Ansari | 3a6155b | 2016-08-22 14:36:57 +0530 | [diff] [blame] | 344 | ] |
| 345 | |
| 346 | frappe.help.help_links['List/Delivery Note'] = [ |
Umair Sayed | 0dd5a20 | 2017-06-07 20:05:35 +0530 | [diff] [blame] | 347 | { 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 Ansari | 3a6155b | 2016-08-22 14:36:57 +0530 | [diff] [blame] | 350 | ] |
| 351 | |
Umair Sayed | 0dd5a20 | 2017-06-07 20:05:35 +0530 | [diff] [blame] | 352 | frappe.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 | |
| 359 | frappe.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 Ansari | 3a6155b | 2016-08-22 14:36:57 +0530 | [diff] [blame] | 364 | frappe.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 Sayed | 0dd5a20 | 2017-06-07 20:05:35 +0530 | [diff] [blame] | 368 | frappe.help.help_links['List/Budget'] = [ |
| 369 | { label: 'Budgeting', url: 'https://frappe.github.io/erpnext/user/manual/en/accounts/budgeting' }, |
| 370 | ] |
| 371 | |
| 372 | //Stock |
| 373 | |
| 374 | frappe.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 | |
| 379 | frappe.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 | |
| 384 | frappe.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 | |
| 392 | frappe.help.help_links['List/Stock Entry'] = [ |
| 393 | { label: 'Stock Entry', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/stock-entry' }, |
| 394 | ] |
| 395 | |
| 396 | frappe.help.help_links['Tree/Warehouse'] = [ |
| 397 | { label: 'Warehouse', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/warehouse' }, |
| 398 | ] |
| 399 | |
| 400 | frappe.help.help_links['List/Serial No'] = [ |
| 401 | { label: 'Serial No', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/serial-no' }, |
| 402 | ] |
| 403 | |
| 404 | frappe.help.help_links['Form/Serial No'] = [ |
| 405 | { label: 'Serial No', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/serial-no' }, |
| 406 | ] |
| 407 | |
| 408 | frappe.help.help_links['Form/Batch'] = [ |
| 409 | { label: 'Batch', url: 'https://frappe.github.io/erpnext/user/manual/en/stock/batch' }, |
| 410 | ] |
| 411 | |
| 412 | frappe.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 | |
| 416 | frappe.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 | |
| 420 | frappe.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 | |
| 424 | frappe.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 | |
| 428 | frappe.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 | |
| 432 | frappe.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 | |
| 436 | frappe.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 | |
| 442 | frappe.help.help_links['Form/Lead'] = [ |
| 443 | { label: 'Lead', url: 'https://frappe.github.io/erpnext/user/manual/en/CRM/lead' }, |
| 444 | ] |
| 445 | |
| 446 | frappe.help.help_links['Form/Opportunity'] = [ |
| 447 | { label: 'Opportunity', url: 'https://frappe.github.io/erpnext/user/manual/en/CRM/opportunity' }, |
| 448 | ] |
| 449 | |
| 450 | frappe.help.help_links['Form/Address'] = [ |
| 451 | { label: 'Address', url: 'https://frappe.github.io/erpnext/user/manual/en/CRM/contact' }, |
| 452 | ] |
| 453 | |
| 454 | frappe.help.help_links['Form/Contact'] = [ |
| 455 | { label: 'Contact', url: 'https://frappe.github.io/erpnext/user/manual/en/CRM/contact' }, |
| 456 | ] |
| 457 | |
| 458 | frappe.help.help_links['Form/Newsletter'] = [ |
| 459 | { label: 'Newsletter', url: 'https://frappe.github.io/erpnext/user/manual/en/CRM/newsletter' }, |
| 460 | ] |
| 461 | |
| 462 | frappe.help.help_links['Form/Campaign'] = [ |
| 463 | { label: 'Campaign', url: 'https://frappe.github.io/erpnext/user/manual/en/CRM/setup/campaign' }, |
| 464 | ] |
| 465 | |
| 466 | frappe.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 | |
| 470 | frappe.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 | |
| 476 | frappe.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 | |
| 480 | frappe.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 | |
| 484 | frappe.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 | |
| 490 | frappe.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 | |
| 495 | frappe.help.help_links['Form/Production Order'] = [ |
| 496 | { label: 'Production Order', url: 'https://frappe.github.io/erpnext/user/manual/en/manufacturing/production-order' }, |
| 497 | ] |
| 498 | |
| 499 | frappe.help.help_links['Form/Workstation'] = [ |
| 500 | { label: 'Workstation', url: 'https://frappe.github.io/erpnext/user/manual/en/manufacturing/workstation' }, |
| 501 | ] |
| 502 | |
| 503 | frappe.help.help_links['Form/Operation'] = [ |
| 504 | { label: 'Operation', url: 'https://frappe.github.io/erpnext/user/manual/en/manufacturing/operation' }, |
| 505 | ] |
| 506 | |
| 507 | frappe.help.help_links['Form/Production Planning Tool'] = [ |
| 508 | { label: 'Production Planning Tool', url: 'https://frappe.github.io/erpnext/user/manual/en/manufacturing/tools/production-planning-tool' }, |
| 509 | ] |
| 510 | |
| 511 | frappe.help.help_links['Form/BOM Replace Tool'] = [ |
| 512 | { label: 'BOM Replace Tool', url: 'https://frappe.github.io/erpnext/user/manual/en/manufacturing/tools/bom-replace-tool' }, |
| 513 | ] |
| 514 | |
| 515 | //Customize |
| 516 | |
| 517 | frappe.help.help_links['Form/Customize Form'] = [ |
| 518 | { label: 'Custom Field', url: 'https://frappe.github.io/erpnext/user/manual/en/customize-erpnext/custom-field' }, |
| 519 | { label: 'Customize Field', url: 'https://frappe.github.io/erpnext/user/manual/en/customize-erpnext/customize-form' }, |
| 520 | ] |
| 521 | |
| 522 | frappe.help.help_links['Form/Custom Field'] = [ |
| 523 | { label: 'Custom Field', url: 'https://frappe.github.io/erpnext/user/manual/en/customize-erpnext/custom-field' }, |
| 524 | ] |
| 525 | |
| 526 | frappe.help.help_links['Form/Custom Field'] = [ |
| 527 | { label: 'Custom Field', url: 'https://frappe.github.io/erpnext/user/manual/en/customize-erpnext/custom-field' }, |
| 528 | ] |