Friday, February 28, 2025
2 changes · 17.0
Enhancements to existing features
The quality control random check settings now explain more clearly how percentage-based inspections work. This helps users understand that the percentage is a probability applied over time, not a guaranteed exact number per transfer.
Original PR description
This commit improves the tool tip and the presentation of the quality control random view. When you set a quality point to "random" with a percentage of 20% and process a transfer of 100 units, it does not mean that exactly 20% of the transfer will be inspected. Instead, each unit has a 20% probability of being checked. For example, if you process ten transfers of 100 units each, you might get 18 quality checks in one transfer, 10 in another, 25 in the next, and so on. The key point is that, statistically, approximately 20% of your total quantities will be inspected over multiple transfers. opw-4527413
The Mexican payroll demo records for employees Elvera and Roque were updated, including related payroll accounting demo data and employee images. This keeps sample data more accurate and useful for demonstrations, testing, and training without changing live payroll functionality.
Original PR description
This commit modifies Elvera and Roque demo data for hr mexican localization target: 17.0 -> master task-4486643