2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-29 14:06:47 +00:00

40 Commits

Author SHA1 Message Date
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
90072904a0 String translations 2021-02-09 20:31:55 +11:00
Oliver Walters
1c0b469020 Add separator divider elements in lists 2021-02-09 12:28:14 +11:00
Oliver Walters
081b6aa27c Remove ability to edit stock item 2021-02-06 19:46:36 +11:00
Oliver Walters
32fd8efddc Make a bunch o' strings translateable 2021-02-01 22:36:46 +11:00
Oliver Walters
c00e367ae5 Add barcode handler to scan stock item into location 2021-01-29 00:28:50 +11:00
Oliver Walters
db6aae8a78 Add "actions" panel to stock item view 2021-01-29 00:08:17 +11:00
Oliver Walters
65a01ff98c Rearranged stock item detail page 2021-01-21 20:33:36 +11:00
Oliver Walters
26cdb760eb Move the "edit" button to the app bar 2021-01-21 20:32:02 +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
b4710b56e3 Fix network cache images
- Changed from using flutter_advanced_networkimage to cached_network_image
- flutter_advanced_networkimage is now outdated
- cached_network_image is the pseudo official library
2021-01-20 22:35:44 +11:00
Oliver Walters
5d62344cc7 Fix bug in StockItem display 2020-05-30 20:54:19 +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
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
8374691d8c Add some //TODO items 2020-04-18 22:53:02 +10:00
Oliver Walters
c4d8b5ce1c Stock transfer now works 2020-04-18 22:39:57 +10:00
Oliver Walters
af104717ab More refactoring
Helper function to display a scrollable form in a dialog
2020-04-18 22:25:59 +10:00
Oliver Walters
a7d11faec8 Add "QuantityField"
Juicy juicy refactoring
2020-04-18 22:07:02 +10:00
Oliver Walters
90a39ae3de Company list is now refreshable 2020-04-15 12:07:36 +10:00
Oliver Walters
578d54367a Part detail view is now refreshabel
- lso add a progress dialog when reloading a model object
2020-04-15 12:00:26 +10:00
Oliver Walters
26c47b5fff the stock detail view is now a refreshable state 2020-04-15 11:50:04 +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
63b88588ed Toot toot - it's the tractor again! 2020-04-10 00:33:49 +10:00
Oliver Walters
87d400415c Add 'pull to refresh' for StockItem detail view 2020-04-10 00:29:36 +10:00
Oliver Walters
36a7bd1214 Add framework for edit StockItem dialog 2020-04-10 00:21:43 +10:00
Oliver Walters
6799e9c85b Cleanup of action dialogs 2020-04-10 00:19:01 +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
f5b8311428 Action to count stock items now works 2020-04-09 23:41:16 +10:00
Oliver Walters
4cafa668a5 Perform "addstock" action 2020-04-09 22:56:28 +10:00
Oliver Walters
1ec0b13479 Add (empty) search page 2020-04-09 08:52:53 +10:00
Oliver Walters
08e23039c0 Placeholder callback functions 2020-04-09 08:29:47 +10:00
Oliver Walters
a64f46d79c Selectively show certain buttons in the StockItem FAB menu 2020-04-08 12:24:32 +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
5382ded50c Add FAB context menu for the StockItem view
- Uses flutter_speed_dial plugin
2020-04-08 11:59:39 +10:00
Oliver Walters
359b5d9b4a Add floating-action button to StockDetail view 2020-04-07 11:12:45 +10:00
Oliver Walters
7304484369 Refactoring 2020-04-06 23:51:46 +10:00