Sunday, July 21, 2024
1 change
Enhancements to existing features
The stock reporting logic now uses the module's configured table name instead of assuming a fixed database table. This makes it easier for custom or extended modules to reuse the same reporting code with their own tables, reducing future customization effort.
Original PR description
This allows extending modules to use the same code for new database tables.