Kits Available (tcibd3501s000)
Use this session to calculate the number of kits of a list item that can be composed of the components that are available in a specific warehouse.
Calculation
A kit consists of a list of components in fixed required quantities. LN calculates the number of kits available for each component as follows:
Available kits =
Available inventory of the component / Quantity required for a single kit
Because all the components are required to compose a kit, the lowest number is the number of available kits.
Example
A kit consists of components A, B, and C. One kit requires:
- 1 A component.
- 3 B components.
- 4 C components.
The following quantities are available in the specified warehouse:
- 100 A components.
- 210 B components.
- 200 C components.
The calculation of available kits for each of the components results in:
- Component A: 100/1= 100 kits.
- Component B: 210/3= 70 kits.
- Component C: 200/4= 50 kits.
As al the components are required to compose a kit, the lowest number is the number of available kits, which is 50.
Field Information
- Warehouse
-
The warehouse in which the LN searches for available kits.
- Kits Available
-
The calculated number of kits that can be composed from the components available in the selected warehouse.