Friday, May 12, 2023
2 changes · master
Enhancements to existing features
The payroll dashboard now stores its to-do notes in a dedicated payroll note model instead of the generic notes system. This keeps payroll reminders stable as the broader notes feature changes, reducing future disruption for payroll users.
Original PR description
The payroll dashboard was relying on note.note for the dashboard's todo, but as this model will soon be merged into project.task it was decided to use a dedicated and simpler model for the payroll notes. task-3142411
The point of sale IoT customer display option has been moved into the customer settings area, making it more intuitive for users to configure. The display selection now appears only when the relevant IoT box, display screen, and connected display options are enabled, reducing clutter and confusion.
Original PR description
Before this commit ================== The customer display with the IoT device is at the Connected Device > IoT box (ticked) > Selection field "Customer Display" After this commit ================= This field has been moved to Connected Device > Customer Settings > Use a display connected to the IoT box (ticked)> Selection field "Display" this field will be shown when IoT Box, Display screen and Use a display connected to the IoT box will be ticked. TaskID: 2952034