2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-05-06 09:18:54 +00:00

105 Commits

Author SHA1 Message Date
Oliver
5728d1e698 Fix for quantity display 2021-07-13 00:19:56 +10:00
Oliver
f058cefad2 Fixes for double.tryParse 2021-07-13 00:17:35 +10:00
Oliver
40613c9c36 .empty() -> []
Turns out .empty() creates an empty list which is fixed length!
2021-07-13 00:13:38 +10:00
Oliver
d3eec6a79e Many many changes for null-safety support 2021-07-09 23:56:38 +10:00
Oliver Walters
2a3e83509f Refactor of translation lookup! 2021-05-19 23:33:28 +10:00
Oliver Walters
432558678d Bug fix - duplicate stock transfer action 2021-04-19 22:07:52 +10:00
Oliver Walters
27a6025c32 Fixes for stock adjustment 2021-04-19 22:07:35 +10:00
Oliver Walters
b8c535560d API post request now uses HttpClient 2021-04-19 21:56:20 +10:00
Oliver Walters
bee04e2cd8 Add new stock code 2021-03-04 15:51:04 +11:00
Oliver Walters
b3d60b6957 Refactor paginatedstocklist
- Now also uses for part stock view
2021-03-01 13:28:29 +11:00
Oliver Walters
24b7cfaede Scan items into location from location context 2021-02-17 08:57:08 +11:00
Oliver Walters
00943b7536 API error messages now use snackIcon
- Press "details" for further error information
- Is nice
2021-02-17 08:00:41 +11:00
Oliver Walters
59585f72cf Remove all sentry references
- Google play store already offers crash reporting...
2021-02-16 08:03:01 +11:00
Oliver Walters
57eae6f065 Extract stocktake and last updated date 2021-02-13 22:38:01 +11:00
Oliver Walters
90664bfe14 Display part notes and stock notes 2021-02-13 22:36:44 +11:00
Oliver Walters
3757010599 Refactor stock adjustment actions
- Handle timeout
- Handle error
2021-02-10 23:54:00 +11:00
Oliver Walters
c8c056f96d Add snackbar with icon
- stock adjust
- part edit
- location edit
2021-02-10 23:51:38 +11:00
Oliver Walters
ce2a866384 Display stock item status 2021-02-10 21:30:50 +11:00
Oliver Walters
33bb6148de Cleanup for API error handling
Ref: https://stackoverflow.com/questions/54617432/looking-up-a-deactivated-widgets-ancestor-is-unsafe
2021-02-09 21:38:50 +11:00
Oliver Walters
c2aa51ed95 Cleanup 2021-02-09 20:10:36 +11:00
Oliver Walters
c00e367ae5 Add barcode handler to scan stock item into location 2021-01-29 00:28:50 +11:00
Oliver Walters
c15d3a6524 Toot toot, it's the refactor tractor
- Introduces the concept of a "BarcodeHandler"
- Re-uses most of the code
- Custom handlers for barcode success / failure
2021-01-21 20:17:05 +11:00
Oliver Walters
034ef89ac3 Display serial number for serialized stock 2021-01-21 00:09:11 +11:00
Oliver Walters
4445973548 Fix issue with non integer serial number display 2021-01-21 00:01:59 +11:00
Oliver Walters
83465511aa Create detail view for part stock
- Shows all in-stock stock items
2021-01-20 23:56:25 +11:00
Oliver Walters
d2967db8a8 Do not use cascading display of stock location or part category 2020-05-30 22:02:39 +10:00
Oliver Walters
56bdf83692 More complex lookup 2020-05-30 21:09:31 +10:00
Oliver Walters
39c0470b2a Don't display a location tile if the location is null 2020-05-27 15:54:23 +10:00
Oliver Walters
54f045afd8 Upload test result - now with ability to attach a file! 2020-05-25 22:26:29 +10:00
Oliver Walters
d53773d95c Catch POST response which does not return 201 2020-05-24 16:23:32 +10:00
Oliver Walters
16f4f7195c Stupid async 2020-05-24 15:16:05 +10:00
Oliver Walters
ec1f9a8923 Upload test result against a StockItem object 2020-05-24 10:07:46 +10:00
Oliver Walters
e89713660b Display test results 2020-05-23 22:52:10 +10:00
Oliver Walters
56dd22c656 Add some getters 2020-05-23 21:15:02 +10:00
Oliver Walters
1d7d3def04 Add skeleton page for showing test results for a stock item 2020-05-23 20:27:27 +10:00
Oliver Walters
868e1d20dc Add class for StockItemTestResult 2020-05-23 15:53:15 +10:00
Oliver Walters
ba0780e265 Stuff? 2020-05-22 23:27:17 +10:00
Oliver Walters
c4d8b5ce1c Stock transfer now works 2020-04-18 22:39:57 +10:00
Oliver Walters
a7d11faec8 Add "QuantityField"
Juicy juicy refactoring
2020-04-18 22:07:02 +10:00
Oliver Walters
8bd022bccd Progress dialog is now a part of the model GET request 2020-04-14 22:18:05 +10:00
Oliver Walters
5a9dead4e6 Add notes field to stock actions 2020-04-10 00:10:39 +10:00
Oliver Walters
b10931f3b6 Add function to remove stock 2020-04-09 23:49:39 +10:00
Oliver Walters
80f7694abb Function to count stock item 2020-04-09 23:21:53 +10:00
Oliver Walters
4cafa668a5 Perform "addstock" action 2020-04-09 22:56:28 +10:00
Oliver Walters
04b09b5591 Display either serial number or quantity depending on stock properties 2020-04-08 12:18:50 +10:00
Oliver Walters
d2168b2cb9 Display a list of companies, with filtering 2020-04-06 23:43:29 +10:00
Oliver Walters
948c9c1d23 Further improvements for stock view 2020-04-06 22:13:57 +10:00
Oliver Walters
5e3793b3ba Moar features for "StockItem" class 2020-04-06 12:56:40 +10:00
Oliver Walters
59d2b9cf1a Configurable GET and LIST filters per model type 2020-04-06 12:35:59 +10:00
Oliver Walters
4c8bbd46e7 StockLocation display now improved
- Expandable list of sublocations
- Expandable list of stockitems
- Traverse upward (to higher locations)
- Fix rendering of unknown part thumbnails
2020-04-05 23:10:36 +10:00