Matthias
|
50356afd41
|
Merge branch 'master' of https://github.com/inventree/InvenTree into homepage-settings
|
2021-07-23 00:03:21 +02:00 |
|
Matthias
|
7abf70fdd7
|
style fix
|
2021-07-22 23:53:17 +02:00 |
|
Matthias
|
3b12b0231e
|
fixing wired unique behaviour
|
2021-07-22 23:50:51 +02:00 |
|
Matthias
|
5f2bef7ee1
|
base implementation of user setting
|
2021-07-22 23:50:09 +02:00 |
|
Matthias
|
3f6c7df7a8
|
change template setting behaviour for user setting
|
2021-07-22 23:48:28 +02:00 |
|
Matthias
|
e287860e10
|
admin for user setting
|
2021-07-22 23:46:31 +02:00 |
|
Matthias
|
449fc329c9
|
usersetting edit url
|
2021-07-22 23:45:34 +02:00 |
|
Matthias
|
7ef87320a0
|
abstract edit
|
2021-07-22 23:44:25 +02:00 |
|
Matthias
|
6f5fc528b7
|
override functions
|
2021-07-22 23:43:51 +02:00 |
|
Matthias
|
8f374e255e
|
abstract filters and refactor
|
2021-07-22 23:43:03 +02:00 |
|
Matthias
|
69ff0ac248
|
ruleset
|
2021-07-22 23:39:36 +02:00 |
|
Matthias
|
c0d6ef80fc
|
unique model settings
|
2021-07-22 23:39:19 +02:00 |
|
Oliver
|
2bf7b61668
|
Merge pull request #1857 from SchrodingersGat/part-parameters-in-reports
Part parameters in reports
|
2021-07-21 22:33:39 +10:00 |
|
Oliver
|
964672d6cc
|
Add parameters to template
|
2021-07-21 22:14:03 +10:00 |
|
Oliver
|
afde997cf9
|
Expose part parameters to Part label templates
|
2021-07-21 22:05:52 +10:00 |
|
Oliver
|
20a30f317f
|
Merge pull request #1856 from SchrodingersGat/query-filters
Add instance-specific filters to API OPTIONS data
|
2021-07-21 21:50:17 +10:00 |
|
Oliver
|
4ee0004c97
|
Filtering for Build and StockItem
|
2021-07-21 21:34:16 +10:00 |
|
Oliver
|
9cf372f633
|
PEP fixes
|
2021-07-21 21:24:18 +10:00 |
|
Oliver
|
85a40ec418
|
Tree exclusion for PartCategory and StockLocation
|
2021-07-21 21:23:30 +10:00 |
|
Oliver
|
bee0a519ef
|
Allow filtering of PartList by exclude_tree
|
2021-07-21 21:18:01 +10:00 |
|
Oliver
|
df48df8119
|
Catch recursive tree error for part / variant relationship
|
2021-07-21 21:10:31 +10:00 |
|
Oliver
|
dad9239a1c
|
Add instance-specific filters to API OPTIONS data
|
2021-07-21 20:59:55 +10:00 |
|
Oliver
|
5f8c9a0f31
|
Merge pull request #1855 from SchrodingersGat/search-preview-results
Add an option to configure number of parts in search preview
|
2021-07-21 15:26:27 +10:00 |
|
Oliver
|
2ffae368f1
|
Add an option to configure number of parts displayed in search preview box
|
2021-07-21 15:05:14 +10:00 |
|
Oliver
|
140396ccdd
|
Merge pull request #1854 from SchrodingersGat/url-unit-test
Add unit test for validation of reverse url lookup
|
2021-07-21 11:09:10 +10:00 |
|
Oliver
|
15b3055e53
|
Merge pull request #1838 from matmair/search-autocomplete
Search add autocomplete
|
2021-07-21 10:55:40 +10:00 |
|
Oliver
|
893628d1b8
|
URL fixes
|
2021-07-21 10:52:14 +10:00 |
|
Oliver
|
8cb336f581
|
PEP fixes
|
2021-07-21 10:42:24 +10:00 |
|
Oliver
|
2d6a78ffb8
|
Add unit test for validation of reverse url lookup
|
2021-07-21 10:25:16 +10:00 |
|
Oliver
|
8eeb88a0ea
|
Merge pull request #1850 from SchrodingersGat/api-speed
Api speed
|
2021-07-21 09:42:31 +10:00 |
|
Oliver
|
598ea11211
|
Add manager class for StockItem
|
2021-07-21 09:28:58 +10:00 |
|
Oliver
|
96a065cdb7
|
Merge pull request #1852 from eeintech/po_destination
Improved handling of PO items destination
|
2021-07-21 08:09:39 +10:00 |
|
eeintech
|
8ac3d42fd8
|
Improved handling of po items destination
|
2021-07-20 17:15:01 -04:00 |
|
Matthias
|
ff07cf5516
|
cleanup
|
2021-07-20 18:52:52 +02:00 |
|
Matthias
|
30f94bef41
|
adding style and picture
|
2021-07-20 18:51:27 +02:00 |
|
Oliver
|
5e2145e151
|
Bug fix - delete line which don't belong no more
|
2021-07-20 22:26:43 +10:00 |
|
Oliver
|
b04a403081
|
subclass TreeManager
|
2021-07-20 22:15:49 +10:00 |
|
Oliver
|
cb0b7209ec
|
Add custom "list" function back in
- Actually does make a significant difference to query speed
|
2021-07-20 22:12:01 +10:00 |
|
Oliver
|
4199e7567f
|
Remove duplicate annotation call
|
2021-07-20 21:46:27 +10:00 |
|
Oliver
|
dbe550a159
|
Optimizations for PartList API endpoint:
- Remove custom list() function
- Queryset prefetch now performed by the model manager
|
2021-07-20 21:37:32 +10:00 |
|
Oliver
|
84fc2785d6
|
Create a custom Manager class for the Part model
- Always perform prefetch_related calls
|
2021-07-20 21:26:51 +10:00 |
|
Matthias
|
d0e425ad30
|
Merge branch 'search-autocomplete' of https://github.com/matmair/InvenTree into search-autocomplete
|
2021-07-20 07:49:42 +02:00 |
|
Matthias
|
289b030f4e
|
limit results in response
|
2021-07-20 07:49:21 +02:00 |
|
Oliver
|
d9673244d5
|
Merge pull request #1849 from SchrodingersGat/url-fix
Fix URL patterns for ManufacturerPart and SupplierPart
|
2021-07-20 15:21:32 +10:00 |
|
Oliver
|
b0c4a58f30
|
Fix URL patterns for ManufacturerPart and SupplierPart
|
2021-07-20 15:06:09 +10:00 |
|
Oliver
|
4600b0d337
|
Update README.md
|
2021-07-20 11:35:55 +10:00 |
|
Matthias
|
ce3f7b698d
|
InvenTreeUserSettings added
|
2021-07-20 01:35:58 +02:00 |
|
Matthias
|
ec53099872
|
abstracting Settings model
|
2021-07-20 01:34:35 +02:00 |
|
Oliver
|
17c8dc3441
|
Merge pull request #1844 from eeintech/po_import
Purchase Order File Upload Update
|
2021-07-20 07:58:48 +10:00 |
|
Oliver
|
8d04acd5f5
|
Merge pull request #1846 from matmair/bom-internal
Allow BOM pricing to be valid when using internal pricing - style fix
|
2021-07-20 07:53:43 +10:00 |
|