Print the transaction ID
This commit is contained in:
parent
2cbf00a939
commit
5af05c2fa4
@ -106,6 +106,7 @@ class Transaction(Base, Export):
|
||||
@property
|
||||
def format(self) -> dict[str, Any]:
|
||||
return dict(
|
||||
id=self.id,
|
||||
date=self.date,
|
||||
description=self.description,
|
||||
amount=self.amount,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user