Storage categories¶
A storage category is used with putaway rules, as an extra location attribute to automatically propose optimal storage locations for products.
Follow these steps to complete the setup:
Define a storage category with specific limitations
Assign a category to storage locations
Add the storage category as an attribute to a putaway rule
더 보기
참고
저장 위치에 카테고리를 지정하면 해당 위치가 온도나 접근성 등 특정 요건을 충족하는지 여부를 Odoo에서 확인할 수 있습니다. 그런 다음 Odoo에서는 지정한 수용량을 기준으로 위치에 대해 평가하여 창고 이전 양식에서 가장 적합한 위치를 추천합니다.
구성¶
To enable storage categories, go to Warehouse section, ensure the Storage Locations and Multi-Step Routes features are enabled.
. Then, in theNext, activate the Storage Categories feature. Finally, click Save.
Define storage category¶
A storage category with specific limitations must be created first, before it is applied to locations, in order to decide the optimal storage location.
To create a storage category, go to Create.
, and clickOn the storage category form, type a name for the category in the Storage Category field.
Options are available to limit capacity by weight, product, and package type.
참고
Weight limits can be combined with capacity by package or product (e.g. a maximum of one hundred products with a total weight of two hundred kilograms).
동일한 위치에서 품목 및 패키지 유형별로 수용량을 제한할 수 있으나, 패키지별 수용량 의 예시와 같이 여러 위치에 다양한 수량으로 품목을 보관하는 것이 더 실용적일 수 있습니다.
The Allow New Product field defines when the location is considered available to store a product:
위치가 비어 있는 경우: 해당 위치가 비어 있는 경우에만 품목을 추가할 수 있습니다.
품목이 동일한 경우: 해당 위치에 동일한 제품이 이미 있는 경우에만 품목을 추가할 수 있습니다.
혼합 제품 허용: 이 위치에 여러 가지 제품을 동시에 저장할 수 있습니다.
팁
When clicked, the Location smart button shows which storage locations the category has been assigned to.
Capacity by weight¶
저장 카테고리 양식 (최대 중량 항목에 품목의 최대 중량을 설정합니다. 해당 제한 사항은 저장 카테고리에 지정되어 있는 각 위치에 적용됩니다.
)에서Capacity by product¶
In the Capacity by Product tab, click Add a Line to input items, and enter their capacities in the Quantity field.
Example
단일 저장 위치에 최대 5개의 대형 캐비닛`과 2개의 `코너 데스크 오른쪽 좌석
만 보관할 수 있도록 저장 카테고리 양식의 품목별 수용량 탭에 해당하는 수량을 지정합니다.
Capacity by package¶
For companies using packages, it becomes possible to ensure real-time storage capacity checks, based on package types (e.g., crates, bins, boxes, etc.).
중요
Enable the Packages feature in to show the Capacity by Package tab.
Example
Create putaway rules for pallet-stored items, by creating the High Frequency pallets
storage
category.
In the Capacity by Package tab, specify the number of packages for the designated
Package Type, and set a maximum of 2.00
Pallets
for a specific location.
Assign to location¶
저장소 카테고리가 생성되면 해당 위치에 배정을 시작합니다. 저장소 카테고리 에서 생성된 카테고리를 선택합니다.
를 통해 위치 메뉴로 가서 원하는 위치를 선택합니다. 그런 다음Example
Assign the High Frequency pallets
storage category (which limits pallets stored at any location
to two pallets) to the WH/Stock/pallets/PAL 1
sub-location.
Putaway rule¶
With the storage category and location set up, create the putaway rule by navigating to .
Click the Create button to create the putaway rule. In the Having Category field of the new putaway rule form, select the storage category.
Example
위 예시에 이어서, 자주 사용하는 팔레트
저장 카테고리를 통해 레모네이드 팔레트를 자주 사용하는 팔레트
저장 카테고리를 배정된 위치로 보내는 풋어웨이 규칙에 배정합니다.
Use case: limit capacity by package¶
To limit the capacity of a storage location by a specific number of packages, create a storage category with a Capacity By Package.
Continuing the example from above, the High Frequency Pallets
storage category is assigned to the
PAL1
and PAL2
locations.
Then, putaway rules are set, so that any pallets received in
the warehouse are directed to be stored in PAL1
and PAL2
locations.
Depending on the number of pallets on-hand at each of the storage locations, when one pallet of lemonade cans is received, the following scenarios happen:
If
PAL1
andPAL2
are empty, the pallet is redirected toWH/Stock/Pallets/PAL1
.If
PAL1
is full, the pallet is redirected toWH/Stock/Pallets/PAL2
.If
PAL1
andPAL2
are full, the pallet is redirected toWH/Stock/Pallets
.