diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-10 23:11:18 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-10 23:11:18 +0200 |
| commit | cf5dfa405fa3d9b480794f7f2c32e325fdfd134c (patch) | |
| tree | 7dbfdfe271a95ddc9bdcfc73e3c94bd0361ad012 /include/administration.hpp | |
| parent | d976c1227f367a4547a004597b8d360a8958eba9 (diff) | |
tax statement UI
Diffstat (limited to 'include/administration.hpp')
| -rw-r--r-- | include/administration.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/administration.hpp b/include/administration.hpp index 69c0c0a..f2ca9e4 100644 --- a/include/administration.hpp +++ b/include/administration.hpp @@ -330,6 +330,7 @@ typedef struct typedef struct { + char tax_description[MAX_LEN_LONG_DESC]; char tax_category[MAX_LEN_SHORT_DESC]; float total_net; float total_tax; @@ -347,7 +348,7 @@ typedef struct typedef struct { - u32 quarter_count; + u32 report_count; tax_report reports[MAX_LEN_TAX_REPORT_QUARTERS]; } tax_statement; |
