1264 Commits

Author SHA1 Message Date
Thomas Kaul
1dbb5db611
Feature/improve wording in single account rule (#1479)
* Improve wording

* Update changelog
2022-11-26 08:53:01 +01:00
Delena Malan
6a764fe893
Convert between ZAc and ZAR (#1471)
* Convert between ZAc and ZAR

* Update changelog
2022-11-22 20:18:38 +01:00
Thomas Kaul
d2b75a244c
Feature/improve language selector (#1466)
* Improve language selector

* Update changelog
2022-11-21 20:39:52 +01:00
Thomas Kaul
3611684f17
Feature/extend asset profile details dialog (#1469)
* Extend asset profile details dialog

* Update changelog
2022-11-21 20:14:36 +01:00
Thomas Kaul
0d338bb083
Bugfix/fix dynamic decimal places for cryptocurrencies in position detail dialog (#1464)
* Fix dynamic decimal places

* Update changelog
2022-11-19 12:13:02 +01:00
Thomas Kaul
be14458437
Bugfix/fix division by zero error in cash positions calculation (#1462)
* Handle division by zero

* Update changelog
2022-11-19 10:19:01 +01:00
Thomas Kaul
5978ddb80f
Feature/improve support for manual data source (#1460)
* Improve support for MANUAL data source

* Update changelog
2022-11-19 10:06:05 +01:00
Yash Solanki
18638dd1b7
Bugfix/Fix matsort not working in position detail dialog (#1457)
* Fix matsort in position detail dialog

* Update changelog

Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2022-11-19 10:02:36 +01:00
Thomas Kaul
81db3852e6
Feature/add sorting to accounts table (#1459)
* Add sorting

* Update changelog
2022-11-19 09:57:28 +01:00
Thomas Kaul
608e7a774d
Feature/improve activities tab icon (#1461)
* Improve icon

* Update changelog
2022-11-17 21:37:26 +01:00
Thomas Kaul
3b4f8c69bb
Feature/setup black friday 2022 deal (#1452)
* Setup Black Friday 2022 deal

* Update changelog
2022-11-14 20:45:41 +01:00
Thomas Kaul
4169de580b
Feature/add indicator for excluded accounts (#1450)
* Add indicator for excluded accounts

* Update changelog
2022-11-12 16:46:17 +01:00
Thomas Kaul
d95fc82f95
Feature/change view mode selector to slide toggle (#1443)
* Change view mode selector to slide toggle

* Update changelog
2022-11-11 20:01:08 +01:00
Thomas Kaul
31c949f9d2
Feature/upgrade nx to version 15.0.13 (#1442)
* Upgrade Nx to version 15.0.13

* Update changelog
2022-11-11 19:44:32 +01:00
AlbertSalles
9623a363ed
Feature/convert into pwa (#1436)
* Setup @angular/pwa
2022-11-11 16:50:23 +01:00
Thomas Kaul
2d42549967
Feature/improvements in pricing page (#1440)
* Improve pricing page

* Update changelog
2022-11-11 16:42:51 +01:00
Johannes Herforth
cd5eb64a4c
Removed margin-bottom tag from the body element (#1435)
- This only changes the behaviour in Firefox
- All browsers now show the UI in a single page view
2022-11-09 20:48:13 +01:00
Thomas Kaul
fc1507de4f
Clean up (#1423) 2022-11-09 10:08:36 +01:00
Thomas Kaul
33fd1282e5
Bugfix/fix cash position in user currency (#1433)
* Initialize cash positions with user currency

* Update changelog
2022-11-08 17:32:50 +01:00
Thomas Kaul
693ff9d3ea
Setup pt (#1432) 2022-11-07 17:17:07 +01:00
Thomas Kaul
21e87a0055
Clean up (#1431) 2022-11-07 17:03:34 +01:00
Thomas Kaul
43426c9b01
Feature/restructure portfolio page (#1429)
* Restructure portfolio page

* Update changelog
2022-11-07 16:57:26 +01:00
Thomas Kaul
3b4da72ea3
Feature/tighten validation rule of base currency (#1428)
* Tighten validation rule of BASE_CURRENCY

* Update changelog
2022-11-06 17:51:31 +01:00
Thomas Kaul
ca18621ce8
Improve locales (#1426) 2022-11-05 12:49:17 +01:00
Thomas Kaul
b8574d24b2
Feature/improve usability of import (#1425)
* Improve usability by adding expected file format

* Update changelog
2022-11-05 12:22:24 +01:00
Thomas Kaul
6d12c27f9c
Feature/rename transactions to activities page (#1424)
* Rename transactions to activities

* Update changelog
2022-11-05 10:42:40 +01:00
Thomas Kaul
c2c5326049
Feature/add buy me a coffee badge to about page (#1422)
* Add button: Buy me a coffee

* Update changelog
2022-11-05 10:22:18 +01:00
Thomas Kaul
2a1339b61e
Feature/improve usage of premium indicator component (#1421)
* Improve usage of premium indicator component

* Update changelog
2022-11-05 09:12:41 +01:00
Thomas Kaul
c8a2579624
Feature/remove intro image in dark mode (#1420)
* Remove intro image in dark mode

* Update changelog
2022-11-05 09:06:40 +01:00
Thomas Kaul
b5e026934f
Harmonize extension (before and after) (#1414) 2022-11-03 20:18:40 +01:00
Yash Solanki
901c997908
Add pagination to activities table (#1404)
* Add pagination to activities table
2022-11-03 20:16:30 +01:00
Thomas Kaul
3b6e0b20e2
Add test case (#1399)
* Add test case

* Fix calculation for portfolio evolution chart

* Update changelog

Co-Authored-By: gizmodus <11334553+gizmodus@users.noreply.github.com>
2022-11-03 20:06:16 +01:00
Thomas Kaul
e449d51c3c
Feature/restructure actions in admin control panel (#1410)
* Restructure actions

* Update changelog
2022-11-02 17:47:03 +01:00
Thomas Kaul
4c893c4dcc
Bugfix/fix public page (#1408)
* Fix public page

* Update changelog
2022-10-31 20:25:42 +01:00
Thomas Kaul
d424b7731e
Feature/change background color of dark mode (#1396)
* Darken background color

* Update changelog
2022-10-30 18:48:28 +01:00
Thomas Kaul
6043c87481
Simplify lead (#1401) 2022-10-30 17:02:01 +01:00
Mitchell
fca0a688b6
parse csv date in ISO format (#1303)
* Handle various date formats

* Update changelog

Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2022-10-28 11:26:19 +02:00
Thomas Kaul
5c6cc4fed5
Handle division by zero (#1398) 2022-10-26 21:28:26 +02:00
Thomas Kaul
64a7d38ff9
Add more translations (#1394) 2022-10-23 10:28:08 +02:00
Thomas Kaul
68d0d39161
Feature/translate asset and asset sub classes (#1393)
* Translate asset and asset sub classes

* Update changelog
2022-10-22 07:47:05 +02:00
Thomas Kaul
233a8a8a18
Bugfix/improve loading indicator of investment chart (#1392)
* Improve loading indicator

* Update changelog
2022-10-21 20:01:32 +02:00
Thomas Kaul
71c5412dd5
Add test case: sell partially with huge gain (#1380)
* Add test case: sell partially with huge gain
2022-10-20 20:56:58 +02:00
Thomas Kaul
ae85398c3d
Fix test description (#1379) 2022-10-20 20:48:40 +02:00
Thomas Kaul
048900d01b
Bugfix/improve performance calculation for sell activitities (#1388)
* Improve performance calculation for SELL activities

* Update changelog

Co-authored-by: gizmodus <11334553+gizmodus@users.noreply.github.com>
2022-10-20 20:47:57 +02:00
Thomas Kaul
074b09b543
Add space (#1381) 2022-10-19 07:53:58 +02:00
Thomas Kaul
f9e04022f4
Remove TWR calculation (#1377) 2022-10-18 21:06:28 +02:00
Thomas Kaul
8fd1fbd44a
Feature/upgrade nx to version 15 (#1375)
* Upgrade to Nx 15

* Update changelog
2022-10-18 20:05:58 +02:00
Thomas Kaul
0fb33ae71c
Feature/migrate angular.json to project.json (#1374)
* Migrate angular.json to project.json

* Update changelog
2022-10-17 20:41:13 +02:00
Yash Solanki
3a35d72ec2
Fix disabled placeholder color (#1365) 2022-10-17 17:25:50 +02:00
Thomas Kaul
32fe3e195f
Release 1.205.2 (#1369) 2022-10-16 20:49:28 +02:00