Risers Length Tolerance
RisersLengthTolerance
This rule is a configuration rule. It does not have any effect besides bringing configuration options to some risers features in the application.
Notification level: Not applicable
Key | Value |
---|---|
ID | RisersLengthTolerance |
Translation key | Not applicable |
Behavior
The rule is designed to accurately determine the required length of risers for kitchen applications based on specified parameters.
Using the function desgined to calculate the length, which takes several parameters to calculate the required length of risers.
These parameters include the default height, riser height, riser length, riser front length, and an array of available riser lengths which is defined in the rule.
The function evaluates the provided parameters to determine the most suitable riser length for the given situation.
It considers factors such as height constraints, available riser lengths, and the need for splitting risers if necessary.
The above calculation provides an efficient solution for determining the appropriate length of risers in kitchen applications.
By automating the calculation process, it minimizes the risk of incorrect pricing, and hence only the price of the calculated riser will be added to the overall pricing instead of adding the price for the total riser length.
By accurately calculating riser lengths, retailers can ensure optimal utilization of resources and enhance the overall customer experience.
Trigger Conditions
This rule is triggered on BOM computation.
Overload Parameters
Key name | Type | Default value | Description |
---|---|---|---|
length | array | - | Mandatory Defines the lengths of risers avaliable to apply |
tolerancePercentage | number | - | Optional Percentage that gets added to the total length as tolerance |
Overload sample
{
"length": [800, 1000, 2400],
"tolerancePercentage": 10
}