mirror of
				https://github.com/inventree/inventree-app.git
				synced 2025-10-31 05:15:42 +00:00 
			
		
		
		
	[refactor] Scan improvements (#577)
* Handle error on unexpected barcode response * Add ManufacturerPart detail view * Support barcode scanning for manufacturer part * Refactoring for null checks * Ignore selected errors in sentry * Fix API implementation for ManufacturerPart * Update release notes * More error handling * Decode quantity betterer * Refactoring * Add option to confirm checkin details * Improve response handlign * Cleanup * Remove unused imports * Fix async function * Fix for assigning custom barcode * Handle barcode scan result for company * Fix * Adjust scan priority * Refactoring MODEL_TYPE - Use instead of duplicated const strings * @override fix
This commit is contained in:
		| @@ -1,12 +1,15 @@ | ||||
| ### 0.17.1 - December 2024 | ||||
| --- | ||||
|  | ||||
| - Add support for ManufacturerPart model | ||||
| - Support barcode scanning for ManufacturerPart | ||||
| - Fixes barcode scanning bug which prevents scanning of DataMatrix codes | ||||
| - Display "destination" information in PurchaseOrder detail view | ||||
| - Pre-fill "location" field when receiving items against PurchaseOrder | ||||
| - Fix display of part name in PurchaseOrderLineItem list | ||||
| - Adds "assigned to me" filter for Purchase Order list | ||||
| - Adds "assigned to me" filter for Sales Order list | ||||
| - Updated translations | ||||
|  | ||||
| ### 0.17.0 - December 2024 | ||||
| --- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user