812 Commits

Author SHA1 Message Date
Thomas Kaul
55b0fe232c
Bugfix/reset form values to null if empty string ()
* Reset form values to null if empty string

* Update changelog
2024-04-25 19:04:28 +02:00
Thomas Kaul
46432edce9
Feature/extend faq by custom asset instructions ()
* Add instructions for custom asset

* Update changelog
2024-04-24 20:35:39 +02:00
Thomas Kaul
990028316e
Refactor form controls to form getter () 2024-04-24 20:20:56 +02:00
Thomas Kaul
cdbe6eedeb
Feature/change cash to liquidity in asset class enum ()
* Change CASH to LIQUIDITY in asset class enum

* Update changelog
2024-04-23 18:55:37 +02:00
Thomas Kaul
39bd4a349b
Feature/improve chart in account detail dialog ()
* Improve net worth calculation in portfolio performance chart

* Improve account balance management

* Update changelog
2024-04-21 17:11:53 +02:00
Thomas Kaul
2d70b18593
Remove links () 2024-04-21 10:08:22 +02:00
Thomas Kaul
895c4fe299
Improve style on mobile () 2024-04-20 12:54:23 +02:00
Thomas Kaul
212aa6a63b
Feature/add date range support to portfolio holdings page ()
* Add date range support

* Update changelog
2024-04-20 09:51:12 +02:00
Thomas Kaul
bed9ae916c
Migrate UI components to standalone () 2024-04-19 20:57:47 +02:00
Thomas Kaul
b6ad362850
Feature/remove date range support in activities table on portfolio activities page ()
* Remove date range support

* Update changelog
2024-04-19 20:44:28 +02:00
Thomas Kaul
ab86dd5318
Add Home Assistant () 2024-04-19 20:43:52 +02:00
Thomas Kaul
92fb05320a
Migrate UI components to standalone () 2024-04-19 18:31:35 +02:00
Thomas Kaul
73d62bb51f
Migrate UI components to standalone () 2024-04-18 20:46:12 +02:00
Fedron
9241c04d5a
Feature/add form validation against DTO for activity and account ()
* Add form validation against DTO for activity and account

* Update changelog
2024-04-14 19:52:41 +02:00
Thomas Kaul
07c0e5a612
Feature/add currency to order database schema ()
* Add currency to Order database schema

* Update changelog
2024-04-07 11:30:32 +02:00
Thomas Kaul
719bbe156e
Feature/optimize calculation of allocations by market ()
* Optimize calculation of allocations by market

* Update changelog
2024-04-07 09:26:30 +02:00
Thomas Kaul
50dbbf0569
Feature/refactor symbol icon module to asset profile icon component ()
* Refactor symbol icon module to asset profile icon component (standalone)
2024-04-06 21:15:19 +02:00
Thomas Kaul
c10ae431a2
Feature/extend faq by data providers ()
* Add data providers

* Update changelog
2024-04-06 08:40:44 +02:00
Thomas Kaul
6f3cce1c5f
Feature/disable option to update cash balance if date is not today ()
* Disable option to update cash balance if date is not today

* Update changelog
2024-04-02 20:17:16 +02:00
Thomas Kaul
efdc9b387f
Eliminate ghostfolio-style.scss () 2024-04-01 13:24:00 +02:00
Thomas Kaul
1b81409b35
Add OpenAlternative logo () 2024-04-01 09:02:10 +02:00
Thomas Kaul
51203ec96e
Feature/setup chinese ()
* Set up chinese

* Update changelog
2024-03-31 10:46:30 +02:00
Thomas Kaul
f1eeee0525
Feature/extend date range support by specific years ()
* Extend date range support by specific years

* Support date range in benchmark endpoint

* Support date range in activities endpoint

* Update changelog
2024-03-30 13:06:42 +01:00
Thomas Kaul
a33f8d5bed
Upgrade @types/big.js to version 6.2.2 ()
* Upgrade @types/big.js to version 6.2.2

* Refactor imports
2024-03-25 08:34:30 +01:00
Thomas Kaul
3f7d6b25c7
Feature/extend faq by backup strategy ()
* Add backup strategy

* Update changelog
2024-03-23 19:10:23 +01:00
Thomas Kaul
8a062e03ab
Feature/add benchmark name to tooltip of benchmark comparator ()
* Add benchmark name to chart tooltip

