2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00
Commit Graph

2450 Commits

Author SHA1 Message Date
241e2e35c0 Display part notes inline, and allow updating via API 2022-04-10 15:58:36 +10:00
953c7bc7e4 Adds easymde (v2.16.1) 2022-04-10 15:34:02 +10:00
3ffe51b4c3 Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2385 2022-04-08 01:58:17 +02:00
e225d3b765 Fix action buttons in "part" table on category page 2022-04-07 19:09:43 +10:00
e1fbd961e5 Refactor form renderer functions 2022-04-07 19:05:25 +10:00
ed69f06620 Merge remote-tracking branch 'inventree/master' into order-parts-wizard 2022-04-07 18:54:00 +10:00
eef768e01f Merge remote-tracking branch 'inventree/master' into bom-serializer-quantity 2022-04-07 18:53:43 +10:00
f3075d2151 Build table now also shows availability of substitute stock 2022-04-07 18:48:23 +10:00
acc6cb8729 Fix calculation of "can_build" 2022-04-07 17:47:24 +10:00
6aceb24e41 Include available substitute stock when calculating total availability in BOM table 2022-04-07 17:45:11 +10:00
ad366ef0bd Fix part and po files import 2022-04-06 16:45:23 -04:00
24c64d7479 Bug fix for "inverted" logic when hiding inactive parts from search results 2022-04-06 12:21:19 +10:00
27dac5af97 Fix search errors
- Do not show API error messages for requests which were intentionally aborted
- Prevents a large number of error messages being displayed when search text is changed
2022-04-06 09:42:07 +10:00
ac721a544d Merge pull request #2803 from SchrodingersGat/barcode-fix
Barcode scanning fixes
2022-04-06 09:27:42 +10:00
41b75e4928 Merge branch 'inventree:master' into matmair/issue2385 2022-04-05 02:05:05 +02:00
4ab27e5f3c Merge branch 'inventree:master' into matmair/issue2694 2022-04-05 02:03:40 +02:00
346327b545 Merge branch 'inventree:master' into plugin-mark-sample 2022-04-05 02:03:29 +02:00
bdc62dfcc3 mark active sample code as a sample 2022-04-04 23:53:35 +02:00
1eb511e8a0 user notification settings 2022-04-04 23:46:19 +02:00
c93f9c94f3 Change column title 2022-04-05 00:33:54 +10:00
0908aa8c8c Allow sorting of part table by unallocated_stock 2022-04-05 00:31:44 +10:00
58003bc2cb Refactor model renderer functions 2022-04-05 00:27:37 +10:00
15253435af Adjustments for partStockLabel function 2022-04-05 00:02:11 +10:00
782a0f3576 Fix for scanIntoLocation function 2022-04-04 16:23:17 +10:00
7dae05acc5 Fix for scanItemsIntoLocation function
- Accept list of objects rather than pk values
- Conform to API requirements
2022-04-04 16:20:19 +10:00
2c8e274aa9 Tweaks for barcode scanning functionality
- Prevent javascript errors

(cherry picked from commit 9129a42a3e2a5c5939e6002d3b4010b3fd9cc20e)
2022-04-04 14:24:28 +10:00
ade5a81a1a Enhance partStockLabel with ordering/building quantites 2022-04-03 12:36:46 +02:00
bc4b66e7d3 Render partStockLabel based on available/in stock quantites 2022-04-03 12:36:37 +02:00
d912846e41 Use available quantities in part table, enhance stock badge 2022-04-03 12:35:59 +02:00
a9f7457c12 New part table filter on available stock 2022-04-03 12:30:53 +02:00
4c6ad6facf Other changes as requested 2022-03-30 12:42:57 +11:00
ba7035d7b6 JS litning fixes 2022-03-29 23:52:37 +11:00
016d802a10 Fixes for input autofocus, etc 2022-03-29 23:49:06 +11:00
f724f4a845 Add search preview for purchase orders and sales orders 2022-03-29 23:38:01 +11:00
2a604c244e Add search results for "company" 2022-03-29 23:29:17 +11:00
1f003b3f54 Add results for part categories and stock locations 2022-03-29 23:27:44 +11:00
a551bf1e81 Add options to control what is shown in search preview window 2022-03-29 23:27:25 +11:00
4bb95de4f9 Re-add button to submit "search" form and show full results 2022-03-29 23:19:23 +11:00
cc1501283d Refactoring 2022-03-29 22:59:23 +11:00
f1876ae28b Add a "searching..." indicator to show progress 2022-03-29 22:48:54 +11:00
11a6052871 remove the old search bar 2022-03-29 22:46:00 +11:00
22ee6614cc Render links for search results 2022-03-29 22:40:47 +11:00
78e5a685dc Display results for parts and stock items
- Use the existing rendering functions
2022-03-29 22:35:47 +11:00
51d26b1d16 Skeleton for displaying search results 2022-03-29 20:49:23 +11:00
92bff3d1b7 Merge branch 'master' into search-megamenu 2022-03-28 21:56:30 +11:00
89d0e41ebc JS lint fix 2022-03-28 20:59:34 +11:00
13af1cb853 Hide label printing buttons of labels are not enabled 2022-03-28 20:44:33 +11:00
b62905d5c4 Add user setting to enable / disable label printing 2022-03-28 20:38:57 +11:00
05344a3675 Only check for label printing plugins if plugins are enabled 2022-03-28 20:36:34 +11:00
2ce5b7c896 Make plugins_enabled variable available to javascript code 2022-03-28 20:25:47 +11:00