2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-27 21:16:48 +00:00

1480 Commits

Author SHA1 Message Date
Oliver Walters
2e72d4bc2e Custom splash screen (for Android)
Ref: https://medium.com/better-programming/customize-default-splash-screen-in-flutter-4f0a3d872377
2021-02-04 22:50:17 +11:00
Oliver Walters
bd4729f346 Merge branch 'server-version' 2021-02-02 21:24:15 +11:00
Oliver Walters
18229fbfe2 More translations 2021-02-02 21:24:07 +11:00
Oliver Walters
c3bc6a94b0 Display version information (using external markdown file) 2021-02-02 21:20:04 +11:00
Oliver Walters
1823dca61d Update for settings menus 2021-02-02 20:50:10 +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
cfb3dd6506 Merge branch 'i18n' 2021-02-01 22:53:00 +11:00
Oliver Walters
0421dc5353 Update translation script 2021-02-01 22:46:04 +11:00
Oliver Walters
32fd8efddc Make a bunch o' strings translateable 2021-02-01 22:36:46 +11:00
Oliver Walters
ff879bd14b Update plist file 2021-02-01 17:46:18 +11:00
Oliver Walters
d0905d97c3 Add submodule 2021-02-01 17:26:16 +11:00
Oliver Walters
0ba72a59c6 Separate main widget into separate file from app 2021-02-01 17:19:37 +11:00
Oliver Walters
a50883f2bd Add l10n config file 2021-02-01 17:02:52 +11:00
Oliver Walters
171d808410 Init basic localizations 2021-02-01 16:58:08 +11:00
Oliver Walters
40df490a21 Add "actions" tab for Part display 2021-01-31 21:56:06 +11:00
Oliver Walters
13780b0c80 Merge branch 'barcode-actions' 2021-01-29 00:59:55 +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
fc6e90ce0b Merge branch 'edit-item' 2021-01-21 20:59:32 +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
7ba1fc9328 NFI
- Changing some rando stuff to try to get the project to compile.
- Updated Android Studio after almost a year, it was hella borked
2021-01-20 08:00:43 +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