Commit Graph

958 Commits

Author SHA1 Message Date
af0863d193 Bugfix/fix currency conversion in accounts ()
* Fix currency conversion in accounts

* Update changelog
2022-05-21 19:58:47 +02:00
f5819cc399 Bugfix/fix countries in symbol profile overrides ()
* Fix countries

* Update changelog
2022-05-20 20:16:23 +02:00
977c5a9544 Feature/skip data enhancement if data is inaccurate ()
* Skip data enhancer if data is inaccurate

* Update changelog
2022-05-20 20:15:19 +02:00
379977008d Simplify intro text () 2022-05-19 21:05:14 +02:00
5cb6e5dec6 Feature/support filtering by asset class on the allocations page ()
* Support filtering by asset class

* Update changelog
2022-05-16 21:49:22 +02:00
4a123c38f2 Refactor placeholder () 2022-05-16 21:17:58 +02:00
160335302a Feature/group filters by type ()
* Add groups to activities filter component

* Update changelog
2022-05-15 21:51:31 +02:00
5391b88c42 Feature/add report data glitch button ()
* Add report data glitch button

* Update changelog
2022-05-14 13:53:43 +02:00
2b63f7e707 Feature/support enter to submit create or update transaction dialog form ()
* Support enter key press to submit form

* Update changelog
2022-05-14 10:56:07 +02:00
d5c96d1cb7 Bugfix/fix date picker date format ()
* Fix date picker date format

* Update changelog
2022-05-14 10:55:09 +02:00
1a4dc51825 Bugfix/fix state of delete account button ()
* Fix disable state

* Update changelog
2022-05-13 06:48:40 +02:00
c1d460cead Improve filtering () 2022-05-10 21:24:36 +02:00
dfa67b275c Feature/improve filtering on allocations page ()
* Include cash positions on allocations page (with no filtering)

* Update changelog
2022-05-10 19:22:57 +02:00
ea3a9d3b79 Feature/eliminate circular dependencies in common library ()
* Eliminate circular dependencies

* Update changelog
2022-05-08 22:16:47 +02:00
5be95b7b63 Feature/simplify about page ()
* Simplify about page

* Update changelog
2022-05-08 16:02:44 +02:00
b3e07c8446 Feature/support permissions in fire calculator ()
* Support hasPermissionToUpdateUserSettings

* Update changelog
2022-05-08 15:59:19 +02:00
34cbdd7c2a Upgrade angular, Nx and storybook ()
* Upgrade angular, Nx and storybook

* Update changelog
2022-05-08 09:26:33 +02:00
57314d62ee Feature/improve allocations page with no filter ()
* Improve accounts for no filters

* Update changelog
2022-05-07 22:33:57 +02:00
40380346e6 Feature/setup bull queue system ()
* Setup @nestjs/bull and asset profile data gathering job

* Update changelog
2022-05-07 20:00:51 +02:00
16dd8f7652 Feature/refactor filters with interface ()
* Refactor filtering with an interface

* Filter by accounts

* Update changelog
2022-05-07 11:44:29 +02:00
01103f3db4 Feature/add asset and asset sub class to wealth items form ()
* Add asset and asset sub class

* Update changelog
2022-04-30 21:47:10 +02:00
751256f158 Feature/add support for real estate and precious metal ()
* Add support for real estate and precious metal

* Update changelog
2022-04-30 11:49:58 +02:00
c2a1cbd20f Feature/improve layout of position detail dialog ()
* Improve layout

* Update changelog
2022-04-30 10:48:02 +02:00
04044f8720 Support futures ()
* Support futures

* Upgrade yahoo-finance2 to version 2.3.2

* Update changelog
2022-04-30 09:55:24 +02:00
4dc76817ce Bugfix/fix import validation for numbers equal zero ()
* Fix import validation for numbers equal 0

* Update changelog
2022-04-29 13:10:45 +02:00
b6cd007ad4 Release/1.143.0 ()
* Release 1.143.0
  * Improve filtering by tags
2022-04-26 22:31:53 +02:00
899fa0370e Feature/improve users table of admin control panel ()
* Improve users table

* Update changelog
2022-04-25 22:39:08 +02:00
da27504aa1 Add orderBy statement to make debugging easier () 2022-04-25 22:37:56 +02:00
b7bbc029ac Feature/render tags in dialogs ()
* Render tags

* Update changelog
2022-04-25 22:37:34 +02:00
c61a415fb2 Bugfix/change date to utc in data gathering service ()
* Change date to UTC

* Update changelog
2022-04-25 18:12:42 +02:00
bad9d17c44 Setup allocations page and endpoint ()
* Setup tagging system

* Update changelog
2022-04-24 16:23:03 +02:00
ea89ca5734 Feature/simplify ids in database schema ()
* Simplify ids in database schema
  * Access
  * Order
  * Subscription

* Update changelog
2022-04-24 09:35:01 +02:00
edca05f542 Feature/change get started url of public page ()
* Change url

* Update changelog
2022-04-23 16:48:23 +02:00
1b03ddc586 Feature/add symbol profile overrides model ()
* Add symbol profile overrides model

* Update changelog
2022-04-22 21:27:55 +02:00
beb12637ce Bugfix/fix total calculation for sell and dividend ()
* Fix calculation for sell and dividend activities

* Update changelog
2022-04-22 19:29:18 +02:00
20358d9105 Feature/persist savings rate ()
* Persist savings rate

* Update changelog
2022-04-21 23:07:19 +02:00
0e4c39d145 Feature/reuse value component in ghostfolio in numbers section ()
* Reuse value component

* Update changelog
2022-04-19 17:06:12 +02:00
90efc2ac51 Feature/beautify etf names in asset profile ()
* Beautify ETF names

* Update changelog
2022-04-18 11:57:57 +02:00
056b318d86 Bugfix/fix end date in ics files ()
* Fix end date

* Update changelog
2022-04-18 11:31:16 +02:00
82ede2fe32 Bugfix/fix fear and greed data source ()
* Fix data source of Fear & Greed Index

* Update changelog
2022-04-18 10:49:02 +02:00
638ae3f7fa Feature/add boringly getting rich guide to resources page ()
* Add "Boringly Getting Rich" guide

* Update changelog
2022-04-16 15:35:31 +02:00
6e7cf0380b Feature/export single draft ()
* Export single draft

* Update changelog
2022-04-16 11:33:01 +02:00
ec2ecab751 Clean up name () 2022-04-16 10:21:32 +02:00
ba7c98d325 Add test case for BUY and SELL (partially) ()
* Add test case for BUY and SELL (partially)

* Fix investment calculation for sell activities

* Do not show total value if sell activity

* Update changelog
2022-04-15 18:56:23 +02:00
65e062ad26 Simplify search ()
* Simplify search

* Update changelog
2022-04-15 12:39:33 +02:00
8526b5a027 Feature/export draft activities as ics ()
* Export draft activities as ICS

* Update changelog
2022-04-15 10:53:40 +02:00
aef91d3e30 Feature/improve label in summary ()
* Improve label

* Update changelog
2022-04-12 18:04:48 +02:00
23f2ac472e Feature/add fire calculator ()
* Add fire calculator

* Update changelog
2022-04-10 20:02:31 +02:00
d5ba624403 Feature/add support for terra ()
* Add Terra (LUNA1-USD)

* Update changelog
2022-04-10 19:38:27 +02:00
9b49ed77f7 Feature/add support for thor chain ()
* Add THORChain (RUNE-USD)

* Update changelog
2022-04-09 20:16:36 +02:00