github-actions[bot] and Akhil Singh
0d305e10f6
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 8d1f7f39b4 )
Signed-off-by: Akhil Singh <singhakhil69@gmail.com >
Co-authored-by: Akhil Singh <35478226+akhilsingh-git@users.noreply.github.com >
2025-10-31 09:08:04 +11:00
github-actions[bot] and Oliver
babe952bcf
Format number fix ( #10710 ) ( #10711 )
...
* Improvements for format_number func
- Prevent accidental rendering in scientific notation
* Add multiplier argument to format_number
(cherry picked from commit c1bbef1a4d )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-29 16:43:02 +11:00
github-actions[bot] and Oliver
485e4ae178
[UI] Fix BuildLineTable ( #10707 ) ( #10708 )
...
- Closes https://github.com/inventree/InvenTree/issues/10700
(cherry picked from commit c7593d983f )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-29 14:28:54 +11:00
1e6630317c
chore(deps): bump pip from 25.2 to 25.3 in /src/backend ( #10690 ) ( #10694 )
...
* chore(deps): bump pip from 25.2 to 25.3 in /src/backend
Bumps [pip](https://github.com/pypa/pip ) from 25.2 to 25.3.
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/pip/compare/25.2...25.3 )
---
updated-dependencies:
- dependency-name: pip
dependency-version: '25.3'
dependency-type: indirect
...
* fix style
---------
(cherry picked from commit ceb055d61a )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Mair <code@mjmair.com >
2025-10-28 11:26:26 +11:00
github-actions[bot] and Oliver
9bd38aa4ba
Stock form fixes ( #10673 ) ( #10677 )
...
* Improve rendering of SupplierPart in forms
- Display pack_quantity
* Ensure boolean values have default
(cherry picked from commit 636477ac13 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-26 12:00:17 +11:00
github-actions[bot] and Oliver
8d8dd91ae3
Delete locations fix ( #10672 ) ( #10676 )
...
* Cleaner handling of inputs
* Fix for frontend form:
- Fix typo in field
- Better option defaults
* Tweak part category delete form
* Add frontend tests
(cherry picked from commit 23d580c4a9 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-26 12:00:03 +11:00
github-actions[bot] and Oliver
f8bcc3ec17
[UI] Bug fix for build output forms ( #10640 ) ( #10642 )
...
(cherry picked from commit 2187a77153 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-21 08:22:50 +11:00
github-actions[bot] and Oliver
fa698e7e2b
Fixes for SITE_URL validity checks ( #10619 ) ( #10634 )
...
* [docker] Allow HTTPS port to be specified for Caddy proxy
* Fix naming collision for INVENTREE_WEB_PORT
* Push InvenTree version first
* Adjust Caddyfile
- Change backup server
* Fix docstring
* Tweak for site URL check:
- Ignore port if SITE_LAX_PROTOCOL_CHECK is set
- Invert logic for readability
* Additional checks for port mismatch
* Adjust middleware checks
- Allow for less strict checking of CSRF_TRUSTED_ORIGINS
* Slight refactor
(cherry picked from commit f9ce9e20b2 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-20 16:19:30 +11:00
github-actions[bot] and Matthias Mair
c59fd55a00
Setup: allow more python versions ( #10615 ) ( #10616 )
...
* extend supported python versions
* bump max python
(cherry picked from commit 874be9920d )
Co-authored-by: Matthias Mair <code@mjmair.com >
2025-10-19 07:09:49 +11:00
github-actions[bot] and Oliver
486e338b0b
BOM updates ( #10611 ) ( #10612 )
...
* BOM updates
- Allow variants of substititute parts to be allocated
- Closes https://github.com/inventree/InvenTree/issues/10606
* Check self.allow_variants
* Add comment
(cherry picked from commit a7c4f2adba )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-18 12:06:16 +11:00
github-actions[bot] and Oliver
cc508a544c
Dashboard item fix ( #10596 ) ( #10597 )
...
* Fix for "subscribed categories" dashboard item
* Tweak filter display
* Tweak filter for "Subscribed Parts"
(cherry picked from commit 485aa6324c )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-16 23:17:11 +11:00
github-actions[bot] and Oliver
c471a1cd38
Order labels ( #10588 ) ( #10590 )
...
* Add label actions for build orders
* Support other order types
(cherry picked from commit e040d99665 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-16 07:12:27 +11:00
github-actions[bot] and Oliver
1249ae3a84
[UI] Fix broken dashboard link ( #10577 ) ( #10582 )
...
Ref: https://github.com/inventree/inventree/issues/10548
(cherry picked from commit e0559bb2b4 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-14 12:07:24 +11:00
github-actions[bot] and Oliver
4fe949811d
[docs] Troubleshooting Guide ( #10574 ) ( #10575 )
...
* [docs] troubleshooting guide
Adds a rough troubleshooting guide
* Add docs for showing docker logs
(cherry picked from commit 71b9373f44 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-13 19:45:01 +11:00
github-actions[bot] and Oliver
afdb4090bf
Fix missing closing </div> tag ( #10572 ) ( #10573 )
...
(cherry picked from commit f9bdad975f )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-13 17:50:13 +11:00
github-actions[bot] and Oliver
ae2cf931a5
[UI] Remove placeholder text ( #10569 ) ( #10570 )
...
- Remove TODO entry
- Placeholder when adding external build order support
(cherry picked from commit a466926aef )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-13 14:26:22 +11:00
github-actions[bot] and Oliver
6fa54c0e0e
[UI] Fix stock actions ( #10566 ) ( #10568 )
...
* Clear selected records when search term changes
* Clear selection after performing stock actions
(cherry picked from commit f22417fd1f )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-13 13:37:49 +11:00
github-actions[bot] and Oliver
ff79ab87e5
[UI] About InvenTree Tweak ( #10565 ) ( #10567 )
...
- Hide version entries without data
(cherry picked from commit ea868b3179 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-13 13:23:53 +11:00
github-actions[bot] and Oliver
9fe290b01f
[UI] Adjust login error messages ( #10556 ) ( #10564 )
...
* Adjust config template
- Don't hard-code cookie mode into template
- Revert to the "default" values (which are the same)
* [ui] better feedback on login error
- Show error code, at least
* Revert removed code
* Adjust playwright tests
(cherry picked from commit 6badc0148f )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-13 12:31:31 +11:00
a63fe64aa2
Installer docs ( #10552 ) ( #10563 )
...
* Better formatting
* Tweak setup docs
* Add information on process control and logs
* Fix typo
* Change `cli` to `invoke`
* Update docs/docs/start/installer.md
* Update docs/docs/start/installer.md
* Remove available commands section from installer.md
Removed section on available commands for InvenTree services.
---------
(cherry picked from commit 30e91eb226 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
Co-authored-by: Matthias Mair <code@mjmair.com >
2025-10-13 10:01:31 +11:00
github-actions[bot] and Matthias Mair
b6acbf0a48
fix(installer): make VERSION information accessible in invoke calls ( #10558 ) ( #10562 )
...
* implement version loading in more contexts
closes #10554
* factor version file out
* ensure results do not contain new strings
(cherry picked from commit 6327707c0e )
Co-authored-by: Matthias Mair <code@mjmair.com >
2025-10-13 09:13:02 +11:00
github-actions[bot] and Oliver
4a83b98cd9
Catch error during auto-migrations ( #10553 ) ( #10560 )
...
- Prevent process interlock
- Prevent migration check if already running migrations
(cherry picked from commit 067cb1fccb )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-13 09:01:04 +11:00
github-actions[bot] and Oliver
fe1cc56e94
Fix "override pricing" display ( #10545 ) ( #10547 )
...
- Use specified currency values
- Closes #10537
(cherry picked from commit 4edbe9bab1 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-11 12:12:11 +11:00
github-actions[bot] and Oliver
ef35591110
Update docs for running playwright tests ( #10544 ) ( #10546 )
...
(cherry picked from commit 0dbb0306a5 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-11 10:53:44 +11:00
github-actions[bot] and Oliver
df7817735d
[UI] Prevent warning flash ( #10540 ) ( #10541 )
...
* [UI] Prevent warning flash
- Display warning element after a delay
* Support no-javascript
(cherry picked from commit 1a171b5705 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-10 12:55:44 +11:00
github-actions[bot] and Matthias Mair
be3e2b4e01
feat(backend): Improve error message on INVE-7 ( #10518 ) ( #10523 )
...
* feat(backend): Improve error message on INVE-7
* change wording
* fix test
* another fix
(cherry picked from commit 13845c69da )
Co-authored-by: Matthias Mair <code@mjmair.com >
2025-10-07 11:35:25 +11:00
github-actions[bot] and Matthias Mair
3fc2db6c3a
fix: correct admin credential msg ( #10521 ) ( #10522 )
...
* fix installers final message
* adjust text
(cherry picked from commit ac6028b871 )
Co-authored-by: Matthias Mair <code@mjmair.com >
2025-10-07 11:25:15 +11:00
github-actions[bot] and Oliver
79325c96d0
[docs] BOM import ( #10517 ) ( #10520 )
...
- Add brief section about importing BOM data
(cherry picked from commit 492613952c )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-07 11:10:12 +11:00
github-actions[bot] and Matthias Mair
62425f1f3b
fix: package distribution ( #10515 ) ( #10519 )
...
* show warning text
* fix formatting
* try to gather site-url correctly
* protect envs that are set in the config
* raise issue if they appear
* prefer app setting over file config
* preserve setting if injected via envs
(cherry picked from commit c83a9b01ce )
Co-authored-by: Matthias Mair <code@mjmair.com >
2025-10-07 09:13:33 +11:00
github-actions[bot] and Matthias Mair
b1d0f3cb9e
fix(backend): ensure internal notifications are created in a valid format ( #10502 ) ( #10506 )
...
Closes #10435
(cherry picked from commit 96a5291766 )
Co-authored-by: Matthias Mair <code@mjmair.com >
2025-10-06 22:10:26 +11:00
github-actions[bot] and Oliver
555b72305c
Update docs regarding INVENTREE_AUTO_UPDATE ( #10505 ) ( #10507 )
...
(cherry picked from commit 363c5fd2c6 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-06 22:07:56 +11:00
github-actions[bot] and Oliver
f901eec771
Fix rendering for custom status values ( #10492 ) ( #10494 )
...
- Improve field lookup priority
(cherry picked from commit b370d54394 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-05 22:39:04 +11:00
github-actions[bot] and Oliver
3044cee011
Tweak docker setup ( #10490 ) ( #10493 )
...
- Set default forwarding values
(cherry picked from commit 946d4358c3 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-05 22:12:35 +11:00
github-actions[bot] and Hamza Ali
17be1fbb43
feat(ui/choice field): select old content on click, auto select first row ( #10485 ) ( #10491 )
...
closes #10468 , #10470
(cherry picked from commit 4635ea9443 )
Co-authored-by: Hamza Ali <github+hhhapz@hamza.sh >
2025-10-05 20:00:08 +11:00
d2aa15257b
feat(backend): releax protocol check ( #10454 ) ( #10460 )
...
* feat(backend): releax protocol check
* add changelog entry
* fix variable name
---------
(cherry picked from commit 7638092ab8 )
Co-authored-by: Matthias Mair <code@mjmair.com >
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-02 21:56:10 +10:00
6ff28da48f
chore(deps): bump django from 4.2.24 to 4.2.25 in /src/backend ( #10448 ) ( #10455 )
...
* chore(deps): bump django from 4.2.24 to 4.2.25 in /src/backend
Bumps [django](https://github.com/django/django ) from 4.2.24 to 4.2.25.
- [Commits](https://github.com/django/django/compare/4.2.24...4.2.25 )
---
updated-dependencies:
- dependency-name: django
dependency-version: 4.2.25
dependency-type: direct:production
...
* fix style
---------
(cherry picked from commit b8b1fabc50 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Mair <code@mjmair.com >
2025-10-02 20:43:23 +10:00
github-actions[bot] and Oliver
bd62363b9a
[UI] Fix total price for Purchase Order table ( #10450 ) ( #10452 )
...
- Closes https://github.com/inventree/InvenTree/issues/10442
(cherry picked from commit bfd32c9864 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-02 11:41:24 +10:00
github-actions[bot] and Oliver
acc85672e1
Improve printing actions ( #10430 ) ( #10432 )
...
- Ensure correct items are specified
(cherry picked from commit 867cd24088 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-09-30 09:52:43 +10:00
github-actions[bot] and Oliver
1d2700fa6f
[UI] Consume tracked ( #10422 ) ( #10424 )
...
* Prevent manual consumption of tracked stock
* Prevent manual consuming of trackable items
(cherry picked from commit b0a60ed963 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-09-29 14:01:43 +10:00
github-actions[bot] and Oliver
9c170e6ed3
Fix locale formatting for calendar display ( #10418 ) ( #10420 )
...
- Cannot accept underscore
(cherry picked from commit bcc386aecf )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-09-29 11:31:49 +10:00
github-actions[bot] and Oliver
542a75ce58
[UI] Enable printing of build lines ( #10403 ) ( #10410 )
...
* [UI] Enable printing of build lines
- Closes https://github.com/inventree/InvenTree/issues/10402
* Prevent cell click action
(cherry picked from commit e897222e07 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-09-27 14:30:43 +10:00
github-actions[bot] and Oliver
06750358d6
[bug] Auto allocate bugfix ( #10398 ) ( #10407 )
...
* 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
(cherry picked from commit 6fdc6b3a8c )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-09-27 10:23:06 +10:00
github-actions[bot] and Oliver
6ccc4544be
Fix typo ( #10400 ) ( #10401 )
...
(cherry picked from commit 52be30eef5 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-09-26 13:47:10 +10:00
github-actions[bot] and Oliver
ac324cff14
Tweak build line table ( #10397 ) ( #10399 )
...
- Show allocated quantity even if fully consumed
- Handles edge case where fully consumed but more stock allocated
(cherry picked from commit 1670523dab )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-09-26 11:37:09 +10:00
github-actions[bot] and Matthias Mair
98b1678402
fix: correct user deletion ( #10385 ) ( #10386 )
...
* Ensure all user sessions are cleared
* remove double warning text on user delete
(cherry picked from commit 4794d69687 )
Co-authored-by: Matthias Mair <code@mjmair.com >
2025-09-24 10:30:29 +10:00
github-actions[bot] and Oliver
da3ebacf6b
Hide "consume" action when not viewed from build page ( #10378 ) ( #10379 )
...
(cherry picked from commit a7b1b9d523 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-09-23 21:08:54 +10:00
github-actions[bot] and Oliver
24b2401f6a
Handle null user case ( #10362 ) ( #10365 )
...
(cherry picked from commit 2f357587bc )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-09-20 13:32:45 +10:00
github-actions[bot] and Oliver
d12c335032
Support import of "choice" fields ( #10361 ) ( #10364 )
...
- Perform reverse lookup of display value
(cherry picked from commit bbfdcdce73 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-09-20 12:56:53 +10:00
github-actions[bot] and Oliver
6207aa6c32
Improved error handling ( #10352 ) ( #10354 )
...
- Closes https://github.com/inventree/InvenTree/issues/10338
(cherry picked from commit f4333bd83f )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-09-19 18:43:00 +10:00
github-actions[bot] and Matthias Mair
5ff7ce4703
fix(backend): better siteurl testing in middleware ( #10335 ) ( #10353 )
...
* fix(backend): simplify siteurl testing
* add multi-site test
* pass off site_url check if more than one trusted origin is set
* split up testing
* add temporary debug info
* fix test enviorment
(cherry picked from commit 4b0acad518 )
Co-authored-by: Matthias Mair <code@mjmair.com >
2025-09-19 18:42:33 +10:00
github-actions[bot] and Oliver
0350623866
[UI] Display Stock link ( #10350 ) ( #10351 )
...
- Display "link" for stock item
(cherry picked from commit 843dd92901 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-09-19 10:50:31 +10:00
github-actions[bot] and Jacob Felknor
bb576b16d8
fix bug I introduced with automatic EmailAddress creation for LDAP users ( #10347 ) ( #10349 )
...
(cherry picked from commit fd57b5354b )
Co-authored-by: Jacob Felknor <jacobfelknor073@gmail.com >
2025-09-19 08:14:03 +10:00
github-actions[bot] and Oliver
9705ea90c2
UI panels fix ( #10341 ) ( #10342 )
...
* Tweak sample plugin
* Re-fetch panels when instance changes
* Unit test fix
(cherry picked from commit df0e27bed2 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-09-18 13:31:43 +10:00
github-actions[bot] and Oliver
39dc2b17fd
Fix for RenderStockItem ( #10336 ) ( #10337 )
...
- Handle case where serial number is empty string
(cherry picked from commit f057247fc1 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-09-17 13:47:45 +10:00
github-actions[bot] and Oliver
00646b0891
Exclude field from stock-item import ( #10333 ) ( #10334 )
...
(cherry picked from commit a6e555708f )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-09-17 10:05:27 +10:00
github-actions[bot] and Oliver
048ece4797
Fix user defined radius ( #10327 ) ( #10328 )
...
- Observe correct radius values
- Closes https://github.com/inventree/InvenTree/issues/10322
(cherry picked from commit 5727999d4d )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-09-16 10:25:28 +10:00
github-actions[bot] and Matthias Mair
4f9c42cbc2
feat(frontend): Add samples for dashboard ( #10306 ) ( #10317 )
...
* feat(forntend): Add sampels to dashboard
Closes #9990
* add sessions storage to disable sample dash once cleared/removed
(cherry picked from commit 9679e58212 )
Co-authored-by: Matthias Mair <code@mjmair.com >
2025-09-14 20:54:11 +10:00
github-actions[bot] and Oliver
91c134f752
Fix link rendering for RenderInlineModel ( #10311 ) ( #10313 )
...
(cherry picked from commit f3ec708a28 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-09-12 09:47:00 +10:00
0de265d954
chore(deps): bump django from 4.2.23 to 4.2.24 in /src/backend ( #10300 ) ( #10309 )
...
* chore(deps): bump django from 4.2.23 to 4.2.24 in /src/backend
Bumps [django](https://github.com/django/django ) from 4.2.23 to 4.2.24.
- [Commits](https://github.com/django/django/compare/4.2.23...4.2.24 )
---
updated-dependencies:
- dependency-name: django
dependency-version: 4.2.24
dependency-type: direct:production
...
* fix style
---------
(cherry picked from commit ccfd1c4bf8 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Mair <code@mjmair.com >
2025-09-12 09:06:28 +10:00
f4fdad5d48
Refactor (backend): Improve BuildItemList API filters ( #10279 ) ( #10303 )
...
* refactor(stock): improve StockList api filters
* update PR numver in api_version
* Update src/backend/InvenTree/InvenTree/api_version.py
* Fix MySQL test failure caused by self-referential FK constraint in StockItem
* Data import fix (#10298 )
* Data import fix
- Improved error handling
* Tweak frontend display of errors
* chore(deps-dev): bump vite from 6.3.5 to 6.3.6 in /src/frontend (#10297 )
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.3.5 to 6.3.6.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v6.3.6/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.3.6/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.3.6
dependency-type: direct:development
...
---------
(cherry picked from commit 8adfa234bb )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Reza <50555450+Reza98Sh@users.noreply.github.com >
Co-authored-by: Matthias Mair <code@mjmair.com >
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-11 09:38:33 +10:00
github-actions[bot] and Oliver
73d6da8c13
Data import fix ( #10298 ) ( #10299 )
...
* Data import fix
- Improved error handling
* Tweak frontend display of errors
(cherry picked from commit 9df896cf7a )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-09-10 11:05:26 +10:00
github-actions[bot] and Matthias Mair
c108fd016d
fix(backend): re-add active plugins to anon status ( #10282 ) ( #10295 )
...
* this was disabled due to wrong feedback by me, common debug tools do not work because of this
* patch tests
* make mfa test more robust
(cherry picked from commit 2c22686520 )
Co-authored-by: Matthias Mair <code@mjmair.com >
2025-09-09 08:25:37 +10:00
github-actions[bot] and Oliver
2c95c3db29
[UI] Fixes for part stock history ( #10293 ) ( #10294 )
...
- Correct default data ordering
- Fix rendering for date labels
(cherry picked from commit b65a3f985d )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-09-09 08:06:35 +10:00
github-actions[bot] and Oliver
8571a42981
Improved formatting ( #10284 ) ( #10292 )
...
- Use decimal formatting functions for more places in the UI
(cherry picked from commit 2ac381b4dc )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-09-09 06:41:56 +10:00
github-actions[bot]
35c398dfde
New Crowdin translations by GitHub Action ( #10242 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-02 10:19:35 +10:00
github-actions[bot]
69c115c23e
New Crowdin translations by GitHub Action ( #10223 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-28 22:08:27 +10:00
github-actions[bot]
214e19dd10
New Crowdin translations by GitHub Action ( #10205 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-25 18:38:27 +10:00
github-actions[bot]
9dae8724d8
New Crowdin translations by GitHub Action ( #10190 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-20 23:00:53 +10:00
github-actions[bot]
11f1e27926
New Crowdin translations by GitHub Action ( #10185 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-19 00:57:59 +10:00
github-actions[bot]
bc89af272d
New Crowdin translations by GitHub Action ( #10169 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-16 20:02:51 +10:00
github-actions[bot]
3e375504cb
New Crowdin translations by GitHub Action ( #10160 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-12 14:20:54 +10:00
github-actions[bot]
02b25860ca
New Crowdin translations by GitHub Action ( #10077 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-08 11:48:12 +10:00
github-actions[bot]
a301214ac9
New Crowdin translations by GitHub Action ( #10013 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-24 09:48:45 +10:00
github-actions[bot]
1db6d2afbe
New Crowdin translations by GitHub Action ( #9993 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-13 18:57:08 +10:00
github-actions[bot]
6f08bdca46
New Crowdin translations by GitHub Action ( #9963 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-09 14:08:59 +10:00
github-actions[bot]
e19e5eb029
New Crowdin translations by GitHub Action ( #9959 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-06 19:39:35 +10:00
github-actions[bot]
925807e06b
New Crowdin translations by GitHub Action ( #9919 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-04 17:21:56 +10:00
github-actions[bot]
3482ab4956
New Crowdin translations by GitHub Action ( #9903 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-01 10:51:22 +10:00
github-actions[bot]
c6d53b8c57
New Crowdin translations by GitHub Action ( #9885 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-30 08:12:45 +10:00
github-actions[bot] and Oliver
040d1c1073
New Crowdin translations by GitHub Action ( #9871 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-06-27 13:14:00 +10:00
github-actions[bot]
8b4f9efa44
New Crowdin translations by GitHub Action ( #9813 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-26 12:16:45 +10:00
github-actions[bot]
38cf8141fc
New Crowdin translations by GitHub Action ( #9801 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-20 09:05:29 +10:00
github-actions[bot]
fe4038205f
New Crowdin translations by GitHub Action ( #9780 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-18 08:08:59 +10:00
github-actions[bot]
eb445be770
New Crowdin translations by GitHub Action ( #9771 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-14 12:15:10 +10:00
github-actions[bot]
c70583097c
New Crowdin translations by GitHub Action ( #9726 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-12 23:31:16 +10:00
github-actions[bot]
9d9948ed1c
New Crowdin translations by GitHub Action ( #9697 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-02 22:25:40 +10:00
github-actions[bot]
f9675fc93b
New Crowdin translations by GitHub Action ( #9630 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-25 11:46:08 +02:00
github-actions[bot]
adb2ba3a36
New Crowdin translations by GitHub Action ( #9594 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-04 17:22:17 +01:00
github-actions[bot] and Oliver
fc42b6d7a1
New Crowdin translations by GitHub Action ( #9588 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-04-27 20:05:55 +08:00
github-actions[bot]
c6907a0bf2
New Crowdin translations by GitHub Action ( #9543 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-22 22:09:24 +10:00
github-actions[bot]
64f72381a1
New Crowdin translations by GitHub Action ( #9529 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-20 11:23:21 +10:00
github-actions[bot]
62d058f0e3
New Crowdin translations by GitHub Action ( #9508 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-17 13:17:41 +10:00
github-actions[bot]
8d44a0d330
New Crowdin translations by GitHub Action ( #9489 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-15 11:39:30 +10:00
github-actions[bot]
2eb0331ddd
New Crowdin translations by GitHub Action ( #9474 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-09 00:31:32 +10:00
github-actions[bot]
1cab0a1914
New Crowdin translations by GitHub Action ( #9438 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-07 23:03:41 +10:00
github-actions[bot]
15933a6b3a
New Crowdin translations by GitHub Action ( #9337 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-02 10:52:59 +11:00
github-actions[bot]
832d884c85
New Crowdin translations by GitHub Action ( #9314 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-18 19:22:20 +11:00
github-actions[bot]
fc34bd0a5e
New Crowdin translations by GitHub Action ( #9288 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-16 09:40:18 +11:00
github-actions[bot]
f7536a9f89
New Crowdin translations by GitHub Action ( #9175 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-11 19:21:21 +11:00
github-actions[bot]
49eaedaca6
New Crowdin translations by GitHub Action ( #9161 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-24 11:14:52 +11:00