Nabin Hait | 7ba4d02 | 2015-11-05 16:55:10 +0530 | [diff] [blame] | 1 | source_link = "https://github.com/frappe/erpnext" |
| 2 | docs_base_url = "https://frappe.github.io/erpnext" |
| 3 | headline = "Learn ERPNext Inside Out" |
| 4 | sub_heading = "Find detailed explanation for all ERPNext features" |
| 5 | long_description = """ |
| 6 | ERPNext helps you to manage all your business information in one application and use it to manage operations and take decisions based on data. |
| 7 | |
| 8 | Among other things, ERPNext will help you to: |
| 9 | |
| 10 | - Track all Invoices and Payments. |
| 11 | - Know what quantity of which product is available in stock. |
| 12 | - Identify open customer queries. |
| 13 | - Manage payroll. |
| 14 | - Assign tasks and follow up on them. |
| 15 | - Maintain a database of all your customers, suppliers and their contacts. |
| 16 | - Prepare quotes. |
| 17 | - Get reminders on maintenance schedules. |
| 18 | - Publish your website. |
| 19 | |
| 20 | And a lot lot lot more.""" |
| 21 | |
| 22 | def get_context(context): |
Nabin Hait | f9ef0e4 | 2015-11-06 15:43:32 +0530 | [diff] [blame] | 23 | context.top_bar_items = [ |
| 24 | {"label": "Contents", "url": context.docs_base_url + "/contents.html", "right": 1}, |
| 25 | {"label": "User Guide", "url": context.docs_base_url + "/user/guides", "right": 1}, |
| 26 | {"label": "Videos", "url": context.docs_base_url + "/user/videos", "right": 1}, |
| 27 | {"label": "Developer Docs", "url": context.docs_base_url + "/current", "right": 1} |
Anand Doshi | 1c1eb70 | 2015-11-10 18:58:56 +0530 | [diff] [blame] | 28 | ] |