2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 02:25:38 +00:00
Commit Graph

9914 Commits

Author SHA1 Message Date
14ef56785e Add option to select multiple build outputs
- Can "complete" these outputs
2021-10-16 14:27:02 +11:00
d47b32e4aa Adds function to complete multiple build outputs via the API 2021-10-16 14:08:53 +11:00
ccaa7d2683 Merge branch 'master' into build-output-complete 2021-10-16 13:18:35 +11:00
c16c26c496 setting to control plugin settings ingestion 2021-10-16 04:17:48 +02:00
b60296e494 Add some more unit tests 2021-10-16 13:16:19 +11:00
41e59e5311 Right align expand buttons 2021-10-16 13:01:19 +11:00
952e7e4554 add url setting 2021-10-16 00:34:15 +02:00
41ce66df6e add navigation setting 2021-10-16 00:32:48 +02:00
32122102e6 Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037 2021-10-15 23:36:19 +02:00
103a4af9d4 fix signup with providers with extra args 2021-10-15 23:18:03 +02:00
603f7d5f45 Fixes 2021-10-15 15:13:06 +11:00
6343445433 Add support for backend-specific database functionality 2021-10-15 15:05:55 +11:00
744befcc96 Merge pull request #2161 from matmair/onboarding-group
Onboarding group
2021-10-15 12:55:55 +11:00
8e4deaa8c8 Standardize spelling of email / e-mail
(Spoiler: I chose "email")
2021-10-15 11:52:13 +11:00
0657b71fe8 clearer name and PEP foxes 2021-10-14 22:19:52 +02:00
f478a6236f Merge branch 'master' of https://github.com/inventree/InvenTree into onboarding-group 2021-10-14 22:18:42 +02:00
e0887cf55f move goup forming into own function 2021-10-14 22:16:07 +02:00
55ba9ad6c9 Merge branch 'inventree:master' into fix-email-settingins 2021-10-14 21:39:32 +02:00
27aec4246e PEP fix 2021-10-14 21:33:54 +02:00
f95896e8ea this was not meant to be submitted 2021-10-14 21:33:35 +02:00
3a586af556 move setting to better fit grouping 2021-10-14 21:27:41 +02:00
b26bf780c3 setting to register group on signup 2021-10-14 21:27:09 +02:00
3435254d2a fix email config check 2021-10-14 16:34:59 +02:00
4702c6b37f Refactorin' 2021-10-15 00:25:36 +11:00
0d49513092 Add button callbacks for top-level table 2021-10-14 23:58:03 +11:00
bf47b57c82 working on updating build output tables 2021-10-14 23:46:21 +11:00
be6f417dff Random button cleanup 2021-10-14 23:13:12 +11:00
b0a3280c05 Add unit testing 2021-10-14 23:13:08 +11:00
54dd05a24d Add an API serializer to complete build outputs 2021-10-14 23:13:01 +11:00
0e589533e5 Merge pull request #2155 from SchrodingersGat/natural-sort
Natural sort
2021-10-14 19:32:02 +11:00
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
d0f60766e0 exclude new field from admin view 2021-10-14 18:57:02 +11:00
ee7b8dc1ad Merge pull request #2158 from SchrodingersGat/part-exclude
Exclude parts from API
2021-10-14 18:54:25 +11:00
4327cbedce Remove debug message 2021-10-14 18:01:16 +11:00
d3d1d2f577 Auto-rebuild the reference field for the SalesOrder on save 2021-10-14 18:00:17 +11:00
068b54f666 Data migration for PurchaseOrder and SalesOrder models 2021-10-14 17:58:09 +11:00
5c6a7b489c Data migration for the Build model 2021-10-14 17:54:46 +11:00
7ce0f817aa Add a 'reference_int' field to the models, to be used as a secondary index 2021-10-14 17:45:43 +11:00
9b00ede61a Add part queryset filtering to exclude particular ID values 2021-10-14 17:12:08 +11:00
0c60387626 Extract a list of existing substitute parts from the form 2021-10-14 16:50:56 +11:00
9319113793 quick bug fix 2021-10-14 16:27:10 +11:00
05791a8efd Merge pull request #2138 from rocheparadox/master
Custom name format for parts - FR InvenTree#2085
2021-10-14 16:03:58 +11:00
5a6bea3452 improve regex for part name format validation
proper import of validation
2021-10-14 09:35:26 +05:30
ee9e01fc22 removed unused import 2021-10-14 09:26:26 +05:30
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
e46875b0a3 Apply same fix to PurchaseOrder and SalesOrder lists 2021-10-14 14:31:25 +11:00
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
0cdc82a4b3 Annotate BuildList queryset with integer cast of the reference 2021-10-14 14:24:17 +11:00
44b4061d7d Fix table filtering bug
- Introduced in recent "BOM substitutes" PR
2021-10-14 11:56:26 +11:00
22572c6f35 Merge pull request #2150 from SchrodingersGat/bom-substitutes
Bom substitutes
2021-10-14 11:24:46 +11:00