[docs] minor mrp and website
This commit is contained in:
parent
f62c386a34
commit
44a7c57960
@ -143,6 +143,7 @@ Contents
|
||||
1. [Style](docs.user.website.style.html)
|
||||
1. [Blog](docs.user.website.blog.html)
|
||||
1. [Shopping Cart](docs.user.website.shopping_cart.html)
|
||||
1. [Add Products](docs.user.website.add_products_to_website.html)
|
||||
1. [Tools](docs.user.tools.html)
|
||||
1. [To Do](docs.user.tools.todo.html)
|
||||
1. [Calendar](docs.user.tools.calendar.html)
|
||||
|
@ -15,19 +15,57 @@ To use the Production Planning Tool, go to:
|
||||
> Manufacturing > Production Planning Tool
|
||||
|
||||
|
||||
![Production Planning Tool](img/production-planning-tool.png)
|
||||
![Material Requisition Planning](img/mrp.png)
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
#### Step 1: Select and get Sales Order
|
||||
|
||||
Select sales orders for MRP using filters (Time, Item, and Customer)
|
||||
|
||||
|
||||
![Production Planning Tool](img/mrp-1.png)
|
||||
|
||||
Click on Get Sales Order to generate a list.
|
||||
|
||||
![Production Planning Tool](img/mrp-1.1.png)
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
#### Step 2: Get Item from Sales Orders.
|
||||
|
||||
You can add/remove or change quantity of these Items.
|
||||
|
||||
![Production Planning Tool](img/mrp-2.png)
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
#### Step 3: Create Production Orders
|
||||
|
||||
![Production Planning Tool](img/mrp-3.png)
|
||||
|
||||
<br>
|
||||
|
||||
#### Step 4: Create Material Request
|
||||
|
||||
Create Material Request for Items with projected shortfall.
|
||||
|
||||
|
||||
![Production Planning Tool](img/mrp-4.png)
|
||||
|
||||
<br>
|
||||
|
||||
The Production Planning Tool is used in two stages:
|
||||
|
||||
- Selection of Open Sales Orders for the period based on “Expected Delivery Date”.
|
||||
- Selection of Items from those Sales Orders.
|
||||
- Click on “Raise Production Orders”
|
||||
|
||||
The tool will update if you have already created Production Orders for this Item against this Sales Order (“Planned Quantity”).
|
||||
|
||||
The tool will update if you have already created Production Orders for a particular Item against its Sales Order (“Planned Quantity”).
|
||||
|
||||
You can always edit the Item list and increase / reduce quantities to plan your production.
|
||||
|
||||
> Note: How do you change a Production Plan? The output of the Production Planning Tool is the Production Order. Once your orders are created, you can change them by amending the Production Orders.
|
||||
|
||||
|
@ -17,6 +17,11 @@ If some of your Items require different tax rates as compared to others, mention
|
||||
|
||||
|
||||
- **Inclusive and Exclusive Tax**: ERPNext allows you to enter Item rates which are tax inclusive.
|
||||
|
||||
![Inclusive Tax](img/inclusive-tax.png)
|
||||
|
||||
|
||||
|
||||
- **Exception to the rule**: Item tax settings are required only if a particular Item has a different tax rate than the rate defined in the standard tax Account
|
||||
- **Item tax is overwrite-able**: You can overwrite or change the item tax rate by going to the Item master in the Item tax table.
|
||||
|
||||
|
@ -0,0 +1,60 @@
|
||||
---
|
||||
{
|
||||
"_label": "Add Products to Website"
|
||||
}
|
||||
---
|
||||
### Add Products to the Website
|
||||
|
||||
To list your Item on the Website, fill the Item details and save the file. Once the file is saved, a plus (+) button will appear next to the Image icon. Click on the plus button and add your Item image. The html code will be generated automatically.
|
||||
|
||||
##### Step 1: Save Image
|
||||
|
||||
![Webimage](img/item-webimage.png)
|
||||
|
||||
<br>
|
||||
|
||||
##### Step 2: Check the 'Show in Website' box.
|
||||
|
||||
Under the Website section, please check the box that says 'show in Website'. Once the box is checked, the page will display other fields for entering information.
|
||||
|
||||
![Webimage](img/item-webimage-1.png)
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
##### Step 3: Enter Website Details
|
||||
|
||||
![Webimage](img/item-webimage-2.png)
|
||||
|
||||
|
||||
The page name will be generated automatically. Mention the Item-Group under which the Item will be displayed.
|
||||
|
||||
#### Item Groups
|
||||
|
||||
Mention the Item Group under this column. If you wish to list your Item under the broad category products, name your Item Group as Products. In case you have various varieties of Item and want to classify them under different names, make Item Groups with those names and check the box that says 'show in Website'. For Example, if you wish to create a category called 'Bags', create a Item Group named Bags.
|
||||
|
||||
|
||||
![Item Group](img/itemgroup-webimage-bags.png)
|
||||
|
||||
Once the Item Group is created go to the Website Settings page under Website. Enter the Label, Url, and Parent Label.
|
||||
|
||||
|
||||
![Item Group](img/itemgroup-website-settings.png)
|
||||
|
||||
<br>
|
||||
|
||||
#### Webpage labels
|
||||
|
||||
![Webpage](img/webpage-labels.png)
|
||||
|
||||
Add more Items under a particular Item Group.
|
||||
|
||||
To add more Items under a certain Label, mention the Item Group on the Item Page. The Items will be added automatically on the Webpage, under the Item Group Label. For Example, To add Item-Kiddies Bag and Butterfly Print Bag, check the 'Show in Website'box. The Items will be placed under the Label Bags on the Webpage.
|
||||
|
||||
![Item Group](img/itemgroup-websettings.png)
|
||||
|
||||
<br>
|
||||
|
||||
Item Group Display
|
||||
|
||||
![Item Group Display](img/webpage-itemgroup-display.png)
|
@ -5,7 +5,8 @@
|
||||
"docs.user.website.setup",
|
||||
"docs.user.website.web_page",
|
||||
"docs.user.website.style",
|
||||
"docs.user.website.blog"
|
||||
"docs.user.website.blog",
|
||||
"docs.user.website.add_products_to_website"
|
||||
]
|
||||
}
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user