Adding read action for opening transaction
This commit is contained in:
@@ -60,7 +60,7 @@ class SplitBaseId(SplitBase):
|
||||
|
||||
class SplitRead(SplitBaseId):
|
||||
account: AccountRead
|
||||
payee: PayeeRead
|
||||
payee: PayeeRead | None
|
||||
|
||||
class TransactionRead(TransactionBaseId):
|
||||
splits: list[SplitRead]
|
||||
|
||||
Reference in New Issue
Block a user