In the Laytime Calculation Cargo Grid, the “Allowed” Allowed field is derived by dividing the cargo quantity with either the load or discharge rate and then rounded up by the minute. The result is converted into days, hours, and minutes.
The Allowed Days Days field is then calculated from the “Allowed” Allowed field and the result displays it as the number of days. The Allowed Days is different from the direct calculation of dividing cargo quantity with load or discharge rate due to the rounded-up minute value of the “Allowed” Allowed field.
To apply the direct calculation to the Allowed Days field, enable the configuration flag, “CFGLaytimeSkipRoundingToMinutes” CFGLaytimeSkipRoundingToMinutes.
Example: set configuration flag CFGLaytimeSkipRoundingToMinutes to Y,
Quantity: 56,730 MT,
L/D Rate: 20,000 MT,
In the Laytime Calculation screen, the Allowed Days field will calculate and show “2.8365”, which is the equivalent of quantity divided by L/D Rate (56,730 / 20,000 = 2.8365).
...