2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-28 13:36:50 +00:00

1144 Commits

Author SHA1 Message Date
Oliver Walters
0156329fb6 Bump release number 2023-04-11 00:00:43 +10:00
Oliver
2fdff02299
Update version number (#309) 0.11.1 2023-04-10 23:29:29 +10:00
Oliver
cb5c292326
Dialog improvements (#308) 2023-04-10 23:28:02 +10:00
Oliver
26b86a2194
Update status codes (#307)
* Extra error info when connecting to server

* Adds accessors for various types of status codes

* Cleanup / refactor stock status codes

- No longer need to duplicate these on the app

* improvements to purchase order list

- Add option to show closed orders
- Render order status

* Add purchase order status to order detail widget

* Update release notes

* Cleanup for imports

* linting fixes
2023-04-10 23:12:30 +10:00
Oliver
efb7ff4170
Keyboard fix (#306)
* Remove focusNode in search widget

- Was causing some issues in iOS in particular

* Improve search UX by cancelling previous query

- Prevent successive search queries from being displayed

* Update release notes

* Add "type" for cancelable operation
2023-04-10 17:07:06 +10:00
Oliver
020cc4497c
PO Contact (#305)
* Bug fix in API forms

- Allow form fields to specify custom filters at runtime

* Add "contact" model to purchase order edit form

* Add action to create new purchase order from list widget

* widget updates for purchase order
2023-04-10 16:59:45 +10:00
Oliver
8631fedbfb
New translations app_en.arb (French) (#304) 2023-04-10 16:23:22 +10:00
Oliver
bf8a65fadf
Update release notes (#302) 0.11.0 2023-04-09 00:14:09 +10:00
Oliver
a8f87e2f5a
UX Overhaul (#300)
* Add "global actions" to title bar

* Implement actions

* Add "speed dial" action buttons

* tweak global action icons

* Refactor actions for "stock item" display

* Refactor "part" detail

* part category

* SupplierPart

* More updates

* Add BottomAppBar

* Add a global bottom app bar

* Move "edit" buttons back to the app bar

* tweaks

* Updates to drawer navigation menu

* home screen improvements

* text tweaks

* Fix appBarTitle for notifications widget

* Update "tabs" for category display

* Fix for attachment widget

* Update tabs for purchaseorder view

* Update part display

* Cleanup

* Add "BOM" tab to part detail widget

* Paginated list search cleanup

* Update release notes

* Update old function

* linting

* linting

* Tweaks to bottomappbar

- Increase icon size slightly
- Adjust "actions" icon
2023-04-08 23:59:11 +10:00
Oliver
74176cdda8
Bump release noes (#299) 2023-04-05 23:14:39 +10:00
Oliver
f7d3315c99
Support barcode scan for purchase order (#298)
* Add functions for determining API support levels

* Handle scanning of purchase orders
2023-04-05 22:43:29 +10:00
Oliver
fb0a383fff
New Crowdin updates (#297)
* New translations app_en.arb (French)

* New translations app_en.arb (Spanish)

* New translations app_en.arb (Czech)

* New translations app_en.arb (Danish)

* New translations app_en.arb (German)

* New translations app_en.arb (Greek)

* New translations app_en.arb (Hebrew)

* New translations app_en.arb (Hungarian)

* New translations app_en.arb (Italian)

* New translations app_en.arb (Japanese)

* New translations app_en.arb (Korean)

* New translations app_en.arb (Dutch)

* New translations app_en.arb (Norwegian)

* New translations app_en.arb (Polish)

* New translations app_en.arb (Portuguese)

* New translations app_en.arb (Russian)

* New translations app_en.arb (Slovenian)

* New translations app_en.arb (Swedish)

* New translations app_en.arb (Turkish)

* New translations app_en.arb (Chinese Simplified)

* New translations app_en.arb (Dutch)

* New translations app_en.arb (Vietnamese)

* New translations app_en.arb (Portuguese, Brazilian)

* New translations app_en.arb (Indonesian)

* New translations app_en.arb (Persian)

* New translations app_en.arb (Spanish, Mexico)

* New translations app_en.arb (Thai)
2023-04-05 22:12:17 +10:00
Oliver
79026792e2
remove legacy "reference_prefix" request (#295) 2023-04-04 22:34:06 +10:00
Oliver
091f33eb10
Update version and build (#290) 0.10.2 2023-03-24 21:19:26 +11:00
Oliver
d7f2c3939b
Consolidated search (#289)
* Update search widget to support consolidated search API endpoint

* Finer control over global search

* Update release notes

* remove unused variable
2023-03-24 21:09:38 +11:00
Oliver
9543490c21
New Crowdin updates (#288)
* New translations app_en.arb (Portuguese, Brazilian)

* New translations app_en.arb (Portuguese, Brazilian)
2023-03-24 19:37:45 +11:00
Oliver
73fd35d9a3
New translations app_en.arb (Hungarian) (#283) 2023-03-17 19:36:44 +11:00
Oliver
b2d4522fb2
Add currency suffix if currency cannot be determined (#282) 2023-03-15 07:56:27 +11:00
Oliver
82f25dfc90
Update docs link (#281) 2023-03-14 23:02:59 +11:00
Oliver
878d9b46d2
New Crowdin updates (#280)
* New translations app_en.arb (German)

* New translations app_en.arb (German)
2023-03-14 22:57:10 +11:00
Oliver
bb1c1cf3d9
New translations app_en.arb (Portuguese, Brazilian) (#279) 2023-03-09 20:35:21 +11:00
Oliver
347e80d8e2
Adds support for currency display (#277)
* Adds a helper function for rendering currency data

* Update helper functions for StockItem model

* Render purchasePrice correctly for stockitem

* Use currency_formatter library instead of money_formatter

* Add total price display for purchase order

* icon fix
2023-03-08 23:42:26 +11:00
Oliver
221920cbbe
New Crowdin updates (#276)
* New translations app_en.arb (Czech)

* New translations app_en.arb (Czech)

* New translations app_en.arb (Portuguese, Brazilian)

* New translations app_en.arb (Portuguese, Brazilian)
2023-03-03 18:57:52 +11:00
Oliver
10ae5e47ba
Update version number to 0.10.2 (#275) 2023-02-27 21:18:48 +11:00
Oliver
ee0a6815f4
Update for credits display (#274)
- Cleaner display
- Links are now clickable
2023-02-27 21:13:26 +11:00
Oliver
84f7e90569
Fix icon on SupplierPartDetail widget (#273)
* Fix icon on SupplierPartDetail widget

* Update release notes
2023-02-27 21:01:17 +11:00
Oliver
c8dedf2a0e
Bump version number to 0.10.1 (#272) 0.10.1 2023-02-26 22:17:04 +11:00
Oliver
4b8ab304aa
New translations app_en.arb (Portuguese, Brazilian) (#271) 2023-02-26 22:08:58 +11:00
Oliver
fb80029c0e
Barcode camera fix (#270)
* Bug fix for multiple barcode scans

- Do not resume scan until action is performed
- Add in delay before re-starting camera

* Change release notes to 0.10.1

* linting fixes
2023-02-22 00:52:26 +11:00
Oliver
5c06e3c9de
Update credits.md (#268)
Add simonkuehling as contributor
2023-02-19 21:08:02 +11:00
simonkuehling
113b3d69a9
skip SnackIcon banner when opening a view from successful barcode scan (#266) (#267) 2023-02-19 21:07:47 +11:00
Oliver
80b83b842d
New Crowdin updates (#262)
* New translations app_en.arb (Italian)

* New translations app_en.arb (Chinese Simplified)
2023-02-18 08:13:59 +11:00
Oliver
9485d858eb
Add support for company attachments (#261)
* Add support for company attachments

- Add API version check
- Add new class
- Add link to company detail page
- Assorted refactoring

* linting fixes
2023-02-16 22:50:32 +11:00
Oliver
c7527e8b4e
New translations app_en.arb (French) (#259) 2023-02-16 08:40:08 +11:00
Gustaf Järgren
262a629923
Bumped minimum iOS version (#258) 2023-02-11 08:43:36 +11:00
Gustaf Järgren
7447a18e64
Fix iOS CI invalid syntax (#257) 2023-02-11 07:13:09 +11:00
Oliver
0493bb2a12
Update credits (#256)
* Add contributors section

(cherry picked from commit 757ac25d4c30191786e83a6acb492060d6a5411a)

* Fixes for credits

(cherry picked from commit b2737624f946b4b525663e32d81e2951d4382e78)

* Add gorymoon
2023-02-11 00:24:22 +11:00
Gustaf Järgren
6d4973deb8
Updated dependencies (#255)
* Bump android compile and target version, also flutter dependencies and resolve issues

* Remove deprecated splashscreen and added support for new Android 12 version.

* Updated workflow action versions and flutter sdk

* Resolved linting issues

* Resolved test binding issues
2023-02-11 00:24:06 +11:00
Oliver
298ee24a9c
New Crowdin updates (#254)
* New translations app_en.arb (German)

* New translations app_en.arb (Hungarian)

* New translations app_en.arb (French)

* New translations app_en.arb (Spanish, Mexico)
2023-02-10 21:22:54 +11:00
Oliver
15bf109296
Supplier part support (#253)
* Bump version and release noes

* Add barebone list and detail widgets for the SupplierPart model

* Launch into SupplierPartList from CompanyDetail

* Update StockDetail widget

* Fixes for SupplierPart model

* Add images to supplier part list

* Add search functionality to SupplierPart list

* Added details to SupplierPartDetail widget

* Link through to supplier company

* Add some more details

* Adds ability to edit SupplierPart information

* Navigate to supplier part list from part detail page

* Display supplier part information on stock item detail page

* Add barcode scan response for SupplierPart

* Refactor barcode scanning code

* Navigate to supplier part detail from stock item page

* Support custom barcode for SupplierPart via app

* Cleanup comment

* linting

* Fix override

* Enable display of supplier list on home screen

* Code cleanup

* Update release noets
0.10.0
2023-02-04 09:05:36 +11:00
Oliver
ce37d0e757
New Crowdin updates (#252)
* New translations app_en.arb (German)

* New translations app_en.arb (German)
2023-02-03 12:53:30 +11:00
Oliver Walters
dece29d1d5 Update version to 0.9.3 0.9.3 2023-01-28 00:13:24 +11:00
Oliver
9791fb7d23
Update plugin metadata endpoint (#251)
* Update plugin metadata endpoint

* Update release notes
2023-01-27 23:47:48 +11:00
Oliver
e9d9cf5322
Handle case where streaming respone has invalid length (#250) 2023-01-27 23:23:11 +11:00
Oliver
20de6e03e6
New translations app_en.arb (Italian) (#249) 2023-01-27 23:13:40 +11:00
Oliver
614253b901
New Crowdin updates (#244)
* New translations app_en.arb (Czech)

* New translations app_en.arb (Czech)

* New translations app_en.arb (Spanish)

* New translations app_en.arb (German)

* New translations app_en.arb (Vietnamese)

* New translations app_en.arb (French)

* New translations app_en.arb (Vietnamese)

* New translations app_en.arb (Dutch)

* New translations app_en.arb (Italian)

* New translations app_en.arb (Italian)

* New translations app_en.arb (Italian)

* New translations app_en.arb (Italian)
2023-01-26 17:30:43 +11:00
Oliver Walters
ba72781df8 Bump version number 0.9.2 2022-12-28 21:37:15 +11:00
Oliver
83da0638a8
Dialog fixes (#242)
* Fix dialog for purchase order line item

* Fix other dialogs too

* Update release noes
2022-12-28 00:09:26 +11:00
Oliver
1ab3940e6a
Notification fixes (#240)
* Show snack bar for shorter duration if no associated action

* Dismiss snack bars with tap

* Upate release notes
2022-12-24 22:56:27 +11:00
Oliver
d69ffc8de0
Update notes for building under iOS (#238) 2022-12-21 23:00:10 +11:00