Friday, March 14, 2025
2 changes · master
Resolved issues and error corrections
Manufacturing workcenter costs now use the intended hourly employee cost from the workcenter setup instead of being overwritten by an employee-specific rate. This helps keep inventory valuations using average cost and FIFO methods accurate.
Original PR description
The workcenter employee cost per hour was always being replaced by the employee's individual cost per hour, impacting the valuation of AVCO and FIFO. To fix this, if the employee's cost per hour is set in the employee form and is greater than zero, we will use the value defined in the workcenter form. task: 4300974
Performance tests now allow test emails to be sent safely to a dummy server, keeping email-related checks realistic without contacting real recipients. This helps maintain confidence in appointment, knowledge, activity, and WhatsApp performance behavior after recent test-environment changes.