2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-05 13:10:57 +00:00
Commit Graph

259 Commits

Author SHA1 Message Date
39cfe39172 View / form / url for stock-uninstall form 2020-09-28 21:27:27 +10:00
f737ad2d38 Bugfix: CreateStockItem form
- hide the field rather than popping it
2020-09-05 20:31:18 +10:00
74f25ee7f9 Part: Extend logic for "latest" serial number
- Return value if it is a string
- Remove 'getNextSerialNumber' function
- Improve functionality of function which returns serial number placeholder string
2020-09-01 20:16:46 +10:00
9dcc23ee4e Hide 'supplier part' options if no part is selected in the form 2020-08-26 23:40:15 +10:00
9149aa1536 Fix internal server error when serializing stock with no location 2020-08-24 18:04:22 +01:00
8f1af0f5f9 Add "enabled" field to Label class
- Only list labels which are enabled
- Allows labels to be hidden / disabled without being deleted
2020-08-23 09:07:15 +10:00
1807ba4e7b Add form for selecting label template for a StockItem 2020-08-16 12:10:58 +10:00
cdde0f8c43 Add URL endpoint for downloading PDF labels 2020-08-16 11:12:21 +10:00
bdea29df04 Add functionality to return stock item from customer 2020-08-08 09:05:33 +10:00
10691b3d03 Allow creation of a stock item with zero quantity 2020-07-30 21:05:37 +10:00
b559816dca Update translations 2020-06-12 10:25:07 +10:00
ca1526405b PEP fixes 2020-06-04 19:51:43 +10:00
80019a3ed8 Add forms/views for manually assigning a stock item to a customer 2020-06-04 19:45:41 +10:00
046a00026c remove debug print 2020-05-26 11:42:30 +10:00
ae4bfd07da StockItemCreate form now has better logic for auto-detecting the part 2020-05-26 11:31:08 +10:00
d2c1e9e2b0 Type fixes 2020-05-25 14:24:29 +10:00
fdf57891fc Form / view / etc for performing StockItem conversion 2020-05-25 14:16:38 +10:00
e63342418f Improve / simplify logic for file attachments against test result object 2020-05-23 11:30:42 +10:00
5245442b11 Fixes 2020-05-22 22:27:52 +10:00
e6f56cb056 where one or more test report templates exist for a part,
provide a button for all stock-items of that part,
allowing the user to generate and download a test repotr
2020-05-22 22:25:05 +10:00
0bdb62f263 Fix pep 2020-05-18 14:32:30 +10:00
fce8e3fe05 add button to delete all test data for a given stock item 2020-05-18 14:29:35 +10:00
8ace71ef56 Complete refactor of the test-result table for stock item 2020-05-17 21:09:49 +10:00
cd0e66e3c6 Add ability to edit / assign attatched files to test result data 2020-05-17 16:17:05 +10:00
b3ca6a6ca7 PEP fixes 2020-05-17 00:26:44 +10:00
327682b719 Add forms / views / etc to create / edit / delete test results manually 2020-05-17 00:26:10 +10:00
8a99062704 PEP fixes 2020-05-16 17:52:25 +10:00
7190a8ef69 Serial number placeholder text for BuildComplete form 2020-05-16 17:29:41 +10:00
6552d011a4 Better calculatation of placeholder text for serial number 2020-05-16 16:42:34 +10:00
3df8f33080 Logic fixes for CreateStockItem form
- Improved data validation
- Fix bug where form was not checked for validity
2020-05-16 12:04:53 +10:00
3d0bea15ae Refactor function naming 2020-05-16 12:03:18 +10:00
4cb97b1340 Add some more form candy 2020-05-16 11:55:10 +10:00
498ad4162c Bugfix: Turns out 'prefix' and 'suffix' were protected fields! 2020-05-16 11:05:45 +10:00
0ccac09962 Auto-fill serial numbers for the SerializeStock form 2020-05-16 09:06:39 +10:00
72cfaccac5 Pass StockItem object through to the SerializeStock form 2020-05-15 21:16:00 +10:00
d4fa7d936e Add 'user' field to attachment 2020-05-12 20:50:03 +10:00
14132a6efa Add views / models / etc etc to support StockItem attachment 2020-05-07 09:57:54 +10:00
489dfa1823 Bug fix for a code path which resulted in a form failing validation but not showing any errors!
This one has been here for a while!
2020-04-27 20:45:01 +10:00
e768ada83b More work
- Consolidated "in_stock" filter to single code location
- Improve 'limit_choices_to' for BuildItem and SalesOrderAllocation
- Various template improvements etc
2020-04-26 16:38:29 +10:00
77471cb89c Form for shipping a SalesOrder
- Returns "False" for now
2020-04-24 10:20:56 +10:00
bbe714c8f7 Bugs!
Thanks, unit testing
2020-04-06 11:21:34 +10:00
33d21594da Create new stock item from supplierpart stock page
- Allow stock-item-create form to have supplierpart passed as initial data
- Add some translations too
2020-02-12 11:32:01 +11:00
6d80788618 Allow stock-filtering and export using SupplierPart ID 2020-02-12 11:16:00 +11:00
4bd4f2a0a3 Fix for bug b)
- Don't attempt to save if there are duplicates
- Fix overwritten variable name
- Provide correct return data to the form
2020-02-06 23:22:55 +11:00
2949289fab Fix for bug a)
- Would not create new StockItem for trackable part if Serial Numbers not provided
2020-02-06 23:11:47 +11:00
1bdcbd1974 Markdownify the 'notes' field for StockItem
- New tab interface for the StockItem page
- Display / editing of notes field with markdown
2020-02-02 12:11:18 +11:00
9da8189899 Allow non-integer stock movement 2019-11-19 10:17:20 +11:00
003a2d9f3c Allow creation of stockitem with non-integer quantity
-  Also provided more translation strings
2019-11-19 10:00:08 +11:00
75774771dc Changes to StockItem model
- Stock adjustments need to accept decimal values
2019-11-19 09:18:41 +11:00
b7473be8ef Update stock adjustment dialog 2019-11-16 20:29:05 +11:00