65e4ee5793
PEP style fixes
2022-02-25 23:01:02 +11:00
7c26d8f71d
Refactor ownership for StockItem model
2022-02-25 22:58:00 +11:00
d6764573c3
Refactor "ownership" concepts in templates
...
- Template code was very messy
- Makes it a lot "simpler"
- Adds convenience functions to the StockLocation model
- Adds pre-calculated data to the template
- Display ownership information on the stocklocation page
2022-02-25 22:45:24 +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
2ec41b02f8
append information about next serial numbe to fnc call
...
Fixes #2484
2021-12-29 03:01:52 +01:00
96a885e4e1
client side form for assigning stock items to customers
2021-12-09 00:20:45 +11:00
d884e62be1
[FR] Confirm to W293
...
Fixes #2335
2021-11-23 00:28:23 +01: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
be7b224f14
Adds API endpoint for serialization of stock items
2021-11-03 10:12:42 +11:00
ef305032c9
Create new stock location via API forms
2021-11-02 20:04:54 +11:00
0d9c08b49c
StockLocationEdit
2021-11-02 19:58:25 +11:00
758e402a66
PEP style fixes
2021-10-05 23:06:12 +11:00
6fd1abb07a
Remove unused view class
2021-10-05 22:58:28 +11: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
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
efb4f194b6
Refactor StockExportOptions form
2021-07-19 17:23:18 +10:00
bd8b52d7d2
Merge pull request #1804 from SchrodingersGat/api-stock-adjustments
...
Api stock adjustments
2021-07-12 22:16:56 +10:00
52eedef820
remove old StockAdjust view
2021-07-12 21:03:28 +10:00
03fb6e5c61
support leading zeros in serial numbers
2021-07-10 17:54:17 +02:00
a2870b60d9
Merge pull request #1757 from matmair/stock-next-prev
...
Stock previous / next serial
2021-07-08 11:41:01 +10: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
9d1c1b98df
PEP fix
2021-07-01 14:33:16 +10:00
bb0a72f235
Refactor forms for StockItemTestResult
...
- Add DETAIL endpoint for model
- Remove old views
- Remove old forms
2021-07-01 14:31:37 +10:00
8f47035a7b
Refactor delete view for PartAttachment and StockItemAttachment
2021-06-30 12:58:41 +10:00
54c9bd25a5
Add detail endpoint for StockItemAttachment
2021-06-30 09:40:54 +10:00
87235b7e6f
Replace StockItemAttachmentCreate form
...
- Also replace drag-and-drop
- Add 'hidden' option for form fields
- Adds renderer for StockItem model
2021-06-30 09:17:28 +10:00
7d53bcb27c
Convert StockItemEditStatus to use API forms
2021-06-30 08:52:53 +10:00
c2fe5e08b4
Expand possibilities for variant conversion
...
- Ref get_conversion_options
2021-05-27 12:35:55 +10:00
3b252b8409
Record the user when updating stock items
2021-05-12 10:42:09 +10:00
03a231bffb
Updates
...
- Add StockHistoryCode to custom context
- Add simple form for editing stock item history
- Add tracking entry when stock status is changed
2021-05-11 23:38:26 +10:00
f2b0717d10
removes all lines consisting only of spaces
...
this really bothers me for some reason - nothing technical
2021-05-06 12:11:38 +02:00
20c455384e
added more translation-strings
2021-04-04 22:44:14 +02:00
446bc06c1b
switched translation methode to lazy
2021-04-03 04:01:40 +02:00
d43cfccfc1
Typo fix
2021-03-04 22:11:38 +11:00
5ad915a845
More fields
2021-03-04 22:09:46 +11:00
a9e3e46b8a
Bug fix
...
check if self.object.owner is None
2021-03-03 21:52:02 +11:00
cd01bb0ad7
Refactor HTML view permission
...
- Introspect database model from View
- Automatically get the permission from the View class
2021-03-02 21:32:32 +11:00
8fda2cf745
Fixes for unit tests
2021-01-29 12:47:46 +11:00
436207b315
Merge remote-tracking branch 'inventree/master' into batch-reports
...
# Conflicts:
# InvenTree/templates/stock_table.html
2021-01-18 23:23:58 +11:00
a5aa90cdf2
Merge pull request #1155 from eeintech/stock_owner
...
Stock Locations and Items Ownership
2021-01-18 22:55:26 +11:00
ef7cc3f78d
Replace existing django form views with API request
2021-01-18 21:33:15 +11:00
2b30df1a70
Fix
2021-01-18 14:41:31 +11:00
a7baad33ba
Fix form error for creating a new stock item
2021-01-18 14:41:31 +11:00
72c7ceb553
Merged master and updated stock_table.html
2021-01-17 13:11:59 -05:00
7d5571ba5b
Merged changes from master
2021-01-14 08:52:56 -05:00