2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00
Commit Graph

13321 Commits

Author SHA1 Message Date
8ad141f910 Add extra options to control search results in preview window
- Allow user to optionally show / hide inactive purchase orders
- Allow user to optionally show / hide inactive sales orders
2022-05-20 16:57:30 +10:00
c9d4268c34 Merge pull request #3000 from matmair/devOps
DevOps improvements
2022-05-20 13:55:57 +10:00
fe4cbe0ad9 Merge branch 'master' into devOps 2022-05-19 18:28:15 +02:00
8385080e4c Merge pull request #3036 from maksimstojkovic/auto-reload-so
Primitive solution to SO reload on shipment
2022-05-19 21:16:24 +10:00
d9beaab92c Primitive solution to SO reload on shipment 2022-05-19 20:31:55 +10:00
90235a2bb1 Merge pull request #3035 from SchrodingersGat/setting-unit-tests
Expand unit tests for settings
2022-05-19 20:23:18 +10:00
e93b138de4 Expand unit tests for settings
- Check that name and description are translated
- Check for only allowed keys
- Extend checks to include user settings
- Check default value for boolean setting
2022-05-19 19:49:39 +10:00
1bff1868fd Merge pull request #3034 from SchrodingersGat/plugin-panels-test
Plugin panels test
2022-05-19 14:30:03 +10:00
0c02e57b58 Merge pull request #3028 from maksimstojkovic/automatic-shipment-creation
[Feature] Create a default shipment when creating SO
2022-05-19 13:48:33 +10:00
2ddaa9c04a Merge pull request #3020 from SchrodingersGat/download-unit-tests
Download unit tests
2022-05-19 13:34:41 +10:00
07319731d2 Validate that errors get logged 2022-05-19 13:20:42 +10:00
adaec90909 CI: Allow exchange rate test a few goes 2022-05-19 12:54:07 +10:00
140006a4cd Fix PEP styles 2022-05-19 12:19:55 +10:00
af88f6ec97 python CI: wait for server before continuing 2022-05-19 11:55:53 +10:00
80e3d0970a Adds unit tests for the samplepanel plugin 2022-05-19 11:28:18 +10:00
11b21a9cca Allow registry.with_mixin to filter by active status 2022-05-19 11:00:31 +10:00
ebcb9685b5 Updates to samplepanel plugin
- Enhanced content for "hello world" panel
- Add an optional panel which breaks rendering
2022-05-19 10:04:20 +10:00
14b60cdedc Custom panel content gets passed through the templating engine 2022-05-19 10:03:44 +10:00
7d9690b974 Add logging message when plugin fails to render custom panels 2022-05-19 09:53:12 +10:00
9446702d78 Skip plugin loading for various database admin functions 2022-05-19 09:45:16 +10:00
f98ec6cf35 Add pre-commit comment 2022-05-19 01:34:39 +02:00
e1a0261888 Merge pull request #3032 from rkalman/fix-mfpartdetailtemplate
Fix manufacturer part detail template
2022-05-19 08:31:08 +10:00
3fd5761089 Merge branch 'master' of https://github.com/inventree/InvenTree into devOps 2022-05-18 23:39:58 +02:00
9e8da0e8e0 Fix manufacturer part detail template with missing company view tests 2022-05-18 22:20:42 +02:00
4dc997c4ae Added unit test 2022-05-19 02:06:43 +10:00
0831b85e29 Adding some unit tests for SalesOrderLineItem API 2022-05-19 01:39:16 +10:00
276075ce05 PEP styling 2022-05-19 00:33:03 +10:00
5ece98ed39 Merge branch 'inventree:master' into automatic-shipment-creation 2022-05-19 00:28:41 +10:00
2cf67ea0c9 Create default shipment in backend 2022-05-19 00:10:55 +10:00
9ae8a6b219 Revert "Create a default shipment when creating SO"
This reverts commit c7003fbed8.
2022-05-18 23:43:06 +10:00
8ceff063f8 Merge pull request #3027 from SchrodingersGat/locate-plugin-fix
Fix broken calls to offload_task
2022-05-18 23:42:26 +10:00
c6590066b8 Add tests for successful location
- Sample plugin now updates metadata tag
2022-05-18 22:46:15 +10:00
dd476ce796 Add unit tests for the 'locate' plugin
- Test various failure modes
- Some of the failure modes didn't fail - this is also a failure
- Fixing API code accordingly
2022-05-18 22:20:29 +10:00
d6ebf3fc24 Merge pull request #2912 from sur5r/issue2314
Implement Attachments for manufacturer parts
2022-05-18 22:14:08 +10:00
c7003fbed8 Create a default shipment when creating SO 2022-05-18 22:01:47 +10:00
0e0ba66b9a Fix broken calls to offload_task 2022-05-18 21:40:53 +10:00
aa3a86f372 Exclude metadata from StockLocation and StockItem model resource class 2022-05-18 21:33:40 +10:00
3f67682d53 Increment API version 2022-05-18 13:25:01 +02:00
ed1cc1209e Add admin class 2022-05-18 13:25:01 +02:00
72f330ab75 Add JS 2022-05-18 13:25:00 +02:00
c6d3cd9bae Add content panel 2022-05-18 13:25:00 +02:00
fc3e61df24 Add sidebar item 2022-05-18 13:24:59 +02:00
09a7627788 Add API URLs 2022-05-18 13:24:59 +02:00
69ba271bf7 Add API endpoints 2022-05-18 13:24:58 +02:00
3ee32374b4 Add serializer 2022-05-18 13:24:58 +02:00
a373e669cd Add permission 2022-05-18 13:24:58 +02:00
c608778a1b Add migration 2022-05-18 13:24:57 +02:00
67c675d1a6 Add ManufacturerPartAttachment class 2022-05-18 13:24:50 +02:00
146335730e Merge pull request #3026 from SchrodingersGat/plugin-panel-error-catch
Catch errors when rendering custom plugin panels
2022-05-18 17:26:21 +10:00
4ceb35a43f Fix PEP issue 2022-05-18 17:00:20 +10:00