2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00
Commit Graph

13659 Commits

Author SHA1 Message Date
b78407a7e8 Merge pull request #2808 from SchrodingersGat/cancel-requests
Fix search errors
2022-04-06 10:38:03 +10:00
547c51b81b pep fix 2022-04-06 01:47:11 +02:00
b087422290 add import back in 2022-04-06 01:45:19 +02:00
b53bf6de9c pep fix 2022-04-06 01:42:24 +02:00
27dac5af97 Fix search errors
- Do not show API error messages for requests which were intentionally aborted
- Prevents a large number of error messages being displayed when search text is changed
2022-04-06 09:42:07 +10:00
ac721a544d Merge pull request #2803 from SchrodingersGat/barcode-fix
Barcode scanning fixes
2022-04-06 09:27:42 +10:00
b4654a7c71 add tests for email notification 2022-04-06 01:22:52 +02:00
e1d261f989 pep fix 2022-04-05 23:47:26 +02:00
77f5fa9360 pep fix 2022-04-05 23:45:35 +02:00
f3aab952de remove empty class 2022-04-05 23:43:50 +02:00
47f9bd911a add tests for notifications 2022-04-05 23:41:37 +02:00
dc2da4bcb9 BomItem API - improve annotation of available substitute stock quantity 2022-04-05 21:24:57 +10:00
30a4c38eb7 Ensure queryset is properly annotated for BomItem detail 2022-04-05 21:12:43 +10:00
e0acfe492b Merge remote-tracking branch 'inventree/master' into bom-serializer-quantity 2022-04-05 19:49:06 +10:00
41b75e4928 Merge branch 'inventree:master' into matmair/issue2385 2022-04-05 02:05:05 +02:00
4ab27e5f3c Merge branch 'inventree:master' into matmair/issue2694 2022-04-05 02:03:40 +02:00
ed60666695 Merge branch 'inventree:master' into matmair/issue2788 2022-04-05 02:03:37 +02:00
346327b545 Merge branch 'inventree:master' into plugin-mark-sample 2022-04-05 02:03:29 +02:00
347be2aa3a fix test 2022-04-05 01:58:28 +02:00
5f4c8b3a3e add icon support for user settings 2022-04-05 01:53:41 +02:00
5b9f84a90f fix test 2022-04-05 01:30:12 +02:00
785cdc5267 patch loading methods for selective loading 2022-04-05 01:29:19 +02:00
42f630cff1 fix tests
due to changes in the loading mechansim they need to be fethced now
2022-04-05 01:10:52 +02:00
ad9d067033 typo fix 2022-04-05 01:08:35 +02:00
41ccacaa05 disable email by default 2022-04-05 00:56:13 +02:00
32918348b9 fix docstrings 2022-04-05 00:55:53 +02:00
7063db7a32 add missing model ruleset 2022-04-05 00:43:29 +02:00
01fcc728ad PEP fixes 2022-04-05 00:34:30 +02:00
dc7b88515e rename class to make it clearer 2022-04-05 00:27:13 +02:00
2728bfab37 fix: add genericSettingClassMixin back in 2022-04-05 00:25:39 +02:00
d634afad48 move to common/models 2022-04-05 00:24:55 +02:00
352ab34eda remove struc docstring 2022-04-05 00:23:30 +02:00
586812e5c6 add doc for generic mixin 2022-04-05 00:23:09 +02:00
0ff754c7d9 Merge pull request #2804 from SchrodingersGat/quantity-fixes
Quantity fixes
2022-04-05 08:20:18 +10:00
23f57bec19 some docs for future users :-) 2022-04-05 00:15:22 +02:00
205916e0b2 refactor clean method to reduce duplication 2022-04-05 00:14:39 +02:00
8d01df0b5e refactor settings to reduce duplication 2022-04-05 00:08:07 +02:00
bdc62dfcc3 mark active sample code as a sample 2022-04-04 23:53:35 +02:00
138aebdb08 and another one 2022-04-04 23:52:00 +02:00
e3ca478042 PEP fix 2022-04-04 23:51:51 +02:00
1eb511e8a0 user notification settings 2022-04-04 23:46:19 +02:00
c93f9c94f3 Change column title 2022-04-05 00:33:54 +10:00
0908aa8c8c Allow sorting of part table by unallocated_stock 2022-04-05 00:31:44 +10:00
58003bc2cb Refactor model renderer functions 2022-04-05 00:27:37 +10:00
15253435af Adjustments for partStockLabel function 2022-04-05 00:02:11 +10:00
e4ca638a2e Add field for substitute_stock (work in progress) 2022-04-04 23:52:45 +10:00
c6ba104ae8 Condense into single "available_stock" field 2022-04-04 23:07:44 +10:00
f6664b2477 Add annotated fields to BomItem API:
- total-stock / allocated_to_build_orders / allocated_to_sales_orders
2022-04-04 22:50:13 +10:00
782a0f3576 Fix for scanIntoLocation function 2022-04-04 16:23:17 +10:00
7dae05acc5 Fix for scanItemsIntoLocation function
- Accept list of objects rather than pk values
- Conform to API requirements
2022-04-04 16:20:19 +10:00