Oliver
0ec0f55e17
Style fixes
2022-03-03 17:44:12 +11:00
Oliver
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
Oliver
8bf84ec217
Remove calls to "exportStock"
2022-03-03 17:25:31 +11:00
Oliver
67d0033ab3
Allows BOM to be copied for any part, not just variant parts
2022-03-03 13:19:25 +11:00
Oliver
954f0afb85
Merge branch 'master' into scheduling
2022-03-03 09:15:08 +11:00
Oliver
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
Oliver
676266215e
Errant F
2022-03-02 21:50:02 +11:00
Matthias Mair
56e6783556
Merge branch 'inventree:master' into matmair/issue2279
2022-03-01 20:14:25 +01:00
Oliver
0d2bfa6839
Merge pull request #2698 from SchrodingersGat/delete-serialized-stock
...
Allows deletion of serialized stock
2022-03-02 00:32:59 +11:00
Oliver
35451be4f2
Merge pull request #2697 from SchrodingersGat/allocation-bug
...
Bug fix for BuildOrder.bom_items
2022-03-02 00:32:35 +11:00
Oliver
5dc543618e
Allow duplication of subtitute parts when copying a BOM
2022-03-02 00:31:50 +11:00
Oliver
f6b3760bb5
Make UI elements more consistent
...
Ref: https://github.com/inventree/InvenTree/issues/2692
2022-03-02 00:05:02 +11:00
Oliver
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
Oliver
457bcdc0ae
Fix some small template / JS errors on the "part" page
2022-03-01 23:38:02 +11:00
Oliver
9a62fe6993
style fixes
2022-03-01 23:31:18 +11:00
Oliver
e44159baea
Adds (per user) setting to show or hide scheduling tab
2022-03-01 23:26:08 +11:00
Oliver
f33f1a339d
Add more information to scheduling chart
...
Also improves chart styling
2022-03-01 23:20:08 +11:00
Oliver
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
Oliver
a278e52443
Merge branch 'master' into scheduling
2022-03-01 16:50:57 +11:00
Oliver
5d37ce9175
Merge remote-tracking branch 'inventree/master' into date-format
2022-03-01 08:18:24 +11:00
Oliver
42a75863fe
Adds a "persist" option for modal forms
2022-03-01 00:25:14 +11:00
Oliver
0eba6f2476
Prevent operations on null dates
2022-02-28 23:39:11 +11:00
Oliver
b00ae67d68
Pass dates in templates through the new template tag
2022-02-28 19:10:33 +11:00
Oliver
08946a411a
Created template tag which renders date in templates based on user preference
2022-02-28 19:07:46 +11:00
Matthias Mair
86ba69eeaf
Merge branch 'inventree:master' into matmair/issue2279
2022-02-28 00:45:58 +01:00
Oliver
8587a59ec1
WIP - loading graph
2022-02-26 18:36:25 +11:00
Oliver
e162432fde
Merge remote-tracking branch 'origin/master' into scheduling
2022-02-25 23:01:17 +11:00
Oliver
baab955756
Further fixes for unit tests
2022-02-25 17:17:34 +11:00
Matthias Mair
a6641d067b
Merge branch 'inventree:master' into matmair/issue2279
2022-02-20 22:19:30 +01:00
Matthias
d5bcd256f6
merge statments
2022-02-20 04:26:52 +01:00
Matthias
1ff6988ffd
remove unneeded assignment
2022-02-20 04:24:13 +01:00
Matthias
68d182d67b
remove unused code
2022-02-20 04:23:19 +01:00
Matthias Mair
da0eda0b27
Merge branch 'inventree:master' into matmair/issue2279
2022-02-20 02:36:53 +01:00
Oliver
584ce89def
Adds (blank) scheduling tab to part page
2022-02-18 13:41:26 +11:00
Oliver
580effab92
Merge remote-tracking branch 'inventree/master' into match-fields
...
# Conflicts:
# InvenTree/InvenTree/version.py
2022-02-17 22:55:16 +11:00
Oliver
6e6f9d6c2f
Reintroduce option to clear (delete) BOM before uploading new data
2022-02-17 22:54:02 +11:00
Oliver
f485bc7d53
PEP fixes
2022-02-17 17:04:51 +11:00
Oliver
0604e1a127
Adds API endpoint for installing stock items into other stock items
...
- Requires more filtering for the Part API
- Adds more BOM related functionality for Part model
- Removes old server-side form
2022-02-17 17:03:17 +11:00
Oliver
31fd69fc76
Ensure unit tests are more resilient
2022-02-17 14:00:16 +11:00
Oliver
82cfc5423a
Further improvements to unit tests
2022-02-17 13:07:16 +11:00
Oliver
47f6b709c9
Improve unit testing
2022-02-17 12:10:48 +11:00
Oliver
e298a3adbf
Implement unit test for missing columns
2022-02-17 11:45:44 +11:00
Oliver
371af2a34a
unit test fixes
2022-02-16 22:19:02 +11:00
Oliver
8f6312f7f4
Adds generic javascript function for mapping file columns to model fields
2022-02-16 17:04:33 +11:00
Oliver
f399f4fa34
Refactoring API endpoints
...
- Improved URL naming scheme
2022-02-16 16:57:27 +11:00
Oliver
d7adb6959d
Adds functionality to map file columns to model fiels
2022-02-16 14:57:13 +11:00
Matthias Mair
626f44d195
Merge branch 'inventree:master' into matmair/issue2279
2022-02-16 02:02:02 +01:00
Oliver
58aa2adde7
Adds model mixin for generically determining which fields can be imported on any particular model
2022-02-16 11:42:15 +11:00
Oliver
49fe528f4e
Merge pull request #2630 from matmair/coverage-fixes
...
Coverage fixes
2022-02-16 07:55:12 +11:00
Oliver
037232c177
Adds query function to Part model to return trackable parts in the BOM
2022-02-15 13:19:14 +11:00
Matthias Mair
0be2f8cf02
Merge branch 'inventree:master' into coverage-fixes
2022-02-15 01:48:55 +01:00
Oliver
adfa289e9b
Enforce proper formatting for 'quantity' field when importing BOM data
2022-02-15 09:11:14 +11:00
Matthias
dbb4c3f407
Merge branch 'master' of https://github.com/inventree/InvenTree into coverage-fixes
2022-02-13 17:46:09 +01:00
Matthias
67a4f75856
remove dead test
2022-02-13 17:41:27 +01:00
Matthias
ad41957127
database not ready events are hard to reproduce consistently
2022-02-13 17:39:17 +01:00
Oliver
e3fc1ab138
Allow BOM file to be "re-uploaded"
2022-02-13 20:49:42 +11:00
Oliver
0aeaf61254
Merge pull request #2564 from matmair/template-reduce-duplication
...
Template reduce duplication
2022-02-13 20:37:02 +11:00
Matthias
42b4466897
ignore controls that should not be reached in coverage
2022-02-13 05:50:19 +01:00
Matthias
7793a22a35
ignore wrong control view safeties
2022-02-13 05:48:10 +01:00
Matthias
10170b5466
remove coverage from parts migrations
2022-02-13 04:46:36 +01:00
Matthias
aa3192a106
Merge branch 'master' of https://github.com/inventree/InvenTree into template-reduce-duplication
2022-02-12 00:55:39 +01:00
Matthias
9eb238c85e
Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2279
2022-02-12 00:51:15 +01:00
Matthias Mair
975c81ccfe
Merge branch 'inventree:master' into fix-html-tags
2022-02-12 00:32:26 +01:00
Oliver
f460b14014
Add more unit testing for BOM file upload
...
- Test "levels" functionality
- Test part guessing / introspection
2022-02-10 00:13:37 +11:00
Oliver
ffb319e136
Disable "submit" button to prevent multiple simultaneous uploads
2022-02-10 00:00:23 +11:00
Oliver
383835aa89
Display initial errors when importing data
2022-02-09 23:26:32 +11:00
Oliver
aa962aac83
Improve part "guess" algorithm
2022-02-09 23:26:13 +11:00
Oliver
001437e083
Increased error checking when uploading BOM data
2022-02-09 23:02:09 +11:00
Oliver
2af617e92b
Adds check for duplicate parts when importing
2022-02-09 11:34:25 +11:00
Oliver
67a9c0aeec
PEP fixes
2022-02-09 11:31:36 +11:00
Oliver
a9e1357ffb
Return per-row error messages when extracting data
2022-02-09 11:30:58 +11:00
Oliver
29c3064ae7
Raise error if imported dataset contains no data rows
2022-02-09 11:27:51 +11:00
Oliver
692039f712
Add unit testing for uploading invalid BOM files
2022-02-09 08:38:28 +11:00
Oliver
8fc2695873
Catch potential file processing errors
2022-02-09 08:31:08 +11:00
Oliver
55ff026696
Remove incorrect validation routine
2022-02-07 14:24:40 +11:00
Oliver
11f541303b
unit test fixes
2022-02-07 13:32:35 +11:00
Oliver
c6dc196053
PEP fixes
2022-02-07 12:32:50 +11:00
Oliver
509d58979e
Remove old templates
2022-02-07 12:29:15 +11:00
Oliver
11d5900b69
Update upload file template
2022-02-07 12:25:09 +11:00
Oliver
131663cecc
Adds options to clear existing BOM data when uploading
2022-02-07 12:20:18 +11:00
Oliver
4f26df3124
bug fix
2022-02-07 11:35:51 +11:00
Oliver
2ade14c47b
Check for duplicate BOM items as part of serializer validation
2022-02-07 11:35:07 +11:00
Oliver
a2c48d308f
Adds a BomUpload endpoint to handle upload of complete BOM
2022-02-07 10:54:37 +11:00
Oliver
0963602bea
Add optional part lookup by "part" field
2022-02-07 08:37:39 +11:00
Oliver
3bd39ec752
Attempt to auto-extract part information based on provided data
2022-02-05 01:26:08 +11:00
Oliver
137c9ff2f2
POST request now returns extracted data rows (as an array of dicts)
2022-02-05 00:30:00 +11:00
Oliver
707787d82c
Fix existing bug with BomExport functionality - could not select BOM format
2022-02-05 00:12:40 +11:00
Oliver
611592694b
Adds serializer for uploading a BOM file and extracting fields
2022-02-05 00:12:11 +11:00
Oliver
647b2be5cf
Merge pull request #2599 from SchrodingersGat/hide-part-pricing-history
...
Hide part pricing history
2022-02-03 16:57:23 +11:00
Oliver
722e947745
Only calculate pricing data if required
2022-02-03 16:30:48 +11:00
Oliver
525b6d399d
Hide pricing history tab if not enabled
2022-02-03 16:23:52 +11:00
Oliver
78b1c7a22b
Skips some specific steps when importing data
...
- We need to prevent certain operations from running when we are importing data
- This is to prevent unique database constraints from being violated
- Do not register plugins during data import
- Do not launch notification events
2022-02-03 16:03:46 +11:00
Oliver
0ea0edf1bb
Merge pull request #2574 from SchrodingersGat/allocation-tab
...
Allocation tab
2022-01-27 15:58:41 +11:00
Oliver
c43d1840ea
Load table of build order allocations
2022-01-27 14:55:19 +11:00
Oliver
3889baf37a
Adds a tab for "allocations"
2022-01-27 14:25:57 +11:00
Oliver
11125e9f60
Fixes for unit tests
2022-01-27 14:19:42 +11:00
Oliver
b027f126e8
Expand available stock information when exporting Bill of Materials
2022-01-27 13:59:13 +11:00
Matthias Mair
d998f8bfbe
Merge branch 'inventree:master' into fix-html-tags
2022-01-24 23:39:21 +01:00
Matthias Mair
af04056843
Merge branch 'inventree:master' into style-fix
2022-01-24 23:39:17 +01:00
Matthias
b3d031c473
make expression simpler
2022-01-21 02:12:40 +01:00