diff --git a/public/index.html b/public/index.html index ccb4bd6e..f1a5dddd 100644 --- a/public/index.html +++ b/public/index.html @@ -496,6 +496,7 @@ Analytics Goals Net Worth + Receipt
Upload a receipt and ExpenseFlow will detect your expense automatically
+ +Drag receipt or upload image
+ +๐ฐ Amount: -
+๐ Date: -
+๐ท Category: -
+ + + +No scan yet+
No saved expenses
"; +return; + +} + +receipts.reverse().forEach(r => { + +const card = document.createElement("div"); + +card.className = "receipt-card"; + +card.innerHTML = ` + +๐ท ${r.category}
+ +๐ ${r.date}
+ +${r.ocr}
+