Tags: inventree/InvenTree
Tags
[bug] Stock adjust (#10914) (#10915) * Extra checks on backend * Bug fix for adjustment forms - Set default quantity of zero * Additional unit testing (to ensure no regression) (cherry picked from commit 5713cff) Co-authored-by: Oliver <[email protected]>
chore(deps): bump django from 4.2.25 to 4.2.26 in /src/backend (#10781)… … (#10790) * chore(deps): bump django from 4.2.25 to 4.2.26 in /src/backend Bumps [django](https://github.com/django/django) from 4.2.25 to 4.2.26. - [Commits](django/django@4.2.25...4.2.26) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.26 dependency-type: direct:production ... * fix style * also bump docker version --------- (cherry picked from commit 726e852) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Mair <[email protected]>
Auth Improvements (#10752) (#10761) * Return more detail in MFA failure response * Reject auth requests for users who are inactive * Move markdown config out of settings.py (cherry picked from commit 9018462) Co-authored-by: Oliver <[email protected]>
Fix selection list items not displaying values (#10722) (#10723) Fixes #10701 The issue was that the table row key was using 'props.item.pk', but the API returns 'id' instead. This caused React to not properly render the rows with their values. Changed the key to use 'props.item.id' with a fallback to 'props.idx' for new rows that don't have an ID yet. (cherry picked from commit 8d1f7f3) Signed-off-by: Akhil Singh <[email protected]> Co-authored-by: Akhil Singh <[email protected]>
Default stock currency (#10641) (#10644) * Default stock currency (#10641) * Fix for useStockFields - Use default currency * Ensure default currency is observed * Specify field default * Improve import (for ty) * Update migration files - Point currency fields to the correct default method * Unit tests - Ensure stock item gets correct default currency * Cleaner generation of default currency value - Return empty string during migratoins * Update existing migrations * Reduce noise * Ignore "no-matching-overload" rule for ty * Tweak money_kwargs * Remove conflicting code * Fix import * Tweak currency_code_default
PreviousNext