Matthias
f478a6236f
Merge branch 'master' of https://github.com/inventree/InvenTree into onboarding-group
2021-10-14 22:18:42 +02:00
Matthias
e0887cf55f
move goup forming into own function
2021-10-14 22:16:07 +02:00
Oliver
074b21bc93
Merge pull request #2162 from matmair/fix-email-settingins
...
Fix email settingins
2021-10-15 07:07:19 +11:00
Matthias Mair
55ba9ad6c9
Merge branch 'inventree:master' into fix-email-settingins
2021-10-14 21:39:32 +02:00
Matthias
27aec4246e
PEP fix
2021-10-14 21:33:54 +02:00
Matthias
f95896e8ea
this was not meant to be submitted
2021-10-14 21:33:35 +02:00
Matthias
3a586af556
move setting to better fit grouping
2021-10-14 21:27:41 +02:00
Matthias
b26bf780c3
setting to register group on signup
2021-10-14 21:27:09 +02:00
Matthias
3435254d2a
fix email config check
2021-10-14 16:34:59 +02:00
Oliver
0e589533e5
Merge pull request #2155 from SchrodingersGat/natural-sort
...
Natural sort
2021-10-14 19:32:02 +11:00
Oliver
2c9bbb051a
Add some unit tests
...
- Saving a model automatically updates the reference_int field
- Data migrations are correctly applied
2021-10-14 19:12:23 +11:00
Oliver
d0f60766e0
exclude new field from admin view
2021-10-14 18:57:02 +11:00
Oliver
ee7b8dc1ad
Merge pull request #2158 from SchrodingersGat/part-exclude
...
Exclude parts from API
2021-10-14 18:54:25 +11:00
Oliver
4327cbedce
Remove debug message
2021-10-14 18:01:16 +11:00
Oliver
d3d1d2f577
Auto-rebuild the reference field for the SalesOrder on save
2021-10-14 18:00:17 +11:00
Oliver
068b54f666
Data migration for PurchaseOrder and SalesOrder models
2021-10-14 17:58:09 +11:00
Oliver
5c6a7b489c
Data migration for the Build model
2021-10-14 17:54:46 +11:00
Oliver
7ce0f817aa
Add a 'reference_int' field to the models, to be used as a secondary index
2021-10-14 17:45:43 +11:00
Oliver
9b00ede61a
Add part queryset filtering to exclude particular ID values
2021-10-14 17:12:08 +11:00
Oliver
0c60387626
Extract a list of existing substitute parts from the form
2021-10-14 16:50:56 +11:00
Oliver
4b4bf38ae5
Merge pull request #2157 from SchrodingersGat/stock-display-fix
...
quick bug fix
2021-10-14 16:42:44 +11:00
Oliver
9319113793
quick bug fix
2021-10-14 16:27:10 +11:00
Oliver
05791a8efd
Merge pull request #2138 from rocheparadox/master
...
Custom name format for parts - FR InvenTree#2085
2021-10-14 16:03:58 +11:00
rocheparadox
5a6bea3452
improve regex for part name format validation
...
proper import of validation
2021-10-14 09:35:26 +05:30
rocheparadox
ee9e01fc22
removed unused import
2021-10-14 09:26:26 +05:30
rocheparadox
8cad687e43
Moved part name format validation to InvenTree.validators.py from common.models
...
validation to check if a field exists in part model
2021-10-14 09:23:21 +05:30
Oliver
e46875b0a3
Apply same fix to PurchaseOrder and SalesOrder lists
2021-10-14 14:31:25 +11:00
Oliver
233672d822
Add new functionality to InvenTreeOrderingFilter
...
- Allow ordering by multiple field aliases
- Simply way to implement "integer ordering" functionality
2021-10-14 14:25:39 +11:00
Oliver
0cdc82a4b3
Annotate BuildList queryset with integer cast of the reference
2021-10-14 14:24:17 +11:00
Oliver
aa7eb3a6d0
Merge pull request #2154 from SchrodingersGat/filter-bug-fix
...
Fix table filtering bug
2021-10-14 13:23:00 +11:00
Oliver
44b4061d7d
Fix table filtering bug
...
- Introduced in recent "BOM substitutes" PR
2021-10-14 11:56:26 +11:00
Oliver
22572c6f35
Merge pull request #2150 from SchrodingersGat/bom-substitutes
...
Bom substitutes
2021-10-14 11:24:46 +11:00
Oliver
4a6bd0123a
Bug fixes
2021-10-14 11:00:27 +11:00
Oliver
2839c9f0eb
Update README.md
...
Adds badge for docker build
2021-10-14 10:34:57 +11:00
Oliver
7dfffcd5d3
Move "build unallocate" functionality to the API
...
- Much much simpler now!
- Filtering is against bom_item, not part
- Fixes a bug with the new (reasonably complex) substitution framework
2021-10-14 10:32:43 +11:00
Oliver
6012407e93
Merge pull request #2153 from SchrodingersGat/cryptography-version
...
Tag specific version of cryptography
2021-10-14 09:46:48 +11:00
Oliver
7d88cbe27e
Tag specific version of cryptography
2021-10-14 09:25:00 +11:00
Oliver
1cbce5dfbf
javascript fixes
2021-10-14 09:14:31 +11:00
Roche
b2670f3565
Merge pull request #1 from matmair/pr/rocheparadox/2138
...
fix default setting to not change current behaviour
2021-10-13 22:06:56 +05:30
Matthias
147d2d4631
fix default setting to not change current behaviour
2021-10-13 17:40:50 +02:00
Oliver
0581885ad5
Simplify BOM table buttons
2021-10-14 00:26:34 +11:00
Oliver
936104956e
Merge pull request #2151 from SchrodingersGat/locale-fix
...
Remove locale_stats file
2021-10-14 00:20:32 +11:00
Oliver
c32b17aa4a
Remove locale_stats file
2021-10-13 23:58:19 +11:00
Oliver
890741ef5d
Display badge indicating variant stock can be used
2021-10-13 23:57:50 +11:00
Oliver
be5c5496b2
Improvements to allocation of stock items against build orders
...
- Refactor functions for filtering stock using bom_item pk
- Allow selection of substitute items when allocating against build order
- Improvements for modal rendering
- Don't display filter drop-down if there are no filters available
2021-10-13 23:53:35 +11:00
Oliver
c7cec13076
Bug fix
2021-10-13 23:18:44 +11:00
Oliver
f3074e8f34
Improved unit testing for BomItem
...
- tests for allowing variant parts
- tests for allowing substitutes
2021-10-13 23:18:26 +11:00
Oliver
0f8c279aa2
Add some unit testing for the new model
2021-10-13 22:27:10 +11:00
Oliver
8512c2db75
Reload the parent table when adding or removing substitutes
2021-10-13 22:06:51 +11:00
Oliver
ea4c4c514f
Add uniqueness checking for the BomItemSubstitute model
2021-10-13 22:01:32 +11:00