summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-09-27 11:56:24 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-09-27 11:56:24 +0200
commitaa7b5ef6ab4f45d2e8e0caa7942db31fc60b3861 (patch)
treefd8268cb72ec6c26ed779127200ae0afb714d0f0 /docs
parent94636b871f0272b518dbb38ce0eb75f9e18bea8b (diff)
document selector for invoice
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGES.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst
index 64bd317..4ac2eed 100644
--- a/docs/CHANGES.rst
+++ b/docs/CHANGES.rst
@@ -1,10 +1,11 @@
.. _changes:
TODO:
+- write tests for invoices using multiple currencies
- refactor _add functions to use _import functions
- 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).
-- invoice sequential number should be modifyable (for external invoices being imported)
+- invoice sequential number should be modifyable & checked for uniqueness (for external invoices being imported)
- allow cost centers to be deleted that have 0 references
- Send invoice by email
- create invoice from PDF file