mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-24 09:38:35 +02: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 django.shortcuts import render
|
||||||
|
|
||||||
from apps.net_worth.utils.calculate_net_worth import (
|
from apps.net_worth.utils.calculate_net_worth import (
|
||||||
calculate_currency_net_worth,
|
|
||||||
calculate_historical_currency_net_worth,
|
calculate_historical_currency_net_worth,
|
||||||
calculate_account_net_worth,
|
|
||||||
calculate_historical_account_balance,
|
calculate_historical_account_balance,
|
||||||
)
|
)
|
||||||
from apps.transactions.models import Transaction
|
from apps.transactions.models import Transaction
|
||||||
|
|||||||
Reference in New Issue
Block a user