2
0
mirror of https://github.com/inventree/inventree-app.git synced 2026-04-26 03:13:25 +00:00
Commit Graph

586 Commits

Author SHA1 Message Date
Oliver Walters 1e4fbc3697 Default to checkCircle if icon not specified 2021-02-11 00:25:41 +11:00
Oliver Walters e1a8ecc5f0 Refactor upload of test result 2021-02-11 00:11:58 +11:00
Oliver Walters 4339f70d64 null fix 2021-02-11 00:11:47 +11:00
Oliver Walters a62b038faf Edit part category 2021-02-11 00:02:00 +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 90072904a0 String translations 2021-02-09 20:31:55 +11:00
Oliver Walters c2aa51ed95 Cleanup 2021-02-09 20:10:36 +11:00
Oliver Walters 4080b4177b Refactoring / fixing 2021-02-09 19:40:31 +11:00
Oliver Walters 7373805ea7 Refactor API connection code 2021-02-09 14:16:31 +11:00
Oliver Walters 1c0b469020 Add separator divider elements in lists 2021-02-09 12:28:14 +11:00
Oliver Walters 18b4783c11 Slightly improved login info on main screen 2021-02-09 09:34:04 +11:00
Oliver Walters d918079440 Cleanup 2021-02-09 09:12:47 +11:00
Oliver Walters d5649af2f9 Server login now references the UserProfile class 2021-02-08 22:03:14 +11:00
Oliver Walters b34a91b865 UserProfile 2021-02-08 20:32:49 +11:00
Oliver Walters b18daf3acf Load stock detail *before* opening new view 2021-02-07 09:43:16 +11:00
Oliver Walters 12f4a4fa38 Fixed "await" for refreshable states
- Progress indicator stays in place until calls are completed
2021-02-07 09:43:07 +11:00
Oliver Walters ec816b9bb1 tap on part image to launch full screen view 2021-02-07 08:40:01 +11:00
Oliver Walters 081b6aa27c Remove ability to edit stock item 2021-02-06 19:46:36 +11:00
Oliver Walters b69762ff15 API refactoring:
- Error if the server version is *older* than the min required version
- Display dialog boxes for different server errors
2021-02-02 20:37:54 +11:00
Oliver Walters 32fd8efddc Make a bunch o' strings translateable 2021-02-01 22:36:46 +11:00
Oliver Walters 0ba72a59c6 Separate main widget into separate file from app 2021-02-01 17:19:37 +11:00
Oliver Walters 40df490a21 Add "actions" tab for Part display 2021-01-31 21:56:06 +11:00
Oliver Walters 3433d57f83 Refactor display for StockLocation 2021-01-29 00:52:15 +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 02cfeef31e Add function to open a link
- Does not seem to actually ... work.. yet
2021-01-21 21:14:42 +11:00
Oliver Walters 3096a6d25f Stuff:
- Specify image size in list view
- Move "edit" button to app bar
- Display part keywords
- Allow editing of part keywords
2021-01-21 20:53:49 +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 034ef89ac3 Display serial number for serialized stock 2021-01-21 00:09:11 +11:00
Oliver Walters 392493e004 Hide search functionality (for now!) 2021-01-20 23:59:08 +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 15fee106b5 Hide some unused icons on the part detail page 2021-01-20 23:15:30 +11:00
Oliver Walters 72512329e9 Bug fix for part without a category defined 2021-01-20 23:12:51 +11:00
Oliver Walters 153bb1c077 Include category detail when requesting part information 2021-01-20 22:58:04 +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 9d929c7741 Display a message if a part does not have a category sit 2020-05-30 21:07:54 +10: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 47929c888b Improve error message handlers 2020-05-26 23:43:36 +10:00
Oliver Walters 6102b39e9d Improve functionality of showErrorDialog function
- Provide callback for when the dialog is dismissed
- Optionally set the error title bar
2020-05-26 23:40:20 +10:00
Oliver Walters c7f504fb44 Hide icons for functionality that doesn't really exist yet 2020-05-25 22:42:05 +10:00
Oliver Walters 393863957e Refactor test result display 2020-05-25 22:40:21 +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 6f12929057 Add image selection field which allows picking from gallery or taking a new photo with camera 2020-05-24 22:50:49 +10:00
Oliver Walters d53773d95c Catch POST response which does not return 201 2020-05-24 16:23:32 +10:00