summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-09-20 19:16:15 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-09-20 19:16:15 +0200
commit214852f61cd3b9fda257044e9d822b94b4be7e5d (patch)
treeaa570a16623f1c7eae94474c80b484815ea85c88 /docs
parent3402cba0fe6fa1b89a029c612b622e7a4771d901 (diff)
refactor ui widgets
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGES.rst2
-rw-r--r--docs/README.rst2
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst
index 6611e50..8701d77 100644
--- a/docs/CHANGES.rst
+++ b/docs/CHANGES.rst
@@ -1,6 +1,8 @@
.. _changes:
TODO:
+- get rid of billing item properties: invoice_id and tax_rate_id. replace tax_rate_id with copy of tax rate
+- get rid of customer_id and supplier_id. Just check for existing contact entries when finishing invoice and create new contact if necessary.
- validate billing items in invoice add/update
- project start and end date should be stored as YYYY-MM-DD
- Send invoice by email
diff --git a/docs/README.rst b/docs/README.rst
index c92bb7a..fcd228d 100644
--- a/docs/README.rst
+++ b/docs/README.rst
@@ -38,6 +38,8 @@ This section lists all supported countries. If the country you operate from is n
3. Dependencies
---------------
+Changes/patches have been made to most of these libraries.
+
- ImGui 1.92.1 (https://github.com/ocornut/imgui)
- simclist 1.5 (https://mij.oltrelinux.com/devel/simclist/)
- ImGuiDatePicker (https://github.com/DnA-IntRicate/ImGuiDatePicker)