Skip to content

Commit

Permalink
chore: fix readme img
Browse files Browse the repository at this point in the history
  • Loading branch information
MadeInPierre committed Jan 18, 2024
1 parent 0daa0cc commit a3ed9a0
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
8 changes: 5 additions & 3 deletions README.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Vous n'avez pas encore Finary ? Vous pouvez vous inscrire en utilisant mon [lien
</div>
</summary>

| Recommendations | Tableau de bord web |
| --- | --- |
| Recommendations | Tableau de bord web |
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| <img src="https://github.com/raw/MadeInPierre/finalynx/main/docs/_static/screenshot_recommendations.png" width="600" /> | <img src="https://github.com/raw/MadeInPierre/finalynx/main/docs/_static/screenshot_dashboard.png" width="600" /> |

Finalynx comprend également un gestionnaire de budget quotidien pour classer vos dépenses et afficher des statistiques mensuelles et annuelles :
Expand Down Expand Up @@ -106,7 +106,7 @@ Ce projet est sous la [License GPLv3](https://github.com/MadeInPierre/finalynx/b

## 💌 Donations

[<img align="right" src="https://www.mathisplumail.com/wp-content/uploads/2021/04/coffee.png" width="161" />](https://github.com/sponsors/MadeInPierre)
[<img align="right" src="https://raw.githubusercontent.com/MadeInPierre/finalynx/main/docs/_static/buymeacoffee.png" width="161" />](https://github.com/sponsors/MadeInPierre)
Ceci est un projet personnel sur lequel je m'amuse pendant mon temps libre. Si vous l'avez trouvé utile et souhaitez soutenir mon travail, vous pouvez [m'offrir un café](https://github.com/sponsors/MadeInPierre) ! Cela me donnerait la motivation nécessaire pour continuer à l'améliorer 😄 Merci !

Un grand merci également à tous les contributeurs 🌹 n'oubliez pas d'aller les voir :
Expand All @@ -115,6 +115,8 @@ Un grand merci également à tous les contributeurs 🌹 n'oubliez pas d'aller l
<img src="https://contrib.rocks/image?repo=MadeInPierre/finalynx" />
</a>

<!-- ![Alt](https://repobeats.axiom.co/api/embed/44fc99b8a4a89962a0e1a7170f8d44cd3e9ea2e0.svg "Repobeats analytics image") -->

<!-- Breaking: :boom:
Minor: :sparkles::children_crossing::lipstick::iphone::egg::chart_with_upwards_trend:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ This project is under the [GPLv3 License](https://github.com/MadeInPierre/finaly

## 💌 Donations

[<img align="right" src="https://www.mathisplumail.com/wp-content/uploads/2021/04/coffee.png" width="161" />](https://github.com/sponsors/MadeInPierre)
[<img align="right" src="https://raw.githubusercontent.com/MadeInPierre/finalynx/main/docs/_static/buymeacoffee.png" width="161" />](https://github.com/sponsors/MadeInPierre)
This is a personal project I have fun with on my free time. If you found it useful and wish to support my work, you can [buy me a coffee](https://github.com/sponsors/MadeInPierre)! It would give me the motivation to keep improving it further 😄 Thank you!

Also, big thanks to all contributors 🌹 don't forget to check them out:
Expand All @@ -115,6 +115,8 @@ Also, big thanks to all contributors 🌹 don't forget to check them out:
<img src="https://contrib.rocks/image?repo=MadeInPierre/finalynx" />
</a>

<!-- ![Alt](https://repobeats.axiom.co/api/embed/44fc99b8a4a89962a0e1a7170f8d44cd3e9ea2e0.svg "Repobeats analytics image") -->

<!-- Breaking: :boom:
Minor: :sparkles::children_crossing::lipstick::iphone::egg::chart_with_upwards_trend:
Expand Down
Binary file added docs/_static/buymeacoffee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions examples/full_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,17 +425,17 @@
perf=LinePerf(0, skip=True),
children=[
Line(
"PEE (à récupérer)",
"Stellantis PEE",
AssetClass.CASH,
AssetSubclass.MONETARY,
key="13009544",
envelope=pee,
),
Line(
"Shares To Win Stellantis (à récupérer)",
"Stellantis Shares To Win 2023",
AssetClass.STOCK,
AssetSubclass.STOCK_SHARE,
key="13417344",
key="13694161",
envelope=pee,
newline=True,
),
Expand Down Expand Up @@ -540,13 +540,15 @@
bank_lbp,
bank_n26,
bank_boursorama,
bank_revolut,
pea,
pee,
av_linxea,
av_goodvest,
av_ramify,
per_linxea,
per_prefon,
cto_tr,
at_home,
],
ignore_orphans=False,
Expand Down
4 changes: 3 additions & 1 deletion finalynx/assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,9 @@ def append_worth(year: int, amount: float) -> None:
# Run until the end date and append the final result
self._timeline.run()
append_worth(self._timeline.current_date.year, self.portfolio.get_amount())
console.log(f" Portfolio will be worth [{TH().ACCENT}]{self.portfolio.get_amount():.0f} €[/]")
console.log(
f" Portfolio will be worth [{TH().ACCENT}]{self.portfolio.get_amount():.0f} €[/] (net of inflation)"
)
return tree

def render_mainframe(self) -> Columns:
Expand Down

0 comments on commit a3ed9a0

Please sign in to comment.