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

39 Commits

Author SHA1 Message Date
Oliver Walters
171d808410 Init basic localizations 2021-02-01 16:58:08 +11:00
Oliver Walters
392493e004 Hide search functionality (for now!) 2021-01-20 23:59:08 +11:00
Oliver Walters
baed2d98c6 Yay, barcode scanning working again!!! 2020-05-26 23:26:05 +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
e8a4a387ea More options for main screen 2020-04-18 22:07:10 +10:00
Oliver Walters
ad1997cf22 Cleanup 2020-04-16 20:13:34 +10:00
Oliver Walters
342e04eb64 Report app errors to sentry.io
- Only in release mode
2020-04-16 20:12:10 +10:00
Oliver Walters
e04dadcd2f Add better error handling for API 2020-04-16 17:43:49 +10:00
Oliver Walters
3fead77f6d Capture context data in the LocationDisplay widget 2020-04-15 10:33:10 +10:00
Oliver Walters
1ec0b13479 Add (empty) search page 2020-04-09 08:52:53 +10:00
Oliver Walters
3c4e03ae1d Abstract CompanyList class
- Now support SupplierList class
- Now support CustomerList class
2020-04-06 23:44:01 +10:00
Oliver Walters
d2168b2cb9 Display a list of companies, with filtering 2020-04-06 23:43:29 +10:00
Oliver Walters
aa8a3602e8 Expansion state is now saved on the session level, not per widget 2020-04-06 23:01:11 +10:00
Oliver Walters
4b33f9c65c Cleanup settings page(s)
- New separate directory
- Separate view for About information
2020-04-06 22:48:32 +10:00
Oliver Walters
31fc5cb80b Press to retry server connection 2020-04-06 22:37:40 +10:00
Oliver Walters
37cdf23ae1 Add a connection checker 2020-04-06 22:33:38 +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
Oliver Walters
04ad279c58 Search icon displays unsupported dialog 2020-04-05 22:31:43 +10:00
Oliver Walters
0cc210cf2b Add more buttons to the main screen
- Currently just display an "unsupported" dialog
2020-04-05 22:19:40 +10:00
Oliver Walters
2cef9e8190 Add server status icon 2020-04-05 13:06:59 +10:00
Oliver Walters
d38ff5ad7f Add FontAwesome icons
- Fill out icons on main screen
- Fill out icons in app drawer
2020-04-05 12:36:38 +10:00
Oliver Walters
29c28aad91 Improve server status message 2020-04-04 15:42:47 +11:00
Oliver Walters
a18a0222ce Add connection status display to home screen
- Also add some buttons which replicate the functionality available in the app drawer
2020-04-04 14:01:44 +11:00
Oliver Walters
6d3db243c3 Move Drawer to separate file
- Now consistent drawer is accessible across all views
2020-04-04 10:48:48 +11:00
Oliver Walters
876aad5805 Scan QR code now working!
- Navigate to a StockLocation
2020-04-03 22:36:21 +11:00
Oliver Walters
fca9ad2a50 "Home" button pops stack 2020-04-03 22:27:15 +11:00
Oliver Walters
49133a8e71 Add qr_utils barcode scanner 2020-04-03 15:31:36 +11:00
Oliver Walters
ee7ab5308e server / username / password now saved to local preferences 2020-04-03 14:25:28 +11:00
Oliver Walters
2ec662fdef Remove the button counter 2020-04-03 12:24:46 +11:00
Oliver Walters
01faed03ee Add "Category display" view
- Select "parts" from the app drawer
- Allow traversal of sub-categories
2020-04-03 10:37:28 +11:00
Oliver Walters
f9dddfe3a2 Simplify part filtering 2020-04-02 11:47:05 +11:00
Oliver Walters
2797bc1912 Request list of parts from the server, and display the results
- Also allow custom filtering of the returned results!
2020-04-02 10:30:27 +11:00
Oliver Walters
83fc4b407d Work on improving async calls
- Still don't fully grok them
2020-03-31 23:07:31 +11:00
Oliver Walters
c64d4c3ccb Require "preferences" plugin 2020-03-29 11:15:12 +11:00
Oliver Walters
b71c665453 Better use of async functions for API
- Use local_preferences for storing data
2019-06-26 00:07:18 +10:00
Oliver Walters
3258903745 Add API class
- Secure token based on username/password
2019-06-25 00:40:03 +10:00
Oliver Walters
f747692277 Add an 'app drawer' 2019-06-24 22:48:48 +10:00
Oliver Walters
f174d99844 Change app title block 2019-06-24 22:48:31 +10:00
Oliver Walters
56d7f6389c Initial project commit
Generated icon using flutter_launcher_icons plugin
2019-06-24 00:33:22 +10:00