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 |
Umair Sayyed | 6a3f51b | 2016-08-03 17:07:26 +0530 | [diff] [blame] | 15 | listed as one of the Best Open Source Softwares in the world by many online |
Rushabh Mehta | edc8ab0 | 2015-11-18 16:48:19 +0530 | [diff] [blame] | 16 | blogs.""" |
Nabin Hait | 7ba4d02 | 2015-11-05 16:55:10 +0530 | [diff] [blame] | 17 | |
Rushabh Mehta | 8042aa4 | 2016-11-21 13:52:22 +0530 | [diff] [blame] | 18 | docs_version = "7.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 | 0d5d4ae | 2016-11-21 18:47:00 +0530 | [diff] [blame] | 22 | context.brand_html = ('<img class="brand-logo" src="'+context.docs_base_url |
| 23 | +'/assets/img/erpnext-docs.png"> ERPNext</img>') |
Rushabh Mehta | 2f27367 | 2015-12-04 16:00:38 +0530 | [diff] [blame] | 24 | context.app.splash_light_background = True |
Nabin Hait | f9ef0e4 | 2015-11-06 15:43:32 +0530 | [diff] [blame] | 25 | context.top_bar_items = [ |
Rushabh Mehta | ab7021c | 2015-12-03 17:52:46 +0530 | [diff] [blame] | 26 | {"label": "User Manual", "url": context.docs_base_url + "/user/manual", "right": 1}, |
Nabin Hait | f9ef0e4 | 2015-11-06 15:43:32 +0530 | [diff] [blame] | 27 | {"label": "Videos", "url": context.docs_base_url + "/user/videos", "right": 1}, |
Rushabh Mehta | 0d5d4ae | 2016-11-21 18:47:00 +0530 | [diff] [blame] | 28 | {"label": "API", "url": context.docs_base_url + "/current", "right": 1}, |
| 29 | {"label": "Forum", "url": 'https://discuss.erpnext.com', "right": 1} |
Anand Doshi | 1c1eb70 | 2015-11-10 18:58:56 +0530 | [diff] [blame] | 30 | ] |