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

2288 Commits

Author SHA1 Message Date
c103f0c100 Do not generate parameter data on the server side when rendering part category templates 2022-03-19 22:14:18 +11:00
81d5ff8f79 Adds ability to list part parameters via the Part API 2022-03-19 21:56:57 +11:00
62d01cdbab Adds filtering options to PartParameterTemplate endpoint
- Allows filtering by part
- Allows filtering by category
2022-03-19 21:31:28 +11:00
c3ea94827b Load stock location pages "on demand" 2022-03-19 07:50:37 +11:00
52a0665e32 load category tables "Just in time" 2022-03-18 23:28:46 +11:00
277f9451a1 Merge pull request #2759 from matmair/matmair/issue2756
[BUG] ValueError on Part page
2022-03-18 11:12:10 +11:00
927f7bbdad only render it as a date 2022-03-18 00:05:12 +01:00
771f6de93a [BUG] ValueError on Part page
Fixes #2756
2022-03-17 23:56:48 +01:00
219fd1da41 Template fixes for part sidebar display 2022-03-16 23:39:21 +11:00
c447fb2c1c Improve stock overview display on part page 2022-03-16 23:36:44 +11:00
4a381c7474 Part allocation query improvements 2022-03-16 23:28:30 +11:00
c49cd52df7 style fix 2022-03-16 23:27:39 +11:00
e2179fb4d1 Fixes for display of allocation tables (build order and / or sales order)
- Hide these tables where they do not make sense for a given Part or StockItem
- Remove redundant "loadStockAllocationTable" function
2022-03-16 23:25:51 +11:00
e691536a84 Remove redundant table on Part page 2022-03-16 23:13:29 +11:00
529acb3bf6 Fix queries for displaying sales order allocation quantities 2022-03-16 22:57:30 +11:00
4100834ce9 Merge branch 'inventree:master' into matmair/issue2279 2022-03-14 23:14:29 +01:00
266e5555c5 Add unit testing for PartCategory tree updates 2022-03-10 15:33:29 +11:00
82840b0590 Adds custom delete routine for PartCategory model 2022-03-10 15:01:20 +11:00
d5fe62262d Refactor "delete part category" dialog
- Translations
- Simplification
2022-03-10 12:51:49 +11:00
0a9e85e801 Merge branch 'inventree:master' into matmair/issue2279 2022-03-08 21:26:05 +01:00
f7d724aa0c Merge remote-tracking branch 'inventree/master' into scheduling
# Conflicts:
#	InvenTree/InvenTree/version.py

(Update API version)
2022-03-08 12:25:36 +11:00
2c8e7ac810 Merge branch 'inventree:master' into matmair/issue2279 2022-03-07 00:03:47 +01:00
4e832bb9ac make sure 'no date' elements do not fail 2022-03-07 00:01:30 +01:00
434f563a41 Adds API endpoint for "auto allocating" stock items against a build order.
- If stock exists in multiple locations, and the user "does not care" where to take from, simply iterate through and take
2022-03-04 15:26:00 +11:00
6071f6545b Merge branch 'inventree:master' into matmair/issue2279 2022-03-03 23:55:04 +01:00
99f3d97f13 Merge pull request #2709 from SchrodingersGat/stock-exporter
Stock export refactor
2022-03-04 00:26:49 +11:00
0ba71956cd Add unit tests 2022-03-04 00:02:30 +11:00
ba406a4da9 Refactorin'
- Add the "download" button into the "filters" list
- Cuts down on boilerplate code
2022-03-03 21:16:27 +11:00
0ec0f55e17 Style fixes 2022-03-03 17:44:12 +11:00
4f74a27e1a Exporting data from a Part table now uses the API too
- Makes use of the existing table filters
- Exported data matches exactly what you see in the table!
2022-03-03 17:42:31 +11:00
8bf84ec217 Remove calls to "exportStock" 2022-03-03 17:25:31 +11:00
67d0033ab3 Allows BOM to be copied for any part, not just variant parts 2022-03-03 13:19:25 +11:00
954f0afb85 Merge branch 'master' into scheduling 2022-03-03 09:15:08 +11:00
55d09c4469 Merge pull request #2699 from SchrodingersGat/duplicate-bom-subs
Allow duplication of subtitute parts when copying a BOM
2022-03-02 21:50:18 +11:00
676266215e Errant F 2022-03-02 21:50:02 +11:00
56e6783556 Merge branch 'inventree:master' into matmair/issue2279 2022-03-01 20:14:25 +01:00
0d2bfa6839 Merge pull request #2698 from SchrodingersGat/delete-serialized-stock
Allows deletion of serialized stock
2022-03-02 00:32:59 +11:00
35451be4f2 Merge pull request #2697 from SchrodingersGat/allocation-bug
Bug fix for BuildOrder.bom_items
2022-03-02 00:32:35 +11:00
5dc543618e Allow duplication of subtitute parts when copying a BOM 2022-03-02 00:31:50 +11:00
f6b3760bb5 Make UI elements more consistent
Ref: https://github.com/inventree/InvenTree/issues/2692
2022-03-02 00:05:02 +11:00
28a7ad7f0e Bug fix for BuildOrder.bom_items
- Now uses the query generator provided by the Part model
- No more code duplication
- More importantly, no more code duplication which is WRONG!
2022-03-01 23:53:33 +11:00
457bcdc0ae Fix some small template / JS errors on the "part" page 2022-03-01 23:38:02 +11:00
9a62fe6993 style fixes 2022-03-01 23:31:18 +11:00
e44159baea Adds (per user) setting to show or hide scheduling tab 2022-03-01 23:26:08 +11:00
f33f1a339d Add more information to scheduling chart
Also improves chart styling
2022-03-01 23:20:08 +11:00
776dffe779 Scheduling information is now calculated on the server, and provided via a new API endpoint
- Much simpler than sequencing multiple API calls
2022-03-01 22:54:49 +11:00
a278e52443 Merge branch 'master' into scheduling 2022-03-01 16:50:57 +11:00
5d37ce9175 Merge remote-tracking branch 'inventree/master' into date-format 2022-03-01 08:18:24 +11:00
42a75863fe Adds a "persist" option for modal forms 2022-03-01 00:25:14 +11:00
0eba6f2476 Prevent operations on null dates 2022-02-28 23:39:11 +11:00