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
d0f1a4d4ce error dialog if the barcode cannot be converted to JSON! 2020-04-14 23:11:30 +10:00
Oliver Walters
200d2edc9a Add some docs 2020-04-14 22:57:58 +10:00
Oliver Walters
8bd022bccd Progress dialog is now a part of the model GET request 2020-04-14 22:18:05 +10:00
Oliver Walters
ca7505796d Show progress dialog when requesting info from server 2020-04-14 22:11:38 +10:00
Oliver Walters
83cc92c422 Handle barcode data passed back from the server 2020-04-14 21:59:58 +10:00
Oliver Walters
18ef039f4a POST barcode data to server, and interpret the response 2020-04-14 21:06:21 +10:00
Oliver Walters
ccc4be1785 Merge remote-tracking branch 'inventree/master' 2020-04-10 01:12:41 +10:00
Oliver Walters
14617686b2 Merge branch 'stock-actions' 2020-04-10 00:53:39 +10:00
Oliver
84237eca05
Merge pull request #21 from SchrodingersGat/stock-actions
Stock actions
2020-04-10 00:34:04 +10:00
Oliver Walters
63b88588ed Toot toot - it's the tractor again! 2020-04-10 00:33:49 +10:00
Oliver Walters
87d400415c Add 'pull to refresh' for StockItem detail view 2020-04-10 00:29:36 +10:00
Oliver Walters
36a7bd1214 Add framework for edit StockItem dialog 2020-04-10 00:21:43 +10:00
Oliver Walters
6799e9c85b Cleanup of action dialogs 2020-04-10 00:19:01 +10:00
Oliver Walters
5a9dead4e6 Add notes field to stock actions 2020-04-10 00:10:39 +10:00
Oliver Walters
b10931f3b6 Add function to remove stock 2020-04-09 23:49:39 +10:00
Oliver Walters
f5b8311428 Action to count stock items now works 2020-04-09 23:41:16 +10:00
Oliver Walters
80f7694abb Function to count stock item 2020-04-09 23:21:53 +10:00
Oliver Walters
f158b0cd12 Reload model data from server 2020-04-09 23:21:35 +10:00
Oliver Walters
4cafa668a5 Perform "addstock" action 2020-04-09 22:56:28 +10:00
Oliver Walters
1ec0b13479 Add (empty) search page 2020-04-09 08:52:53 +10:00
Oliver Walters
08e23039c0 Placeholder callback functions 2020-04-09 08:29:47 +10:00
Oliver Walters
a64f46d79c Selectively show certain buttons in the StockItem FAB menu 2020-04-08 12:24:32 +10:00
Oliver Walters
04b09b5591 Display either serial number or quantity depending on stock properties 2020-04-08 12:18:50 +10:00
Oliver Walters
5382ded50c Add FAB context menu for the StockItem view
- Uses flutter_speed_dial plugin
2020-04-08 11:59:39 +10:00
Oliver Walters
0cc2efe218 Add FloatingActionButton to PartDetail page 2020-04-07 11:13:51 +10:00
Oliver Walters
359b5d9b4a Add floating-action button to StockDetail view 2020-04-07 11:12:45 +10:00
Oliver
47208155ae
Merge pull request #20 from SchrodingersGat/supplier-list
Supplier list
2020-04-07 00:11:15 +10:00
Oliver Walters
a0af4e2001 Display Company details 2020-04-07 00:09:51 +10:00
Oliver Walters
1faf0fc575 Data introspection for Company model 2020-04-07 00:09:23 +10:00
Oliver Walters
7304484369 Refactoring 2020-04-06 23:51:46 +10:00
Oliver Walters
1d05fdbe50 Access SupplierList and CustomerList from drawer 2020-04-06 23:47:43 +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
c7fbe99f53
Merge pull request #19 from SchrodingersGat/stock-item-page
Improve view for StockItem
2020-04-06 22:52:24 +10:00
Oliver Walters
99c7416755 Some icons 2020-04-06 22:50:18 +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
0e35c370ba Report server instance name 2020-04-06 22:19:43 +10:00
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