Thomas Kaul
cf8eac3d44
Feature/rename Settings to settings in User database schema ( #5100 )
* Rename Settings to settings in User database schema
* Update changelog
4 months ago
Thomas Kaul
55e4d2fc7a
Feature/deprecate ITEM activity type in favor of BUY ( #5093 )
* Deprecate ITEM activity type in favor of BUY
* Update changelog
4 months ago
Thomas Kaul
433f1686e3
Feature/rename Account to account in Order database schema ( #5052 )
* Rename Account to account in Order database schema
* Update changelog
4 months ago
Thomas Kaul
20070d76bc
Feature/rename User to user in database schema ( #4899 )
* Rename User to user in database schema
* Update changelog
4 months ago
Thomas Kaul
ccee5b1337
Bugfix/respect filter by holding when deleting activities ( #4823 )
* Respect filter by holding when deleting activities
* Update changelog
5 months ago
Thomas Kaul
e97757631b
Feature/add missing types of impersonationId in controllers ( #4691 )
* Add missing types
5 months ago
Thomas Kaul
403ee2741d
Feature/set up portfolio snapshot queue ( #3725 )
* Set up portfolio snapshot queue
* Update changelog
1 year ago
Shaunak Das
383a02519a
Feature/extend filters of order endpoint ( #3743 )
* Extend filters of order endpoint
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
1 year ago
Thomas Kaul
c34959896c
Feature/improve color assignment with annualized performance in treemap chart ( #3657 )
* Improve color assignment
* Update changelog
1 year ago
Thomas Kaul
dc1948016f
Feature/clone or edit activity from holding detail dialog ( #3644 )
* Clone or edit activity from holding detail dialog
* Update changelog
1 year ago
Thomas Kaul
8386fec98a
Feature/automatic deletion of unused asset profiles ( #3525 )
* Automatic deletion of unused asset profiles
* Update changelog
1 year ago
Thomas Kaul
b12ac1fe84
Feature/simplify module imports of api ( #3443 )
* Simplify module imports
1 year ago
Gerard Du Pre
8319b216bb
Feature/support delete activities with filtering ( #3394 )
* Support delete activities with filtering
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
1 year ago
Thomas Kaul
4efd5cefd8
Bugfix/calculation of portfolio summary caused by future liabilities ( #3342 )
* Adapt date of future activities
* Update changelog
1 year ago
Thomas Kaul
b692b7432c
Feature/set up event system for portfolio changes ( #3333 )
* Set up event system for portfolio changes
* Update changelog
2 years ago
Thomas Kaul
4e7d93db13
Feature/adapt priorities of data gathering jobs ( #3262 )
* Adapt priorities of data gathering jobs
* Update changelog
2 years ago
Thomas Kaul
07c0e5a612
Feature/add currency to order database schema ( #3251 )
* Add currency to Order database schema
* Update changelog
2 years ago
Thomas Kaul
f1eeee0525
Feature/extend date range support by specific years ( #3190 )
* Extend date range support by specific years
* Support date range in benchmark endpoint
* Support date range in activities endpoint
* Update changelog
2 years ago
Thomas Kaul
e921ed7f52
Reorder imports ( #2988 )
2 years ago
underwater
7d68905f1b
Feature/use has permission annotation in endpoints ( #2771 )
* Use HasPermission in endpoints
* Update changelog
2 years ago
Thomas Kaul
51a0ede3e4
Feature/introduce lazy loaded activities table ( #2729 )
* Introduce lazy-loaded activities table
* Add icon column
* Emit paginator event
* Add pagination logic
* Integrate total items
* Update changelog
2 years ago
shyam kachhadiya
f40f0653c2
Add request params (ship, take) for pagination to GET order endpoint ( #2382 )
* Add request params (ship, take) for pagination to GET order endpoint
* Update changelog
2 years ago
Thomas Kaul
e2e4c9be3c
Feature/skip data gathering for manual data source ( #2379 )
* Skip data gathering
* Update changelog
2 years ago
Thomas Kaul
286e41eb21
Feature/optimize import validation by reducing to unique asset profiles ( #2198 )
* Optimize activities validation
* Optimize data gathering in import
* Update changelog
2 years ago
Thomas Kaul
f4c748f67a
Feature/extend support for impersonation mode ( #1898 )
* Support impersonation of all users for local development
* Update changelog
3 years ago
Francisco Silva
67e758365f
feature: allow to delete all activities of a user ( #1880 )
* Allow to delete all activities of a user
* Update changelog
3 years ago
Thomas Kaul
513a564e2c
Restructure services ( #1891 )
3 years ago
Thomas Kaul
261a0fb0b9
Refactor AuthInterceptor ( #1764 )
* Refactor AuthInterceptor
* Refactor JwtStrategy
3 years ago
Thomas Kaul
2efb331370
Feature/improve value redaction interceptor ( #1495 )
* Improve value redaction interceptor
* Update changelog
3 years ago
Thomas Kaul
c2df99072d
Feature/refactor filters ( #1299 )
* Refactor filters
Co-Authored-By: Zakaria YAHI <9142557+ZakYahi@users.noreply.github.com>
3 years ago
Thomas Kaul
f01a3f893d
Exclude accounts ( #1289 )
* Exclude accounts
* Update changelog
3 years ago
Thomas Kaul
4f8fe83a16
Feature/clean up user database schema ( #1242 )
* Clean up user database schema
* Update changelog
3 years ago
Thomas Kaul
c0f19d56ec
Feature/add account detail dialog ( #1047 )
* Add account detail dialog
* Update changelog
3 years ago
Thomas Kaul
69088b93a6
Feature/add value redaction as interceptor ( #960 )
* Add value redaction as interceptor
* Update changelog
3 years ago
Thomas Kaul
01103f3db4
Feature/add asset and asset sub class to wealth items form ( #880 )
* Add asset and asset sub class
* Update changelog
4 years ago
Thomas Kaul
ea89ca5734
Feature/simplify ids in database schema ( #861 )
* Simplify ids in database schema
* Access
* Order
* Subscription
* Update changelog
4 years ago
Thomas Kaul
c216ab1d76
Eliminate data source from order model ( #730 )
* Eliminate currency, data source and symbol from order model
* Remove prefix for symbols with data source GHOSTFOLIO
* Update changelog
4 years ago
Thomas Kaul
155c08d665
Transform data source ( #658 )
* Transform data source
* Update changelog
4 years ago
Thomas Kaul
b8ad6d6662
Feature/improve import ( #657 )
* Improve import
* Update changelog
Co-Authored-By: Ronald Konjer <ronaldkonjer@gmail.com>
4 years ago
Thomas Kaul
585f99e4df
Feature/add summary row to activities table ( #645 )
* Add summary row to activities table
* Update changelog
4 years ago
Thomas Kaul
0a8d159f78
Bugfix/fix missing symbol profile data connection in import ( #630 )
* Fix missing symbol profile data connection in import
* Update changelog
4 years ago
Thomas Kaul
ff638adf03
Feature/add transactions to position detail dialog ( #591 )
* Add transactions to position detail dialog
* Update changelog
4 years ago
Thomas Kaul
d09cad4e05
Feature/read only mode ( #520 )
* Setup read only mode and update permissions dynamically
* Update changelog
4 years ago
Matthias Frey
63ee33b685
Use 'import type' to import types, eliminate webpack warnings ( #358 )
4 years ago
Thomas Kaul
05b0efef82
Feature/add restricted view ( #295 )
* Add restricted view
* Update changelog
4 years ago
Thomas Kaul
0ee2258af8
Feature/improve impersonation mode ( #293 )
* Improve the impersonation mode
* Update changelog
4 years ago
Thomas
bb76ace95d
Feature/improve support for draft transactions ( #265 )
* Improve support for draft transactions
* Update changelog
4 years ago
Thomas
4bd41ffa41
Feature/eliminate name from timeline position ( #245 )
* Eliminate name from timeline position: Get the name from the symbolProfileService instead
* Update changelog
4 years ago
Thomas
92d321a001
Drafts for orders ( #187 )
* Render the future with a dashed border
* Update changelog
4 years ago
Thomas
9eb25f6c9e
Feature/connect or create logic for symbol profile ( #153 )
* Add connectOrCreate logic
* Extend seed
* Update changelog
4 years ago