2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-28 05:26:47 +00:00

1192 Commits

Author SHA1 Message Date
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
e39cd4c009 Refactoring 2021-01-21 16:49:58 +11:00
Oliver Walters
1385f46c93 Remove old comment 2021-01-21 16:28:53 +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
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
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
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
02982cea5e Improve error handling for barcode
- Only resume barcode camera when the error dialog is dismissed
2020-05-26 23:40:41 +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
baed2d98c6 Yay, barcode scanning working again!!! 2020-05-26 23:26:05 +10:00
Oliver Walters
a4390d16d9 Using new qr code scanner - qr_code_scanner 2020-05-26 23:02:19 +10:00
Oliver Walters
aad616aea1 Add framework for future self to check server compatibility 2020-05-25 22:46:01 +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
7bfc26b5a0 Function to upload file via API 2020-05-25 22:21:45 +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
Oliver Walters
16f4f7195c Stupid async 2020-05-24 15:16:05 +10:00
Oliver Walters
de4acbe005 Upload correct values 2020-05-24 14:53:00 +10:00
Oliver Walters
ec1f9a8923 Upload test result against a StockItem object 2020-05-24 10:07:46 +10:00
Oliver Walters
d666bdb957 Function to create a new model instance via API POST 2020-05-24 10:07:31 +10:00
Oliver Walters
5280e247f4 Improve form for "AddTestResult" 2020-05-24 09:34:42 +10:00
Oliver Walters
c13a4d40f0 Add checkbox field helper 2020-05-24 09:15:09 +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
0a5419eb6d PartTestTemplate is now class based 2020-05-23 15:41:52 +10:00
Oliver Walters
70ca369529 Get list of required tets 2020-05-23 14:37:27 +10:00
Oliver Walters
687b5ed8c7 Add 'tests' button for part 2020-05-23 14:28:43 +10:00
Oliver Walters
952f98d78b qr_utils is causing issues - comment out for now, need to look at a different barcode library 2020-05-23 11:31:30 +10:00
Oliver Walters
ba0780e265 Stuff? 2020-05-22 23:27:17 +10:00
Oliver Walters
e0a3926772 Refactoring 2020-04-18 23:35:48 +10:00
Oliver Walters
75725c2cb9 Ability to edit Company model 2020-04-18 23:33:52 +10:00