mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
Deleted old Images and added Global Search Help page
This commit is contained in:
@@ -6,7 +6,7 @@ functions. This diagram does not cover all the features of ERPNext.
|
||||

|
||||
|
||||
|
||||
[Full Resolution]({{docs_base_url}}/assets/old_images/erpnext/overview.png)
|
||||
<img class="screenshot" alt="Workflow" src="{{docs_base_url}}/assets/img/setup/overview.png">
|
||||
|
||||
_Note: Not all of the steps are mandatory. ERPNext allows you to freely skip
|
||||
steps if you want to simplify the process._
|
||||
|
||||
@@ -91,5 +91,5 @@ To setup Email Digests, go to:
|
||||
|
||||
#### Figure 4: Set up Email Digest
|
||||
|
||||

|
||||
<img class="screenshot" alt="Email Digest" src="{{docs_base_url}}/assets/img/setup/email/email-digest.png">
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ A predefined template of an spreadsheet file should be followed for importing it
|
||||
|
||||
#### Step 2: Enter Data in csv file.
|
||||
|
||||

|
||||
<img class="screenshot" alt="Stock Reconciliation" src="{{docs_base_url}}/assets/img/setup/stock-reco-data.png">
|
||||
|
||||
The csv format is case-sensitive. Do not edit the headers which are preset in the template. In the Item Code and Warehouse column, enter exact Item Code and Warehouse as created in your ERPNext account. For quatity, enter stock level you wish to set for that item, in a specific warehouse.
|
||||
|
||||
@@ -59,11 +59,12 @@ report. The report will show you all types of rates.
|
||||
|
||||
#### Step 4: Review the reconciliation data
|
||||
|
||||

|
||||
<img class="screenshot" alt="Stock Reconciliation" src="{{docs_base_url}}/assets/img/setup/stock-reco-upload.gif">
|
||||
|
||||
### Stock Ledger Report
|
||||
|
||||

|
||||
<img class="screenshot" alt="Stock Reconciliation" src="{{docs_base_url}}/assets/img/setup//stock-reco-ledger.png">
|
||||
|
||||
|
||||
**How Stock Reconciliation Works**
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ will get an indication that the HR department has Accepted or Rejected. The
|
||||
Manager, who is the approving authority, will either Approve or Reject this
|
||||
request. Accordingly,the user will get his Approved or Rejected status.
|
||||
|
||||

|
||||
<img class="screenshot" alt="Workflow" src="{{docs_base_url}}/assets/img/setup/workflow-leave-fl.jpg">
|
||||
|
||||
To make this Workflow and transition rules go to :
|
||||
|
||||
@@ -46,15 +46,15 @@ workflow transition step that says from submitted you can cancel.
|
||||
|
||||
When a Leave Application is saved by Employee, the status of the document changes to "Applied"
|
||||
|
||||

|
||||
<img class="screenshot" alt="Workflow" src="{{docs_base_url}}/assets/img/setup/workflow-3.png">
|
||||
|
||||
When the HR User logs in, he can either Approve or Reject. If approved the
|
||||
status of the document changes to "Approved by HR". However, it is yet to be approved by Leave Approver.
|
||||
|
||||

|
||||
<img class="screenshot" alt="Workflow" src="{{docs_base_url}}/assets/img/setup/workflow-4.png">
|
||||
|
||||
When the Leave Approver opens the Leave Application page, he can finally "Approve" or "Reject" the Leave Application.
|
||||
|
||||

|
||||
<img class="screenshot" alt="Workflow" src="{{docs_base_url}}/assets/img/setup/workflow-5.png">
|
||||
|
||||
{next}
|
||||
|
||||
@@ -85,9 +85,18 @@ Inspection Criteria: If a Quality Inspection is prepared for this Item, then thi
|
||||
|
||||
<img class="screenshot" alt="Sales details" src="{{docs_base_url}}/assets/img/stock/item-sales.png)">
|
||||
|
||||
<<<<<<< HEAD
|
||||
### Manufacturing And Website
|
||||
|
||||
<img class="screenshot" alt="Manufaturing details" src="{{docs_base_url}}/assets/img/stock/item-manufacturing-website.png">
|
||||
=======
|
||||
|
||||
<img alt="Item Manfacturing and Website Details" class="screenshot" src="{{docs_base_url}}/assets/img/stock/item-manufacturing-and-website.png">
|
||||
=======
|
||||
|
||||
<img class="screenshot" alt="Manufaturing details" src="{{docs_base_url}}/assets/img/stock/item-manufacturing-website.png">
|
||||
|
||||
>>>>>>> Deleted old Images and added Global Search Help page
|
||||
|
||||
Visit [Manufacturing]({{docs_base_url}}/user/manual/en/manufacturing.html) and [Website ]({{docs_base_url}}/user/manual/en/website.html)to understand these topics in detail.
|
||||
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
Global-search.md
|
||||
|
||||
|
||||
Global search is a word-processing operation in which a complete computer file or set of files is searched for every occurrence of a particular word or other sequence of characters.
|
||||
|
||||
We have made the Awesome Bar of ERPNext lot more powerful by adding Global Search feature.
|
||||
Global Search helps users find information quickly. It’s located in the upper right-hand corner in ERPNext. Simply entering a few characters in the Search will show results from several different record types (Contact, Customer, Issues etc.) related to that keyword. You can also customise the fields based on which search will be shown.
|
||||
|
||||
### Using Awesome bar for Global Search.
|
||||
|
||||
<img alt="Global Search" class="screenshot" src="{{docs_base_url}}/assets/img/articles/Global Search .gif">
|
||||
|
||||
### Enable Global Search for fields in a Doctype.
|
||||
|
||||
<img alt="Global Search" class="screenshot" src="{{docs_base_url}}/assets/img/articles/Enable Global Search .gif">
|
||||
|
||||
Reference in New Issue
Block a user