|
6657d093d7
|
PEP fixes
|
2021-12-02 12:13:03 +01:00 |
|
|
b0fb5657e8
|
also validate serial number
|
2021-12-02 12:11:09 +01:00 |
|
|
d5ace1a8da
|
Differentiate between "fully allocated" and "partially allocated" in stock item table
|
2021-12-02 21:46:05 +11:00 |
|
|
123aab89bc
|
Adds an "available" filter for stock item API
|
2021-12-02 21:40:03 +11:00 |
|
|
98bbee8159
|
Adds function to lookup stock item by serial number
|
2021-12-02 15:55:00 +11:00 |
|
|
514d5662ea
|
Serial number button CSS tweaks
|
2021-12-02 11:02:17 +11:00 |
|
|
a2a436ea69
|
Column improvements
|
2021-12-01 08:05:30 +11:00 |
|
|
91c8d9fee3
|
Refactor stock item view
|
2021-11-30 20:59:37 +11:00 |
|
|
64abe1e889
|
Refactoring "company" view
|
2021-11-30 20:31:05 +11:00 |
|
|
440436c70d
|
Refactor display for "part category"
|
2021-11-30 20:00:26 +11:00 |
|
|
3aad2eb13d
|
Refactor title card for "location" view
|
2021-11-30 19:57:07 +11:00 |
|
|
4ee55847f1
|
Refactor attachment tables
|
2021-11-28 14:21:20 +11:00 |
|
|
0949bac175
|
serializer fixes
|
2021-11-28 14:21:09 +11:00 |
|
|
6582fd3d04
|
Add 'link' field to attachment serializer
|
2021-11-28 12:57:37 +11:00 |
|
|
e9ed7bffc9
|
adds a "link" field to the InvenTree attachment model
- Allows attachments to also serve as links to external files
|
2021-11-28 12:53:01 +11:00 |
|
|
ef7a9b5152
|
Adds a simple endpoint for accessing serial number information for a Part instance
- This is not included by default in the "part detail" endpoint as it must be calculated!
|
2021-11-27 00:11:18 +11:00 |
|
|
e53e3b4a51
|
Merge pull request #2350 from matmair/matmair/issue2347
Fix sidebar translation
|
2021-11-23 12:57:11 +11:00 |
|
|
d884e62be1
|
[FR] Confirm to W293
Fixes #2335
|
2021-11-23 00:28:23 +01:00 |
|
|
d79e9a62b4
|
fix trans tags
|
2021-11-22 23:42:29 +01:00 |
|
|
933c420844
|
fix sidebar translation
Fixes #2347
|
2021-11-22 20:24:22 +01:00 |
|
|
7399333256
|
Merge pull request #2328 from SchrodingersGat/stock-item-create-fix
Record the user information when creating or updating a stock item
|
2021-11-18 23:34:41 +11:00 |
|
|
15a0d260f8
|
Handle case where user is not specified
|
2021-11-18 23:15:40 +11:00 |
|
|
7ca36a092e
|
convert remaining serializers
|
2021-11-18 23:01:19 +11:00 |
|
|
bfb32f3bf6
|
Record the user information when creating or updating a stock item
|
2021-11-18 21:26:26 +11:00 |
|
|
ae7cde7547
|
Merge pull request #2281 from SchrodingersGat/stock-sort
Adds "stock" column sorting for stock table
|
2021-11-10 12:20:07 +11:00 |
|
|
986a13864a
|
Exclude 'serial_int' when exporting stock data
|
2021-11-10 11:37:30 +11:00 |
|
|
919f182c25
|
Remove debug messages
|
2021-11-10 11:30:11 +11:00 |
|
|
ba11a73f91
|
Fix for saving stock item objects
|
2021-11-10 11:22:58 +11:00 |
|
|
6a534e0322
|
Improve options for installing a part into another part
- Allow "variant" parts when the BOM specifies that variants are allowed for a particular BOM item
|
2021-11-10 11:11:52 +11:00 |
|
|
067f12d5eb
|
PEP fixes
|
2021-11-10 11:01:12 +11:00 |
|
|
25ce043337
|
Adjust ordering sequence for StockItem
|
2021-11-10 11:00:43 +11:00 |
|
|
738ba4eddf
|
Data migration to initially update serial number fields for all stock items
- Also automatically updates serial_int field when saving StockItem
|
2021-11-10 10:59:48 +11:00 |
|
|
257be18d79
|
Add 'serial_int' field to stockitem model
- Allows for integer sorting of stock items
|
2021-11-10 10:47:17 +11:00 |
|
|
85b906f49d
|
Adds "stock" column sorting for stock table
|
2021-11-10 09:48:52 +11:00 |
|
|
c128438ebf
|
Fix missing actions for stock item
|
2021-11-08 14:47:14 +11:00 |
|
|
185924e1f8
|
More linting
|
2021-11-05 00:35:47 +11:00 |
|
|
78ac40083a
|
Fixes for stock api unit tests
- Remove old unit tests
- Require quantity when creating a new stock item
|
2021-11-05 00:27:26 +11:00 |
|
|
f27acde934
|
More fixes
- Allow stock item creation for inactive parts
- Better handling of successful stock item creation
- Disable fields rather than hiding them
|
2021-11-05 00:02:55 +11:00 |
|
|
b41dbba2b0
|
Correctly handle serialization of newly created stock
|
2021-11-04 23:18:59 +11:00 |
|
|
3be4acf3ef
|
More refactoring for notifications
- Adds default behaviour for successful stock item creation
|
2021-11-04 23:09:49 +11:00 |
|
|
97326d9fb2
|
Display stock item owner (if applicable)
|
2021-11-04 22:45:11 +11:00 |
|
|
3b56895f4d
|
Merge branch 'master' into stock-item-forms
|
2021-11-04 10:34:49 +11:00 |
|
|
476a1342c1
|
Improve notification of 'low stock' parts:
- Traverse up the variant tree
- Enable subscription by "category"
|
2021-11-04 00:28:10 +11:00 |
|
|
e5435df2ba
|
Merge remote-tracking branch 'inventree/master' into stock-item-forms
|
2021-11-03 15:46:30 +11:00 |
|
|
ecccae1081
|
Merge remote-tracking branch 'inventree/master' into stock-item-forms
|
2021-11-03 13:34:45 +11:00 |
|
|
c4ea3ecf6f
|
Bug fix for stock location table
(cherry picked from commit 44794d7b78520023e3b70da61dc13938bfd4bd14)
|
2021-11-03 13:33:57 +11:00 |
|
|
b1c23e30f5
|
Fix CSS for user badges
|
2021-11-03 11:59:20 +11:00 |
|
|
1d42d33c8e
|
style fixes
|
2021-11-03 11:33:44 +11:00 |
|
|
be7b224f14
|
Adds API endpoint for serialization of stock items
|
2021-11-03 10:12:42 +11:00 |
|
|
2b69d9c2af
|
Correctly serialize stock when creating via the API
|
2021-11-03 07:41:47 +11:00 |
|