Saturday, June 21, 2025
3 changes · saas-18.3
Enhancements to existing features
Point of Sale no longer shows old IoT Box setup notifications that are no longer relevant. This reduces confusion for users during device setup and keeps the interface focused on current actions.
Original PR description
We used to display notifications like "We're waiting for your IoT Box to send its devices", that no longer make sense. This commit remove those notifications. Task: 4853242
Blackbox devices can now be recognized correctly by default in IoT setups, without needing an extra Belgian POS blackbox module installed. This avoids them being mistaken for weighing scales, making device setup more reliable for affected businesses.
Original PR description
In order to detect blackboxes as blackboxes instead of adam scales, without installing `pos_blackbox_be` module, we added it to the list of modules from which we download driver. Task: 4787403
Shop Floor now displays and respects lot or serial numbers already set on a manufacturing order during production registration. This prevents workers from accidentally generating a new lot and overwriting the planned one, improving traceability and reducing production errors.
Original PR description
For lot/serial manufactured products with a 'register production' check: - the prefilled lot on MO's form do not appear on Shop Floor - the (+) button always generate a new lot, overwriting the prefilled one We want the Shop Floor to show and take in account the prefilled lot id. task: 4840332