feat: implement receipt alias functionality with CRUD operations and integrate with receipt import
This commit is contained in:
@@ -3,6 +3,10 @@ export interface ParsedReceiptItem {
|
||||
quantity: number;
|
||||
unit: string;
|
||||
price?: number | null;
|
||||
// alias-match: säker, användaren slipper bekräfta
|
||||
matchedProductId?: number;
|
||||
matchedProductName?: string;
|
||||
// ordbaserad match: förslag, kräver bekräftelse
|
||||
suggestedProductId?: number;
|
||||
suggestedProductName?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user