2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00
Commit Graph

10352 Commits

Author SHA1 Message Date
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
05b1943886 Set default error message visibility in modal options 2022-02-18 12:25:50 -05:00
584ce89def Adds (blank) scheduling tab to part page 2022-02-18 13:41:26 +11:00
0f7b6e77ea Merge pull request #2641 from SchrodingersGat/report-cache-fixes
Report cache fixes
2022-02-18 08:54:09 +11:00
7c64cb950c Delete template files from cache as they are uploaded 2022-02-18 00:01:49 +11:00
6aec40b9ba Improved error messages when report templates (or snippets) are missing! 2022-02-17 23:46:43 +11:00
efc749c695 When uploading a report template, keep the existing filename (if it is the same report!) 2022-02-17 23:30:55 +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
1b6dacd5ba Allow processing of "null" cells (caused by xls / xlsx import) 2022-02-17 22:48:15 +11:00
3226a1906f Critical bug fix: Check if serial numbers already exist when creating new StockItem 2022-02-17 17:17:09 +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
6199223636 Adds "refresh" button for stock test table 2022-02-17 13:46:11 +11:00
578c161d4f Adds information on test result being deleted 2022-02-17 13:36:00 +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
bc6839d56e Spelling fix 2022-02-17 08:18:15 +11:00
f6f512c40b Fix breadcrumb tree for stock item page 2022-02-16 22:22:04 +11:00
371af2a34a unit test fixes 2022-02-16 22:19:02 +11:00
9c8f15fd56 Fix field name 2022-02-16 19:43:14 +11:00
fbef0e1ede js linting 2022-02-16 17:18:17 +11:00
0f0325daba Adds a button to quickly "pass" a test 2022-02-16 17:16:17 +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
24f1491b8e Adds generic API endpoint for extracting data from a tabulated file 2022-02-16 11:32:40 +11:00
6c32f5c60d Merge pull request #2632 from SchrodingersGat/build-serial-number-guess
Build output allocation tweak
2022-02-16 08:37:47 +11:00
49fe528f4e Merge pull request #2630 from matmair/coverage-fixes
Coverage fixes
2022-02-16 07:55:12 +11:00
bf39a614a1 Automatically select Bom Items with matching serial numbers when allocating stock to a build order output 2022-02-16 07:49:18 +11:00
35c9b6838e Form improvements 2022-02-15 13:33:32 +11:00
2b344f1f25 PEP style fixes 2022-02-15 13:30:14 +11:00
09853fd3df remove code which is now unused 2022-02-15 13:27:30 +11:00
07af0902a3 Optionally auto-allocate stock items when creating a new build output 2022-02-15 13:27:14 +11:00
24c13b04b6 Extract serial numbers from submitted form data 2022-02-15 13:19:41 +11:00
037232c177 Adds query function to Part model to return trackable parts in the BOM 2022-02-15 13:19:14 +11:00
f90a27d01d Adds a new API endpoint for creating build outputs 2022-02-15 12:51:48 +11:00
0be2f8cf02 Merge branch 'inventree:master' into coverage-fixes 2022-02-15 01:48:55 +01:00
dc4c1f138b Merge pull request #2629 from SchrodingersGat/index-unit-tests
Adds unit tests for index page
2022-02-15 11:45:08 +11:00
c048f3fb4a Adds unit tests for index page
Some fairly simple unit tests to ensure that the index page is being correctly loaded.
2022-02-15 10:50:30 +11:00
adfa289e9b Enforce proper formatting for 'quantity' field when importing BOM data 2022-02-15 09:11:14 +11:00
238cc9e278 disable broken test 2022-02-14 00:42:47 +01:00
8df5a3f980 add more user api tests 2022-02-14 00:21:15 +01:00
6848787885 remove dead code -> permission class does that already 2022-02-14 00:21:01 +01:00