diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-09 17:40:03 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-09 17:40:03 +0200 |
| commit | 7a29dfbc37f2440b7e5461e905651b25615d2d02 (patch) | |
| tree | 838997dbd968ef787a309ec980a18e0a74809585 /NOTES.md | |
| parent | 66d21e5fef32f64219f0f0b86c3b4b4a74623ba1 (diff) | |
editing and adding of tax brackets and cost centers
Diffstat (limited to 'NOTES.md')
| -rw-r--r-- | NOTES.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |
