Wednesday, November 3, 2021
2 changes · master
Enhancements to existing features
Replenishment order quantities are now calculated using the forecast for the whole relevant day, rather than waiting for a specific hour. This helps businesses trigger purchasing or stock replenishment earlier and more predictably when demand is expected on that date.
Original PR description
Before this commit, the Replenishment orderpoints `qty_to_order` are computed according to a precise forecast which take the time in count. For example, if you plan a consumption for a product with a purchase lead time of 2 days for the 2021-12-12 at 12:30, if the current date is 2021-12-10, the orderpoint for this product will have a quantity to order once the hour is meet too but not before. With this commit, it will take the forecast for the day regardless the time. task-2652920
Users can now continue using the PDF manager while document pages are still being prepared in the background. This makes it easier to cancel or close the split tool quickly, especially when working with large PDF files or after an accidental click.
Original PR description
Before this commit, interactions were locked until all pages canvases were fully rendered, this is unnecessary and would prevent users from closing the pdf manager before all pages were rendered. Which could be inconvenient when miss clicking 'split' on a large pdf file. taskId-2683421