diff --git a/README.md b/README.md index 4e6813f..ece86d7 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,33 @@ # README # +Cette application permet de : -Cette application permet le suivi des avoirs financiers : actions, ETF, obligations (assurances-vie), livrets, etc... +1. faire le suivi des actifs financiers : actions, ETF, obligations (assurances-vie), livrets +2. compararer les écarts avec une allocation cible + +Elle est développée avec les composants open source suivants : + +## Backend + +- [Python](https://www.python.org/downloads/) 3.7 +- [Pyramid web framework](https://trypyramid.com/) 1.10 +- [MySQL server](https://mysql.com/) 5.7 sur Debian GNU/Linux 9 (stretch) +- [Apache web server](https://apache.org/) 2.4 sur Debian GNU/Linux 9 (stretch) + +## Frontend + +- [Bootstrap framework](https://getbootstrap.com/) for CSS 3.3.7 +- [Jquery](https://jquery.com/download/) for JavaScript 3.2.1 +- Chameleon templates +- [FormValidation](https://formvalidation.io/) form validator 0.7.0 + +## Jquery Plugins + +- [DataTables](https://datatables.net/) 1.10.20 +- [less.js](http://lesscss.org/) 3.11.1 +- [moment.js](https://momentjs.com/) with-locales.min.js +- [Google Charts](https://developers.google.com/chart) - -Développé avec : - - Pyramid Framework - - MySQL - - Chameleon - -* [Exemple d'une comptabilité simple] (http://perso.numericable.fr/assoc1901/droit/comptabilite1.htm) - -* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo) +[Learn Markdown](https://bitbucket.org/tutorials/markdowndemo) diff --git a/caotek_mesavoirs/templates/home.pt b/caotek_mesavoirs/templates/home.pt index 43f62c7..21fa972 100644 --- a/caotek_mesavoirs/templates/home.pt +++ b/caotek_mesavoirs/templates/home.pt @@ -60,8 +60,8 @@
Allocation globale : 60% actions + 5% REITS + 35% obligations
- Allocation actions D (2/3) : 60% US (24%) + 30% Europe (12%) + 10% Japon (4%)
- Allocation actions C (1/3) : 100% World (20%)
+ Allocation actions D (1/2) : 60% US (18%) + 30% Europe (12%)
+ Allocation actions C (1/2) : 100% World (30%)
[Cette allocation est inspirée de celle du Fond souverain Norvégien]