Skip to content

Tags: inventree/InvenTree

Tags

1.1.7

Toggle 1.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Default Supplier Support Missing in 1.X.X (#10980) (#11027)

Fixes #10979

Co-authored-by: Matthias Mair <[email protected]>

1.1.6

Toggle 1.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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]>

1.1.5

Toggle 1.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[UI] Fix for PartTestResultTable (#10886) (#10889)

* [UI] Fix for PartTestResultTable

- Filter properly by part instance

* Add a simple unit test

* Tweak unit test

(cherry picked from commit e590522)

Co-authored-by: Oliver <[email protected]>

1.1.4

Toggle 1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[bug] Serialize location (#10882) (#10883)

* Properly set location id when serializing stock

* Add correct tracking entries

* Add unit test

(cherry picked from commit a7ff125)

Co-authored-by: Oliver <[email protected]>

1.1.3

Toggle 1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

1.1.2

Toggle 1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump InvenTree software version to 1.1.1 (#10745)

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version number to 1.1.0 (#10733)

* Bump version number to 1.1.0

* Add release tag to CHANGELOG.md

* Cleanup

* Remove links

1.0.9

Toggle 1.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

1.0.8

Toggle 1.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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