2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00
Commit Graph

12488 Commits

Author SHA1 Message Date
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
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
70d4960fa3 Add new unit tests for part API filters 2022-04-26 11:43:34 +10:00
61a56be114 Merge pull request #2870 from SchrodingersGat/pt-br
pt-br
2022-04-26 11:40:46 +10:00
c705bb57c6 Fix language code 2022-04-26 11:16:55 +10:00
64b1f56b98 Generate pt_br 2022-04-26 11:09:21 +10:00
b5551a1ceb Adds pt_br (brazillian) 2022-04-26 11:05:40 +10:00
693e47ab89 Remove outdated filter_fields variable 2022-04-26 11:02:22 +10:00
e1e0432963 Adds 'variant_of' filter back into Part API 2022-04-26 10:57:43 +10:00
1603bf4e60 fix api call 2022-04-26 01:32:31 +02:00
e7357726ca Add oauth for zapier 2022-04-25 11:19:30 +02:00
8de35f63be Add config template section 2022-04-25 01:18:55 +02:00
2e4aa8a2fc Feature request: reverse proxy login support
Fixes #1693
2022-04-25 01:18:36 +02:00
7ae9586c82 Merge pull request #2864 from matmair/remove-dead-code
Remove dead code
2022-04-25 08:55:21 +10:00
65357df648 PEP fix 2022-04-25 00:27:41 +02:00
b72650d162 remove translation script 2022-04-25 00:25:31 +02:00
b4068c5e0f remove dead middleware 2022-04-25 00:25:12 +02:00
f06a11e206 fix test 2022-04-24 16:17:47 +02:00
cd931af74f description for config values 2022-04-24 16:15:22 +02:00
a4af573812 add logo option to config template 2022-04-24 16:14:55 +02:00
1bce7b745e add custom logo option 2022-04-24 16:13:44 +02:00
002f5ec288 move setting lower 2022-04-24 16:12:01 +02:00
f1f6c9ff66 remove InvenTree from settings texts 2022-04-24 15:25:34 +02:00
2847eef71c load missing tag 2022-04-24 15:13:31 +02:00
f2d0537198 set navbar message via config file 2022-04-24 15:12:03 +02:00
1127bf2497 make it possible to resitrict the about modal 2022-04-24 01:02:41 +02:00
ff9d8e7b6b use instance title in version string 2022-04-24 00:28:27 +02:00
9673d81014 remove InvenTree name where not needed 2022-04-24 00:23:26 +02:00
54d8a4e802 use server title instead of InvenTree 2022-04-24 00:21:33 +02:00
7834171c2a [FR] White labeling
Fixes #2301
2022-04-23 23:38:49 +02:00
adfcd42e09 Merge pull request #2859 from SchrodingersGat/ipn-validator-fix
IPN validator fix
2022-04-22 15:11:33 +10:00
99718865c0 Further attempts to fix CI issues 2022-04-22 14:33:46 +10:00
4994920119 Use recommended collation option 2022-04-22 13:48:15 +10:00
fa3c24b085 Try a different collation option 2022-04-22 13:25:22 +10:00
0806e18aca Case sensitive collation 2022-04-22 12:39:42 +10:00
2f1e869351 Only set collation option for mysql test database 2022-04-22 11:31:51 +10:00
dc0f18d21f Specify charset and collation options for the test database 2022-04-22 11:20:49 +10:00
5fde9f552c Add similar check for IPN 2022-04-22 01:00:38 +10:00
292d28d378 Account for cases where serial number could be an integer! 2022-04-22 01:00:02 +10:00
aa4df62ac9 IPN fix 2022-04-22 00:40:23 +10:00
a7c18891b5 Increase unit testing for duplicate IPN testing
- IPN duplication test is case sensitive!
2022-04-22 00:38:08 +10:00
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
6dec8ba113 PEP fix 2022-04-22 00:24:25 +10:00
f504dfe797 part variant table now displays information about variant stock quantities 2022-04-22 00:20:32 +10:00
8b9aa86a0a Add 'variant_stock' to Part API serializer 2022-04-22 00:14:37 +10:00
aa20d84cc1 Update javascript rendering in build table 2022-04-22 00:00:50 +10:00
ec34d23bfc Update javascript rendering in BOM table 2022-04-21 23:58:12 +10:00
fa2510c42f Use a proper queryset annotation to calculate the "available_variant_stock" 2022-04-21 23:53:03 +10:00
42f0628a48 Merge pull request #2858 from SchrodingersGat/docker-init-fix
Revert location of init.sh for Dockerfile
2022-04-21 22:29:36 +10:00
0cd5a2b005 Revert location of init.sh for Dockerfile 2022-04-21 20:17:12 +10:00