yksolanki9
8c141abb16
Make entire activity row clickable
3 years ago
yksolanki9
2d6d31623b
Unsubscribe to observable once component is destroyed
3 years ago
yksolanki9
6abb730f51
Fix condition to show checkbox
3 years ago
yksolanki9
07075bd607
Remove comments and uncomment logic
3 years ago
Thomas Kaul
c38ebec3be
Feature/add name to activities table ( #1516 )
* Add name to symbol column
* Update changelog
3 years ago
yksolanki9
1b1d1b45a3
Select activities to be imported
3 years ago
yksolanki9
456f87cf17
Add checkbox for selecting activities
3 years ago
yksolanki9
6bd9c85acc
Add input/output in activities table componnent for multiselect
3 years ago
Thomas Kaul
50f6d154e5
Feature/extend sorting in tables ( #1491 )
* Extend sorting
* Update changelog
3 years ago
Thomas Kaul
b5b7af7741
Feature/improve asset profile management ( #1485 )
* Improve asset profile management (Add note, fix filter)
* Update changelog
3 years ago
Yash Solanki
901c997908
Add pagination to activities table ( #1404 )
* Add pagination to activities table
3 years ago
Thomas Kaul
e3662a143c
Improve localization ( #1191 )
* Improve localization
* Update changelog
3 years ago
Thomas Kaul
335553e891
Feature/tag template literal strings ( #1152 )
* Tagged template literal strings
* Update changelog
3 years ago
Thomas Kaul
81217b35ef
Feature/add comment to activity ( #1097 )
* Add comment to activity
* Update changelog
4 years ago
Thomas Kaul
002b883668
Feature/upgrade to angular 14 ( #1019 )
* Upgrade to angular 14
* Migrate UntypedFormControl to FormControl
* Update changelog
4 years ago
Thomas Kaul
74fe90906a
Bugfix/exclude emtpy items in activities filter ( #999 )
* Exclude empty items
* Update changelog
4 years ago
Thomas Kaul
4a123c38f2
Refactor placeholder ( #925 )
4 years ago
Thomas Kaul
160335302a
Feature/group filters by type ( #922 )
* Add groups to activities filter component
* Update changelog
4 years ago
Thomas Kaul
40380346e6
Feature/setup bull queue system ( #886 )
* Setup @nestjs/bull and asset profile data gathering job
* Update changelog
4 years ago
Thomas Kaul
16dd8f7652
Feature/refactor filters with interface ( #883 )
* Refactor filtering with an interface
* Filter by accounts
* Update changelog
4 years ago
Thomas Kaul
8f61f7c169
Feature/extract activities table filter component ( #858 )
* Extract activities table component
* Update changelog
4 years ago
Thomas Kaul
6e7cf0380b
Feature/export single draft ( #835 )
* Export single draft
* Update changelog
4 years ago
Thomas Kaul
ba7c98d325
Add test case for BUY and SELL (partially) ( #826 )
* Add test case for BUY and SELL (partially)
* Fix investment calculation for sell activities
* Do not show total value if sell activity
* Update changelog
4 years ago
Thomas Kaul
8526b5a027
Feature/export draft activities as ics ( #830 )
* Export draft activities as ICS
* Update changelog
4 years ago
Thomas Kaul
204c7360c3
Feature/prepare for localized date format ( #803 )
* Support localized date and number format
* Update changelog
4 years ago
Thomas Kaul
fa79196278
Feature/display values in base currency on mobile ( #796 )
* Display values in base currency on mobile
* Update changelog
4 years ago
Thomas Kaul
eb77652d6a
Clean up import ( #784 )
4 years ago
Thomas Kaul
b3e58d182a
Feature/add support for click in portfolio proportion chart ( #729 )
* Add support for click
* Update changelog
4 years ago
Thomas Kaul
76f70598e2
Feature/add support for wealth items ( #666 )
* Add support for wealth items
* Update changelog
4 years ago
Thomas Kaul
6ac693dd39
Feature/improve position of currency column ( #685 )
* Move position of currency column
* Update changelog
4 years ago
Thomas Kaul
e625e55784
Move currency column ( #678 )
4 years ago
Thomas Kaul
48b524de5a
Feature/add export functionality to position detail dialog ( #672 )
* Add export functionality to the position detail dialog
* Respect filters in activities export
* Update changelog
4 years ago
Thomas Kaul
62885ea890
Feature/improve consistent use of symbol with data source ( #656 )
* Improve the consistent use of symbol with dataSource
* Update changelog
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
b291d9e031
Feature/refactor transactions to activities table ( #600 )
* Refactor transactions to activities table with attributes and routes
* 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
Thomas Kaul
5d4156ecec
Feature/refactor position detail dialog ( #355 )
* Add name to portfolio position endpoint
* Update changelog
4 years ago
Thomas
c7b7efae3b
Feature/import transactions ( #212 )
* Implement import transactions functionality
* Update changelog
5 years ago
Thomas
ecfe694f0b
Feature/export transactions ( #209 )
* Export functionality for transactions
* Update changelog
5 years ago
Thomas
1135a5b335
Fix rendering of currency and platform in dialogs and clean up observables ( #202 )
5 years ago
Thomas
92d321a001
Drafts for orders ( #187 )
* Render the future with a dashed border
* Update changelog
5 years ago
Thomas
8314b98f81
Feature/improve tables ( #157 )
* Improve tables
* Update changelog
5 years ago
Thomas
aea497154a
Feature/prettify symbols in transaction filtering component ( #131 )
* Prettify generic scraper symbols
* Update changelog
5 years ago
Thomas
abd0e08566
Introduce @ghostfolio/common lib ( #102 )
5 years ago
Thomas
c973ffd3ba
Feature/reorganize helper lib ( #100 )
Reorganize helper lib (Move interfaces and types)
* InfoItem
* PortfolioItem
* PortfolioOverview
* PortfolioPerformance
* Position
* PortfolioPosition
* PortfolioReport
* PortfolioReportRule
* User
* UserSettings
* DateRange
* AdminData
* AccessWithGranteeUser
* OrderWithAccount
* Granularity
* UserWithSettings
* RequestWithUser
5 years ago
Thomas
7a8a25c4c0
Feature/filter by year in transaction table ( #97 )
* Filter by year
Co-Authored-By: Valentin Zickner <valentin@coderworks.de>
5 years ago
Thomas
42b9178d96
Feature/improve filter search in transactions table ( #85 )
* Improve filter search style
* Update changelog
5 years ago
Thomas
04cfa7366f
Sort imports ( #84 )
5 years ago
Thomas
b8c05d1014
Feature/harmonize table styles ( #80 )
* Harmonize table styles
* Update changelog
5 years ago