2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-28 13:36:50 +00:00

1240 Commits

Author SHA1 Message Date
Oliver Walters
948c9c1d23 Further improvements for stock view 2020-04-06 22:13:57 +10:00
Oliver Walters
5e3793b3ba Moar features for "StockItem" class 2020-04-06 12:56:40 +10:00
Oliver Walters
59d2b9cf1a Configurable GET and LIST filters per model type 2020-04-06 12:35:59 +10:00
Oliver Walters
fb1fb799d2 Better layout mechanic for Part display
- Now works well even if it overflows the available screen space
2020-04-06 12:09:27 +10:00
Oliver Walters
5652926a38 Close expander items if there are no children! 2020-04-05 23:16:09 +10:00
Oliver
b4c540433f
Merge pull request #17 from SchrodingersGat/part-page
UI Updates
2020-04-05 23:15:25 +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
15d5bf3fb5 Navigate "up" the category path to the parent category 2020-04-05 22:06:56 +10:00
Oliver Walters
683f1e8efd Link to parent part category 2020-04-05 22:03:01 +10:00
Oliver Walters
0f2c88e630 Fix listview-within-listview scrolling
https://stackoverflow.com/questions/45270900/child-listview-within-listview-parent#45274055
2020-04-05 21:49:00 +10:00
Oliver Walters
f32c9f024e Display subcategory part count 2020-04-05 21:41:13 +10:00
Oliver Walters
57ab6546ab Expandable panel for subcategory and part list for category view 2020-04-05 21:35:11 +10:00
Oliver Walters
1f88f1d8ab Spelling fix 2020-04-05 19:21:54 +10:00
Oliver Walters
65d955bcc6 Use the new API notation for external URL ('link') 2020-04-05 19:19:44 +10:00
Oliver Walters
fbd52e1414 More display items for Part view:
- BOM count
- Used in count
- Notes
2020-04-05 15:50:13 +10:00
Oliver Walters
d1fba27f3a Part display
Much improve - so wow!
2020-04-05 15:00:58 +10:00
Oliver Walters
f84ba65f6c Some more value getters for Part model 2020-04-05 15:00:27 +10:00
Oliver Walters
06446998b2 Improve API image fetcher 2020-04-05 15:00:05 +10:00
Oliver
e7bf236486
Merge pull request #15 from SchrodingersGat/settings-fix
Load preferences before opening server settings dialog
2020-04-05 13:20:49 +10:00
Oliver Walters
cb751a7432 Load preferences before opening server settings dialog
- This ensures the settings are loaded and ready to go

(cherry picked from commit cd72d474a626232d10a7f7ff08419a10038c2c08)
2020-04-05 13:20:12 +10:00
Oliver
804ed72dc6
Merge pull request #13 from SchrodingersGat/icons
Add FontAwesome icons
2020-04-05 13:07:14 +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
317a6f737e
Merge pull request #12 from SchrodingersGat/submit-issue
Add "submit a bug" tile
2020-04-05 12:27:05 +10:00
Oliver Walters
e9f12c1e9f Add "submit a bug" tile 2020-04-05 12:26:38 +10:00
Oliver
51ac5b0bfb
Merge pull request #2 from SchrodingersGat/initial
Initial
2020-04-05 01:13:10 +11:00
Oliver Walters
1d1bdb1a4b Display part image in stock list 2020-04-05 01:10:31 +11:00
Oliver Walters
c8f09ed62e Display stock list using ListTiles 2020-04-05 00:46:33 +11:00
Oliver Walters
8450d0cb22 Record InvenTree server version in the API 2020-04-05 00:38:47 +11:00
Oliver Walters
cd4731833d Driving the refactor tractor
- InvenTreeAPI() object now has a method to return a cache-backed image from the server
2020-04-05 00:34:08 +11:00
Oliver Walters
528215455d Display part thumbnail in part list 2020-04-05 00:27:54 +11:00
Oliver Walters
44a0c3e18d Improve display of part category / part 2020-04-04 21:16:56 +11:00
Oliver Walters
29c28aad91 Improve server status message 2020-04-04 15:42:47 +11:00
Oliver Walters
d536174fb9 API url management improvements 2020-04-04 14:57:27 +11:00
Oliver Walters
3908fc669b Remove generated file from tracking 2020-04-04 14:55:01 +11:00
Oliver Walters
4075f4485a Remove file which should not be tracked 2020-04-04 14:54:22 +11:00
Oliver Walters
df5a187a5e API cleanup
- Better URL accessors
2020-04-04 14:19:46 +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
055cc37e68 API improvements
- Simple function connect() which loads saves settings from preferences file
2020-04-04 13:43:29 +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
aa865eea1b Add "About" dialog 2020-04-03 23:03:45 +11:00
Oliver Walters
d57e2033dc Further support for QR decoding
- StockItem
- Part
2020-04-03 22:47:03 +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
570e44a83a Remove drawer.dart 2020-04-03 14:50:46 +11:00
Oliver Walters
728597fcdc Allow model class to be filtered
- Each subclass should provide a custom filtering function
2020-04-03 14:27:39 +11:00
Oliver Walters
ee7ab5308e server / username / password now saved to local preferences 2020-04-03 14:25:28 +11:00