Feat: add unit and percent to real percent

This commit is contained in:
2021-08-12 14:21:25 +02:00
parent d690bcac56
commit cdbc5f9d51
5 changed files with 19 additions and 11 deletions

View File

@@ -1,8 +1,8 @@
caTheo,sessionQty,caRetro,caReact,retro,remuneration,date,proPercentage
7000,,6747,,893,2000,2021-01,0.5
5200,,5183,,665,1500,2021-02,0.5
7100,,7088,,855,2000,2021-03,0.5
5700,,4194,5630,627,2000,2021-04,0.5
6500,,5564,6335,699,2800,2021-05,0.5
6725,235,5442,6376,638,2800,2021-06,0.5
2176,81,1274,,172,2000,2021-07,0.5
7000,,6747,,893,2000,2021-01,50
5200,,5183,,665,1500,2021-02,50
7100,,7088,,855,2000,2021-03,50
5700,,4194,5630,627,2000,2021-04,50
6500,,5564,6335,699,2800,2021-05,50
6725,235,5442,6376,638,2800,2021-06,50
2176,81,1274,,172,2000,2021-07,50
1 caTheo sessionQty caRetro caReact retro remuneration date proPercentage
2 7000 6747 893 2000 2021-01 0.5 50
3 5200 5183 665 1500 2021-02 0.5 50
4 7100 7088 855 2000 2021-03 0.5 50
5 5700 4194 5630 627 2000 2021-04 0.5 50
6 6500 5564 6335 699 2800 2021-05 0.5 50
7 6725 235 5442 6376 638 2800 2021-06 0.5 50
8 2176 81 1274 172 2000 2021-07 0.5 50