[docs] cleanup

This commit is contained in:
Rushabh Mehta
2017-07-31 17:40:00 +05:30
parent 95dfe27bf7
commit 1fb4abc322
21 changed files with 59 additions and 860 deletions

View File

@@ -90,5 +90,5 @@ not ideal as your Customer may or may not decide to pay up. But since your
Customer wants an “Invoice”, you could give the Customer a Quotation (in
ERPNext) titled as “Pro Forma Invoice”. This way everyone is happy.
This is a fairly common practice. We follow this at Frappe too.
This is a fairly common practice. We follow this at Frappé too.
{next}

View File

@@ -14,7 +14,7 @@ Every table (regardless of storage engine) has a maximum row size of 65,535 byte
The maximum row size constrains the number (and possibly size) of columns because the total length of all columns cannot exceed this size (65,535 bytes). For example, `utf8mb3` characters require up to 3 bytes per character, so for a `VARCHAR(140)` column, the server must allocate `140 × 3 = 420` bytes per value. Consequently, a table cannot contain more than `65,535 / 420 = 156` such columns.
In Frappe frapework, `VARCHAR(140)` type columns are created based on "Data", "Link", "Select", "Dynamic Link", "Password" and "Read Only" fieldtypes. Hence, you can create approximately 156 such columns in the system.
In Frappé frapework, `VARCHAR(140)` type columns are created based on "Data", "Link", "Select", "Dynamic Link", "Password" and "Read Only" fieldtypes. Hence, you can create approximately 156 such columns in the system.
### Solutions:

View File

@@ -16,7 +16,7 @@ see the demo at:
### 2\. Start a Free Account at ERPNext.com
ERPNext.com is managed by the organization (Frappe) that publishes ERPNext.
ERPNext.com is managed by the organization (Frappé) that publishes ERPNext.
You can start with your own account by [signing up on the
website](https://erpnext.com).
@@ -36,6 +36,6 @@ Image](https://erpnext.com/download)
### 4\. Install ERPNext on your Unix/Linux/Mac machine
If you are familiar with installing applications on *nix platforms, read the instructions on how to install using [Frappe Bench](https://github.com/frappe/bench).
If you are familiar with installing applications on *nix platforms, read the instructions on how to install using [Frappé Bench](https://github.com/frappe/bench).
{next}

View File

@@ -2,8 +2,8 @@
#Integrating ERPNext with other Applications
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.
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 Frappé. Check following links to learn more about REST API of Frappé.
[Frappe Rest API](https://frappe.io/docs/user/en/guides/integration/rest_api.html)
[Frappé Rest API](https://frappe.io/docs/user/en/guides/integration/rest_api.html)
<!-- markdown -->

View File

@@ -7,7 +7,7 @@ Ticket to email, see the Email Settings section).
> Tip: A dedicated support Email Address is a good way to integrate incoming
queries via email. For example, you can send support queries to ERPNext at
support@erpnext.com and it will automatically create a Issue in the
Frappe system.
Frappé system.