summaryrefslogtreecommitdiff
path: root/src/administration.cpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-10-04 13:57:52 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-10-04 13:57:52 +0200
commitb8e049f02a16dc8398b2a954b561c84beda423c7 (patch)
tree9f7a49e7e087f5e2cdcaddfacb7eef5b5f8650c0 /src/administration.cpp
parent0546522f56ddd6dc4abdf09cdedd1e59598462c6 (diff)
deepseek ai backend
Diffstat (limited to 'src/administration.cpp')
-rw-r--r--src/administration.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/administration.cpp b/src/administration.cpp
index 3be34da..a07e79a 100644
--- a/src/administration.cpp
+++ b/src/administration.cpp
@@ -528,6 +528,7 @@ void administration_create_income_statement(income_statement* statement)
quarter.uncategorized_taxes = 0.0f;
quarter.report_count = 0;
quarter.is_empty = 1;
+ quarter.profit = 0.0f;
snprintf(quarter.quarter_str, MAX_LEN_SHORT_DESC, "%dQ%d", quarter.quarter+1, quarter.year);
project_count = administration_project_count();