2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 04:25:42 +00:00
Commit Graph

4057 Commits

Author SHA1 Message Date
9fe9cbc795 Fixes weird variant display
- Seems like the double import was at fault (somehow??)
2021-02-22 16:57:33 +11:00
7d54997cb8 Tweaks 2021-02-22 16:48:00 +11:00
bf51e1bfb1 Update label templates
- New ones are automatically copied across now
2021-02-22 16:39:38 +11:00
da715d7381 Refactoring label printing 2021-02-22 16:12:13 +11:00
caf4c293d9 Rename "barcode" module to "barcodes" to prevent import shadowing
- Add 'barcode' support
2021-02-22 15:15:25 +11:00
23da591c22 Remove old dependency on django_qr_code 2021-02-22 15:00:12 +11:00
a742df2c12 Adds 'length' and 'width' fields to label models 2021-02-22 10:10:58 +11:00
89cdcda614 Add app info to about dialog 2021-02-22 01:10:11 +11:00
beb155133a Update version.py 2021-02-21 21:50:52 +11:00
2ac9eadd13 Update version.py 2021-02-21 21:49:38 +11:00
d426e376c4 Merge pull request #1333 from SchrodingersGat/cleaner-homepage
Cleaner homepage
2021-02-21 21:36:28 +11:00
2b1101e165 remove unused files 2021-02-21 21:09:55 +11:00
afd7199a69 Cleanup search page too 2021-02-21 21:06:52 +11:00
745188082b Add more searchable fields to SupplierPart model 2021-02-21 21:06:44 +11:00
e53c6e9975 Fancy 2021-02-21 20:29:48 +11:00
d11adf3b34 fade in 2021-02-21 20:18:14 +11:00
dffff89e9d Add option to filter out variants in stock table 2021-02-21 20:08:23 +11:00
9d12d43574 Cleanup / refactor 2021-02-19 18:10:10 +11:00
116ea65160 Show / hide panels 2021-02-19 17:57:38 +11:00
6df6a460e4 Add items using javascript 2021-02-19 17:48:32 +11:00
b95d6a4ab2 Merge pull request #1327 from SchrodingersGat/installed-test-results
Read test results from installed items
2021-02-19 16:49:51 +11:00
6037f1452a Unit testing for new feature 2021-02-19 15:50:32 +11:00
beeb94785d Add option for TestReport to include tests for installed items 2021-02-19 15:50:25 +11:00
ea4b713eed Allow adjustment for destroyed (or lost) stock 2021-02-19 15:13:56 +11:00
ba71ce941f Display supplier part packaging 2021-02-19 14:34:21 +11:00
098b494047 Add option to disable stock item grouping 2021-02-19 11:31:38 +11:00
e8bacbe45f Edit packaging field 2021-02-19 11:11:22 +11:00
644583f636 Display packaging info in stock table 2021-02-19 11:09:24 +11:00
556d6455e8 Add "packaging" field for StockItem 2021-02-19 11:08:58 +11:00
a9f255be85 Prevent stock item being added as an installed item inside itself 2021-02-18 18:01:41 +11:00
ef23ab1abc Adds functionality for traversing "through" installed items to extract test results 2021-02-18 17:59:04 +11:00
0c053c6339 Add action buttons to order or build stock 2021-02-18 17:25:39 +11:00
bfbcbe252b Adds "required parts" tab to build view 2021-02-18 17:14:57 +11:00
43a7359501 Logic fix for "guessing" next build order number 2021-02-18 15:44:43 +11:00
0f60482e09 Add secondary dialog for creating new supplier 2021-02-18 14:59:13 +11:00
1b73f56937 modal content wrapper for secondary modal 2021-02-18 14:56:35 +11:00
e75b9d04fe PEP fix 2021-02-18 14:38:25 +11:00
7a51e6cf78 Implement filtering which accommodates new inheritable BOM feature
- Can no longer filter bom_items by sub_part
- Adds get_used_in_filter() and get_used_in() for part model (returns a query of other part objects)
2021-02-18 14:35:21 +11:00
07ee27ad9b Another CSS tweak 2021-02-18 00:49:36 +11:00
3822b60bb0 CSS tweaks 2021-02-18 00:49:16 +11:00
abe1018abe Add new fields to BOM item hash 2021-02-18 00:40:30 +11:00
8caf6bad10 Fix for duplicating BOM
- Do not duplicate bom items which are "inherited"
2021-02-18 00:38:40 +11:00
3f30421ba9 bug fix 2021-02-17 23:57:45 +11:00
ef902fc313 Add bom_items to build order report context 2021-02-17 23:27:09 +11:00
bb3440a8a4 Refactor bom item filter
- Also updates a number of part functions to make use of inherited BOM items
2021-02-17 22:53:56 +11:00
1eb2456e3d Display inherited rows a bit differenter 2021-02-17 22:25:43 +11:00
5b402b6bc0 BOM table formatting
- Display link to external BOM
- Prevent item from being edited to selected
2021-02-17 22:18:32 +11:00
43eba3f7ec Add ability to include bom items inherited from parent parts in the API list 2021-02-17 22:05:17 +11:00
40d75090a7 Add 'inherited' flag to API 2021-02-17 21:53:26 +11:00
d692c18274 Add 'inherited' field to BomItem 2021-02-17 21:53:15 +11:00