Fix common statement reconciliation and analyzer filenames

This commit is contained in:
A R R R Associates
2026-07-20 23:43:13 +05:30
parent 0e931411d6
commit 321f49db52
3 changed files with 93 additions and 122 deletions
@@ -8,6 +8,7 @@ import pdfplumber
@dataclass
class StatementMeta:
statement_id: str = ""
bank_name: str = ""
customer_name: str = ""
account_number: str = ""
@@ -27,7 +28,7 @@ class StatementMeta:
return asdict(self)
STANDARD_COLUMNS = [
"transaction_date", "value_date", "narration", "reference_no",
"statement_id", "transaction_date", "value_date", "narration", "reference_no",
"debit", "credit", "balance", "bank_name", "customer_name",
"account_number", "source_file", "source_page", "parser_name",
# Internal extraction-audit fields. These are retained for diagnostics but