This commit is contained in:
behruz-dev
2025-11-05 18:02:35 +05:00
parent d49d5b5e47
commit ea990187b3
3 changed files with 7 additions and 2 deletions

View File

@@ -224,7 +224,7 @@ class PartyStatisticsApiView(generics.GenericAPIView):
overdue_payments=Sum(
'party_amount__payment_amount',
filter=Q(payment_date__lt=today)
)
)
)
res = {
'usd': usd,