summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-10-18 09:10:08 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-10-18 09:10:08 +0200
commite5e059538bbbf1993df854bd95e9bbf4bb1d7aaa (patch)
treeb0949aef3ec22172b6b3eab8dd409c9d3f118a37 /TODO
parent0dc33a4dd49eb560e98b24090969fd618a4c6198 (diff)
remove country list from config
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 9b69dbe..d244d70 100644
--- a/TODO
+++ b/TODO
@@ -5,13 +5,13 @@ Refactor:
- refactor _add functions to use _import functions
- replace strncpy and similar with strops functions
- There is alot of memory leakage
-- remove country list from config and use country namespace iteration.
Testing:
- write tests for all NL tax categories
- write tests for strops.hpp
- write tests that check error handling for corrupt files. (e.g. references to tax rates, project and cost center that failed to load)
- it is possible a referenced tax rate is loaded after an invoice is loaded. This means all invoices need to be recalculated after file load. (try to write a test for this).
+- peppol testing: add a billing item for each tax category.
Improvements:
- AI importer: all address data should be editable because import is not perfect