2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-30 06:26:52 +00:00

95 Commits

Author SHA1 Message Date
Oliver
5d0ffa059d Refactor stock adjustment functions
- Provide compatibility with "modern" and "legacy" API versions
2022-01-08 23:05:45 +11:00
Oliver
7c3698beba Fix QR code icon 2022-01-08 22:30:04 +11:00
Oliver
d296d589d9 Update barcode / qrcode icons 2022-01-05 12:08:47 +11:00
Oliver
3e16ab80f7 bug fixes 2021-10-05 23:01:37 +11:00
Oliver
3daae47a25 Fix strings and icons 2021-10-05 22:54:17 +11:00
Oliver
b7bb81c0ea Fixes 2021-10-05 22:52:23 +11:00
Oliver
4d5af825b1 Add some friendly update messages 2021-10-05 22:48:45 +11:00
Oliver
ba41ebde73 Add support for "modern" stock actions via the API
- In the future, will have to deprecate support for the old ways
- Probably v0.6.x?
2021-10-05 22:45:47 +11:00
Oliver
4f8794e652 Refactor barcode scann function
- Provide a custom callback to be executed when the barcode is scanned
2021-10-03 12:04:01 +11:00
Oliver
65180c7b2f Receive stock against purchase order line items 2021-10-03 01:33:16 +10:00
Oliver
2886f7c930 Display non-field errors as returned from the server 2021-10-03 01:20:37 +10:00
Oliver
2f8d02b0be API_Form: Allow customizable icon
- Also fixes for API search
2021-10-02 22:31:28 +10:00
Oliver
77bac9af36 Yet more linting 2021-09-28 20:35:19 +10:00
Oliver
ad0cc36540 More linting work 2021-09-28 20:24:55 +10:00
Oliver
c1152ee286 Fixes for type casting 2021-09-28 17:53:14 +10:00
Oliver
e538174b07 Bug fix for stock item actions - initial quantity 2021-09-28 11:40:15 +10:00
Oliver
8d7b339482 Comment 2021-08-16 12:22:27 +10:00
Oliver
a4c96694bb Refactorin' 2021-08-15 15:34:40 +10:00
Oliver
2cb3e89a9a Cleanup 2021-08-10 20:59:07 +10:00
Oliver
4ff6ce1ca3 Refactor some more forms 2021-08-10 20:47:36 +10:00
Oliver
6d0282519d API forms return the JSON data to the onSuccess function 2021-08-10 14:33:08 +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
d6a2a41ab2 Enable multi-line text editing for API forms
- User can edit part notes
- User can edit stock item notes
2021-07-28 16:19:42 +10:00
Oliver
fd821bbfc5 Display purcahse price for stock item 2021-07-26 23:31:36 +10:00
Oliver
8a114d345f Display "action" items with color 2021-07-26 23:18:52 +10:00
Oliver
08eb6fc4b1 Remove typeahead library 2021-07-26 23:04:43 +10:00
Oliver
978cefd6bf edit stock item
- Render choice fields
2021-07-26 22:26:56 +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
b219de757b Cleanup 2021-07-16 16:41:37 +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
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
7c44d212d5 Update string translations 2021-06-29 22:35:00 +10:00
Oliver
b741e0100b Add null check 2021-06-29 22:28:58 +10:00
Oliver Walters
2a3e83509f Refactor of translation lookup! 2021-05-19 23:33:28 +10:00
Oliver Walters
b86025013d More translations 2021-05-19 23:15:49 +10:00
Oliver Walters
34a6a43d35 Fixed (most) of the raw text instances 2021-05-19 23:08:44 +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
6e115dd3bf Fix dialog for manual stock transfer 2021-02-28 13:37:47 +11:00
Oliver Walters
096c4e86dc Hide actions if user does not have correct permissions 2021-02-27 22:27:18 +11:00
Oliver Walters
d03e1db4c3 Fix dialog context poppin' issues for stock actions 2021-02-27 09:55:34 +11:00
Oliver Walters
b7e9c06dfa Snack bars for barcode actions 2021-02-17 08:41:17 +11:00
Oliver Walters
8ae4d2b584 snack bar now uses OneContext() 2021-02-16 23:24:23 +11:00
Oliver Walters
80247f84c1 migrate showFormDialog to OneContext 2021-02-15 20:54:15 +11:00