brotherton-erpnext/erpnext/docs/user/manual/en/stock/articles/repack-entry.md

37 lines
1.4 KiB
Markdown
Raw Normal View History

2017-07-31 10:50:43 +00:00
# Repack Entry
2016-01-19 13:04:52 +00:00
#Repack Entry
2016-01-19 13:04:52 +00:00
Repack Entry is created for item bought in bulk, which is being packed into smaller packages. For example, item bought in tons can be repacked into Kgs.
Notes:
2016-01-19 13:04:52 +00:00
1. Purchase Item and repack will be have different Item Codes.
2. Repack entry can be made with or without BOM (Bill of Material).
2016-01-19 13:04:52 +00:00
In a Repack Entry, there can be one or more than one repack items. Let's check below scenario to understand this better.
2016-01-19 13:04:52 +00:00
Assume we are buying boxes of spray paint of specific colour (Green, Blue etc). And later re-bundling to create packs having multiple colours of spray paint (Blue-Green, Green-Yellow etc.) in them.
#### 1. New Stock Entry
`Stock > Documents > Stock Entry > New Stock Entry`
#### 2. Enter Items
Select Purpose as 'Repack Entry'.
For raw-material/input item, only Source Warehouse will be provided.
2016-01-19 13:04:52 +00:00
For repacked/output items, only Target Warehouse will be provided. You will have to provide valuation for the repack items.
<img alt="Repack Entry" class="screenshot" src="{{docs_base_url}}/assets/img/articles/repack-1.png">
2016-01-19 13:04:52 +00:00
Update Qty for all the items selected.
#### 3. Submit Stock Entry
2016-01-19 13:04:52 +00:00
On submitting Stock Entry, stock of input item will be reduced from Source Warehouse, and stock of repack/output item will be added in the Target Warehouse.
2016-01-19 13:04:52 +00:00
<img alt="Repack Stock Entry" class="screenshot" src="{{docs_base_url}}/assets/img/articles/repack-2.png">
<!-- markdown -->