mirror of
https://github.com/inventree/InvenTree.git
synced 2025-10-15 13:42:20 +00:00
* Fix "unallocated_quantity" calculation - Take "consumed" quantity into account also * Account for consumed quantity in: - build.is_fully_allocated - build.is_overallocated * Additional unit tests - Ensure the new calculations work properly * Adjust API filter * Try splitting query * Another fix * Try ExpressionWrapper * Change order of operations? * Refactor * Adjust filtering strategy * Change ordering * Use Max wrapper * Add comments