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

532 Commits

Author SHA1 Message Date
Oliver Walters
6bbae67482 Add model for notifications
- Display a list of active notifications
2022-05-04 11:11:29 +10:00
Oliver Walters
b8857f2dbe Adds skeleton widget for displayign notifications 2022-05-04 10:50:51 +10:00
Oliver Walters
a3597c5d61 Allow search widget to be constructed with or without an app bar 2022-05-04 10:42:33 +10:00
Oliver Walters
b6a5af08d8 Fix title for stock items list 2022-05-04 10:29:44 +10:00
Oliver Walters
3fa68ec6da The "search" window is now a tab on the main screen 2022-05-04 10:27:04 +10:00
Oliver Walters
102b4e021b Change home screen from "grid" display to "list" display 2022-05-04 10:02:50 +10:00
Oliver Walters
2cdf927d98 linting fix 2022-05-02 10:36:03 +10:00
Oliver Walters
77b24ad9e4 Change path to translations 2022-05-02 09:59:08 +10:00
Oliver Walters
cbd6cade49 Fix alignment of text on home screen icons 2022-04-22 00:53:38 +10:00
Oliver Walters
60475f518e Render link to "parent template part" (if it exists) 2022-04-21 00:51:52 +10:00
Oliver Walters
84edaef10a Bug fix and refactoring
- Display difference between "in stock" and "unallocated stock"
- Refactor to use single function in detail and list widgets
2022-04-18 21:49:10 +10:00
Oliver Walters
8d255885cf Use "availableStock" in part list 2022-04-18 21:40:56 +10:00
Oliver Walters
046af50146 Use 'available_stock' when available (new API) 2022-04-18 21:39:09 +10:00
Oliver Walters
2c660e3961 Fix "building" quantity string - remove trailing zero 2022-04-18 21:29:45 +10:00
Oliver Walters
e620cfa515 Fix bug which prevented creation of stock item at top level location 2022-04-02 11:29:45 +11:00
Oliver Walters
ad97fb0f92 Fixes for static analysis 2022-03-29 20:43:27 +11:00
Oliver Walters
52d42c85c8 More refactorign 2022-03-29 20:08:05 +11:00
Oliver Walters
2a6df373c5 Refactor imports 2022-03-29 19:54:19 +11:00
Oliver Walters
5c0ffe795c Fixes 2022-03-28 21:48:23 +11:00
Oliver Walters
8233fb39d6 Adds user setting to show or hide stock history 2022-03-28 21:41:21 +11:00
Oliver Walters
43faec8b21 Display history 2022-03-28 21:23:56 +11:00
Oliver Walters
4a7884f7fd Add skeleton for "Stock History" widget 2022-03-28 21:00:20 +11:00
Oliver Walters
519c8436ef Fixes 2022-03-26 19:34:22 +11:00
Oliver Walters
6c7b4ea7c1 Update release notes 2022-03-26 19:21:24 +11:00
Oliver Walters
d780a1faa1 Merge remote-tracking branch 'origin/master' into stock-item-delete 2022-03-26 19:04:48 +11:00
Oliver Walters
fd8fc9051a Show if stock item is "in production" 2022-03-26 18:58:59 +11:00
Oliver Walters
8ba4a9e678 Similar checks for other widgets 2022-03-26 18:38:10 +11:00
Oliver Walters
ea724fcf5f Allow user to manually remove (delete) a StockItem 2022-03-26 18:33:02 +11:00
Oliver Walters
6c3b83c05b Same thing, but for the "part" display 2022-03-26 17:40:02 +11:00
Oliver Walters
faf8e45138 Pop to the previous context if the stock item is "bad" 2022-03-26 17:38:30 +11:00
Oliver Walters
f2f652bfdc Send label printing information to the server 2022-03-26 11:24:56 +11:00
Oliver Walters
34fd68229d Launch a dialog to print a label 2022-03-25 23:37:14 +11:00
Oliver Walters
02a9bbe3c6 Enhance existing api_forms functionality
- Allow form to be created without an actual API endpoint
- Useful for creating client-side forms without any server interaction
2022-03-25 23:36:56 +11:00
Oliver Walters
8e8015abe9 Request list of labels defined for a given stock item 2022-03-25 22:16:36 +11:00
Oliver
d50d628167 Use double quotes for imports 2022-03-10 17:06:43 +11:00
Oliver
6c1c687926 Adds some more success messages 2022-03-10 17:03:07 +11:00
Oliver
582f6bace3 Adds success messages after editing things 2022-03-10 16:59:27 +11:00
Oliver
0e20bf80a5 linting fixes 2022-01-09 22:27:52 +11:00
Oliver
f1a46be417 Reorganize settings:
- Add new setting to disable error uploading
- Move "about" info to a separate view
2022-01-09 22:22:08 +11:00
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
1cb10c5fe7 remove debug message 2022-01-05 15:06:06 +11:00
Oliver
25701c0c1c Bug fix for stock item creation form 2022-01-05 14:58:04 +11:00
Oliver
2788ed5bd7 User configurable home screen actions 2022-01-05 14:00:38 +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