Skip to content
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

Fix #51 #115

Merged
merged 2 commits into from
Oct 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.32.0 - [#115](https://github.com/openfisca/openfisca-tunisia/pull/115)

* Mets à jour les déductions pour charges de famille

### 0.31.2 - [#111](https://github.com/openfisca/openfisca-tunisia/pull/111)

* Nettoie certains tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ unit: currency
values:
1990-01-01:
value: 150
2017-12-18:
2019-01-01:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bien vu !

value: 300
metadata:
title: Code de l'impôt sur le revenu des personnes physiques et de l'impôt sur les sociétés - Article 40 - Paragraphe I
href: http://www.legislation.tn/fr/affich-code-article/code-de-l%2526%2523039%3Bimpôt-sur-le-revenu-des-personnes-physiques-et-de-l%2526%2523039%3Bimpôt-sur-les-sociétés-article-40-__6169
reference: Article 55 de la loi no 2017-66 du 18-12-2017 portant Loi de finances 2018. Note commune 7/2018 http://www.impots.finances.gov.tn/images/Note_commune_N07.pdf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mettre à jour de Article 55 > Article 54 comme dit dans la note commune ?
De même pour les 4 enfants.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fait.


metadata:
title: Code de l'impôt sur le revenu des personnes physiques et de l'impôt sur les sociétés - Article 40 - Paragraphe I
href: http://www.legislation.tn/fr/affich-code-article/code-de-l%2526%2523039%3Bimpôt-sur-le-revenu-des-personnes-physiques-et-de-l%2526%2523039%3Bimpôt-sur-les-sociétés-article-40-__6169
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ unit: currency
values:
1990-01-01:
value: 90
2019-01-01:
value: 100
reference: Article 55 de la loi no 2017-66 du 18-12-2017 portant Loi de finances 2018. Note commune 7/2018 http://www.impots.finances.gov.tn/images/Note_commune_N07.pdf
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ unit: currency
values:
1990-01-01:
value: 75
2019-01-01:
value: 100
reference: Article 55 de la loi no 2017-66 du 18-12-2017 portant Loi de finances 2018. Note commune 7/2018 http://www.impots.finances.gov.tn/images/Note_commune_N07.pdf
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ unit: currency
values:
1990-01-01:
value: 60
2019-01-01:
value: 100
reference: Article 55 de la loi no 2017-66 du 18-12-2017 portant Loi de finances 2018. Note commune 7/2018 http://www.impots.finances.gov.tn/images/Note_commune_N07.pdf
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ unit: currency
values:
1990-01-01:
value: 45
2019-01-01:
value: 100
reference: Article 55 de la loi no 2017-66 du 18-12-2017 portant Loi de finances 2018. Note commune 7/2018 http://www.impots.finances.gov.tn/images/Note_commune_N07.pdf
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ values:
reference: Article 94 de la loi no 2013-54 du 30-12-2017 portant Loi de finances 2014
2018-01-01:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mettre à jour à 2017 ? La note commune dit :

Les dispositions de l’article 55 de la loi de finances pour l’année 2018
s’appliquent aux revenus réalisés à partir du 1er janvier 2017
et aux revenus des années ultérieures.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Proposé dans le dernier commit.

value: 2000
reference: Article 55 de la loi no 2017-66 du 18-12-2017 portant Loi de finances 2018
reference: Article 55 de la loi no 2017-66 du 18-12-2017 portant Loi de finances 2018. . Note commune 7/2018 http://www.impots.finances.gov.tn/images/Note_commune_N07.pdf
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name = 'OpenFisca-Tunisia',
version = '0.31.2',
version = '0.32.0',
author = 'OpenFisca Team',
author_email = 'contact@openfisca.org',
classifiers = [classifier for classifier in classifiers.split('\n') if classifier],
Expand Down