mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-18 07:24:00 +01:00
feat: improve calculations for net_worth
This commit is contained in:
@@ -4,9 +4,7 @@ from django.core.serializers.json import DjangoJSONEncoder
|
||||
from django.shortcuts import render
|
||||
|
||||
from apps.net_worth.utils.calculate_net_worth import (
|
||||
calculate_currency_net_worth,
|
||||
calculate_historical_currency_net_worth,
|
||||
calculate_account_net_worth,
|
||||
calculate_historical_account_balance,
|
||||
)
|
||||
from apps.transactions.models import Transaction
|
||||
|
||||
Reference in New Issue
Block a user