2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00
Commit Graph

1118 Commits

Author SHA1 Message Date
23b2b56de4 StockItemAttachment 2021-08-16 10:56:00 +10:00
c564896355 Localization of item.quantity removed
Localization of quantity for different cultures(turkish in my case) using comma(,) instead of dot(.) leads syntax error in javascript code and prevents stock item history to load.
2021-08-09 12:11:53 +03:00
69f242d11d Merge pull request #1892 from eeintech/stock_installed_items
Re-enabled installing stock items into others
2021-08-04 09:01:28 +10:00
172a08fbba Removed old quantity setting lines 2021-08-03 09:53:08 -04:00
f057937df0 Fix for non-integer serial numbers 2021-08-03 09:46:28 +10:00
1c4924a4a5 Style duh 2021-08-02 15:14:55 -04:00
ac3dcac641 Re-enabled installing stock items into others 2021-08-02 15:05:24 -04:00
e9be3fb4ec Redirect to stock index if stock item is completely depleted 2021-07-27 11:11:30 -04:00
4ee0004c97 Filtering for Build and StockItem 2021-07-21 21:34:16 +10:00
9cf372f633 PEP fixes 2021-07-21 21:24:18 +10:00
85a40ec418 Tree exclusion for PartCategory and StockLocation 2021-07-21 21:23:30 +10:00
140396ccdd Merge pull request #1854 from SchrodingersGat/url-unit-test
Add unit test for validation of reverse url lookup
2021-07-21 11:09:10 +10:00
893628d1b8 URL fixes 2021-07-21 10:52:14 +10:00
598ea11211 Add manager class for StockItem 2021-07-21 09:28:58 +10:00
4413699844 PEP fixes 2021-07-19 17:23:51 +10:00
efb4f194b6 Refactor StockExportOptions form 2021-07-19 17:23:18 +10:00
753fe9c80f Ordering and rendering for StockLocation 2021-07-18 21:15:51 +10:00
533a3aa368 Refactor StockItem pages 2021-07-15 22:19:13 +10:00
b1640fcc23 Refactor StockLocation pages 2021-07-15 21:38:05 +10:00
2d2ad91545 Move "stock" part view 2021-07-15 12:52:36 +10:00
0cb2b49333 Remove unused forms 2021-07-12 22:23:08 +10:00
bd8b52d7d2 Merge pull request #1804 from SchrodingersGat/api-stock-adjustments
Api stock adjustments
2021-07-12 22:16:56 +10:00
30fd3c8841 Unit test fixes 2021-07-12 22:03:36 +10:00
77cfadad42 Add 'title' option for contsructed fields 2021-07-12 21:11:29 +10:00
52eedef820 remove old StockAdjust view 2021-07-12 21:03:28 +10:00
e9bf4b4cef Add some more functionality to StockLocation page 2021-07-12 20:53:36 +10:00
2ea4824030 Add option to move stock for a part 2021-07-12 20:45:45 +10:00
9fc7976569 Refactor all "adjustment" forms to use the new API approach 2021-07-12 20:38:54 +10:00
2bebf2d41a Test fixes 2021-07-12 20:00:50 +10:00
11ee8e8369 Raise error if specified quantity is above available quantity 2021-07-12 19:59:10 +10:00
51314a0261 Refactor error messaging for stock adjustment API 2021-07-12 19:41:50 +10:00
e04828214a Refactor showApiError() function 2021-07-12 19:20:29 +10:00
e3f85414fa Stock API URL cleanup 2021-07-12 17:32:06 +10:00
c045a3b6f6 Refactorin' 2021-07-11 20:36:52 +10:00
03fb6e5c61 support leading zeros in serial numbers 2021-07-10 17:54:17 +02:00
cbd291849c More unit test fixes 2021-07-09 01:49:17 +10:00
a985e11aa8 Simplify and add filters for StockList API endpoint 2021-07-08 20:10:22 +10:00
c7f79a5a08 Fixes 2021-07-08 19:23:01 +10:00
79d90b1c4a Additional filtering options for name and IPN fields 2021-07-08 17:46:57 +10:00
f0e7826fdc Adds some more API filters for the StockItem endpoint 2021-07-08 17:44:52 +10:00
81010994e7 Adds regex filtering for "batch" code on StockItem 2021-07-08 17:26:55 +10:00
a2870b60d9 Merge pull request #1757 from matmair/stock-next-prev
Stock previous / next serial
2021-07-08 11:41:01 +10:00
1a979fc113 Filtering fix for StockItem attachments 2021-07-08 10:41:18 +10:00
2db42eff50 remove unneeded tag 2021-07-06 21:25:42 +02:00
98c52c06ac Revert "fetching supplier part for stock tables"
This reverts commit eaf191dc8d.
2021-07-06 21:20:27 +02:00
9ed2338162 bolder type for serial numbers 2021-07-06 21:10:42 +02:00
87a7081185 Fixed supplier part detail handling in stock table 2021-07-06 14:32:16 -04:00
6687661928 Fixes for stock modal and notes propagation to tracking items 2021-07-05 17:36:10 -04:00
84b67e2cc1 also allow the boundaries 2021-07-05 00:53:05 +02:00
1786c029b4 prev and next serial link in stock items 2021-07-05 00:47:45 +02:00