[docs] Customize and tools docs completed

This commit is contained in:
Priya
2013-09-17 16:20:07 +05:30
parent 92027ebdb7
commit 1aeaa14b4b
17 changed files with 137 additions and 40 deletions

View File

@@ -10,7 +10,7 @@ You can Customize Forms by changing its layout, making certain fields mandatory,
> Setup > Customize ERPNext > Customize Forms
![Customize Forms](img/customize-form.png)
![Customize Forms](img/customize-form-1.png)
Select the Form you want to customize and the fields table will be updated with the fields from that form. Here you can:
@@ -24,4 +24,12 @@ Select the Form you want to customize and the fields table will be updated with
You can also allow attachments, set max number of attachments and set the default Print Format.
![Customize Forms](img/customize-form-2.png)
<br>
> Though we want you to do everything you can to customize your ERP based on your business needs, we recommend that you do not make “wild” changes to the forms. This is because, these changes may affect certain operations and may mess up your forms. Make small changes and see its effect before doing some more.

View File

@@ -3,4 +3,10 @@
"_label": "Custom Scripts"
}
---
If you wish to change any ERPNext form formats, you can do so by using Custom Scripts. For example, if you wish to add a submit button after saving, to a Lead form, you can do so by creating your own script.
> Setup > Customization > Custom Script
![Custom Script](img/custom-script.png)

View File

@@ -8,11 +8,18 @@ Print Formats are the layouts that are generated when you want to Print or Email
- The auto-generated “Standard” Print Format: This type of format follows the same layout as the form and is generated automatically by ERPNext.
- Based on the Print Format document. There are templates in HTML that will be rendered with data.
ERPNext comes with a number of pre-defined templates in three styles: Modern, Classic and Spartan. You modify these templates or create their own. Editing ERPNext templates is not allowed because they may be over-written in an upcoming release.
ERPNext comes with a number of pre-defined templates in three styles: Modern, Classic and Spartan. You modify these templates or create your own. Editing ERPNext templates is not allowed because they may be over-written in an upcoming release.
To create your own versions, open an existing template from:
> Setup > Branding and Printing > Print Formats
> Setup > Printing > Print Formats
![Print Format](img/print-format.png)
<br>
Select the type of Print Format you want to edit and click on the “Copy” button on the right column. A new Print Format will open up with “Is Standard” set as “No” and you can edit the Print Format.