Commit Graph

9173 Commits

Author SHA1 Message Date
Matthias
269bca27e9
more tests 2021-10-09 23:16:38 +02:00
Matthias
4b10c8ca1b
load plugin samples also if in test mode 2021-10-09 22:10:26 +02:00
Matthias
1dd41b0e2d
default value for recursive 2021-10-09 20:57:30 +02:00
Matthias
fa9168d660
preoad modules from external 2021-10-09 20:43:46 +02:00
Matthias
8a56e70dfd
create empty integration builtin 2021-10-09 00:22:55 +02:00
Matthias
63819e4871
move plugins 2021-10-09 00:18:01 +02:00
Matthias
3efda98b7d
fixed naming switchup 2021-10-08 22:56:40 +02:00
Matthias
910fb4b6f7
fix wrong assertation path 2021-10-08 22:28:33 +02:00
Matthias
207e6c29b9
fix tests 2021-10-08 22:24:07 +02:00
Matthias
9facef6a56
Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037 2021-10-08 22:21:11 +02:00
Matthias
dddd4370cf
refactor app 2021-10-08 22:08:09 +02:00
Oliver
8dddb200c7
Merge pull request #2122 from SchrodingersGat/bom-speed-improvements
Temporary fix for BOM speed improvements
2021-10-08 13:08:30 +11:00
Oliver
07d05ed000 PEP fix 2021-10-08 12:50:24 +11:00
Oliver
77c6e5e57e Update display of BOM table based on the configurable setting 2021-10-08 12:47:51 +11:00
Oliver
69d932e193 Add a global setting to control price display in BOM tables 2021-10-08 12:47:27 +11:00
Oliver
d8b9420d2d Add a query param `?include_pricing' to the BomItem API
- Set this to false to disable pricing info in BOM
- Drastic reduction in query speed
2021-10-08 12:47:03 +11:00
Oliver
349030aa74
Merge pull request #2121 from SchrodingersGat/docker-ci-test
Add workflow to build and test docker image
2021-10-07 22:43:22 +11:00
Oliver
b4ff4c4018 Only run on pushes 2021-10-07 22:26:39 +11:00
Oliver
4c3b555480 Revert "This should break"
This reverts commit 53f18368ba.
2021-10-07 22:25:55 +11:00
Oliver
53f18368ba This should break
- Trying to install a fake package
2021-10-07 22:04:42 +11:00
Oliver
59866a692c Add workflow to build and test docker image 2021-10-07 22:00:03 +11:00
Oliver
50d861e763
Merge pull request #2119 from SchrodingersGat/sales-order-export
Adds view for exporting sales order
2021-10-07 13:54:34 +11:00
Oliver
64cf916c50 Add a form to select export format 2021-10-07 13:33:10 +11:00
Oliver
d391c5059b Adds button to sales order page to export to file 2021-10-07 13:21:30 +11:00
Oliver
996ccbe5bd Adds view for exporting sales order 2021-10-07 13:16:25 +11:00
Oliver
a69bcb9f18
Merge pull request #2118 from SchrodingersGat/bom-export-fix
Fix error on BOM export
2021-10-07 12:14:31 +11:00
Oliver
22d3b05dc6 Fix error on BOM export 2021-10-07 11:52:41 +11:00
Oliver
0bc1715601
Merge pull request #2117 from SchrodingersGat/build-sales-order-link
Enable editing of "sales order" from build order
2021-10-07 11:00:07 +11:00
Oliver
31665e3b8d Enable editing of "sales order" from build order
- Add a renderer for the sales order model
2021-10-07 10:45:14 +11:00
Oliver
f610b5e171
Merge pull request #2114 from SchrodingersGat/stock-in-part-forms
Display stock count in part forms
2021-10-06 22:40:16 +11:00
Oliver
d9fddf64f1 Make this setting a per-user setting 2021-10-06 22:22:20 +11:00
Oliver
166af3592d Add optional display of part stock quantity in forms 2021-10-06 22:12:59 +11:00
Oliver
54d770927a
Merge pull request #2113 from SchrodingersGat/delete-error-logs
Adds a new task  to periodically remove old error messages
2021-10-06 21:36:15 +11:00
Oliver
80d8645a0c Adds a new task to periodically remove old error messages 2021-10-06 21:20:40 +11:00
Oliver
bc3be635ae Reset modal image when a new image is uploaded 2021-10-06 21:03:40 +11:00
Oliver
c2d33588d0
Merge pull request #2112 from SchrodingersGat/docs-link-fix
Fix docs link for release versions
2021-10-06 20:52:34 +11:00
Oliver
8ed81bdb01
Merge pull request #2110 from SchrodingersGat/sales-order-allocation-fixes
Sales order allocation fixes
2021-10-06 20:51:23 +11:00
Oliver
a8388b0999 JS linting 2021-10-06 20:35:51 +11:00
Oliver
5b94e24af1 Fix docs link for release versions
- Use full x.y.z format
- Requires a docs release for every code relesase
2021-10-06 20:23:42 +11:00
Oliver
535d45bce4 Remove outdated Views / Forms 2021-10-06 20:19:29 +11:00
Oliver
5cdf5a2670 Only include "in stocK" field if the sales order is pending 2021-10-06 20:16:59 +11:00
Matthias
f07df107a9
only show if info present 2021-10-06 10:56:21 +02:00
Matthias
eeeb69ce12
website info for plugins 2021-10-06 10:54:57 +02:00
Oliver
336b05aa4e Exclude sales order allocations when searching stock 2021-10-06 17:42:00 +11:00
Oliver
cbd2732622 Merge remote-tracking branch 'inventree/master' into sales-order-allocation-fixes 2021-10-06 17:28:38 +11:00
Oliver
b5c5842e7d Add ability to create a new sales order allocation using the API forms framework 2021-10-06 17:26:48 +11:00
Oliver
6706d6c768
Merge pull request #2108 from SchrodingersGat/sales-order-table-fixes
Bug fixes for SalesOrderLineItem table
2021-10-06 17:21:28 +11:00
Oliver
4d13674452 Migrate views to use the API forms architecture:
- SalesOrderAllocationEdit
- SalesOrderAllocationDelete
2021-10-06 17:16:01 +11:00
Oliver
87775ae16b Brace yourseflf 2021-10-06 17:02:27 +11:00
Oliver
b8b4c60c43 Fix API endpoints for so-allocation detail 2021-10-06 17:02:03 +11:00