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" |
Rushabh Mehta | ab7021c | 2015-12-03 17:52:46 +0530 | [diff] [blame] | 3 | headline = "ERPNext Documentation" |
| 4 | sub_heading = "Detailed explanation for all ERPNext features and developer API" |
Rushabh Mehta | edc8ab0 | 2015-11-18 16:48:19 +0530 | [diff] [blame] | 5 | long_description = """ERPNext is a fully featured ERP system designed for Small and Medium Sized |
| 6 | business. ERPNext covers a wide range of features including Accounting, CRM, |
| 7 | Inventory management, Selling, Purchasing, Manufacturing, Projects, HR & |
| 8 | Payroll, Website, E-Commerce and much more. |
Nabin Hait | 7ba4d02 | 2015-11-05 16:55:10 +0530 | [diff] [blame] | 9 | |
Rushabh Mehta | edc8ab0 | 2015-11-18 16:48:19 +0530 | [diff] [blame] | 10 | ERPNext is based on the Frappe Framework is highly customizable and extendable. |
| 11 | You can create Custom Form, Fields, Scripts and can also create your own Apps |
| 12 | to extend ERPNext functionality. |
Nabin Hait | 7ba4d02 | 2015-11-05 16:55:10 +0530 | [diff] [blame] | 13 | |
Rushabh Mehta | edc8ab0 | 2015-11-18 16:48:19 +0530 | [diff] [blame] | 14 | ERPNext is Open Source under the GNU General Public Licence v3 and has been |
| 15 | listed as one of the Best Open Source Softwares in the world by my online |
| 16 | blogs.""" |
Nabin Hait | 7ba4d02 | 2015-11-05 16:55:10 +0530 | [diff] [blame] | 17 | |
Rushabh Mehta | ab7021c | 2015-12-03 17:52:46 +0530 | [diff] [blame] | 18 | docs_version = "6.x.x" |
Rushabh Mehta | 2f27367 | 2015-12-04 16:00:38 +0530 | [diff] [blame] | 19 | splash_light_background = True |
Rushabh Mehta | ab7021c | 2015-12-03 17:52:46 +0530 | [diff] [blame] | 20 | |
Nabin Hait | 7ba4d02 | 2015-11-05 16:55:10 +0530 | [diff] [blame] | 21 | def get_context(context): |
Rushabh Mehta | 2f27367 | 2015-12-04 16:00:38 +0530 | [diff] [blame] | 22 | context.app.splash_light_background = True |
Nabin Hait | f9ef0e4 | 2015-11-06 15:43:32 +0530 | [diff] [blame] | 23 | context.top_bar_items = [ |
Rushabh Mehta | ab7021c | 2015-12-03 17:52:46 +0530 | [diff] [blame] | 24 | {"label": "User Manual", "url": context.docs_base_url + "/user/manual", "right": 1}, |
Nabin Hait | f9ef0e4 | 2015-11-06 15:43:32 +0530 | [diff] [blame] | 25 | {"label": "Videos", "url": context.docs_base_url + "/user/videos", "right": 1}, |
| 26 | {"label": "Developer Docs", "url": context.docs_base_url + "/current", "right": 1} |
Anand Doshi | 1c1eb70 | 2015-11-10 18:58:56 +0530 | [diff] [blame] | 27 | ] |