Skip to content

Commit

Permalink
Cijfers Prinsjesdag belastingplan 2025 toegevoegd (#32)
Browse files Browse the repository at this point in the history
- Belastingdata opgeschoont: Niet gebruikte waarden uit TABEL gehaald, en kinderopvang gegevens verwijderd.
- Zorgtoeslag berekening vereenvoudigd: Formule die statisch uitkomst heeft vervangen door constante.
- Inkomstenbelasting box 1 getal toegevoegd aan legenda beschikbaar inkomen.
- Bluemink verwijderd. Niet meer gebruikt
- Timer gezet op update grafiek zodat bij intypen getal niet direct focus verloren gaat.
- Diverse typos opgelost.
  • Loading branch information
Hilbrand authored Sep 24, 2024
1 parent aa0ee9d commit e8edef4
Show file tree
Hide file tree
Showing 39 changed files with 2,652 additions and 2,894 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ require("@rushstack/eslint-patch/modern-module-resolution");
module.exports = {
root: true,
extends: ["plugin:vue/vue3-essential", "eslint:recommended", "@vue/eslint-config-prettier"],
parser: "@babel/eslint-parser",
parserOptions: {
requireConfigFile: false,
ecmaVersion: "latest",
babelOptions: {
babelrc: false,
configFile: false,
},
},
};
44 changes: 44 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,50 @@ De broncode is beschikbaar onder de AGPL3.0 licentie.
[![Bouw broncode](https://github.com/Hilbrand/ib-broncode/actions/workflows/deploy.yml/badge.svg)](https://github.com/Hilbrand/ib-broncode/actions/workflows/deploy.yml)
[![Uitrol naar GitHub pages](https://github.com/Hilbrand/ib/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/Hilbrand/ib/actions/workflows/pages/pages-build-deployment)

# Kengetallen

## Inkomsten belasting

Categorieen van en tot, met per groep een percentage.
Wet Inkomstenbelasting 2001
https://wetten.overheid.nl/BWBR0011353/2024-04-30/0

## Arbeidskorting (AK)

Arbeidsinkomen, grenzen, afbouwpunt, afbouwfactor (afbouwpercentage als factor).

Arbeidskorting is alleen van toepassing bij inkomen.
Dus bij AOW en geen inkomen of uitkering geen arbeidskorting.
Bij AOW en geen inkomen wel weer ouderenkorting.
Grafieken gaan nu uit van inkomen en AOW-leeftijd met inkomen.

## Algemene Heffingskorting (AHK)

Inkomen uit werk en woning, maximaal, afbouwpunt, afbouwfactor (afbouwpercentage als factor).

## Inkomsten afhankelijk combinatie korting (IACK)

Maximaal, inkomensgrens, opbouwpercentage.

## Kindgebonden budget

https://wetten.overheid.nl/BWBR0022751/2024-01-01

## Kinderbijslag

## Huurtoeslag

https://wetten.overheid.nl/BWBR0008659/2024-01-01

## Hyptoheekaftrek

## Eigenwoningforfait

## Zorgtoeslag


# Sotfware Ontwikkelomgeving

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
Expand Down
Loading

0 comments on commit e8edef4

Please sign in to comment.