summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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