Renamed "total revenue" to "total operating revenue".

This commit is contained in:
依瑪貓 2023-03-08 11:19:41 +08:00
parent 3ed8d7f1d2
commit 43fc4b9b8d

View File

@ -234,7 +234,7 @@ class IncomeStatement(BaseReport):
for x in balances})).all()
total_titles: dict[str, str] \
= {"4": gettext("total revenue"),
= {"4": gettext("total operating revenue"),
"5": gettext("gross income"),
"6": gettext("operating income"),
"7": gettext("before tax income"),