feat: improve calculations for net_worth

This commit is contained in:
Herculino Trotta
2024-11-17 14:46:47 -03:00
parent 84bb247918
commit 6fa9b77e1d

View File

@@ -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