* Update changelog
2024-03-23 09:38:35 +01:00
Gerard Du Pre
c289793c6d
Feature/switch between active and closed holdings ()
* Switch between active and closed holdings on the portfolio holdings page

* Update changelog

---------

Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2024-03-16 14:20:58 +01:00
Thomas Kaul
a90c067da0
Clean up () 2024-03-16 13:40:23 +01:00
rodriguestiago0
3b895afc9e
Enable account balance update for fee and interest activities ()
* Enable account balance update for fee and interest activities

* Update changelog
2024-03-15 18:56:17 +01:00
Thomas Kaul
8420cb830c
Feature/add product roadmap to faq ()
* Add product roadmap

* Update changelog
2024-03-14 14:09:20 +01:00
Thomas Kaul
bb86f85203
Feature/add available home server systems to faq ()
* Add available home server systems

* Update changelog

* Add CasaOS to README.md
2024-03-10 09:50:43 +01:00
Thomas Kaul
eb75be8535
Optimize details endpoint ()
* Make summary optional

* Introduce dedicated holdings endpoint

* Update changelog
2024-03-09 19:56:26 +01:00
Thomas Kaul
66992ef915
Bugfix/change show condition of button to fetch current market price ()
* Change show condition of button to fetch current market price

* Update changelog
2024-03-02 12:59:54 +01:00
Thomas Kaul
5d7c19b0ed
Fix typo () 2024-03-02 09:42:41 +01:00
Thomas Kaul
633c65e33c
Feature/extend self hosting faq ()
* Extend self-hosting FAQ

* Update changelog
2024-02-29 21:04:47 +01:00
Thomas Kaul
15cc294581
Feature/move break down of performance from experimental to general availability ()
* Move break down of performance to general availability

* Update changelog
2024-02-25 19:12:30 +01:00
Thomas Kaul
6ae3a47b54
Bugfix/change top and bottom performers to performance with currency effect ()
* Change to performance with currency effect

* Update changelog
2024-02-25 13:43:49 +01:00
Thomas Kaul
2e9d40c201
Feature/switch to performance calculations with currency effects ()
* Switch to performance calculations with currency effects

* Improve value redaction in portfolio details endpoint

* Update changelog
2024-02-24 19:58:13 +01:00
Thomas Kaul
6be38a1c19
Feature/remove is default flag from account database schema ()
* Remove isDefault flag from Account database schema

* Update changelog
2024-02-24 19:44:56 +01:00
Thomas Kaul
b62488628c
Prettify markup () 2024-02-21 09:58:15 +01:00
Thomas Kaul
e1371a8d2b
Clean up () 2024-02-18 12:27:34 +01:00
Thomas Kaul
448cea0b69
Feature/improve usability of holdings table ()
* Improve usability

* Update changelog
2024-02-18 10:18:53 +01:00
Thomas Kaul
ad42c0bf28
Enable FAQ link for self-hoster () 2024-02-18 08:53:01 +01:00
Thomas Kaul
2518a8fd9d
Feature/add accounts tab to position detail dialog ()
* Add accounts tab to position detail dialog

* Update changelog
2024-02-17 21:32:56 +01:00
Thomas Kaul
cac73ac111
Feature/divide faq page in three sections ()
* Divide FAQ page in three sections

* General
* Cloud (SaaS)
* Self-Hosting

* Update changelog
2024-02-16 18:57:34 +01:00
Thomas Kaul
02cf4295a9
Feature/add loading indicator to dividend and investment timelines ()
* Add loading indicators

* Dividend timeline
* Investment timeline

* Update changelog
2024-02-16 09:43:51 +01:00
Thomas Kaul
e0d6d9e8ca
Migrate if / else to control flow () 2024-02-13 20:46:21 +01:00
Thomas Kaul
1fec49fbc2
Improve states () 2024-02-13 19:44:17 +01:00
Thomas Kaul
2985dd67c5
Feature/improve ordered list in safari ()
* Improve ordered list in Safari (without text-truncate)

* Update changelog
2024-02-12 20:35:16 +01:00
Thomas Kaul
b758654158
Fix renew plan label () 2024-02-11 21:37:11 +01:00