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

140 Commits

Author SHA1 Message Date
Oliver
81907ad72f
Flutter upgrades (#416)
* Upgrade flutter version

* Update packages

* update prj files

* Bump android sdk target to 33
2023-08-22 22:52:18 +10:00
Oliver
d2a01a0286
Supplier part fix (#408)
* Change supplier part fields based on API version

* Display packaging info on supplier part page

* Icon consolidation

* Bump version number
2023-07-27 10:16:36 +10:00
Oliver Walters
e549968d58 Missed update to pubspec.yaml 2023-07-23 12:43:34 +10:00
Oliver
b044c53d91
More debug (#405)
* Extra options for sentry

* Use string comparison

* Catch error when constructing related field

* Include field name in debug
2023-07-23 09:55:08 +10:00
Oliver
76457793b3
Bump version to 0.12.5 (#396) 2023-07-07 22:04:21 +10:00
Oliver
6fe23fa846
Update release notes (#392)
* Update release notes

* Fix typo
2023-07-05 22:21:12 +10:00
Oliver
08ebc34730
Bump version to 0.12.3 (#382)
* Bump version to 0.12.3

* Updates for ios

* Fix for float / decimal field

* Cleanup simpleNumberString

* Increment build number
2023-06-26 20:53:09 +10:00
Oliver
ca678c1c6f
Update version (#372)
* Update version

- Bump version to 0.12.2

* Tweak unit test
2023-06-13 21:28:38 +10:00
Oliver
21ace1ae02
Package updates (#365)
* Update dart version

* Update flutter version in workflow

* Update packages

* Updates to android workflow

* Specify dart verrsion in CI

* Run flutter upgrade

* Helps to check which workflow is actually running I guess

* Disable linting check

* linting fixes

* linting

* Bug fix for paginator
2023-06-12 22:52:07 +10:00
Oliver
b733d00c37
Fix bug in purchase order form (#354)
- Remove "project_code" field if the server API does not yet support it
2023-05-18 20:55:50 +10:00
Oliver
0296c4c22a
Ios build (#348)
* Update package versions

* Update xcode project

* Further package updates
2023-04-30 21:52:32 +10:00
Oliver
4ba19fcab2
Increment to 0.12.0 (#347) 2023-04-29 21:06:12 +10:00
Oliver
ac57c53202
Bump version number to 0.11.6 (#332) 2023-04-20 18:55:22 +10:00
Oliver
8510034a81
Bump build version to 0.11.5 (#328) 2023-04-19 22:04:18 +10:00
Oliver
347692bf70
Add transparent background image (#323)
- Fixes display of background image in dark mode
2023-04-19 20:54:52 +10:00
Oliver
01a45568a0
Bump version to 0.11.4 (#321) 2023-04-18 22:39:32 +10:00
Oliver
b54565d1c3
Dark mode color fix (#318)
* Fix custom colors in API forms

* update release notes

* update build version
2023-04-16 22:07:01 +10:00
Oliver
a3d712d11d
Adds "dark mode" support (#317)
* Adds "dark mode" support

- Uses adaptive_theme package

* CI fixes

* More fixes

* Update release notes
2023-04-16 21:10:57 +10:00
Oliver
1d913084a6
Update release notes (#314) 2023-04-12 22:58:13 +10:00
Oliver Walters
0156329fb6 Bump release number 2023-04-11 00:00:43 +10:00
Oliver
2fdff02299
Update version number (#309) 2023-04-10 23:29:29 +10:00
Oliver
bf8a65fadf
Update release notes (#302) 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
091f33eb10
Update version and build (#290) 2023-03-24 21:19:26 +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
10ae5e47ba
Update version number to 0.10.2 (#275) 2023-02-27 21:18:48 +11:00
Oliver
c8dedf2a0e
Bump version number to 0.10.1 (#272) 2023-02-26 22:17:04 +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
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
2023-02-04 09:05:36 +11:00
Oliver Walters
dece29d1d5 Update version to 0.9.3 2023-01-28 00:13:24 +11:00
Oliver Walters
ba72781df8 Bump version number 2022-12-28 21:37:15 +11:00
Oliver Walters
499bd3edf8 Bump version number 2022-12-11 23:42:19 +11:00
Oliver Walters
da79524dd1 0.9.0
Update release notes
2022-12-06 19:16:15 +11:00
Oliver
6d796a2e32
Barcode updates (#211)
* Adds API function for unlinking a barcode

* Show barcode unlink result

* Update release notes and version number
2022-09-15 14:22:40 +10:00
Oliver
9559b8602e
Locale switch (#200)
* Add function to set app locale

* Setting for selecting app language

- Adds requirement for "flutter_localized_locales"
- Change main app to stateless

* Reload entire app tree when language is changed

* Update release notes

* linting
2022-08-02 15:54:59 +10:00
Oliver
19ff6eb526
Stock item serial number functionality (#199)
* Stock item serial number functionality

- Allow serial numbers to be specified when creating a new stock item
- Allow serial number to be edited from stock item context

* Update build number and release notes
2022-08-02 13:34:15 +10:00
Oliver
b5d26580b4
Update API to match server changes (#196)
* Support updated API which changes detail of PartCategory list

* Update version to 0.8.1
2022-08-01 11:22:56 +10:00
Oliver Walters
b7a37e50c5 Update version and release noes 2022-07-29 19:31:23 +10:00
Oliver
01dd046dd1
Display overlay screen for blocking operations (#186)
* Catch state error in homepage widget

* Add flutter_overlay_loader lib

- Displays an overlay screen to indicate blocking operation

* Wrap blocking widget transitions in a loading overlay

- Prevents user from doing other things while loading
- Shows the user that something is happening

* Linting fixes

* Show overlay when uploading attachment file

* Show overlay when downloading file also

* Show overlay when loading or submitting API forms

- Major improvements to usability "feel"

* UI improvements for stock item test results widget

* Fix API_FORM bug

- onSuccess function was not being called
2022-07-20 09:05:21 +10:00
Oliver Walters
38004228aa Increment version and build numbers 2022-07-06 21:38:48 +10:00
Oliver Walters
c878f37ec2 Implementing a generic "ordering" option configuration for paginated list widget 2022-07-05 21:42:55 +10:00
Oliver Walters
f0d91b12de Bump release version 2022-06-05 09:46:12 +10:00
Oliver Walters
6e93b9c7fa Increment build number 2022-05-22 16:57:52 +10:00
Oliver Walters
bbe56aba55 Bump version number 2022-05-22 16:44:11 +10:00
Oliver
cfc9f09b80 Merge pull request #135 from inventree/unit-testing
Unit testing

(cherry picked from commit d55f594342e07fe142fdceda76a36ee0138d270f)
2022-05-22 10:12:16 +10:00
Oliver Walters
d7d8cefddd v0.7.0 - Update version number 2022-05-17 20:28:26 +10:00
Oliver Walters
1e1ed96d64 0.6.2
- Update release notes
2022-05-03 09:38:45 +10:00
Oliver Walters
362b973e4e Fixes android intent filter - should be "true" not "false"
Was preventing app from opening on android devices
2022-05-01 09:42:46 +10:00
Oliver Walters
21a9fbe46e v0.6.0
Release version
2022-04-30 16:39:59 +10:00
Oliver Walters
b6b38a539c 0.6.0
- Bump version number
- Update pubspec.yaml
2022-04-02 14:02:55 +11:00