feat: updates on expenses

This commit is contained in:
JP
2024-08-21 05:37:35 +08:00
parent 3af7207ec3
commit daa6f692e1
9 changed files with 277 additions and 21 deletions

View File

@@ -36,6 +36,7 @@ class CreateLedgerDTO extends Data
public ?Model $ledger = null,
public ?Model $transaction = null,
public ?Model $account = null,
public ?CreateBalanceDTO $balanceDTO = null,
) {
$this->transaction_id = $this->transaction->id;
$this->account_id = $this->account->id;