2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-24 07:40:54 +00:00
Commit Graph

10780 Commits

Author SHA1 Message Date
d29e548c05 fix test 2021-10-20 22:38:55 +02:00
ae086ba6d4 rename 2021-10-20 22:17:10 +02:00
593c7a41de refactor fnc name 2021-10-20 22:09:50 +02:00
c6a5a44355 format results as HTTP result 2021-10-20 22:07:29 +02:00
a03c560914 refactor result processing 2021-10-20 22:06:32 +02:00
1b72dfeae6 fix header safeing 2021-10-20 22:04:36 +02:00
d3b1ecd65e Add "owner" field 2021-10-20 23:44:01 +11:00
50a79770e5 Un-comment lines in build.serializers 2021-10-20 23:37:26 +11:00
f83dc134ef linting 2021-10-20 23:20:43 +11:00
8805b0a553 Add similar auto field capabilities to build order 2021-10-20 23:14:52 +11:00
92568748cf Further improvements
- Add callback for when a select2 form field is updated
- Adjust selected quantity based on returned data
- auto_fill the stock_item field
2021-10-20 23:03:03 +11:00
f7b6c68237 Pre-fill the form with the remaining allocation quantity 2021-10-20 22:37:54 +11:00
4a0ed4b2a1 Start of API forms for stock item 2021-10-20 10:53:21 +11:00
24a8c34699 only check if plugin urls are enabled if db ready 2021-10-19 21:42:29 +02:00
1c93a126ae Revert "remove url load setting for plugin"
This reverts commit e37477eb15.
2021-10-19 21:39:58 +02:00
f86bd4dd6b catch db not loaded 2021-10-19 20:59:14 +02:00
23558e235b PEP fix 2021-10-19 20:58:35 +02:00
e37477eb15 remove url load setting for plugin 2021-10-19 19:54:20 +02:00
c75586bd9a Fix for rendering of build order page 2021-10-19 21:36:51 +11:00
60771a74a4 "InvenTree Settings" > "Global Settings" 2021-10-19 11:00:32 +11:00
a3b3bdc88b Add some more icons to the settings page 2021-10-19 10:59:52 +11:00
69ee4ea14f and here is the helper 2021-10-19 00:32:51 +02:00
bf679f185f always escalete object 2021-10-19 00:32:26 +02:00
515e1faad4 return json rsponse on webhooks 2021-10-19 00:31:25 +02:00
6147b079d1 safe url loading 2021-10-18 23:03:00 +02:00
b36a1d47e1 move webhook receiver logic 2021-10-18 22:39:08 +02:00
4de3bed342 UI tweaks 2021-10-18 22:19:54 +11:00
5802a27fe7 Add a per-user setting to enable display of stock in search results 2021-10-18 16:23:42 +11:00
4bb0b725da JS cleanup 2021-10-18 15:51:50 +11:00
ce921a6774 Display stock level in quick search bar 2021-10-18 15:40:00 +11:00
4b344cd7bb CSS tweaks 2021-10-18 12:36:42 +11:00
68cfd8615e Improvements to "grid view" for parts list
- Display 5 tiles per line
- Reduce padding
- Add border
2021-10-18 12:19:16 +11:00
e04dfa0681 Unit test fix 2021-10-18 08:58:04 +11:00
20bb2d438e make settings protectable from output 2021-10-17 23:19:27 +02:00
c2535cbcd7 PEP fix 2021-10-17 19:59:02 +02:00
11672096e7 always check if app already loaded 2021-10-17 19:57:42 +02:00
d577d3778d PEP fix 2021-10-17 19:53:11 +02:00
dcab0c430c testing safe settings and app integration 2021-10-17 19:50:46 +02:00
5dd36c7587 testing safe url checks 2021-10-17 19:50:21 +02:00
487ac594bb testing save navigation checks 2021-10-17 19:50:06 +02:00
d3a4aede29 do not load external plugins for tests 2021-10-17 19:32:06 +02:00
171a6d7a4d Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037 2021-10-17 18:53:31 +02:00
faa620b8f0 remove commit from super call 2021-10-17 18:52:59 +02:00
fb6f15f462 Delete a bunch of old template files 2021-10-17 22:57:15 +11:00
83faaa2da3 unit test fixes 2021-10-17 22:57:07 +11:00
6ebb956c8d Fix generation of API documentation
- Can't use get_object_or_404 in API views!
2021-10-17 22:32:03 +11:00
7c5c1b6696 typo fix 2021-10-17 21:55:33 +11:00
02f4f0fd15 js linting fixes 2021-10-17 21:50:18 +11:00
a97a918860 cut out the fat
(removing dead code for outdated form views)
2021-10-17 21:46:33 +11:00
4a6c1e850f Cleanup unused form 2021-10-17 21:40:59 +11:00