feat: Enhance transaction model and dashboard with Azure OAuth integration

This commit is contained in:
2026-05-10 22:36:13 +12:00
parent d50c1c5bba
commit 9130629b58
10 changed files with 403 additions and 26 deletions
+6
View File
@@ -11,6 +11,12 @@ class Transaction(BaseModel):
amount: float
status: Literal["Matched", "Unmatched", "Pending"]
flag: Literal["None", "Duplicate", "Threshold Breach", "Manual Review"]
reference_id: str
counterparty: str
currency: str
booking_date: date
settlement_date: date
description: str
class ReconSummary(BaseModel):