2016-08-22 09:06:57 +00:00
frappe . provide ( 'frappe.help.help_links' ) ;
2019-01-25 08:57:23 +00:00
const docsUrl = 'https://erpnext.com/docs/' ;
2019-01-25 07:44:11 +00:00
2016-08-22 09:06:57 +00:00
frappe . help . help _links [ 'Form/Rename Tool' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Bulk Rename' , url : docsUrl + 'user/manual/en/setting-up/data/bulk-rename' } ,
2016-08-22 09:06:57 +00:00
]
2017-06-07 14:35:35 +00:00
//Setup
frappe . help . help _links [ 'List/User' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'New User' , url : docsUrl + 'user/manual/en/setting-up/users-and-permissions/adding-users' } ,
{ label : 'Rename User' , url : docsUrl + 'user/manual/en/setting-up/articles/rename-user' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'permission-manager' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Role Permissions Manager' , url : docsUrl + 'user/manual/en/setting-up/users-and-permissions/role-based-permissions' } ,
{ label : 'Managing Perm Level in Permissions Manager' , url : docsUrl + 'user/manual/en/setting-up/articles/managing-perm-level' } ,
{ label : 'User Permissions' , url : docsUrl + 'user/manual/en/setting-up/users-and-permissions/user-permissions' } ,
{ label : 'Sharing' , url : docsUrl + 'user/manual/en/setting-up/users-and-permissions/sharing' } ,
{ label : 'Password' , url : docsUrl + 'user/manual/en/setting-up/articles/change-password' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/System Settings' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Naming Series' , url : docsUrl + 'user/manual/en/setting-up/settings/system-settings' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'data-import-tool' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Importing and Exporting Data' , url : docsUrl + 'user/manual/en/setting-up/data/data-import-tool' } ,
{ label : 'Overwriting Data from Data Import Tool' , url : docsUrl + 'user/manual/en/setting-up/articles/overwriting-data-from-data-import-tool' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'module_setup' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Role Permissions Manager' , url : docsUrl + 'user/manual/en/setting-up/users-and-permissions/role-based-permissions' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'Form/Naming Series' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Naming Series' , url : docsUrl + 'user/manual/en/setting-up/settings/naming-series' } ,
{ label : 'Setting the Current Value for Naming Series' , url : docsUrl + 'user/manual/en/setting-up/articles/naming-series-current-value' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'Form/Global Defaults' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Global Settings' , url : docsUrl + 'user/manual/en/setting-up/settings/global-defaults' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'Form/Email Digest' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Email Digest' , url : docsUrl + 'user/manual/en/setting-up/email/email-digest' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'List/Print Heading' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Print Heading' , url : docsUrl + 'user/manual/en/setting-up/print/print-headings' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'List/Letter Head' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Letter Head' , url : docsUrl + 'user/manual/en/setting-up/print/letter-head' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'List/Address Template' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Address Template' , url : docsUrl + 'user/manual/en/setting-up/print/address-template' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'List/Terms and Conditions' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Terms and Conditions' , url : docsUrl + 'user/manual/en/setting-up/print/terms-and-conditions' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'List/Cheque Print Template' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Cheque Print Template' , url : docsUrl + 'user/manual/en/setting-up/print/cheque-print-template' } ,
2016-08-22 09:06:57 +00:00
]
2017-06-07 14:35:35 +00:00
frappe . help . help _links [ 'List/Email Account' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Email Account' , url : docsUrl + 'user/manual/en/setting-up/email/email-account' } ,
2017-06-07 14:35:35 +00:00
]
2018-06-21 03:47:52 +00:00
frappe . help . help _links [ 'List/Notification' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Notification' , url : docsUrl + 'user/manual/en/setting-up/email/notifications' } ,
2017-06-07 14:35:35 +00:00
]
2018-06-21 03:47:52 +00:00
frappe . help . help _links [ 'Form/Notification' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Notification' , url : docsUrl + 'user/manual/en/setting-up/email/notifications' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'List/Email Digest' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Email Digest' , url : docsUrl + 'user/manual/en/setting-up/email/email-digest' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'List/Auto Email Report' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Auto Email Reports' , url : docsUrl + 'user/manual/en/setting-up/email/email-reports' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Print Settings' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Print Settings' , url : docsUrl + 'user/manual/en/setting-up/print/print-settings' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'print-format-builder' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Print Format Builder' , url : docsUrl + 'user/manual/en/setting-up/print/print-settings' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'List/Print Heading' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Print Heading' , url : docsUrl + 'user/manual/en/setting-up/print/print-headings' } ,
2017-06-07 14:35:35 +00:00
]
//setup-integrations
frappe . help . help _links [ 'Form/PayPal Settings' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'PayPal Settings' , url : docsUrl + 'user/manual/en/setting-up/integrations/paypal-integration' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Razorpay Settings' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Razorpay Settings' , url : docsUrl + 'user/manual/en/setting-up/integrations/razorpay-integration' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Dropbox Settings' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Dropbox Settings' , url : docsUrl + 'user/manual/en/setting-up/integrations/dropbox-backup' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/LDAP Settings' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'LDAP Settings' , url : docsUrl + 'user/manual/en/setting-up/integrations/ldap-integration' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Stripe Settings' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Stripe Settings' , url : docsUrl + 'user/manual/en/setting-up/integrations/stripe-integration' } ,
2017-06-07 14:35:35 +00:00
]
//Sales
frappe . help . help _links [ 'Form/Quotation' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Quotation' , url : docsUrl + 'user/manual/en/selling/quotation' } ,
{ label : 'Applying Discount' , url : docsUrl + 'user/manual/en/selling/articles/applying-discount' } ,
{ label : 'Sales Person' , url : docsUrl + 'user/manual/en/selling/articles/sales-persons-in-the-sales-transactions' } ,
{ label : 'Applying Margin' , url : docsUrl + 'user/manual/en/selling/articles/adding-margin' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'List/Customer' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Customer' , url : docsUrl + 'user/manual/en/CRM/customer' } ,
{ label : 'Credit Limit' , url : docsUrl + 'user/manual/en/accounts/credit-limit' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Customer' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Customer' , url : docsUrl + 'user/manual/en/CRM/customer' } ,
{ label : 'Credit Limit' , url : docsUrl + 'user/manual/en/accounts/credit-limit' } ,
2017-06-07 14:35:35 +00:00
]
2016-08-22 09:06:57 +00:00
frappe . help . help _links [ 'List/Sales Taxes and Charges Template' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Setting Up Taxes' , url : docsUrl + 'user/manual/en/setting-up/setting-up-taxes' } ,
2016-08-22 09:06:57 +00:00
]
2017-06-07 14:35:35 +00:00
frappe . help . help _links [ 'Form/Sales Taxes and Charges Template' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Setting Up Taxes' , url : docsUrl + 'user/manual/en/setting-up/setting-up-taxes' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'List/Sales Order' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Sales Order' , url : docsUrl + 'user/manual/en/selling/sales-order' } ,
{ label : 'Recurring Sales Order' , url : docsUrl + 'user/manual/en/accounts/recurring-orders-and-invoices' } ,
{ label : 'Applying Discount' , url : docsUrl + 'user/manual/en/selling/articles/applying-discount' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Sales Order' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Sales Order' , url : docsUrl + 'user/manual/en/selling/sales-order' } ,
{ label : 'Recurring Sales Order' , url : docsUrl + 'user/manual/en/accounts/recurring-orders-and-invoices' } ,
{ label : 'Applying Discount' , url : docsUrl + 'user/manual/en/selling/articles/applying-discount' } ,
{ label : 'Drop Shipping' , url : docsUrl + 'user/manual/en/selling/articles/drop-shipping' } ,
{ label : 'Sales Person' , url : docsUrl + 'user/manual/en/selling/articles/sales-persons-in-the-sales-transactions' } ,
{ label : 'Close Sales Order' , url : docsUrl + 'user/manual/en/selling/articles/close-sales-order' } ,
{ label : 'Applying Margin' , url : docsUrl + 'user/manual/en/selling/articles/adding-margin' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Product Bundle' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Product Bundle' , url : docsUrl + 'user/manual/en/selling/setup/product-bundle' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Selling Settings' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Selling Settings' , url : docsUrl + 'user/manual/en/selling/setup/selling-settings' } ,
2017-06-07 14:35:35 +00:00
]
//Buying
frappe . help . help _links [ 'List/Supplier' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Supplier' , url : docsUrl + 'user/manual/en/buying/supplier' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Supplier' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Supplier' , url : docsUrl + 'user/manual/en/buying/supplier' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Request for Quotation' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Request for Quotation' , url : docsUrl + 'user/manual/en/buying/request-for-quotation' } ,
{ label : 'RFQ Video' , url : docsUrl + 'user/videos/learn/request-for-quotation.html' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Supplier Quotation' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Supplier Quotation' , url : docsUrl + 'user/manual/en/buying/supplier-quotation' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Buying Settings' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Buying Settings' , url : docsUrl + 'user/manual/en/buying/setup/buying-settings' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'List/Purchase Order' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Purchase Order' , url : docsUrl + 'user/manual/en/buying/purchase-order' } ,
{ label : 'Recurring Purchase Order' , url : docsUrl + 'user/manual/en/accounts/recurring-orders-and-invoices' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Purchase Order' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Purchase Order' , url : docsUrl + 'user/manual/en/buying/purchase-order' } ,
{ label : 'Item UoM' , url : docsUrl + 'user/manual/en/buying/articles/purchasing-in-different-unit' } ,
{ label : 'Supplier Item Code' , url : docsUrl + 'user/manual/en/buying/articles/maintaining-suppliers-part-no-in-item' } ,
{ label : 'Recurring Purchase Order' , url : docsUrl + 'user/manual/en/accounts/recurring-orders-and-invoices' } ,
{ label : 'Subcontracting' , url : docsUrl + 'user/manual/en/manufacturing/subcontracting' } ,
2017-06-07 14:35:35 +00:00
]
2016-08-22 09:06:57 +00:00
frappe . help . help _links [ 'List/Purchase Taxes and Charges Template' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Setting Up Taxes' , url : docsUrl + 'user/manual/en/setting-up/setting-up-taxes' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'List/POS Profile' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'POS Profile' , url : docsUrl + 'user/manual/en/setting-up/pos-setting' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'List/Price List' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Price List' , url : docsUrl + 'user/manual/en/setting-up/price-lists' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'List/Authorization Rule' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Authorization Rule' , url : docsUrl + 'user/manual/en/setting-up/authorization-rule' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'Form/SMS Settings' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'SMS Settings' , url : docsUrl + 'user/manual/en/setting-up/sms-setting' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'List/Stock Reconciliation' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Stock Reconciliation' , url : docsUrl + 'user/manual/en/setting-up/stock-reconciliation-for-non-serialized-item' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'Tree/Territory' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Territory' , url : docsUrl + 'user/manual/en/setting-up/territory' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'Form/Dropbox Backup' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Dropbox Backup' , url : docsUrl + 'user/manual/en/setting-up/third-party-backups' } ,
{ label : 'Setting Up Dropbox Backup' , url : docsUrl + 'user/manual/en/setting-up/articles/setting-up-dropbox-backups' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'List/Workflow' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Workflow' , url : docsUrl + 'user/manual/en/setting-up/workflows' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'List/Company' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Company' , url : docsUrl + 'user/manual/en/setting-up/company-setup' } ,
{ label : 'Managing Multiple Companies' , url : docsUrl + 'user/manual/en/setting-up/articles/managing-multiple-companies' } ,
{ label : 'Delete All Related Transactions for a Company' , url : docsUrl + 'user/manual/en/setting-up/articles/delete-a-company-and-all-related-transactions' } ,
2016-08-22 09:06:57 +00:00
]
//Accounts
frappe . help . help _links [ 'modules/Accounts' ] = [
2019-01-21 14:05:02 +00:00
{ label : 'Introduction to Accounts' , url : 'http://erpnext.com/docs/user/manual/en/accounts/' } ,
2019-01-25 07:44:11 +00:00
{ label : 'Chart of Accounts' , url : docsUrl + 'user/manual/en/accounts/chart-of-accounts.html' } ,
{ label : 'Multi Currency Accounting' , url : docsUrl + 'user/manual/en/accounts/multi-currency-accounting' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'Tree/Account' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Chart of Accounts' , url : docsUrl + 'user/manual/en/accounts/chart-of-accounts' } ,
{ label : 'Managing Tree Mastes' , url : docsUrl + 'user/manual/en/setting-up/articles/managing-tree-structure-masters' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Sales Invoice' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Sales Invoice' , url : docsUrl + 'user/manual/en/accounts/sales-invoice' } ,
{ label : 'Accounts Opening Balance' , url : docsUrl + 'user/manual/en/accounts/opening-accounts' } ,
{ label : 'Sales Return' , url : docsUrl + 'user/manual/en/stock/sales-return' } ,
{ label : 'Recurring Sales Invoice' , url : docsUrl + 'user/manual/en/accounts/recurring-orders-and-invoices' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'List/Sales Invoice' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Sales Invoice' , url : docsUrl + 'user/manual/en/accounts/sales-invoice' } ,
{ label : 'Accounts Opening Balance' , url : docsUrl + 'user/manual/en/accounts/opening-accounts' } ,
{ label : 'Sales Return' , url : docsUrl + 'user/manual/en/stock/sales-return' } ,
{ label : 'Recurring Sales Invoice' , url : docsUrl + 'user/manual/en/accounts/recurring-orders-and-invoices' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'pos' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Point of Sale Invoice' , url : docsUrl + 'user/manual/en/accounts/point-of-sale-pos-invoice' } ,
2016-08-22 09:06:57 +00:00
]
2017-06-07 14:35:35 +00:00
frappe . help . help _links [ 'List/POS Profile' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Point of Sale Profile' , url : docsUrl + 'user/manual/en/setting-up/pos-setting' } ,
2017-06-07 14:35:35 +00:00
]
2016-08-22 09:06:57 +00:00
frappe . help . help _links [ 'List/Purchase Invoice' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Purchase Invoice' , url : docsUrl + 'user/manual/en/accounts/purchase-invoice' } ,
{ label : 'Accounts Opening Balance' , url : docsUrl + 'user/manual/en/accounts/opening-accounts' } ,
{ label : 'Recurring Purchase Invoice' , url : docsUrl + 'user/manual/en/accounts/recurring-orders-and-invoices' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'List/Journal Entry' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Journal Entry' , url : docsUrl + 'user/manual/en/accounts/journal-entry' } ,
{ label : 'Advance Payment Entry' , url : docsUrl + 'user/manual/en/accounts/advance-payment-entry' } ,
{ label : 'Accounts Opening Balance' , url : docsUrl + 'user/manual/en/accounts/opening-accounts' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'List/Payment Entry' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Payment Entry' , url : docsUrl + 'user/manual/en/accounts/payment-entry' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'List/Payment Request' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Payment Request' , url : docsUrl + 'user/manual/en/accounts/payment-request' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'List/Asset' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Managing Fixed Assets' , url : docsUrl + 'user/manual/en/accounts/managing-fixed-assets' } ,
2016-08-22 09:06:57 +00:00
]
2017-06-07 14:35:35 +00:00
frappe . help . help _links [ 'List/Asset Category' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Asset Category' , url : docsUrl + 'user/manual/en/accounts/managing-fixed-assets' } ,
2017-06-07 14:35:35 +00:00
]
2016-08-22 09:06:57 +00:00
frappe . help . help _links [ 'Tree/Cost Center' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Budgeting' , url : docsUrl + 'user/manual/en/accounts/budgeting' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'List/Item' ] = [
2019-01-21 14:05:02 +00:00
{ label : 'Item' , url : 'http://erpnext.com/docs/user/manual/en/stock/item' } ,
2019-01-25 08:57:23 +00:00
{ label : 'Item Price' , url : docsUrl + 'user/manual/en/stock/item/item-price' } ,
2019-01-25 07:44:11 +00:00
{ label : 'Barcode' , url : docsUrl + 'user/manual/en/stock/articles/track-items-using-barcode' } ,
{ label : 'Item Wise Taxation' , url : docsUrl + 'user/manual/en/accounts/item-wise-taxation' } ,
{ label : 'Managing Fixed Assets' , url : docsUrl + 'user/manual/en/accounts/managing-fixed-assets' } ,
{ label : 'Item Codification' , url : docsUrl + 'user/manual/en/stock/item/item-codification' } ,
2019-01-25 08:57:23 +00:00
{ label : 'Item Variants' , url : docsUrl + 'user/manual/en/stock/item/item-variants' } ,
2019-01-25 09:26:30 +00:00
{ label : 'Item Valuation' , url : docsUrl + 'user/manual/en/stock/item/item-valuation-fifo-and-moving-average' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Item' ] = [
2019-01-21 14:05:02 +00:00
{ label : 'Item' , url : 'http://erpnext.com/docs/user/manual/en/stock/item' } ,
2019-01-25 09:26:30 +00:00
{ label : 'Item Price' , url : docsUrl + 'user/manual/en/stock/item/item-price' } ,
2019-01-25 07:44:11 +00:00
{ label : 'Barcode' , url : docsUrl + 'user/manual/en/stock/articles/track-items-using-barcode' } ,
{ label : 'Item Wise Taxation' , url : docsUrl + 'user/manual/en/accounts/item-wise-taxation' } ,
{ label : 'Managing Fixed Assets' , url : docsUrl + 'user/manual/en/accounts/managing-fixed-assets' } ,
{ label : 'Item Codification' , url : docsUrl + 'user/manual/en/stock/item/item-codification' } ,
2019-01-25 08:57:23 +00:00
{ label : 'Item Variants' , url : docsUrl + 'user/manual/en/stock/item/item-variants' } ,
{ label : 'Item Valuation' , url : docsUrl + 'user/manual/en/stock/item/item-valuation-fifo-and-moving-average' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'List/Purchase Receipt' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Purchase Receipt' , url : docsUrl + 'user/manual/en/stock/purchase-receipt' } ,
{ label : 'Barcode' , url : docsUrl + 'user/manual/en/stock/articles/track-items-using-barcode' } ,
2016-08-22 09:06:57 +00:00
]
frappe . help . help _links [ 'List/Delivery Note' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Delivery Note' , url : docsUrl + 'user/manual/en/stock/delivery-note' } ,
{ label : 'Barcode' , url : docsUrl + 'user/manual/en/stock/articles/track-items-using-barcode' } ,
{ label : 'Sales Return' , url : docsUrl + 'user/manual/en/stock/sales-return' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Delivery Note' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Delivery Note' , url : docsUrl + 'user/manual/en/stock/delivery-note' } ,
{ label : 'Sales Return' , url : docsUrl + 'user/manual/en/stock/sales-return' } ,
{ label : 'Barcode' , url : docsUrl + 'user/manual/en/stock/articles/track-items-using-barcode' } ,
{ label : 'Subcontracting' , url : docsUrl + 'user/manual/en/manufacturing/subcontracting' } ,
2016-08-22 09:06:57 +00:00
]
2017-06-07 14:35:35 +00:00
frappe . help . help _links [ 'List/Installation Note' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Installation Note' , url : docsUrl + 'user/manual/en/stock/installation-note' } ,
2017-06-07 14:35:35 +00:00
]
2016-08-22 09:06:57 +00:00
frappe . help . help _links [ 'Tree' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Managing Tree Structure Masters' , url : docsUrl + 'user/manual/en/setting-up/articles/managing-tree-structure-masters' } ,
2016-08-22 09:06:57 +00:00
]
2017-06-07 14:35:35 +00:00
frappe . help . help _links [ 'List/Budget' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Budgeting' , url : docsUrl + 'user/manual/en/accounts/budgeting' } ,
2017-06-07 14:35:35 +00:00
]
//Stock
frappe . help . help _links [ 'List/Material Request' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Material Request' , url : docsUrl + 'user/manual/en/stock/material-request' } ,
{ label : 'Auto-creation of Material Request' , url : docsUrl + 'user/manual/en/stock/articles/auto-creation-of-material-request' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Material Request' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Material Request' , url : docsUrl + 'user/manual/en/stock/material-request' } ,
{ label : 'Auto-creation of Material Request' , url : docsUrl + 'user/manual/en/stock/articles/auto-creation-of-material-request' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Stock Entry' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Stock Entry' , url : docsUrl + 'user/manual/en/stock/stock-entry' } ,
{ label : 'Stock Entry Types' , url : docsUrl + 'user/manual/en/stock/articles/stock-entry-purpose' } ,
{ label : 'Repack Entry' , url : docsUrl + 'user/manual/en/stock/articles/repack-entry' } ,
{ label : 'Opening Stock' , url : docsUrl + 'user/manual/en/stock/opening-stock' } ,
{ label : 'Subcontracting' , url : docsUrl + 'user/manual/en/manufacturing/subcontracting' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'List/Stock Entry' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Stock Entry' , url : docsUrl + 'user/manual/en/stock/stock-entry' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Tree/Warehouse' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Warehouse' , url : docsUrl + 'user/manual/en/stock/warehouse' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'List/Serial No' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Serial No' , url : docsUrl + 'user/manual/en/stock/serial-no' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Serial No' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Serial No' , url : docsUrl + 'user/manual/en/stock/serial-no' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Batch' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Batch' , url : docsUrl + 'user/manual/en/stock/batch' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Packing Slip' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Packing Slip' , url : docsUrl + 'user/manual/en/stock/tools/packing-slip' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Quality Inspection' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Quality Inspection' , url : docsUrl + 'user/manual/en/stock/tools/quality-inspection' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Landed Cost Voucher' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Landed Cost Voucher' , url : docsUrl + 'user/manual/en/stock/tools/landed-cost-voucher' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Tree/Item Group' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Item Group' , url : docsUrl + 'user/manual/en/stock/setup/item-group' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Item Attribute' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Item Attribute' , url : docsUrl + 'user/manual/en/stock/setup/item-attribute' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/UOM' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Fractions in UOM' , url : docsUrl + 'user/manual/en/stock/articles/managing-fractions-in-uom' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Stock Reconciliation' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Opening Stock Entry' , url : docsUrl + 'user/manual/en/stock/opening-stock' } ,
2017-06-07 14:35:35 +00:00
]
//CRM
frappe . help . help _links [ 'Form/Lead' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Lead' , url : docsUrl + 'user/manual/en/CRM/lead' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Opportunity' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Opportunity' , url : docsUrl + 'user/manual/en/CRM/opportunity' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Address' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Address' , url : docsUrl + 'user/manual/en/CRM/contact' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Contact' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Contact' , url : docsUrl + 'user/manual/en/CRM/contact' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Newsletter' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Newsletter' , url : docsUrl + 'user/manual/en/CRM/newsletter' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Campaign' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Campaign' , url : docsUrl + 'user/manual/en/CRM/setup/campaign' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Tree/Sales Person' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Sales Person' , url : docsUrl + 'user/manual/en/CRM/setup/sales-person' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Sales Person' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Sales Person Target' , url : docsUrl + 'user/manual/en/selling/setup/sales-person-target-allocation' } ,
2017-06-07 14:35:35 +00:00
]
//Support
frappe . help . help _links [ 'List/Feedback Trigger' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Feedback Trigger' , url : docsUrl + 'user/manual/en/setting-up/feedback/setting-up-feedback' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'List/Feedback Request' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Feedback Request' , url : docsUrl + 'user/manual/en/setting-up/feedback/submit-feedback' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'List/Feedback Request' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Feedback Request' , url : docsUrl + 'user/manual/en/setting-up/feedback/submit-feedback' } ,
2017-06-07 14:35:35 +00:00
]
//Manufacturing
frappe . help . help _links [ 'Form/BOM' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Bill of Material' , url : docsUrl + 'user/manual/en/manufacturing/bill-of-materials' } ,
{ label : 'Nested BOM Structure' , url : docsUrl + 'user/manual/en/manufacturing/articles/nested-bom-structure' } ,
2017-06-07 14:35:35 +00:00
]
2018-03-20 07:08:43 +00:00
frappe . help . help _links [ 'Form/Work Order' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Work Order' , url : docsUrl + 'user/manual/en/manufacturing/work-order' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Workstation' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Workstation' , url : docsUrl + 'user/manual/en/manufacturing/workstation' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Operation' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Operation' , url : docsUrl + 'user/manual/en/manufacturing/operation' } ,
2017-06-07 14:35:35 +00:00
]
2017-07-31 15:15:36 +00:00
frappe . help . help _links [ 'Form/BOM Update Tool' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'BOM Update Tool' , url : docsUrl + 'user/manual/en/manufacturing/tools/bom-update-tool' } ,
2017-06-07 14:35:35 +00:00
]
//Customize
frappe . help . help _links [ 'Form/Customize Form' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Custom Field' , url : docsUrl + 'user/manual/en/customize-erpnext/custom-field' } ,
{ label : 'Customize Field' , url : docsUrl + 'user/manual/en/customize-erpnext/customize-form' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Custom Field' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Custom Field' , url : docsUrl + 'user/manual/en/customize-erpnext/custom-field' } ,
2017-06-07 14:35:35 +00:00
]
frappe . help . help _links [ 'Form/Custom Field' ] = [
2019-01-25 07:44:11 +00:00
{ label : 'Custom Field' , url : docsUrl + 'user/manual/en/customize-erpnext/custom-field' } ,
2017-06-07 14:35:35 +00:00
]