f09d19ec5c4b872d0357e61eaac59cbe5f8e6187
Major improvements to receipt parsing: Voided Item Handling: - Add Voided boolean field to ReceiptLineItem model and database - Never skip any line items - include voided items with voided=true and lineTotal=0.00 - Strong parser hints: "CONTINUE reading", "do NOT stop parsing", "Read ENTIRE receipt" - Ensures all items after void markers are captured UPC/Barcode Extraction: - Extract UPC codes (12-13 digits) and store in Sku field - Enables price tracking over time even when descriptions change Quantity Defaults: - ALWAYS default to 1.0 for ALL retail products (groceries, goods, merchandise) - Only use null for utility bills, service fees, or taxes - Emphatic instructions: "MUST be 1.0", "do NOT leave it null" - Prevents missing quantities on retail items Model Selection: - Add AI model dropdown in ViewReceipt UI (gpt-4o-mini vs gpt-4o) - Update IReceiptParser interface to accept optional model parameter - Pass selected model through to OpenAI API - Store model name in parse logs for history tracking - Allows using smarter model for complex receipts 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Description
No description provided
Languages
C#
66.6%
HTML
31.2%
JavaScript
1.9%
CSS
0.2%
Dockerfile
0.1%