[docs] 5day setup-page 3 added
This commit is contained in:
parent
1859d9d49e
commit
ecb83e8762
@ -33,6 +33,7 @@ Contents
|
||||
1. [Five-Day-Setup](docs.user.five.html)
|
||||
1. [Day-1](docs.user.five.day_1.html)
|
||||
1. [Day-2](docs.user.five.day_2.html)
|
||||
1. [Day-3](docs.user.five.day_3.html)
|
||||
1. [Implementation](docs.user.implement.html)
|
||||
1. [Implementation Strategy](docs.user.implement.strategy.html)
|
||||
1. [Concepts](docs.user.implement.concepts.html)
|
||||
|
135
docs/user/five_step_setup/docs.user.five.day_3.md
Normal file
135
docs/user/five_step_setup/docs.user.five.day_3.md
Normal file
@ -0,0 +1,135 @@
|
||||
---
|
||||
{
|
||||
"_label": "Day-3"
|
||||
}
|
||||
---
|
||||
After completing the set-up and account opening process, it is advisable to complete a few cycles of sales, purchase, and manufacturing process.
|
||||
|
||||
|
||||
### Sales Cycle
|
||||
|
||||
Complete a standard sales cycle - Lead > Opportunity > Quotation > Sales Order > Delivery Note > Sales Invoice > Payment (Journal Voucher)
|
||||
|
||||
#### Lead
|
||||
|
||||
To begin the sales cycle, go to the Selling Icon. On the selling page, click on Lead.
|
||||
|
||||
![Lead](img/thirddaysetup_lead.png)
|
||||
|
||||
Fill the Lead form.
|
||||
|
||||
> To understand Lead in detail, visit [Lead](docs.user.selling.lead.html)
|
||||
|
||||
#### Opportunity
|
||||
|
||||
After completing the Lead form, assume that, this same lead is getting converted into an Opportunity. Thus, to create an Opportunity from the existing lead, click on Create Opportunity, on the Lead page.
|
||||
|
||||
##### Step 1: Go to 'Lead List' Page and open the Lead that shows interested status.
|
||||
|
||||
![Opportunity](img/thirddaysetup_opportunity_1.png)
|
||||
|
||||
<br>
|
||||
|
||||
##### Step 2: Generate Opportunity from the selected Lead
|
||||
|
||||
![Opportunity](img/thirddaysetup_opportunity.png)
|
||||
|
||||
You can also generate an Opportunity directly from the Selling Page.
|
||||
|
||||
> To understand Opportunity in detail visit [Opportunity](docs.user.selling.opportunity.html).
|
||||
|
||||
|
||||
#### Quotation
|
||||
|
||||
Imagine that your Opportunity has shown interest and asked for a Quotation. To generate a Quotation from the same Opportunity, open the submitted Opportunity and click on Create Quotation.
|
||||
|
||||
![Quotation](img/thirddaysetup_quotation.png)
|
||||
|
||||
You can also generate a Quotation directly from the Selling Page.
|
||||
|
||||
> To understand Quotation in detail visit [Quotation](docs.user.selling.quotation.html)
|
||||
|
||||
|
||||
#### Sales Order
|
||||
|
||||
Imagine that the Quotation which you sent was accepted by the prospect. You are now reequired to send him a Sales Order. To make a sales order from this same Quotation, go to that Quotation page and click on Make Sales Order.
|
||||
|
||||
![Sales Order](img/thirddaysetup_sales_order.png)
|
||||
|
||||
You can also generate a Sales Order directly from the Selling Page.
|
||||
|
||||
> To understand Sales Order in detail visit [Sales Order](docs.user.selling.sales_order.html).
|
||||
|
||||
#### Delivery Note
|
||||
|
||||
If your organisation has the practice of sending Delivery Note, this section will be helpful. To create a Delivery Note from the a Sales Order, go to that Sales Order and click on Make Delivery.
|
||||
|
||||
|
||||
![Delivery Note](img/thirddaysetup_delivery_note.png)
|
||||
|
||||
> To understand Delivery Note in detail, visit [Delivery Note](docs.user.stock.delivery_note.html)
|
||||
|
||||
|
||||
#### Sales Invoice
|
||||
|
||||
Save and Submit your Delivery Note to generate a Sales Invoice. You can also generate an Invoice from Sales Order.
|
||||
|
||||
![Sales Invoice](img/thirddaysetup_sales_invoice.png)
|
||||
|
||||
<br>
|
||||
|
||||
#### Payment (Journal Voucher)
|
||||
|
||||
|
||||
A Journal Voucher or a payment entry can be generated directly from the Sales Invoice.
|
||||
|
||||
![Payment Entry](img/thirddaysetup_payment_entry.png)
|
||||
|
||||
> To understand a Journal Voucher in detail, visit [Journal Voucher](docs.user.accounts.journal_voucher.html)
|
||||
|
||||
<br>
|
||||
|
||||
### Purchase Cycle
|
||||
|
||||
Complete a standard purchase cycle - Material Request > Purchase Order > Purchase Receipt > Payment (Journal Voucher).
|
||||
|
||||
|
||||
#### Material Request
|
||||
|
||||
To create a Material Request, go to Stock/Buying and Click on Material Request.
|
||||
|
||||
![Material Request](img/thirddaysetup-material-request.png)
|
||||
|
||||
> To understand Material Request in detail, visit [Material Request](docs.user.buying.material_request.html)
|
||||
|
||||
#### Purchase Order
|
||||
|
||||
To create a Purchase Order go to Buying and click on Purchase Order
|
||||
|
||||
![Purchase Order](img/thirddaysetup-purchase-order.png)
|
||||
|
||||
> To understand Purchase Order in detail, visit [Purchase Order](docs.user.buying.purchase_order.html)
|
||||
|
||||
#### Purchase Receipt
|
||||
|
||||
To create a Purchase Receipt from an existing Purchase Order, open that purchase order and click on Make Purchase Receipt.
|
||||
|
||||
![Purchase Receipt](img/thirddaysetup-purchase-receipt.png)
|
||||
|
||||
<br>
|
||||
|
||||
>To understand Purchase Receipt in detail, visit [Purchase Receipt](docs.user.stock.purchase_receipt.html)
|
||||
|
||||
<br>
|
||||
|
||||
#### Payment( Journal Voucher)
|
||||
|
||||
Payments made against Sales Invoices or Purchase Invoices can be made by clicking on “Make Payment Entry” button on “Submitted” invoices.
|
||||
|
||||
|
||||
![Payment Entry](img/thirddaysetup-payment-entry.png)
|
||||
|
||||
<br>
|
||||
|
||||
> To understand Payment Entry in detail, visit [Payment Entry](docs.user.accounts.payments.html).
|
||||
|
@ -3,7 +3,8 @@
|
||||
"_label": "Five-Day Setup",
|
||||
"_toc": [
|
||||
"docs.user.five.day_1",
|
||||
"docs.user.five.day_2"
|
||||
"docs.user.five.day_2",
|
||||
"docs.user.five.day_3"
|
||||
|
||||
]
|
||||
}
|
||||
@ -30,11 +31,12 @@ The setup help is divided into day-wise instructions for 5 consecutive days. Day
|
||||
|
||||
- Sales Cycle
|
||||
- Purchase Cycle
|
||||
- Manufacturing Cycle
|
||||
|
||||
|
||||
|
||||
#### Day 4
|
||||
|
||||
- Manufacturing Cycle
|
||||
- Fulfillment Cycle- Inventory, Delivery Note, Warehouse etc
|
||||
- Accounts
|
||||
|
||||
|
@ -13,7 +13,7 @@ Before you start managing your Operations in EPRNext, you must first become fami
|
||||
- Create your first Customer, Supplier and Item. Add a few more so you get familiar with them.
|
||||
- Create Customer Groups, Item Groups, Warehouses, Supplier Groups, so that you can classify your Items.
|
||||
- Complete a standard sales cycle - Lead > Opportunity > Quotation > Sales Order > Delivery Note > Sales Invoice > Payment (Journal Voucher)
|
||||
- Complete a standard purchase cycle - Purchase Request > Purchase Order > Purchase Receipt > Payment (Journal Voucher).
|
||||
- Complete a standard purchase cycle - Material Request > Purchase Order > Purchase Receipt > Payment (Journal Voucher).
|
||||
- Complete a manufacturing cycle (if applicable) - BOM > Production Planning Tool > Production Order > Stock Entry (issue) > Stock Entry (back-flush)
|
||||
|
||||
> Tip: Use the 30-day free trial at [erpnext.com](https://erpnext.com) to take your test drive.
|
||||
|
Loading…
Reference in New Issue
Block a user