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
b00ae67d68 Pass dates in templates through the new template tag 2022-02-28 19:10:33 +11:00
08946a411a Created template tag which renders date in templates based on user preference 2022-02-28 19:07:46 +11:00
86ba69eeaf Merge branch 'inventree:master' into matmair/issue2279 2022-02-28 00:45:58 +01:00
8587a59ec1 WIP - loading graph 2022-02-26 18:36:25 +11:00
e162432fde Merge remote-tracking branch 'origin/master' into scheduling 2022-02-25 23:01:17 +11:00
baab955756 Further fixes for unit tests 2022-02-25 17:17:34 +11:00
a6641d067b Merge branch 'inventree:master' into matmair/issue2279 2022-02-20 22:19:30 +01:00
d5bcd256f6 merge statments 2022-02-20 04:26:52 +01:00
1ff6988ffd remove unneeded assignment 2022-02-20 04:24:13 +01:00
68d182d67b remove unused code 2022-02-20 04:23:19 +01:00
da0eda0b27 Merge branch 'inventree:master' into matmair/issue2279 2022-02-20 02:36:53 +01:00
584ce89def Adds (blank) scheduling tab to part page 2022-02-18 13:41:26 +11:00
580effab92 Merge remote-tracking branch 'inventree/master' into match-fields
# Conflicts:
#	InvenTree/InvenTree/version.py
2022-02-17 22:55:16 +11:00
6e6f9d6c2f Reintroduce option to clear (delete) BOM before uploading new data 2022-02-17 22:54:02 +11:00
f485bc7d53 PEP fixes 2022-02-17 17:04:51 +11:00
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
31fd69fc76 Ensure unit tests are more resilient 2022-02-17 14:00:16 +11:00
82cfc5423a Further improvements to unit tests 2022-02-17 13:07:16 +11:00
47f6b709c9 Improve unit testing 2022-02-17 12:10:48 +11:00
e298a3adbf Implement unit test for missing columns 2022-02-17 11:45:44 +11:00
371af2a34a unit test fixes 2022-02-16 22:19:02 +11:00
8f6312f7f4 Adds generic javascript function for mapping file columns to model fields 2022-02-16 17:04:33 +11:00
f399f4fa34 Refactoring API endpoints
- Improved URL naming scheme
2022-02-16 16:57:27 +11:00
d7adb6959d Adds functionality to map file columns to model fiels 2022-02-16 14:57:13 +11:00
626f44d195 Merge branch 'inventree:master' into matmair/issue2279 2022-02-16 02:02:02 +01:00
58aa2adde7 Adds model mixin for generically determining which fields can be imported on any particular model 2022-02-16 11:42:15 +11:00
49fe528f4e Merge pull request #2630 from matmair/coverage-fixes
Coverage fixes
2022-02-16 07:55:12 +11:00
037232c177 Adds query function to Part model to return trackable parts in the BOM 2022-02-15 13:19:14 +11:00
0be2f8cf02 Merge branch 'inventree:master' into coverage-fixes 2022-02-15 01:48:55 +01:00
adfa289e9b Enforce proper formatting for 'quantity' field when importing BOM data 2022-02-15 09:11:14 +11:00
dbb4c3f407 Merge branch 'master' of https://github.com/inventree/InvenTree into coverage-fixes 2022-02-13 17:46:09 +01:00
67a4f75856 remove dead test 2022-02-13 17:41:27 +01:00
ad41957127 database not ready events are hard to reproduce consistently 2022-02-13 17:39:17 +01:00
e3fc1ab138 Allow BOM file to be "re-uploaded" 2022-02-13 20:49:42 +11:00
0aeaf61254 Merge pull request #2564 from matmair/template-reduce-duplication
Template reduce duplication
2022-02-13 20:37:02 +11:00
42b4466897 ignore controls that should not be reached in coverage 2022-02-13 05:50:19 +01:00
7793a22a35 ignore wrong control view safeties 2022-02-13 05:48:10 +01:00
10170b5466 remove coverage from parts migrations 2022-02-13 04:46:36 +01:00
aa3192a106 Merge branch 'master' of https://github.com/inventree/InvenTree into template-reduce-duplication 2022-02-12 00:55:39 +01:00
9eb238c85e Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2279 2022-02-12 00:51:15 +01:00
975c81ccfe Merge branch 'inventree:master' into fix-html-tags 2022-02-12 00:32:26 +01:00
f460b14014 Add more unit testing for BOM file upload
- Test "levels" functionality
- Test part guessing / introspection
2022-02-10 00:13:37 +11:00
ffb319e136 Disable "submit" button to prevent multiple simultaneous uploads 2022-02-10 00:00:23 +11:00
383835aa89 Display initial errors when importing data 2022-02-09 23:26:32 +11:00
aa962aac83 Improve part "guess" algorithm 2022-02-09 23:26:13 +11:00
001437e083 Increased error checking when uploading BOM data 2022-02-09 23:02:09 +11:00
2af617e92b Adds check for duplicate parts when importing 2022-02-09 11:34:25 +11:00
67a9c0aeec PEP fixes 2022-02-09 11:31:36 +11:00
a9e1357ffb Return per-row error messages when extracting data 2022-02-09 11:30:58 +11:00
29c3064ae7 Raise error if imported dataset contains no data rows 2022-02-09 11:27:51 +11:00