From 12f306e2144081e00c36ed9942068462604bef55 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 7 Sep 2025 15:24:11 +0200 Subject: income statement finalization --- src/locales/en.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/locales/en.cpp') diff --git a/src/locales/en.cpp b/src/locales/en.cpp index 6013f84..0fe0a00 100644 --- a/src/locales/en.cpp +++ b/src/locales/en.cpp @@ -43,7 +43,7 @@ locale_entry en_locales[] = { {"taxcategory.Z", "Zero rated goods"}, {"taxcategory.G", "Free export item, VAT not charged"}, {"taxcategory.O", "Services outside scope of tax"}, - {"taxcategory.K", "Intra-community supply of goods and services"}, + {"taxcategory.K", "Intra-community supply of goods"}, // Countries { "country.AT", "Austria" }, @@ -161,6 +161,13 @@ locale_entry en_locales[] = { {"invoice.status.refunded", "Refunded"}, {"invoice.status.corrected", "Corrected"}, {"invoice.status.received", "Received"}, + + // Income statement strings. + {"statement.uncategorized", "Uncategorized"}, + {"statement.revenue", "Revenue"}, + {"statement.tax", "Tax"}, + {"statement.expenses", "Expenses"}, + {"statement.profit", "Profit"}, }; const int en_locale_count = sizeof(en_locales) / sizeof(en_locales[0]); \ No newline at end of file -- cgit v1.2.3-70-g09d2