mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
[fix] remove feature setup docs
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 122 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 124 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 213 KiB |
@@ -1,15 +1,4 @@
|
|||||||
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
|
# Hiding Module Icons
|
||||||
dont require, go to:
|
|
||||||
|
|
||||||
`Setup > Customize > Features Setup`
|
|
||||||
|
|
||||||
<img alt="Hide Features" class="screenshot" src="{{docs_base_url}}/assets/img/customize/feature-setup.png">
|
|
||||||
|
|
||||||
Check the features you want to use. The features which are not checked, relevant fields will get hidden from the forms.
|
|
||||||
|
|
||||||
* * *
|
|
||||||
|
|
||||||
### Hiding Module Icons
|
|
||||||
|
|
||||||
To hide modules (icons) from the home page, go to:
|
To hide modules (icons) from the home page, go to:
|
||||||
|
|
||||||
|
|||||||
@@ -32,14 +32,4 @@ ERPNext only provide total amount of sale made by a Sales Person. If you offer c
|
|||||||
|
|
||||||
`Accounts > Standard Reports > Sales Partners Commission`
|
`Accounts > Standard Reports > Sales Partners Commission`
|
||||||
|
|
||||||
####Disable Sales Person Feature
|
|
||||||
|
|
||||||
If you don't track Sales Person wise performance, and doesn't wish to use this feature, you can disable it from:
|
|
||||||
|
|
||||||
`Setup > Customize > Features Setup`
|
|
||||||
|
|
||||||
<img class="screenshot" alt="Disable Sales Person" src="{{docs_base_url}}/assets/img/articles/sales-person-transaction-4.png">
|
|
||||||
|
|
||||||
On disabling this feature, fields and tables related to Sales Person will become hidden from masters and transcations.
|
|
||||||
|
|
||||||
<!-- markdown -->
|
<!-- markdown -->
|
||||||
@@ -2,15 +2,9 @@
|
|||||||
|
|
||||||
A barcode is a value decoded into vertical spaced lines. Barcode scanners are the input medium, like Keyboard. When it scans a barcode, the data appears in the computer screens at the point of a cursor.
|
A barcode is a value decoded into vertical spaced lines. Barcode scanners are the input medium, like Keyboard. When it scans a barcode, the data appears in the computer screens at the point of a cursor.
|
||||||
|
|
||||||
To enable barcode feature in ERPNext go to:
|
### Item Master
|
||||||
|
|
||||||
`Setup > Customize > Features Setup`
|
To set the barcode of a particular item, you will have to open the Item record. You can also enter barcode while creating a new item.
|
||||||
|
|
||||||
Check "Item Barcode".
|
|
||||||
|
|
||||||
<img alt="Material Transfer" class="screenshot" src="{{docs_base_url}}/assets/img/articles/barcode-feature-setup.png">
|
|
||||||
|
|
||||||
Now a new field "Barcode" will be appear in Item master. Enter barcode while creating a new item.
|
|
||||||
|
|
||||||
<img alt="Material Transfer" class="screenshot" src="{{docs_base_url}}/assets/img/articles/barcode-item-master.png">
|
<img alt="Material Transfer" class="screenshot" src="{{docs_base_url}}/assets/img/articles/barcode-item-master.png">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user