mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 21:48:27 +00:00
[docs] Customize and tools docs completed
This commit is contained in:
@@ -10,7 +10,7 @@ You can Customize Forms by changing its layout, making certain fields mandatory,
|
||||
> Setup > Customize ERPNext > Customize Forms
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
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.
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
<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.
|
||||
@@ -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
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||

|
||||
|
||||
<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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user