Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thinktwice13 committed Mar 19, 2024
1 parent ee0cb66 commit c590de1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Download the latest release and run executable from the root of your directories
The app does NOT calculate tax payments due to different surtax rates by location. To be implemented.

#### Notes
- The statements must be in .csv format
- The statements must be in `.csv` format
- Duplicate filenames found in subdirectories will be ignored, but make sure there are no extra statements with duplicate data (e.g., yearly and monthly statements both covering the same period)
- The 2023 switch is covered automatically. Years before 2022 are shown in `HRK`, 2023 and later in `EUR`. This cannot be changed.
- The 2023 switch to `EUR` is covered automatically. Years before 2022 are shown in `HRK`, 2023 and later in `EUR`. This cannot be changed.

#### Report example
- **Valuta** is the currency of the report for the given year
Expand All @@ -17,14 +17,14 @@ The app does NOT calculate tax payments due to different surtax rates by locatio
- **Izvor prihoda** is the source of income reported only for `INO-DOH` reports
- **Plaćeni porez** is the tax paid in the given currency at the source listed in the INO-DOH report
```
Godina Valuta Izvješće Dobit Izvor prihoda Plaćeni porez
2021 HRK JOPPD 10000.99
2021 HRK INO-DOH 5000.00 US 1500.00
2022 HRK JOPPD 0.00
2022 HRK INO-DOH 500.00 US 150.00
2022 HRK INO-DOH 10000.00 AT 1500.00
2023 EUR JOPPD 1000.00
2023 EUR INO-DOH 1000.00 US 300.00
Godina Valuta Izvješće Dobit Izvor prihoda Plaćeni porez
2021 HRK JOPPD 10000.99
2021 HRK INO-DOH 5000.00 US 1500.00
2022 HRK JOPPD 0.00
2022 HRK INO-DOH 500.00 US 150.00
2022 HRK INO-DOH 10000.00 AT 1500.00
2023 EUR JOPPD 1000.00
2023 EUR INO-DOH 1000.00 US 300.00
```

#### Privacy
Expand All @@ -34,4 +34,4 @@ Godina Valuta Izvješće Dobit Izvor prihoda Plaćeni porez
- Additional brokers: Revolut, Finax, custom spreadsheet
- See your current holdings and their value. Use unrealized profits and losses to add tax deductions.
- Eliminate need for internet connection by periodically checking and embedding exchange rates in the app
- Implement automatic tax payment calculation (issue)
- Implement automatic tax payment calculation (issue: surtax rates by location)

0 comments on commit c590de1

Please sign in to comment.