summaryrefslogtreecommitdiff
path: root/NOTES.md
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-08-09 17:40:03 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-08-09 17:40:03 +0200
commit7a29dfbc37f2440b7e5461e905651b25615d2d02 (patch)
tree838997dbd968ef787a309ec980a18e0a74809585 /NOTES.md
parent66d21e5fef32f64219f0f0b86c3b4b4a74623ba1 (diff)
editing and adding of tax brackets and cost centers
Diffstat (limited to 'NOTES.md')
-rw-r--r--NOTES.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/NOTES.md b/NOTES.md
index 9c1b419..1477ed1 100644
--- a/NOTES.md
+++ b/NOTES.md
@@ -122,4 +122,11 @@ administration.money/
|-|-|
| id `auto` | reference id `E/[id]` |
| code `required` | Internal code of cost center |
-| description `required` | Description of cost center | \ No newline at end of file
+| description `required` | Description of cost center |
+
+| Tax bracket||
+|-|-|
+| id `auto` | reference id `T/[id]` |
+| country code `required` | 2 letter country code |
+| description `required` | Description of tax bracket |
+| rate `required` | Tax rate % | \ No newline at end of file