changed date format

This commit is contained in:
2026-02-03 16:38:17 +05:30
parent 8ac16da503
commit 89dfa310c3
2 changed files with 9 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ class TransactionRecord:
status: str
bankcode: str
jrnl_id: str
tran_date: date
tran_date: str # DDMMYYYY format
cbs_acct: str
tran_amt: Decimal
txnind: str