feat(reports): improve summary rates and export formatting
This commit is contained in:
@@ -219,7 +219,7 @@ class ExportLocale:
|
||||
|
||||
def format_money_label(self, income_totals: list[dict], *, ascii_digits: bool = False) -> str:
|
||||
if not income_totals:
|
||||
return "-"
|
||||
return self.format_number("0", ascii_digits=ascii_digits)
|
||||
parts = []
|
||||
for item in income_totals:
|
||||
currency = self.currency_label(item["currency"])
|
||||
|
||||
Reference in New Issue
Block a user