Oliver
4e112fba9f
Update version and release notes ( #808 )
2026-04-21 16:04:23 +10:00
Ben Hagen
ea132599d8
Build Order ( #673 )
...
* WIP
* Remove debug msg
* Add required roles
* More roles
* Fix refresh for BuildDetail widget
* Add attachments widget
* Translated text
* Further updates
* More translations
* Form field updates
* Cleanup
* Code formatting
* Fix duplicate import
* formatting
* Remove duplicate switch case
* Update to match modern app
* Improved required parts list
* Filtering for build outputs
* Display list of allocated stock items
* Display source and destination locations
* Fix typo
* Add build orders to drawer
* Fix hard-coded string
* Set default filter value
* Tweak build fields (remove "notes")
* Fixes
* Add "start_date" to build edit form
* Disable editing of build line
* Tweak build item / build detail views
* Remove unused func
* Remove unused import
---------
Co-authored-by: Asterix\Oliver <oliver@currawongeng.com >
Co-authored-by: Oliver Walters <oliver.henry.walters@gmail.com >
2026-04-21 15:45:37 +10:00
Oliver
4d415c8fa2
Update flutter version ( #805 )
...
* Update flutter version
- 3.32.4 to 3.41.6 (stable)
* Update version and release notes
* Update to modern API
2026-04-03 16:28:34 +11:00
Oliver
83e97c56a2
Shipment fix ( #802 )
...
* Fix broken URL for SalesOrderShipment
* Bump version and update release notes
2026-03-29 15:08:19 +11:00
Oliver
ec9a7176a2
[bug] Fix for testable items ( #796 )
...
- Show test results
2026-03-09 21:43:53 +11:00
Oliver
7dcd35e56c
Bump version number ( #794 )
2026-03-03 21:04:46 +11:00
Oliver
0d68762252
Bump version to 0.22.4 ( #790 )
2026-03-01 10:03:04 +11:00
Oliver
958067a3f9
Bump version ( #781 )
2026-02-27 22:03:22 +11:00
Oliver
a88a102a50
Update barcode scanner ( #779 )
2026-02-27 18:03:06 +11:00
Oliver
05c59260f1
[bug] Label fix ( #768 )
...
* [Bug] Fix label printing URL
- Closes https://github.com/inventree/inventree-app/issues/767
* Bump release notes and version
2026-02-10 18:52:40 +11:00
Oliver
3c8c263327
Image url fix ( #765 )
...
* Bump release notes
* Improve URL resolution
* Add URL tests
* Add debug for CI
* Fix stock adjustment URLs
* Fix barcode URLs
2026-02-05 21:08:12 +11:00
Oliver
934742efda
Bump version ( #763 )
2026-02-03 21:07:52 +11:00
Oliver
80f62091b1
Bump version number ( #747 )
2026-01-14 22:12:04 +11:00
Oliver
7283c07b76
Form success fix ( #733 )
...
* Fix order of operations on form success
- Pop widget before running callback
* Update release notes
2025-11-23 09:18:49 +11:00
Oliver
ed7d73b9c0
Default location ( #715 )
...
* Fix async loading of parent part
- Don't block render while fetching data
* Display default location on part detail page
* Use pathstring instead of name
* Update release notes
* Display in stock detail too
* dart format
2025-11-13 23:37:05 +11:00
Oliver
490d008447
Fix URL for reporting an issue via GitHub ( #706 )
...
* Fix URL for reporting an issue via GitHub
* Format
2025-11-03 21:39:48 +11:00
Oliver
2f8f42822a
Possible fix for barcode scanner issues ( #702 )
...
* Possible fix for barcode scanner issues
Ref: https://github.com/juliansteenbakker/mobile_scanner/issues/1454#issuecomment-3329405748
* Bump release notes
* Bump app revision
2025-10-31 15:26:18 +11:00
Oliver
624655ec6b
SalesOrderShipment ( #697 )
...
* Add detail widget for SalesOrderShipment
* Support editing of shipment details
* Rearrange SalesOrderDetail page
* Add support for attachments against shipment model
* refactoring
* Add shipment details page
* Add user actions for shipments:
- Check / uncheck
- Take photo
* Placeholder action to send shipment
* Send shipment from app
* Display pending shipments on the home screen
* Improve rending for shipments list
* Add class definition for SalesOrderAllocation
* Display list of items allocated against SalesOrderShipment
* Bump release notse
* Click through to stock item
* Bump version number
* dart format
* cleanup
* Remove unused imports
2025-10-24 13:36:10 +11:00
Oliver
bdc5573311
Re-order barcode scanning priority ( #693 )
...
* Re-order barcode scanning priority
- Closes https://github.com/inventree/inventree-app/issues/692
* dart format
* Try with removed line
* Try without pythonscript
* just pub get
* try with fvm
* Remove fvm
* set working dir
* try just pub get
* Install python first
* Updates
* Use fvm
* Adjust CI
2025-09-28 13:34:22 +10:00
Oliver
8efae776a6
Update version ( #687 )
2025-08-19 11:39:15 +10:00
Oliver
c30f1a19d1
Update version info and release notes ( #672 )
2025-07-01 16:42:45 +10:00
Ben Hagen
eb30bbb2fa
feat: add image cropping functionality with custom aspect ratios ( #638 )
...
* feat: add image cropping functionality with custom aspect ratios
* Update release notes
2025-06-24 23:17:36 +10:00
Oliver
a18c5d8354
Bump version to 0.19.0 ( #661 )
2025-06-23 19:58:15 +10:00
Ben Hagen
c4e33a4c1a
Use FVM in GitHub Actions and migrate to Flutter 3.32.4 ( #641 )
...
* feat: implement Flutter version management using FVM across CI workflows
* Flutter 3.29.3 + minor Package upgrades
* Replace deprecated `withOpacity`
* Upgrade major package versions without breaking changes.
* Disable unnecessary_async rule
Re-enable later
* New language version and automated fixes
- unnecessary_breaks
- unnecessary_underscore
* Update BUILDING.md to use fvm commands
* Add gitignore files for Android and iOS build artifacts
* Migrate iOS dependencies to Swift Package Manager
This is being done automatically by Flutter
* Flutter 3.32.4
* New sdk version
* docs: add IDE setup instructions and troubleshooting guide for FVM integration
2025-06-23 19:42:05 +10:00
Oliver
1ab171f619
Barcode scan refactor ( #651 )
...
* Build file changes
Lots of changes required to meet compatibility of new mobile_scanner lib
* Increase build memory
* Refactor camera controller
- Use MobileScanner now
- Much better UX / feedback
* Cleanup
* Move test sheet file
* Update release notes
* Move actions to floating action buttons
* Tweak deps
* tweak github actions
* Updates
2025-06-06 14:54:03 +10:00
Oliver
52879c0fc2
Bug fixes ( #637 )
...
Android / build (push) Has been cancelled
CI / test (push) Has been cancelled
iOS / build (push) Has been cancelled
* Fix formatting
* Handle case where server does not provide permissions information
* Enhanced URL checks
* Enhanced check
* Fix for error dialog
* Bump version information
2025-04-18 19:12:34 +10:00
Oliver
5672193ced
Tweak logic for creating new line items with barcode ( #618 )
Android / build (push) Has been cancelled
CI / test (push) Has been cancelled
iOS / build (push) Has been cancelled
2025-02-21 22:20:17 +11:00
Oliver
1a3f48f48c
Company create ( #610 )
...
Android / build (push) Has been cancelled
CI / test (push) Has been cancelled
iOS / build (push) Has been cancelled
* API: refactor checkPermission
- Rename to checkRole (actually what it is doing)
- Permission check will be incoming
* Add checkPermission function for API
* Create a new company
* Bump release notes
* Cleanup
* Fix
2025-02-08 10:36:26 +11:00
Oliver
854ef95fbf
Order responsible ( #602 )
...
Android / build (push) Has been cancelled
CI / test (push) Has been cancelled
iOS / build (push) Has been cancelled
* Bump release notes and version
* Display responsible owner for purchase order
* Display responsible owner for sales order
* Display order completion date
2025-01-20 23:22:10 +11:00
Oliver
0380b38311
Update version number and release notes ( #600 )
Android / build (push) Has been cancelled
CI / test (push) Has been cancelled
iOS / build (push) Has been cancelled
2025-01-13 20:21:06 +11:00
Oliver
ea3410a3da
Sounds fix ( #583 )
...
* Prevent notification sounds from pausing external media
- Closes https://github.com/inventree/inventree-app/issues/582
* Bump release notes
* Bump version number
* Update release notes
2024-12-17 17:46:48 +11:00
Oliver
f7d179e041
Assigned to me filter ( #568 )
...
* Add "assigned to me" order filter
* Update version and release notes
2024-12-10 19:30:02 +11:00
Oliver
707d251853
Screen wake ( #565 )
...
* Prevent screen turning off when scanning barcodes
- Close https://github.com/inventree/inventree-app/issues/492
* Update release notes
2024-12-06 11:11:47 +11:00
Oliver
d4cff1a5b9
Barcode scanner updates ( #562 )
...
* Add BUILDING.md
* Replace scaning library
- Out with qr_code_scanner
- In with flutter_zxing
* Update specs for jdk / kotlin / gradle
- NFI what this all means?
* Refactor barcode scanning widget
* Refactor barcode overlay
* Add handlers
* Update release notes
* Fix AppBar color
* Enhance attachment widget
* remove unused import
* Improved icon
* Select theme from main drawer
2024-12-06 00:08:04 +11:00
Oliver
20e454d287
StockItem Updates ( #550 )
...
Android / build (push) Has been cancelled
CI / test (push) Has been cancelled
iOS / build (push) Has been cancelled
* bump version
* Add new helpers for StockItem
* Navigate to sales order from stock item
* Navigate to customer (if specified)
* linting fix
2024-11-20 16:47:04 +11:00
Oliver
d990508237
Update Requirements ( #541 )
...
Android / build (push) Has been cancelled
CI / test (push) Has been cancelled
iOS / build (push) Has been cancelled
* Update package requiremenst
* github workflow updates
* ios build updates
* Theme adjustments
* Further updates
* Fix typo
* Deprecated imperative apply of Flutter's Gradle plugins
Ref: https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply
* Refactor wedge scanner
* Add context checks
* Adjust behaviour if testing
* Further refactoring
* Moar checks
* Logic fix
* Fix for wedge scanner test
* Fix for barcode processing
* Fix
* Yet another fix
2024-10-01 12:25:11 +10:00
Oliver
29948e5809
Version bump ( #540 )
...
Android / build (push) Has been cancelled
CI / test (push) Has been cancelled
iOS / build (push) Has been cancelled
* Update ios project details
* Update version number
2024-09-28 22:48:18 +10:00
Oliver
31cda0823a
Label fix ( #533 )
...
Android / build (push) Has been cancelled
CI / test (push) Has been cancelled
iOS / build (push) Has been cancelled
* Bug fix for stock item label printing
- Simple typo
- Closes https://github.com/inventree/inventree-app/issues/531
* Update version
2024-09-14 09:53:04 +10:00
Oliver
c52885fc6b
Attachments fix ( #528 )
...
Android / build (push) Has been cancelled
CI / test (push) Has been cancelled
iOS / build (push) Has been cancelled
* Bump version
* Fix for viewing and uploading attachment files
- Make sure we use the correct attribute!
2024-08-25 12:14:57 +10:00
Oliver
9222439186
Update release notes ( #523 )
Android / build (push) Has been cancelled
CI / test (push) Has been cancelled
iOS / build (push) Has been cancelled
2024-08-23 08:13:22 +10:00
Oliver
c9cad2f89f
Change from fontawesome to tabler icons ( #516 )
...
Android / build (push) Has been cancelled
CI / test (push) Has been cancelled
iOS / build (push) Has been cancelled
* Change from fontawesome to tabler icons
- Consistent with the frontend
* Cleanup conflicts
* Use double quotes
* remove unused import
* Update release notes
* Migrate some google icons to tabler icons
* Icon update
* Properly support display of custom icons
* Fix lookup
2024-08-08 19:44:44 +10:00
Oliver
42de3fd7d4
Order hold ( #515 )
...
Android / build (push) Waiting to run
CI / test (push) Waiting to run
iOS / build (push) Waiting to run
* Add support for "ON_HOLD" status for orders
* Bump version and release notes
* Fix import
2024-08-07 21:11:40 +10:00
Oliver
6ba4fa747e
Pin specific version of sentry_flutter ( #512 )
Android / build (push) Has been cancelled
CI / test (push) Has been cancelled
iOS / build (push) Has been cancelled
2024-07-16 12:32:47 +10:00
Oliver
8ba10f2578
Revert sentry version ( #511 )
...
Android / build (push) Waiting to run
CI / test (push) Waiting to run
iOS / build (push) Waiting to run
- Caused issues with iOS app build
2024-07-15 21:52:28 +10:00
Oliver
ea9623490d
Android sdk version ( #509 )
...
Android / build (push) Waiting to run
CI / test (push) Waiting to run
iOS / build (push) Waiting to run
* Bump target SDK version
* Update pubspec and release notes
* Update sentry version
* Downgrade onecontext
2024-07-15 13:53:14 +10:00
Oliver
464d415115
Version update ( #506 )
Android / build (push) Has been cancelled
CI / test (push) Has been cancelled
iOS / build (push) Has been cancelled
2024-06-11 23:23:16 +10:00
Oliver
b6d5d017ec
updates for iOS build ( #503 )
...
Android / build (push) Has been cancelled
CI / test (push) Has been cancelled
iOS / build (push) Has been cancelled
- Required to meet latest apple store
2024-06-04 16:35:40 +10:00
Oliver
3c0bca276d
Label printing fix ( #489 )
...
* Add check for modern label printing interface
* Update getLabelTemplates
* Fix typo
* Refactor / simplify
* Revert parameter type
* Update version number and release notes
* Refactor label printing function
- Will require some cleanup in the future
- Still needs testing
* Fix for modern printing
* Typo fix
2024-05-12 20:41:02 +10:00
Oliver Walters
f986e163e3
Bump version number
2024-04-18 22:54:19 +10:00
Oliver
1d41d229ca
Error report updates ( #470 )
...
* Prevent error reporting for certain status codes
- These error codes indicate that there is something wrong with the server setup
- Outside scope
* Bump version
2024-01-16 00:31:10 +11:00