mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 21:48:27 +00:00
[docs] mfg and accounts module completed
This commit is contained in:
@@ -7,6 +7,10 @@ A very common customization is adding of custom fields. You can add Custom Field
|
||||
|
||||
> Setup > Custom Field > New Custom Field
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
In the form:
|
||||
|
||||
- Select the Document on which you want to add the Custom Field.
|
||||
|
||||
@@ -9,9 +9,13 @@ 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:
|
||||
|
||||
- Change field types (for e.g. you want to increase the number of decimal places, you can convert come fields from Float to Currency).
|
||||
- Change field types (for e.g. you want to increase the number of decimal places, you can convert some fields from Float to Currency).
|
||||
- Change labels to suit your industry / language.
|
||||
- Make certain fields mandatory.
|
||||
- Hide certain fields.
|
||||
|
||||
@@ -7,7 +7,10 @@
|
||||
|
||||
As you have seen from this manual that ERPNext contains tons of features which you may not use. We have observed that most users start with using 20% of the features, though a different 20%. To hide fields belonging to features you dont require, go to:
|
||||
|
||||
> Setup > Customize ERPNext > Disable Features.
|
||||
> Setup > Tools > Hide/Unhide Features
|
||||
|
||||

|
||||
|
||||
|
||||
Check / uncheck the features you want to use and refresh your page for the changes to take effect.
|
||||
|
||||
@@ -17,6 +20,9 @@ Check / uncheck the features you want to use and refresh your page for the chang
|
||||
|
||||
To hide modules (icons) from the home page, go to:
|
||||
|
||||
Setup > Customize ERPNext > Modules Setup
|
||||
Setup > Tools> Modules Setup
|
||||
|
||||

|
||||
|
||||
|
||||
> Note: Modules are automatically hidden for users that have no permissions on the documents within that module. For example, if a user has no permissions on Purchase Order, Purchase Request, Supplier, the “Buying” module will automatically be hidden.
|
||||
|
||||
Reference in New Issue
Block a user