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

561 Commits

Author SHA1 Message Date
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
Oliver
21271d71c1 Better handling of date inputs within forms
- use datetime_picker_formfield
- Allow null / empty dates
2021-10-05 21:19:35 +11:00
Oliver
4a238d0530 Home page improvements
- Add button for "starred" parts
- Remove ganky line on buttons
2021-10-04 08:37:04 +11:00
Oliver
a5b52ea1cc Linting 2021-10-04 08:31:39 +11:00
Oliver
cf3226da6f Add new list widgets
- PartCategory
- StockLocation
2021-10-04 08:20:32 +11:00
Oliver
d08a94ac2c Refactor paginated search widgets
- Implement a base class
- Override specific members
2021-10-04 08:08:07 +11:00
Oliver
6dad1f2b25 Refactor part list 2021-10-04 00:20:06 +11:00
Oliver
581d182464 Refactor StockList 2021-10-04 00:14:12 +11:00
Oliver
b656eb7b43 Show supplier results 2021-10-03 23:47:59 +11:00
Oliver
1ca3732a33 Work on refactoring search page
- Implement generic "search" count preview
- Nice and speedy!
2021-10-03 23:37:15 +11:00
Oliver
98e0106a81 Update company detail display page 2021-10-03 23:36:26 +11:00
Oliver
488df25758 Display link to purchase orders on the "company" page 2021-10-03 22:26:45 +11:00
Oliver
69c15797e8 Linting fixes 2021-10-03 12:12:16 +11:00
Oliver
18479b88e3 Refactor "drawer"
- Reduce number of items
- Long-pressing the "back" button opens the drawer

Ref: https://stackoverflow.com/questions/58095547/flutter-scaffold-ofcontext-opendrawer-doesnt-work
2021-10-03 12:11:22 +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
6288088a65 Adds "barcode" field handler for API forms 2021-10-03 11:36:41 +11:00
Oliver
38e4735f77 Add a custom "back" button to refreshable state
- Long press to return to the "home" screen
2021-10-03 11:06:27 +11:00
Oliver
9eaf4a09da Linting fixes 2021-10-03 01:36:46 +10: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
86584b366f Building context menu for purchase order line item 2021-10-02 11:53:45 +10:00