-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ipp 13 : Update des crédits/réductions d'impôt restants #919
Conversation
''' | ||
f7us = foyer_fiscal('f7us', period) | ||
|
||
return f7us |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bizarre que cette variable soi réduite à une case ?
Pas de plafond rien ?
Par ailleurs, il faut utiliser cerfa-field pour indiquer la case en question
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oui comme pas mal d'autres réductions, il faut seulement reporter la réduction d'impôt finale sur la déclaration 2042 mais dans un autre formulaire (ici le formulaire no 2069-RCI-SD) les gens font eux même le calcul. C'est documenté page 232 de cette brochures pratique par exemple.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je n'ai pas compris la remarque sur le cerfa_field .. ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Les cases de l'impôt ont des champs cerfa_field comme ici
b7566b5
to
71eae06
Compare
9d41436
to
6c7103b
Compare
return (f2ab + f2ck + f8ta + f8tb + f8tc + f8te - f8tf + f8tg + f8th + f8to - f8tp + f8tl + f8ts + f8tz + f8uw + | ||
f8uz + f8vm + f8wa + f8wb + f8wc + f8wd + f8we + f8wr + f8wt + f8wu) | ||
|
||
# TODO : add tax credit 8VM and 8VL (2016) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Les commentaires peuvent être en français :)
@@ -22,6 +22,7 @@ def formula_2002_01_01(foyer_fiscal, period, parameters): | |||
''' | |||
Renvoie la somme des réductions d'impôt à intégrer pour l'année 2002 | |||
''' | |||
accult = foyer_fiscal('accult', period) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
est-ce qu'on pourrait trouver un nom de variable plus explicite ? acquisition_culture
par exemple ?
|
||
|
||
class f8vm(Variable): | ||
cerfa_field = {QUIFOY['vous']: u"8VM", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
les QUIFOY était pour moi des éléments de legacy. @benjello tu confirmes ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C'est peut-être encore utilisé marginalement.
Il faut/faudrait faire une recherche sur tous les cerfa_field pour voir si elle est maintenue de façon homogène ou pas. Sinon on peut amender la notation. Mais cela ne vaut pas le coup sur cette PR si on ne le fait pas sur tout le code.
Mon avis: enquête + nouveau ticket
0573fa1
to
28fc100
Compare
…or years 2014-2016
6c7103b
to
6adefd9
Compare
Les modifications de cette PR sont comparées à la branche
ipp-update-calcul-ip-net
(#918)openfisca_france/model/prelevements_obligatoires/impot_revenu/credits_impot.py
openfisca_france/model/prelevements_obligatoires/impot_revenu/reductions_impot.py
-
openfisca_france/model/revenus/autres.py
Ces changements :