Oliver Walters
|
3f92f009e4
|
Add configurable setting for batch code generation
|
2022-04-26 20:00:06 +10:00 |
|
Oliver
|
4c6c618af6
|
Merge pull request #2874 from SchrodingersGat/auto-allocate-fix
Prevent inactive or trackable parts from being 'auto allocated'
|
2022-04-26 18:48:16 +10:00 |
|
Oliver
|
89b8d04ca4
|
Merge pull request #2833 from SchrodingersGat/variant-available
Add 'available_variant_stock' to BomItem serializer
|
2022-04-26 18:47:56 +10:00 |
|
Oliver
|
3ef0386593
|
Prevent inactive or trackable parts from being 'auto allocated'
|
2022-04-26 17:14:47 +10:00 |
|
Oliver
|
ee47be4c9e
|
Add unit test for 'available_variant_stock' in BomItem API serializer
|
2022-04-26 17:05:21 +10:00 |
|
Oliver
|
7aaa4a5812
|
add unit tests for new variant_stock annotations
|
2022-04-26 16:39:03 +10:00 |
|
Oliver
|
d4fc4bb8bd
|
Merge branch 'master' into variant-available
# Conflicts:
# InvenTree/InvenTree/api_version.py
|
2022-04-26 16:21:53 +10:00 |
|
Oliver
|
85fd247878
|
Fix for 'auto-allocate' stock to build orders
- Allocation of serialized stock items would cause issue
- Exclude serialized stock from auto allocation process
|
2022-04-26 15:54:03 +10:00 |
|
Oliver
|
2696f6bfbd
|
Merge pull request #2869 from SchrodingersGat/ipn-validator-fix
Adds 'variant_of' filter back into Part API
|
2022-04-26 12:05:30 +10:00 |
|
Oliver
|
70d4960fa3
|
Add new unit tests for part API filters
|
2022-04-26 11:43:34 +10:00 |
|
Oliver
|
c705bb57c6
|
Fix language code
|
2022-04-26 11:16:55 +10:00 |
|
Oliver
|
64b1f56b98
|
Generate pt_br
|
2022-04-26 11:09:21 +10:00 |
|
Oliver
|
b5551a1ceb
|
Adds pt_br (brazillian)
|
2022-04-26 11:05:40 +10:00 |
|
Oliver
|
693e47ab89
|
Remove outdated filter_fields variable
|
2022-04-26 11:02:22 +10:00 |
|
Oliver
|
e1e0432963
|
Adds 'variant_of' filter back into Part API
|
2022-04-26 10:57:43 +10:00 |
|
Matthias
|
65357df648
|
PEP fix
|
2022-04-25 00:27:41 +02:00 |
|
Matthias
|
b72650d162
|
remove translation script
|
2022-04-25 00:25:31 +02:00 |
|
Matthias
|
b4068c5e0f
|
remove dead middleware
|
2022-04-25 00:25:12 +02:00 |
|
Oliver
|
99718865c0
|
Further attempts to fix CI issues
|
2022-04-22 14:33:46 +10:00 |
|
Oliver
|
4994920119
|
Use recommended collation option
|
2022-04-22 13:48:15 +10:00 |
|
Oliver
|
fa3c24b085
|
Try a different collation option
|
2022-04-22 13:25:22 +10:00 |
|
Oliver
|
0806e18aca
|
Case sensitive collation
|
2022-04-22 12:39:42 +10:00 |
|
Oliver
|
2f1e869351
|
Only set collation option for mysql test database
|
2022-04-22 11:31:51 +10:00 |
|
Oliver
|
dc0f18d21f
|
Specify charset and collation options for the test database
|
2022-04-22 11:20:49 +10:00 |
|
Oliver Walters
|
5fde9f552c
|
Add similar check for IPN
|
2022-04-22 01:00:38 +10:00 |
|
Oliver Walters
|
292d28d378
|
Account for cases where serial number could be an integer!
|
2022-04-22 01:00:02 +10:00 |
|
Oliver Walters
|
aa4df62ac9
|
IPN fix
|
2022-04-22 00:40:23 +10:00 |
|
Oliver Walters
|
a7c18891b5
|
Increase unit testing for duplicate IPN testing
- IPN duplication test is case sensitive!
|
2022-04-22 00:38:08 +10:00 |
|
Oliver Walters
|
9a9ed5f192
|
Fix validation of duplicate IPN
- Duplicate IPN check does not apply if an empty IPN value is set
- Note that "if x" is a more pythonic test than "if x not in [None, '']"
|
2022-04-22 00:36:30 +10:00 |
|
Oliver Walters
|
6dec8ba113
|
PEP fix
|
2022-04-22 00:24:25 +10:00 |
|
Oliver Walters
|
f504dfe797
|
part variant table now displays information about variant stock quantities
|
2022-04-22 00:20:32 +10:00 |
|
Oliver Walters
|
8b9aa86a0a
|
Add 'variant_stock' to Part API serializer
|
2022-04-22 00:14:37 +10:00 |
|
Oliver Walters
|
aa20d84cc1
|
Update javascript rendering in build table
|
2022-04-22 00:00:50 +10:00 |
|
Oliver Walters
|
ec34d23bfc
|
Update javascript rendering in BOM table
|
2022-04-21 23:58:12 +10:00 |
|
Oliver Walters
|
fa2510c42f
|
Use a proper queryset annotation to calculate the "available_variant_stock"
|
2022-04-21 23:53:03 +10:00 |
|
Oliver Walters
|
1d73f7c066
|
Update API version info
|
2022-04-21 20:14:46 +10:00 |
|
Oliver Walters
|
3b4d0c2f9c
|
Merge remote-tracking branch 'inventree/master' into variant-available
# Conflicts:
# InvenTree/InvenTree/version.py
|
2022-04-21 20:13:51 +10:00 |
|
Oliver Walters
|
2b8ddd58a8
|
Add initial translation files
|
2022-04-21 00:18:39 +10:00 |
|
Oliver Walters
|
7dce7779c3
|
cz -> cs
|
2022-04-21 00:14:38 +10:00 |
|
Oliver Walters
|
2144506745
|
Add language support for Czech
|
2022-04-21 00:12:53 +10:00 |
|
Oliver
|
aec7d2d0aa
|
Merge pull request #2842 from awiswasi/vulnerability-fix
Fixed vulnerability in jquery-ui@1.12.1
|
2022-04-20 11:11:58 +10:00 |
|
Awf Wiswasi
|
761e822a4e
|
Updated jquery v1.12.1 to v1.13.0 to fix a possible XSS vulnerability.
|
2022-04-19 17:36:34 -07:00 |
|
Matthias Mair
|
d2e3d824b0
|
Merge branch 'inventree:master' into plugin-mark-sample
|
2022-04-20 00:03:42 +02:00 |
|
Matthias Mair
|
544a590b7a
|
Merge branch 'inventree:master' into plugin-mark-sample
|
2022-04-19 18:24:21 +02:00 |
|
Awf Wiswasi
|
d93cc78bf6
|
Fixed vulnerability to Cross-site Scripting (XSS) when accepting the value of altField option of the Datepicker widget from untrusted sources, which may lead to execution of untrusted code. Vulnerability fixed in jquery-ui@1.13.0
|
2022-04-19 05:50:17 -07:00 |
|
Oliver Walters
|
7c126ed712
|
Added x_forwarded_for middleware
Used to extract remote client IP (when behind balancer / proxy / etc)
|
2022-04-19 21:19:25 +10:00 |
|
Oliver Walters
|
db897d5dce
|
JS linting
|
2022-04-19 20:47:37 +10:00 |
|
Oliver Walters
|
5fe2fb615b
|
Style fixes
|
2022-04-19 20:41:08 +10:00 |
|
Oliver Walters
|
1fb94bf04b
|
Allow "tracked" stock items to be installed, rather than just serialized
|
2022-04-19 20:35:54 +10:00 |
|
Oliver Walters
|
0e67ea8e95
|
Change ordering of stock item form fields
|
2022-04-19 20:28:45 +10:00 |
|