Oliver
|
3e3ab680f6
|
Add more fields for stock item creation
|
2021-08-15 14:53:13 +10:00 |
|
Oliver
|
3fb6b38930
|
Create new stock item
|
2021-08-15 14:44:40 +10:00 |
|
Oliver
|
76c0ab3d7f
|
Create a new stock location
|
2021-08-10 17:21:12 +10:00 |
|
Oliver
|
92a7a73408
|
Merge branch 'master' into create-part
|
2021-08-10 08:14:44 +10:00 |
|
Oliver
|
140687c386
|
Refactorin'
|
2021-08-10 08:06:52 +10:00 |
|
Oliver Walters
|
87864d2f07
|
display stock item packaging
|
2021-08-10 00:12:41 +10:00 |
|
Oliver Walters
|
baa3d3a1bb
|
Display "batch code" for stock item
|
2021-08-10 00:10:20 +10:00 |
|
Oliver
|
2dfe8921eb
|
Fix URL getters
|
2021-08-09 07:51:46 +10:00 |
|
Oliver
|
ca73ff0d35
|
Catch null purchase_price
|
2021-08-05 08:20:28 +10:00 |
|
Oliver
|
d47a8db289
|
More code cleanup
|
2021-08-02 21:53:57 +10:00 |
|
Oliver
|
68859b3d2e
|
Code cleanup
|
2021-08-02 21:48:53 +10:00 |
|
Oliver
|
fd821bbfc5
|
Display purcahse price for stock item
|
2021-07-26 23:31:36 +10:00 |
|
Oliver
|
2bdadc2140
|
Cleanup
|
2021-07-26 17:28:16 +10:00 |
|
Oliver
|
6b226fafc9
|
Improve display of StockList tiles
|
2021-07-20 19:36:19 +10:00 |
|
Oliver
|
c99be189bb
|
Updates!
- Add "last update date" to StockDetail view
- Add 'stocktake date" to StockDetail view
|
2021-07-20 19:32:48 +10:00 |
|
Oliver
|
e637e2a9bc
|
make package name lowercase
|
2021-07-16 15:07:28 +10:00 |
|
Oliver
|
83e29777c2
|
More cleanup
|
2021-07-15 23:28:55 +10:00 |
|
Oliver
|
d2ce3fadf1
|
Code cleanup
|
2021-07-15 11:27:19 +10:00 |
|
Oliver
|
4691dd3054
|
URL fix
|
2021-07-13 08:34:30 +10:00 |
|
Oliver
|
5728d1e698
|
Fix for quantity display
|
2021-07-13 00:19:56 +10:00 |
|
Oliver
|
f058cefad2
|
Fixes for double.tryParse
|
2021-07-13 00:17:35 +10:00 |
|
Oliver
|
40613c9c36
|
.empty() -> []
Turns out .empty() creates an empty list which is fixed length!
|
2021-07-13 00:13:38 +10:00 |
|
Oliver
|
d3eec6a79e
|
Many many changes for null-safety support
|
2021-07-09 23:56:38 +10:00 |
|
Oliver Walters
|
2a3e83509f
|
Refactor of translation lookup!
|
2021-05-19 23:33:28 +10:00 |
|
Oliver Walters
|
432558678d
|
Bug fix - duplicate stock transfer action
|
2021-04-19 22:07:52 +10:00 |
|
Oliver Walters
|
27a6025c32
|
Fixes for stock adjustment
|
2021-04-19 22:07:35 +10:00 |
|
Oliver Walters
|
b8c535560d
|
API post request now uses HttpClient
|
2021-04-19 21:56:20 +10:00 |
|
Oliver Walters
|
bee04e2cd8
|
Add new stock code
|
2021-03-04 15:51:04 +11:00 |
|
Oliver Walters
|
b3d60b6957
|
Refactor paginatedstocklist
- Now also uses for part stock view
|
2021-03-01 13:28:29 +11:00 |
|
Oliver Walters
|
24b7cfaede
|
Scan items into location from location context
|
2021-02-17 08:57:08 +11:00 |
|
Oliver Walters
|
00943b7536
|
API error messages now use snackIcon
- Press "details" for further error information
- Is nice
|
2021-02-17 08:00:41 +11:00 |
|
Oliver Walters
|
59585f72cf
|
Remove all sentry references
- Google play store already offers crash reporting...
|
2021-02-16 08:03:01 +11:00 |
|
Oliver Walters
|
57eae6f065
|
Extract stocktake and last updated date
|
2021-02-13 22:38:01 +11:00 |
|
Oliver Walters
|
90664bfe14
|
Display part notes and stock notes
|
2021-02-13 22:36:44 +11:00 |
|
Oliver Walters
|
3757010599
|
Refactor stock adjustment actions
- Handle timeout
- Handle error
|
2021-02-10 23:54:00 +11:00 |
|
Oliver Walters
|
c8c056f96d
|
Add snackbar with icon
- stock adjust
- part edit
- location edit
|
2021-02-10 23:51:38 +11:00 |
|
Oliver Walters
|
ce2a866384
|
Display stock item status
|
2021-02-10 21:30:50 +11:00 |
|
Oliver Walters
|
33bb6148de
|
Cleanup for API error handling
Ref: https://stackoverflow.com/questions/54617432/looking-up-a-deactivated-widgets-ancestor-is-unsafe
|
2021-02-09 21:38:50 +11:00 |
|
Oliver Walters
|
c2aa51ed95
|
Cleanup
|
2021-02-09 20:10:36 +11:00 |
|
Oliver Walters
|
c00e367ae5
|
Add barcode handler to scan stock item into location
|
2021-01-29 00:28:50 +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
|
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
|
83465511aa
|
Create detail view for part stock
- Shows all in-stock stock items
|
2021-01-20 23:56:25 +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
|
39c0470b2a
|
Don't display a location tile if the location is null
|
2020-05-27 15:54:23 +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
|
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 |
|