[minor] fixed description
This commit is contained in:
parent
d962d1c96f
commit
edc8ab03b5
@ -2,22 +2,18 @@ source_link = "https://github.com/frappe/erpnext"
|
|||||||
docs_base_url = "https://frappe.github.io/erpnext"
|
docs_base_url = "https://frappe.github.io/erpnext"
|
||||||
headline = "Learn ERPNext Inside Out"
|
headline = "Learn ERPNext Inside Out"
|
||||||
sub_heading = "Find detailed explanation for all ERPNext features"
|
sub_heading = "Find detailed explanation for all ERPNext features"
|
||||||
long_description = """
|
long_description = """ERPNext is a fully featured ERP system designed for Small and Medium Sized
|
||||||
ERPNext helps you to manage all your business information in one application and use it to manage operations and take decisions based on data.
|
business. ERPNext covers a wide range of features including Accounting, CRM,
|
||||||
|
Inventory management, Selling, Purchasing, Manufacturing, Projects, HR &
|
||||||
|
Payroll, Website, E-Commerce and much more.
|
||||||
|
|
||||||
Among other things, ERPNext will help you to:
|
ERPNext is based on the Frappe Framework is highly customizable and extendable.
|
||||||
|
You can create Custom Form, Fields, Scripts and can also create your own Apps
|
||||||
|
to extend ERPNext functionality.
|
||||||
|
|
||||||
- Track all Invoices and Payments.
|
ERPNext is Open Source under the GNU General Public Licence v3 and has been
|
||||||
- Know what quantity of which product is available in stock.
|
listed as one of the Best Open Source Softwares in the world by my online
|
||||||
- Identify open customer queries.
|
blogs."""
|
||||||
- Manage payroll.
|
|
||||||
- Assign tasks and follow up on them.
|
|
||||||
- Maintain a database of all your customers, suppliers and their contacts.
|
|
||||||
- Prepare quotes.
|
|
||||||
- Get reminders on maintenance schedules.
|
|
||||||
- Publish your website.
|
|
||||||
|
|
||||||
And a lot lot lot more."""
|
|
||||||
|
|
||||||
def get_context(context):
|
def get_context(context):
|
||||||
context.top_bar_items = [
|
context.top_bar_items = [
|
||||||
|
@ -4,29 +4,7 @@ from frappe import _
|
|||||||
app_name = "erpnext"
|
app_name = "erpnext"
|
||||||
app_title = "ERPNext"
|
app_title = "ERPNext"
|
||||||
app_publisher = "Frappe Technologies Pvt. Ltd."
|
app_publisher = "Frappe Technologies Pvt. Ltd."
|
||||||
app_description = """## ERPNext
|
app_description = """ERP made simple"""
|
||||||
|
|
||||||
ERPNext is a fully featured ERP system designed for Small and Medium Sized
|
|
||||||
business. ERPNext covers a wide range of features including Accounting, CRM,
|
|
||||||
Inventory management, Selling, Purchasing, Manufacturing, Projects, HR &
|
|
||||||
Payroll, Website, E-Commerce and much more.
|
|
||||||
|
|
||||||
ERPNext is based on the Frappe Framework is highly customizable and extendable.
|
|
||||||
You can create Custom Form, Fields, Scripts and can also create your own Apps
|
|
||||||
to extend ERPNext functionality.
|
|
||||||
|
|
||||||
ERPNext is Open Source under the GNU General Public Licence v3 and has been
|
|
||||||
listed as one of the Best Open Source Softwares in the world by my online
|
|
||||||
blogs.
|
|
||||||
|
|
||||||
### Links
|
|
||||||
|
|
||||||
- Website: [https://erpnext.com](https://erpnext.com)
|
|
||||||
- GitHub: [https://github.com/frappe/erpnext](https://github.com/frappe/erpnext)
|
|
||||||
- Forum: [https://discuss.erpnext.com](https://discuss.erpnext.com)
|
|
||||||
- Frappe Framework: [https://frappe.io](https://frappe.io)
|
|
||||||
|
|
||||||
"""
|
|
||||||
app_icon = "icon-th"
|
app_icon = "icon-th"
|
||||||
app_color = "#e74c3c"
|
app_color = "#e74c3c"
|
||||||
app_version = "6.9.2"
|
app_version = "6.9.2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user