Thomas Kaul
2083d28d02
Feature/minor improvements in the page components ( #310 )
...
* Move permissions to constructor
* Sort imports
3 years ago
Thomas Kaul
addd5c36d9
Release 1.41.0 ( #309 )
3 years ago
Thomas Kaul
aad8f77093
Feature/improve allocations by account ( #308 )
...
* Improve allocations by account
* Eliminate accounts from PortfolioPosition
* Ignore cash assets in the allocation chart by sector, continent and country
* Add missing accounts to portfolio details
* Update changelog
3 years ago
Thomas Kaul
a904208d06
Feature/improve table styling ( #307 )
...
* Improve table styling
* Update changelog
3 years ago
Thomas Kaul
2733b78044
Minor improvement ( #306 )
3 years ago
Thomas Kaul
b43b515df1
Feature/add link to system status page ( #305 )
...
* Add link to system status page
* Update changelog
3 years ago
Thomas Kaul
70e14b4d3c
Feature/improve restricted view mode ( #304 )
...
* Improve wording and padding
* Update changelog
3 years ago
Thomas Kaul
0f7d1b7d59
Release 1.40.0 ( #303 )
3 years ago
Thomas Kaul
c2ab6a6c44
Feature/improve portfolio details endpoint ( #302 )
...
* Make details endpoint fault tolerant (do not throw error)
* Update changelog
3 years ago
Thomas Kaul
c71a4c078e
Bugfix/convert g bp to gbp in yahoo finance service ( #301 )
...
* Fix currency inconsistency in the yahoo finance service (GBp to GBP)
* Update changelog
3 years ago
Thomas Kaul
e17b217032
Bugfix/fix issue on buy date in position detail dialog ( #297 )
...
* Fix issue on buy date
* Update changelog
3 years ago
Thomas Kaul
408e08d43c
Bugfix/fix node engine version mismatch ( #299 )
...
* Fix node engine version mismatch
* Update changelog
3 years ago
Thomas Kaul
2fa324702f
Release 1.39.0 ( #296 )
3 years ago
Thomas Kaul
05b0efef82
Feature/add restricted view ( #295 )
...
* Add restricted view
* Update changelog
3 years ago
Thomas Kaul
7c91727eb1
Feature/restructure allocations page ( #294 )
...
* Restructure allocations page
* Update changelog
3 years ago
Thomas Kaul
0ee2258af8
Feature/improve impersonation mode ( #293 )
...
* Improve the impersonation mode
* Update changelog
3 years ago
Valentin Zickner
308b218487
introduce basic module structure for data provider ( #278 )
...
* introduce basic module structure for data provider
* introduce DataGatheringModule
* introduce ExchangeRateDataModule
* introduce ImpersonationModule
* move RulesService
* cleanup portfolio module
* Sort imports
Co-authored-by: Valentin Zickner <github@zickner.ch>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
3 years ago
Thomas Kaul
26694adb8e
Release 1.38.0 ( #292 )
3 years ago
Thomas
77936e3bf3
Feature/improve users table ( #291 )
...
* Improve users table
* Engagement / Day
* Registration
* Update changelog
3 years ago
Thomas
13090bf6b5
Feature/add overview menu item on mobile ( #290 )
...
* Add overview menu item
* Update changelog
3 years ago
Thomas
b898c0678d
Feature/refactor exchange rate service ( #289 )
...
* Refactor exchange rate service
* Update changelog
3 years ago
Thomas
3330ae70b6
Release 1.37.0 ( #288 )
3 years ago
Thomas
96a615dc5d
Bugfix/only allow supported currencies in symbol search ( #287 )
...
* Only allow supported currencies in symbol search
* Update changelog
3 years ago
Thomas
98f44323da
Feature/improve usability of tabs on home page ( #283 )
...
* Improve usability: lazy load endpoints on tab change
* Feature/improve portfolio summary (#285 )
* Update changelog
3 years ago
Thomas
8adacd9760
Feature/upgrade angular material css vars to version 2.1.2 ( #282 )
...
* Upgrade angular-material-css-vars from version 2.1.0 to 2.1.2
* Update changelog
3 years ago
Thomas
908aba170d
Fix position chart for missing historical data ( #284 )
...
* Fix position chart for missing historical data
* Update changelog
3 years ago
Thomas
d599797a65
Release 1.36.0 ( #281 )
3 years ago
Thomas
8ac1272a9d
Feature/eliminate name from scraper config ( #277 )
...
* Eliminate name from scraper config
* Update changelog
3 years ago
Thomas
0a85a56c67
Respect cash balance in allocations, do not hide cryptocurrency holdings ( #280 )
...
* Respect cash balance in allocations, do not hide cryptocurrency holdings
* Update changelog
3 years ago
Thomas
4ad5590838
Feature/improve data gathering ( #276 )
...
* Improve data gathering
* Refactoring
* On server restart, only reset if hanging in LOCKED_DATA_GATHERING state
* Update changelog
3 years ago
Thomas
5b8af68e71
Release 1.35.0 ( #279 )
3 years ago
Thomas
80d043729d
Feature/replace type with asset class ( #274 )
...
* Improved the asset classification
* Add assetClass to symbolProfile
* Remove type from position
* Update changelog
3 years ago
Thomas
178166d86b
Extend investment chart by three months ( #273 )
3 years ago
Thomas
37358fb480
Bugfix/add fallback if exchange service is not initialized ( #264 )
...
* Add fallback and log error
* Update changelog
3 years ago
Thomas
616d601cf6
Improve wording ( #275 )
3 years ago
Thomas
e88b889fdd
Feature/optimize accounts table for mobile ( #271 )
...
* Optimize accounts table
* Update changelog
3 years ago
Thomas
f6cdc4ff47
Feature/disable pagination of tabs ( #272 )
...
* Disable pagination
* Update changelog
3 years ago
Thomas
818c40fc61
Feature/upgrade chart.js to version 3.5.0 ( #268 )
...
* Upgrade chart.js
* Update changelog
3 years ago
Thomas
3589e72aea
Harmonize prisma service ( #266 )
3 years ago
Thomas
e68aa1fa68
Clean up imports ( #267 )
3 years ago
Thomas
bb76ace95d
Feature/improve support for draft transactions ( #265 )
...
* Improve support for draft transactions
* Update changelog
3 years ago
Thomas
2bd9309827
Release 1.34.0 ( #263 )
3 years ago
Thomas
f743c03e17
Feature/restructure page hierarchy ( #259 )
...
* Introduce portfolio group, remove tools
* Extract allocations to separate page
* Update changelog
3 years ago
Valentin Zickner
dfcf826b4f
implement support for buy-sell(-buy) scenario ( #262 )
...
Co-authored-by: Valentin Zickner <github@zickner.ch>
3 years ago
Valentin Zickner
218efbb5bd
fix position diagram for sold items ( #261 )
...
* fix position diagram for sold items
* Add missing data to position from the past
* Update changelog
Co-authored-by: Valentin Zickner <github@zickner.ch>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
3 years ago
Valentin Zickner
ba3b4564cd
Bugfix/dashboard currencies ( #260 )
...
* filter list of orders only for relevant orders
* Update changelog
Co-authored-by: Valentin Zickner <github@zickner.ch>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
3 years ago
Thomas
3723a5c725
Release 1.33.0 ( #257 )
3 years ago
Valentin Zickner
bf256ae50c
fix position currency conversion ( #256 )
...
Co-authored-by: Valentin Zickner <github@zickner.ch>
3 years ago
Thomas
c4b6273886
Clean up viewport scroller ( #255 )
3 years ago
Thomas
7f047362cc
Bugfix/fix division by zero in calculate overall gross performance ( #253 )
...
* Fix error with division by zero
* Update changelog
3 years ago