Wednesday, September 25, 2024
7 changes · master
Enhancements to existing features
The settings page for default invoice sending options is simplified by showing company-specific indicators only once at the main setting level. This reduces visual clutter and avoids showing unnecessary icons when only one company is used.
Original PR description
Commit 1: [Proposal] Simplify the company dependent icons of default sending options. 
Point of Sale now shows the full employee list when multiple employees share the same PIN, instead of limiting the choices to matching PIN holders. This makes cashier selection clearer while still logging in only the employee whose selected record matches the entered PIN.
Original PR description
Before if two employees have the same pin, the list of employees was only displaying all employees with the same pin. Now, the list is displaying all employees. If the user click on a employee with the right pin, it will be logged. Otherwise we close the popup.
The master branch release version has been updated to 18.1 alpha. This prepares the codebase for the next development cycle and helps teams clearly identify builds from this upcoming release stream.
Several labels and fields in the Belgian salary configurator can now be translated. This makes the tool easier to use for employees and administrators working in different languages.
Original PR description
This PR allows several fields to be translatable in the salary configurator, which were previously untranslatable. task-4116696
When users create a sales order line from a helpdesk ticket, the product form now prevents choosing a non-service product type. This reduces mistakes and keeps the workflow aligned with services that can be billed from helpdesk work.
Original PR description
When creating a SOL on the fly within a helpdesk ticket, users can also create or edit products. To avoid errors from selecting non-service products, the type field is now hidden in the product form during this process, ensuring only service products are created. task-4179188
Subscription quote PDFs now show the subscription start date when it is available. This gives customers clearer information about when their subscription begins and helps reduce follow-up questions during the sales process.
Original PR description
Before this commit, the PDF of a subscription quote did not show the subscription start date to customers. With this commit, the subscription start date will be included in the quote report if it is available. task-3794915
The POS kitchen preparation display now supports decimal quantities instead of rounding or ignoring them. This helps kitchen staff see accurate order amounts for items sold in partial quantities, reducing preparation mistakes.
Original PR description
Before this commit: =================== The POS kitchen display only handled integer quantities, ignoring float values. After this commit: ================== The kitchen display now supports float quantities, accurately reflecting partial quantities from the POS.