Docs in website (#10149)
* [docs] move to erpnext.org * [docs] * [minor] add title
This commit is contained in:
parent
1c8d8a9720
commit
bead70b43a
@ -8,8 +8,7 @@ Includes: Accounting, Inventory, Manufacturing, CRM, Sales, Purchase, Project Ma
|
||||
|
||||
ERPNext is built on the [Frappe](https://github.com/frappe/frappe) Framework, a full-stack web app framework in Python & JavaScript.
|
||||
|
||||
- [User Guide](https://frappe.github.io/erpnext/)
|
||||
- [Getting Help](http://erpnext.org/getting-help.html)
|
||||
- [User Guide](https://erpnext.org/docs/user)
|
||||
- [Discussion Forum](https://discuss.erpnext.com/)
|
||||
|
||||
---
|
||||
|
@ -1 +1 @@
|
||||
- [ERPNext Manual in German](http://frappe.github.io/erpnext/user/manual/de/) contributed by [CWT Connector & Wire Technology GmbH](http://www.cwt-assembly.com/)
|
||||
- [ERPNext Manual in German](http://erpnext.org/docs/user/manual/de/) contributed by [CWT Connector & Wire Technology GmbH](http://www.cwt-assembly.com/)
|
||||
|
@ -1 +1 @@
|
||||
- **[Multi-currency Accounting](https://frappe.github.io/erpnext/user/guides/accounts/multi-currency-accounting)**: You can now have an Account in a different currency than your Company's currency
|
||||
- **[Multi-currency Accounting](https://frappe.io/docs/user/guides/accounts/multi-currency-accounting)**: You can now have an Account in a different currency than your Company's currency
|
||||
|
@ -1,12 +1,11 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
docs_version = "7.x.x"
|
||||
|
||||
source_link = "https://github.com/frappe/erpnext"
|
||||
docs_base_url = "https://frappe.github.io/erpnext"
|
||||
headline = "ERPNext Documentation"
|
||||
sub_heading = "Detailed explanation for all ERPNext features and developer API"
|
||||
long_description = """ERPNext is a fully featured ERP system designed for Small and Medium Sized
|
||||
headline = "ERP Made Simple"
|
||||
sub_heading = "ERPNext User Guides and API References"
|
||||
long_description = """
|
||||
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.
|
||||
@ -17,7 +16,15 @@ 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 many online
|
||||
blogs."""
|
||||
blogs.
|
||||
|
||||
### Getting Started
|
||||
|
||||
To install ERPNext on a server, you will need to install [Frappe Bench](https://github.com/frappe/bench).
|
||||
|
||||
You can also start a free 30 day trial at [https://erpnext.com](https://erpnext.com)
|
||||
|
||||
"""
|
||||
|
||||
splash_light_background = True
|
||||
google_analytics_id = 'UA-8911157-22'
|
||||
|
@ -12,12 +12,12 @@ Report Builder is an in-built report customization tool in ERPNext. This allows
|
||||
|
||||
Query Report is written in SQL which pull values from account's database and fetch in the report. Though SQL queries can be written from front end, like HTML, its restricted in hosted users. Because it will allow users with no access to specific report to query data directly from the database.
|
||||
|
||||
Check Purchase Order Item to be Received report in Stock module for example of Query report. Click [here](https://frappe.github.io/frappe/user/en/guides/reports-and-printing/how-to-make-query-report.html) to learn how to create Query Report.
|
||||
Check Purchase Order Item to be Received report in Stock module for example of Query report. Click [here](https://frappe.io/docs/user/en/guides/reports-and-printing/how-to-make-query-report.html) to learn how to create Query Report.
|
||||
|
||||
### 3. Script Report
|
||||
|
||||
Script Reports are written in Python and stored on server side. These are complex reports which involves logic and calculation. Since these reports are written on server side, customizing it from hosted account is not possible.
|
||||
|
||||
Check Financial Analytics report in Accounts module for example of Script Report. Click [here](https://frappe.github.io/frappe/user/en/guides/reports-and-printing/how-to-make-script-reports.html) to learn how to create Script Report.
|
||||
Check Financial Analytics report in Accounts module for example of Script Report. Click [here](https://frappe.io/docs/user/en/guides/reports-and-printing/how-to-make-script-reports.html) to learn how to create Script Report.
|
||||
|
||||
<!-- markdown -->
|
@ -1,5 +1,5 @@
|
||||
<!--markdown-->
|
||||
Before we venture to learn form customization tool, click [here](https://frappe.github.io/frappe/user/en/tutorial/doctypes.html) to understand the architecture of forms in ERPNext. It shall help you in using Customize Form tool more efficiently.
|
||||
Before we venture to learn form customization tool, click [here](https://frappe.io/docs/user/en/tutorial/doctypes.html) to understand the architecture of forms in ERPNext. It shall help you in using Customize Form tool more efficiently.
|
||||
|
||||
Customize Form is the tool which allows user to customize property of the standard fields, and insert [custom fields]({{docs_base_url}}/user/manual/en/customize-erpnext/custom-field.html) as per the requirement. Let's assume we need to set Project Name field as a mandatory field in the Sales Order form. Following are the steps which shall be followed to achieve this.
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
<!-- Getting Started with ERPNext-->
|
||||
|
||||
# Getting Started with ERPNext
|
||||
|
||||
There are many ways to get started with ERPNext.
|
||||
|
||||
### 1\. See the Demo
|
||||
|
@ -83,6 +83,6 @@ Print Heading.
|
||||
|
||||
While making your sales transactions like a Quotation (or Sales Order) you
|
||||
can also give discounts to your customers. In the Discount section, add
|
||||
the discount in percentage or fixed amount. Read [Discount](https://frappe.github.io/erpnext/user/manual/en/selling/articles/applying-discount) for more explanation.
|
||||
the discount in percentage or fixed amount. Read [Discount](https://erpnext.org/docs/user/manual/en/selling/articles/applying-discount) for more explanation.
|
||||
|
||||
{next}
|
||||
|
@ -2,6 +2,6 @@
|
||||
|
||||
For now, ERPNext has out-of-the-box integration available for some applications like Shopify, your SMS gateway and payment gateway. To integrate ERPNext with other application, you can use REST API of Frappe. Check following links to learn more about REST API of Frappe.
|
||||
|
||||
[Frappe Rest API](https://frappe.github.io/frappe/user/en/guides/integration/rest_api.html)
|
||||
[Frappe Rest API](https://frappe.io/docs/user/en/guides/integration/rest_api.html)
|
||||
|
||||
<!-- markdown -->
|
@ -22,7 +22,7 @@
|
||||
<ul class="list-unstyled">
|
||||
<li><a class="text-muted" href="#">{%= __("Go to the Desktop and start using ERPNext") %}</a></li>
|
||||
<li><a class="text-muted" href="#modules/Learn">{%= __("View a list of all the help videos") %}</a></li>
|
||||
<li><a class="text-muted" href="https://frappe.github.io/erpnext/user" target="_blank">{%= __("Read the ERPNext Manual") %}</a></li>
|
||||
<li><a class="text-muted" href="https://erpnext.org/docs/user" target="_blank">{%= __("Read the ERPNext Manual") %}</a></li>
|
||||
<li><a class="text-muted" href="https://discuss.erpnext.com" target="_blank">{%= __("Community Forum") %}</a></li>
|
||||
</ul>
|
||||
|
||||
|
@ -3,12 +3,12 @@
|
||||
<div class="row">
|
||||
<a href="/announcements?announcement={{doc.name}}">
|
||||
<div class="col-xs-12">
|
||||
<h1 class="blog-header">{{ doc.subject }}</h1>
|
||||
<h1>{{ doc.subject }}</h1>
|
||||
<p class="post-description more">{{ doc.description }}</p>
|
||||
<p class="post-by text-muted small">
|
||||
<i>{{ doc.posted_by }}</i>
|
||||
<i class="blog-dot"></i> {{ frappe.format_date(doc.modified) }}
|
||||
<i class="blog-dot"></i> {{ doc.num_attachments }} attachments
|
||||
<i class="spacer-dot"></i> {{ frappe.format_date(doc.modified) }}
|
||||
<i class="spacer-dot"></i> {{ doc.num_attachments }} attachments
|
||||
</p>
|
||||
</div>
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user