blob: d85dc1da666890583d068cbad14584428f6bab6c [file] [log] [blame]
Nabin Hait7ba4d022015-11-05 16:55:10 +05301source_link = "https://github.com/frappe/erpnext"
2docs_base_url = "https://frappe.github.io/erpnext"
3headline = "Learn ERPNext Inside Out"
4sub_heading = "Find detailed explanation for all ERPNext features"
5long_description = """
6ERPNext helps you to manage all your business information in one application and use it to manage operations and take decisions based on data.
7
8Among 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
20And a lot lot lot more."""
21
22def get_context(context):
Nabin Haitf9ef0e42015-11-06 15:43:32 +053023 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 Doshi1c1eb702015-11-10 18:58:56 +053028 ]