Compare commits
73 Commits
Author | SHA1 | Date | |
---|---|---|---|
423bd92b89 | |||
5dc331e386 | |||
744dc51dcd | |||
b0c53d050a | |||
830569b38e | |||
35b4aef06f | |||
bc2fd9c970 | |||
c42a8aebed | |||
fad1adb91b | |||
9cd37f8de0 | |||
d49b90d7a5 | |||
130a9ea062 | |||
ffc6309850 | |||
976cc7f243 | |||
7067aca04b | |||
1c9805bb96 | |||
8227a2d91a | |||
194aee97db | |||
0f77169952 | |||
0f8dc62c53 | |||
554136cdcd | |||
83b5cfff1f | |||
dcec3accf0 | |||
f08b0b570b | |||
8386fec98a | |||
4d3dff3e5b | |||
76890e63fa | |||
4fb2aebf4f | |||
ed5cd3b978 | |||
469c1936b4 | |||
8b3cc5c11a | |||
ee086638f3 | |||
58d1abbd38 | |||
ba979cbae2 | |||
8cda43bb63 | |||
c4499df74c | |||
24bcc15b6a | |||
ff121243e4 | |||
70e633b997 | |||
0780ee4adb | |||
09613f9324 | |||
8642b1a7af | |||
f96f861341 | |||
a201fc7a97 | |||
a97110348c | |||
a25d5b9dc0 | |||
6c2acf2aa6 | |||
519827045a | |||
79a7e12a9f | |||
bf20a5de82 | |||
0adefe14e1 | |||
f24561cc3d | |||
873fd53715 | |||
e5d8faf2dc | |||
65d3bd2802 | |||
ad60373813 | |||
b725e6e2ec | |||
88c420ca5e | |||
118e17f78c | |||
cc92592d86 | |||
46eb3254a9 | |||
2477491f18 | |||
5fc9fde129 | |||
00e50c6abe | |||
8131a7ad03 | |||
f5e6f7dcfe | |||
87501e094d | |||
d3bfdf78c3 | |||
fc4e6ae6db | |||
23e4d5454d | |||
fdcf5fd396 | |||
8a9ae9bb33 | |||
3fb7e746df |
@ -24,12 +24,18 @@
|
|||||||
{
|
{
|
||||||
"files": ["*.ts", "*.tsx"],
|
"files": ["*.ts", "*.tsx"],
|
||||||
"extends": ["plugin:@nx/typescript"],
|
"extends": ["plugin:@nx/typescript"],
|
||||||
"rules": {}
|
"rules": {
|
||||||
|
"@typescript-eslint/no-extra-semi": "error",
|
||||||
|
"no-extra-semi": "off"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"files": ["*.js", "*.jsx"],
|
"files": ["*.js", "*.jsx"],
|
||||||
"extends": ["plugin:@nx/javascript"],
|
"extends": ["plugin:@nx/javascript"],
|
||||||
"rules": {}
|
"rules": {
|
||||||
|
"@typescript-eslint/no-extra-semi": "error",
|
||||||
|
"no-extra-semi": "off"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"files": ["*.ts"],
|
"files": ["*.ts"],
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,6 +28,7 @@
|
|||||||
.env
|
.env
|
||||||
.env.prod
|
.env.prod
|
||||||
.nx/cache
|
.nx/cache
|
||||||
|
.nx/workspace-data
|
||||||
/.sass-cache
|
/.sass-cache
|
||||||
/connect.lock
|
/connect.lock
|
||||||
/coverage
|
/coverage
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
/.nx/cache
|
/.nx/cache
|
||||||
|
/.nx/workspace-data
|
||||||
/apps/client/src/polyfills.ts
|
/apps/client/src/polyfills.ts
|
||||||
/dist
|
/dist
|
||||||
/test/import
|
/test/import
|
||||||
|
131
CHANGELOG.md
131
CHANGELOG.md
@ -5,6 +5,137 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## 2.94.0 - 2024-07-09
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Improved the language localization for German (`de`)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed a pagination issue in the activities endpoint by adding `id` as a secondary sort criterion to `date` to ensure consistent ordering
|
||||||
|
|
||||||
|
## 2.93.0 - 2024-07-07
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Added the _Crypto Coins Heatmap_ to the resources section
|
||||||
|
- Added the _Stock Heatmap_ to the resources section
|
||||||
|
- Extended the content of the _Self-Hosting_ section by the platforms concept on the Frequently Asked Questions (FAQ) page
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Improved the allocations by ETF holding on the allocations page for the impersonation mode (experimental)
|
||||||
|
- Improved the detection of REST APIs (`JSON`) used via the scraper configuration
|
||||||
|
- Improved the usability to delete an asset profile of type currency in the historical market data table and the asset profile details dialog of the admin control
|
||||||
|
- Refreshed the cryptocurrencies list
|
||||||
|
- Refactored the thresholds of the rules in the _X-ray_ section
|
||||||
|
- Removed the obsolete `version` from the `docker-compose` files
|
||||||
|
- Upgraded `Nx` from version `19.2.2` to `19.4.0`
|
||||||
|
|
||||||
|
## 2.92.0 - 2024-06-30
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Added support for bulk deletion of asset profiles from the market data table in the admin control panel
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Added support for derived currencies in the currency validation
|
||||||
|
- Added support for automatic deletion of unused asset profiles when deleting activities
|
||||||
|
- Improved the caching of the benchmarks in the markets overview (only cache if needed)
|
||||||
|
- Upgraded `prisma` from version `5.15.0` to `5.16.1`
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed an issue with the all time high in the benchmarks of the markets overview
|
||||||
|
|
||||||
|
## 2.91.0 - 2024-06-26
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Added a benchmarks preset to the historical market data table of the admin control panel
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Upgraded `angular` from version `18.0.2` to `18.0.4`
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed the dialog position (center) on mobile
|
||||||
|
- Fixed the horizontal overflow in the historical market data table of the admin control panel
|
||||||
|
- Changed the mechanism of the `INTRADAY` data gathering to persist data only if the market state is `OPEN`
|
||||||
|
- Fixed the creation of activities with `MANUAL` data source (with no historical market data)
|
||||||
|
|
||||||
|
## 2.90.0 - 2024-06-22
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Added a dialog for the benchmarks in the markets overview
|
||||||
|
- Extended the asset profile details dialog of the admin control for currencies
|
||||||
|
- Extended the content of the _Self-Hosting_ section by the mobile app question on the Frequently Asked Questions (FAQ) page
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Moved the indicator for active filters from experimental to general availability
|
||||||
|
- Improved the error handling in the biometric authentication registration
|
||||||
|
- Improved the language localization for German (`de`)
|
||||||
|
- Set up SSL for local development
|
||||||
|
- Upgraded the _Stripe_ dependencies
|
||||||
|
- Upgraded `marked` from version `9.1.6` to `13.0.0`
|
||||||
|
- Upgraded `ngx-device-detector` from version `5.0.1` to `8.0.0`
|
||||||
|
- Upgraded `ngx-markdown` from version `17.1.1` to `18.0.0`
|
||||||
|
- Upgraded `zone.js` from version `0.14.5` to `0.14.7`
|
||||||
|
|
||||||
|
## 2.89.0 - 2024-06-14
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Extended the historical market data table with currencies preset by date and activities count in the admin control panel
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Improved the date validation in the create, import and update activities endpoints
|
||||||
|
- Improved the language localization for German (`de`)
|
||||||
|
|
||||||
|
## 2.88.0 - 2024-06-11
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Set the image source label in `Dockerfile`
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Improved the style of the blog post list
|
||||||
|
- Migrated the `@ghostfolio/client` components to control flow
|
||||||
|
- Improved the language localization for German (`de`)
|
||||||
|
- Upgraded `angular` from version `17.3.10` to `18.0.2`
|
||||||
|
- Upgraded `Nx` from version `19.0.5` to `19.2.2`
|
||||||
|
|
||||||
|
## 2.87.0 - 2024-06-08
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Improved the portfolio summary
|
||||||
|
- Improved the allocations by ETF holding on the allocations page (experimental)
|
||||||
|
- Improved the error handling in the `HttpResponseInterceptor`
|
||||||
|
- Improved the language localization for German (`de`)
|
||||||
|
- Upgraded `prisma` from version `5.14.0` to `5.15.0`
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed an issue in the _FIRE_ calculator
|
||||||
|
|
||||||
|
## 2.86.0 - 2024-06-07
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Introduced the allocations by ETF holding on the allocations page (experimental)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Upgraded `prettier` from version `3.2.5` to `3.3.1`
|
||||||
|
|
||||||
## 2.85.0 - 2024-06-06
|
## 2.85.0 - 2024-06-06
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -10,7 +10,7 @@ Remove permission in `UserService` using `without()`
|
|||||||
|
|
||||||
### Frontend
|
### Frontend
|
||||||
|
|
||||||
Use `*ngIf="user?.settings?.isExperimentalFeatures"` in HTML template
|
Use `@if (user?.settings?.isExperimentalFeatures) {}` in HTML template
|
||||||
|
|
||||||
## Git
|
## Git
|
||||||
|
|
||||||
|
@ -51,6 +51,9 @@ RUN yarn database:generate-typings
|
|||||||
|
|
||||||
# Image to run, copy everything needed from builder
|
# Image to run, copy everything needed from builder
|
||||||
FROM node:18-slim
|
FROM node:18-slim
|
||||||
|
|
||||||
|
LABEL org.opencontainers.image.source="https://github.com/ghostfolio/ghostfolio"
|
||||||
|
|
||||||
RUN apt update && apt install -y \
|
RUN apt update && apt install -y \
|
||||||
curl \
|
curl \
|
||||||
openssl \
|
openssl \
|
||||||
|
12
README.md
12
README.md
@ -7,7 +7,7 @@
|
|||||||
**Open Source Wealth Management Software**
|
**Open Source Wealth Management Software**
|
||||||
|
|
||||||
[**Ghostfol.io**](https://ghostfol.io) | [**Live Demo**](https://ghostfol.io/en/demo) | [**Ghostfolio Premium**](https://ghostfol.io/en/pricing) | [**FAQ**](https://ghostfol.io/en/faq) |
|
[**Ghostfol.io**](https://ghostfol.io) | [**Live Demo**](https://ghostfol.io/en/demo) | [**Ghostfolio Premium**](https://ghostfol.io/en/pricing) | [**FAQ**](https://ghostfol.io/en/faq) |
|
||||||
[**Blog**](https://ghostfol.io/en/blog) | [**Slack**](https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg) | [**X**](https://twitter.com/ghostfolio_)
|
[**Blog**](https://ghostfol.io/en/blog) | [**Slack**](https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg) | [**X**](https://x.com/ghostfolio_)
|
||||||
|
|
||||||
[](https://www.buymeacoffee.com/ghostfolio)
|
[](https://www.buymeacoffee.com/ghostfolio)
|
||||||
[](#contributing)
|
[](#contributing)
|
||||||
@ -47,7 +47,7 @@ Ghostfolio is for you if you are...
|
|||||||
|
|
||||||
- ✅ Create, update and delete transactions
|
- ✅ Create, update and delete transactions
|
||||||
- ✅ Multi account management
|
- ✅ Multi account management
|
||||||
- ✅ Portfolio performance: Time-weighted rate of return (TWR) for `Today`, `YTD`, `1Y`, `5Y`, `Max`
|
- ✅ Portfolio performance: Time-weighted rate of return (TWR) for `Today`, `WTD`, `MTD`, `YTD`, `1Y`, `5Y`, `Max`
|
||||||
- ✅ Various charts
|
- ✅ Various charts
|
||||||
- ✅ Static analysis to identify potential risks in your portfolio
|
- ✅ Static analysis to identify potential risks in your portfolio
|
||||||
- ✅ Import and export transactions
|
- ✅ Import and export transactions
|
||||||
@ -89,7 +89,7 @@ We provide official container images hosted on [Docker Hub](https://hub.docker.c
|
|||||||
| ------------------------ | ------------------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
|
| ------------------------ | ------------------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| `ACCESS_TOKEN_SALT` | string | | A random string used as salt for access tokens |
|
| `ACCESS_TOKEN_SALT` | string | | A random string used as salt for access tokens |
|
||||||
| `API_KEY_COINGECKO_DEMO` | string (`optional`) | | The _CoinGecko_ Demo API key |
|
| `API_KEY_COINGECKO_DEMO` | string (`optional`) | | The _CoinGecko_ Demo API key |
|
||||||
| `API_KEY_COINGECKO_PRO` | string (`optional`) | | The _CoinGecko_ Pro API |
|
| `API_KEY_COINGECKO_PRO` | string (`optional`) | | The _CoinGecko_ Pro API key |
|
||||||
| `DATABASE_URL` | string | | The database connection URL, e.g. `postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@localhost:5432/${POSTGRES_DB}?sslmode=prefer` |
|
| `DATABASE_URL` | string | | The database connection URL, e.g. `postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@localhost:5432/${POSTGRES_DB}?sslmode=prefer` |
|
||||||
| `HOST` | string (`optional`) | `0.0.0.0` | The host where the Ghostfolio application will run on |
|
| `HOST` | string (`optional`) | `0.0.0.0` | The host where the Ghostfolio application will run on |
|
||||||
| `JWT_SECRET_KEY` | string | | A random string used for _JSON Web Tokens_ (JWT) |
|
| `JWT_SECRET_KEY` | string | | A random string used for _JSON Web Tokens_ (JWT) |
|
||||||
@ -161,7 +161,7 @@ Ghostfolio is available for various home server systems, including [CasaOS](http
|
|||||||
1. Run `yarn database:setup` to initialize the database schema
|
1. Run `yarn database:setup` to initialize the database schema
|
||||||
1. Run `git config core.hooksPath ./git-hooks/` to setup git hooks
|
1. Run `git config core.hooksPath ./git-hooks/` to setup git hooks
|
||||||
1. Start the server and the client (see [_Development_](#Development))
|
1. Start the server and the client (see [_Development_](#Development))
|
||||||
1. Open http://localhost:4200/en in your browser
|
1. Open https://localhost:4200/en in your browser
|
||||||
1. Create a new user via _Get Started_ (this first user will get the role `ADMIN`)
|
1. Create a new user via _Get Started_ (this first user will get the role `ADMIN`)
|
||||||
|
|
||||||
### Start Server
|
### Start Server
|
||||||
@ -176,7 +176,7 @@ Run `yarn start:server`
|
|||||||
|
|
||||||
### Start Client
|
### Start Client
|
||||||
|
|
||||||
Run `yarn start:client` and open http://localhost:4200/en in your browser
|
Run `yarn start:client` and open https://localhost:4200/en in your browser
|
||||||
|
|
||||||
### Start _Storybook_
|
### Start _Storybook_
|
||||||
|
|
||||||
@ -275,7 +275,7 @@ Are you building your own project? Add the `ghostfolio` topic to your _GitHub_ r
|
|||||||
|
|
||||||
Ghostfolio is **100% free** and **open source**. We encourage and support an active and healthy community that accepts contributions from the public - including you.
|
Ghostfolio is **100% free** and **open source**. We encourage and support an active and healthy community that accepts contributions from the public - including you.
|
||||||
|
|
||||||
Not sure what to work on? We have [some ideas](https://github.com/ghostfolio/ghostfolio/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22), even for [newcomers](https://github.com/ghostfolio/ghostfolio/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22). Please join the Ghostfolio [Slack](https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg) channel or post to [@ghostfolio\_](https://twitter.com/ghostfolio_) on _X_. We would love to hear from you.
|
Not sure what to work on? We have [some ideas](https://github.com/ghostfolio/ghostfolio/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22), even for [newcomers](https://github.com/ghostfolio/ghostfolio/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22). Please join the Ghostfolio [Slack](https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg) channel or post to [@ghostfolio\_](https://x.com/ghostfolio_) on _X_. We would love to hear from you.
|
||||||
|
|
||||||
If you like to support this project, get [**Ghostfolio Premium**](https://ghostfol.io/en/pricing) or [**Buy me a coffee**](https://www.buymeacoffee.com/ghostfolio).
|
If you like to support this project, get [**Ghostfolio Premium**](https://ghostfol.io/en/pricing) or [**Buy me a coffee**](https://www.buymeacoffee.com/ghostfolio).
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
|
import { IsCurrencyCode } from '@ghostfolio/api/validators/is-currency-code';
|
||||||
|
|
||||||
import { Transform, TransformFnParams } from 'class-transformer';
|
import { Transform, TransformFnParams } from 'class-transformer';
|
||||||
import {
|
import {
|
||||||
IsBoolean,
|
IsBoolean,
|
||||||
IsISO4217CurrencyCode,
|
|
||||||
IsNumber,
|
IsNumber,
|
||||||
IsOptional,
|
IsOptional,
|
||||||
IsString,
|
IsString,
|
||||||
@ -20,7 +21,7 @@ export class CreateAccountDto {
|
|||||||
)
|
)
|
||||||
comment?: string;
|
comment?: string;
|
||||||
|
|
||||||
@IsISO4217CurrencyCode()
|
@IsCurrencyCode()
|
||||||
currency: string;
|
currency: string;
|
||||||
|
|
||||||
@IsOptional()
|
@IsOptional()
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
|
import { IsCurrencyCode } from '@ghostfolio/api/validators/is-currency-code';
|
||||||
|
|
||||||
import { Transform, TransformFnParams } from 'class-transformer';
|
import { Transform, TransformFnParams } from 'class-transformer';
|
||||||
import {
|
import {
|
||||||
IsBoolean,
|
IsBoolean,
|
||||||
IsISO4217CurrencyCode,
|
|
||||||
IsNumber,
|
IsNumber,
|
||||||
IsOptional,
|
IsOptional,
|
||||||
IsString,
|
IsString,
|
||||||
@ -20,7 +21,7 @@ export class UpdateAccountDto {
|
|||||||
)
|
)
|
||||||
comment?: string;
|
comment?: string;
|
||||||
|
|
||||||
@IsISO4217CurrencyCode()
|
@IsCurrencyCode()
|
||||||
currency: string;
|
currency: string;
|
||||||
|
|
||||||
@IsString()
|
@IsString()
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
import { BenchmarkModule } from '@ghostfolio/api/app/benchmark/benchmark.module';
|
||||||
|
import { OrderModule } from '@ghostfolio/api/app/order/order.module';
|
||||||
import { SubscriptionModule } from '@ghostfolio/api/app/subscription/subscription.module';
|
import { SubscriptionModule } from '@ghostfolio/api/app/subscription/subscription.module';
|
||||||
import { TransformDataSourceInRequestModule } from '@ghostfolio/api/interceptors/transform-data-source-in-request/transform-data-source-in-request.module';
|
import { TransformDataSourceInRequestModule } from '@ghostfolio/api/interceptors/transform-data-source-in-request/transform-data-source-in-request.module';
|
||||||
import { ApiModule } from '@ghostfolio/api/services/api/api.module';
|
import { ApiModule } from '@ghostfolio/api/services/api/api.module';
|
||||||
@ -19,11 +21,13 @@ import { QueueModule } from './queue/queue.module';
|
|||||||
@Module({
|
@Module({
|
||||||
imports: [
|
imports: [
|
||||||
ApiModule,
|
ApiModule,
|
||||||
|
BenchmarkModule,
|
||||||
ConfigurationModule,
|
ConfigurationModule,
|
||||||
DataGatheringModule,
|
DataGatheringModule,
|
||||||
DataProviderModule,
|
DataProviderModule,
|
||||||
ExchangeRateDataModule,
|
ExchangeRateDataModule,
|
||||||
MarketDataModule,
|
MarketDataModule,
|
||||||
|
OrderModule,
|
||||||
PrismaModule,
|
PrismaModule,
|
||||||
PropertyModule,
|
PropertyModule,
|
||||||
QueueModule,
|
QueueModule,
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
import { BenchmarkService } from '@ghostfolio/api/app/benchmark/benchmark.service';
|
||||||
|
import { OrderService } from '@ghostfolio/api/app/order/order.service';
|
||||||
import { SubscriptionService } from '@ghostfolio/api/app/subscription/subscription.service';
|
import { SubscriptionService } from '@ghostfolio/api/app/subscription/subscription.service';
|
||||||
import { environment } from '@ghostfolio/api/environments/environment';
|
import { environment } from '@ghostfolio/api/environments/environment';
|
||||||
import { ConfigurationService } from '@ghostfolio/api/services/configuration/configuration.service';
|
import { ConfigurationService } from '@ghostfolio/api/services/configuration/configuration.service';
|
||||||
@ -13,11 +15,13 @@ import {
|
|||||||
PROPERTY_IS_READ_ONLY_MODE,
|
PROPERTY_IS_READ_ONLY_MODE,
|
||||||
PROPERTY_IS_USER_SIGNUP_ENABLED
|
PROPERTY_IS_USER_SIGNUP_ENABLED
|
||||||
} from '@ghostfolio/common/config';
|
} from '@ghostfolio/common/config';
|
||||||
|
import { isCurrency, getCurrencyFromSymbol } from '@ghostfolio/common/helper';
|
||||||
import {
|
import {
|
||||||
AdminData,
|
AdminData,
|
||||||
AdminMarketData,
|
AdminMarketData,
|
||||||
AdminMarketDataDetails,
|
AdminMarketDataDetails,
|
||||||
AdminMarketDataItem,
|
AdminMarketDataItem,
|
||||||
|
EnhancedSymbolProfile,
|
||||||
Filter,
|
Filter,
|
||||||
UniqueAsset
|
UniqueAsset
|
||||||
} from '@ghostfolio/common/interfaces';
|
} from '@ghostfolio/common/interfaces';
|
||||||
@ -38,10 +42,12 @@ import { groupBy } from 'lodash';
|
|||||||
@Injectable()
|
@Injectable()
|
||||||
export class AdminService {
|
export class AdminService {
|
||||||
public constructor(
|
public constructor(
|
||||||
|
private readonly benchmarkService: BenchmarkService,
|
||||||
private readonly configurationService: ConfigurationService,
|
private readonly configurationService: ConfigurationService,
|
||||||
private readonly dataProviderService: DataProviderService,
|
private readonly dataProviderService: DataProviderService,
|
||||||
private readonly exchangeRateDataService: ExchangeRateDataService,
|
private readonly exchangeRateDataService: ExchangeRateDataService,
|
||||||
private readonly marketDataService: MarketDataService,
|
private readonly marketDataService: MarketDataService,
|
||||||
|
private readonly orderService: OrderService,
|
||||||
private readonly prismaService: PrismaService,
|
private readonly prismaService: PrismaService,
|
||||||
private readonly propertyService: PropertyService,
|
private readonly propertyService: PropertyService,
|
||||||
private readonly subscriptionService: SubscriptionService,
|
private readonly subscriptionService: SubscriptionService,
|
||||||
@ -147,7 +153,16 @@ export class AdminService {
|
|||||||
[{ symbol: 'asc' }];
|
[{ symbol: 'asc' }];
|
||||||
const where: Prisma.SymbolProfileWhereInput = {};
|
const where: Prisma.SymbolProfileWhereInput = {};
|
||||||
|
|
||||||
if (presetId === 'CURRENCIES') {
|
if (presetId === 'BENCHMARKS') {
|
||||||
|
const benchmarkAssetProfiles =
|
||||||
|
await this.benchmarkService.getBenchmarkAssetProfiles();
|
||||||
|
|
||||||
|
where.id = {
|
||||||
|
in: benchmarkAssetProfiles.map(({ id }) => {
|
||||||
|
return id;
|
||||||
|
})
|
||||||
|
};
|
||||||
|
} else if (presetId === 'CURRENCIES') {
|
||||||
return this.getMarketDataForCurrencies();
|
return this.getMarketDataForCurrencies();
|
||||||
} else if (
|
} else if (
|
||||||
presetId === 'ETF_WITHOUT_COUNTRIES' ||
|
presetId === 'ETF_WITHOUT_COUNTRIES' ||
|
||||||
@ -295,6 +310,16 @@ export class AdminService {
|
|||||||
dataSource,
|
dataSource,
|
||||||
symbol
|
symbol
|
||||||
}: UniqueAsset): Promise<AdminMarketDataDetails> {
|
}: UniqueAsset): Promise<AdminMarketDataDetails> {
|
||||||
|
let activitiesCount: EnhancedSymbolProfile['activitiesCount'] = 0;
|
||||||
|
let currency: EnhancedSymbolProfile['currency'] = '-';
|
||||||
|
let dateOfFirstActivity: EnhancedSymbolProfile['dateOfFirstActivity'];
|
||||||
|
|
||||||
|
if (isCurrency(getCurrencyFromSymbol(symbol))) {
|
||||||
|
currency = getCurrencyFromSymbol(symbol);
|
||||||
|
({ activitiesCount, dateOfFirstActivity } =
|
||||||
|
await this.orderService.getStatisticsByCurrency(currency));
|
||||||
|
}
|
||||||
|
|
||||||
const [[assetProfile], marketData] = await Promise.all([
|
const [[assetProfile], marketData] = await Promise.all([
|
||||||
this.symbolProfileService.getSymbolProfiles([
|
this.symbolProfileService.getSymbolProfiles([
|
||||||
{
|
{
|
||||||
@ -322,8 +347,11 @@ export class AdminService {
|
|||||||
return {
|
return {
|
||||||
marketData,
|
marketData,
|
||||||
assetProfile: assetProfile ?? {
|
assetProfile: assetProfile ?? {
|
||||||
symbol,
|
activitiesCount,
|
||||||
currency: '-'
|
currency,
|
||||||
|
dataSource,
|
||||||
|
dateOfFirstActivity,
|
||||||
|
symbol
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@ -335,6 +363,7 @@ export class AdminService {
|
|||||||
countries,
|
countries,
|
||||||
currency,
|
currency,
|
||||||
dataSource,
|
dataSource,
|
||||||
|
holdings,
|
||||||
name,
|
name,
|
||||||
scraperConfiguration,
|
scraperConfiguration,
|
||||||
sectors,
|
sectors,
|
||||||
@ -355,6 +384,7 @@ export class AdminService {
|
|||||||
countries,
|
countries,
|
||||||
currency,
|
currency,
|
||||||
dataSource,
|
dataSource,
|
||||||
|
holdings,
|
||||||
scraperConfiguration,
|
scraperConfiguration,
|
||||||
sectors,
|
sectors,
|
||||||
symbol,
|
symbol,
|
||||||
@ -407,30 +437,45 @@ export class AdminService {
|
|||||||
by: ['dataSource', 'symbol']
|
by: ['dataSource', 'symbol']
|
||||||
});
|
});
|
||||||
|
|
||||||
const marketData: AdminMarketDataItem[] = this.exchangeRateDataService
|
const marketDataPromise: Promise<AdminMarketDataItem>[] =
|
||||||
.getCurrencyPairs()
|
this.exchangeRateDataService
|
||||||
.map(({ dataSource, symbol }) => {
|
.getCurrencyPairs()
|
||||||
const marketDataItemCount =
|
.map(async ({ dataSource, symbol }) => {
|
||||||
marketDataItems.find((marketDataItem) => {
|
let activitiesCount: EnhancedSymbolProfile['activitiesCount'] = 0;
|
||||||
return (
|
let currency: EnhancedSymbolProfile['currency'] = '-';
|
||||||
marketDataItem.dataSource === dataSource &&
|
let dateOfFirstActivity: EnhancedSymbolProfile['dateOfFirstActivity'];
|
||||||
marketDataItem.symbol === symbol
|
|
||||||
);
|
|
||||||
})?._count ?? 0;
|
|
||||||
|
|
||||||
return {
|
if (isCurrency(getCurrencyFromSymbol(symbol))) {
|
||||||
dataSource,
|
currency = getCurrencyFromSymbol(symbol);
|
||||||
marketDataItemCount,
|
({ activitiesCount, dateOfFirstActivity } =
|
||||||
symbol,
|
await this.orderService.getStatisticsByCurrency(currency));
|
||||||
assetClass: AssetClass.LIQUIDITY,
|
}
|
||||||
countriesCount: 0,
|
|
||||||
currency: symbol.replace(DEFAULT_CURRENCY, ''),
|
|
||||||
id: undefined,
|
|
||||||
name: symbol,
|
|
||||||
sectorsCount: 0
|
|
||||||
};
|
|
||||||
});
|
|
||||||
|
|
||||||
|
const marketDataItemCount =
|
||||||
|
marketDataItems.find((marketDataItem) => {
|
||||||
|
return (
|
||||||
|
marketDataItem.dataSource === dataSource &&
|
||||||
|
marketDataItem.symbol === symbol
|
||||||
|
);
|
||||||
|
})?._count ?? 0;
|
||||||
|
|
||||||
|
return {
|
||||||
|
activitiesCount,
|
||||||
|
currency,
|
||||||
|
dataSource,
|
||||||
|
marketDataItemCount,
|
||||||
|
symbol,
|
||||||
|
assetClass: AssetClass.LIQUIDITY,
|
||||||
|
assetSubClass: AssetSubClass.CASH,
|
||||||
|
countriesCount: 0,
|
||||||
|
date: dateOfFirstActivity,
|
||||||
|
id: undefined,
|
||||||
|
name: symbol,
|
||||||
|
sectorsCount: 0
|
||||||
|
};
|
||||||
|
});
|
||||||
|
|
||||||
|
const marketData = await Promise.all(marketDataPromise);
|
||||||
return { marketData, count: marketData.length };
|
return { marketData, count: marketData.length };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
|
import { IsCurrencyCode } from '@ghostfolio/api/validators/is-currency-code';
|
||||||
|
|
||||||
import { AssetClass, AssetSubClass, Prisma } from '@prisma/client';
|
import { AssetClass, AssetSubClass, Prisma } from '@prisma/client';
|
||||||
import {
|
import {
|
||||||
IsArray,
|
IsArray,
|
||||||
IsEnum,
|
IsEnum,
|
||||||
IsISO4217CurrencyCode,
|
|
||||||
IsObject,
|
IsObject,
|
||||||
IsOptional,
|
IsOptional,
|
||||||
IsString,
|
IsString,
|
||||||
@ -26,7 +27,7 @@ export class UpdateAssetProfileDto {
|
|||||||
@IsOptional()
|
@IsOptional()
|
||||||
countries?: Prisma.InputJsonArray;
|
countries?: Prisma.InputJsonArray;
|
||||||
|
|
||||||
@IsISO4217CurrencyCode()
|
@IsCurrencyCode()
|
||||||
@IsOptional()
|
@IsOptional()
|
||||||
currency?: string;
|
currency?: string;
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@ import { AccessModule } from './access/access.module';
|
|||||||
import { AccountModule } from './account/account.module';
|
import { AccountModule } from './account/account.module';
|
||||||
import { AdminModule } from './admin/admin.module';
|
import { AdminModule } from './admin/admin.module';
|
||||||
import { AppController } from './app.controller';
|
import { AppController } from './app.controller';
|
||||||
|
import { AssetModule } from './asset/asset.module';
|
||||||
import { AuthDeviceModule } from './auth-device/auth-device.module';
|
import { AuthDeviceModule } from './auth-device/auth-device.module';
|
||||||
import { AuthModule } from './auth/auth.module';
|
import { AuthModule } from './auth/auth.module';
|
||||||
import { BenchmarkModule } from './benchmark/benchmark.module';
|
import { BenchmarkModule } from './benchmark/benchmark.module';
|
||||||
@ -51,6 +52,7 @@ import { UserModule } from './user/user.module';
|
|||||||
AdminModule,
|
AdminModule,
|
||||||
AccessModule,
|
AccessModule,
|
||||||
AccountModule,
|
AccountModule,
|
||||||
|
AssetModule,
|
||||||
AuthDeviceModule,
|
AuthDeviceModule,
|
||||||
AuthModule,
|
AuthModule,
|
||||||
BenchmarkModule,
|
BenchmarkModule,
|
||||||
|
29
apps/api/src/app/asset/asset.controller.ts
Normal file
29
apps/api/src/app/asset/asset.controller.ts
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
import { AdminService } from '@ghostfolio/api/app/admin/admin.service';
|
||||||
|
import { TransformDataSourceInRequestInterceptor } from '@ghostfolio/api/interceptors/transform-data-source-in-request/transform-data-source-in-request.interceptor';
|
||||||
|
import { TransformDataSourceInResponseInterceptor } from '@ghostfolio/api/interceptors/transform-data-source-in-response/transform-data-source-in-response.interceptor';
|
||||||
|
import type { AdminMarketDataDetails } from '@ghostfolio/common/interfaces';
|
||||||
|
|
||||||
|
import { Controller, Get, Param, UseInterceptors } from '@nestjs/common';
|
||||||
|
import { DataSource } from '@prisma/client';
|
||||||
|
import { pick } from 'lodash';
|
||||||
|
|
||||||
|
@Controller('asset')
|
||||||
|
export class AssetController {
|
||||||
|
public constructor(private readonly adminService: AdminService) {}
|
||||||
|
|
||||||
|
@Get(':dataSource/:symbol')
|
||||||
|
@UseInterceptors(TransformDataSourceInRequestInterceptor)
|
||||||
|
@UseInterceptors(TransformDataSourceInResponseInterceptor)
|
||||||
|
public async getAsset(
|
||||||
|
@Param('dataSource') dataSource: DataSource,
|
||||||
|
@Param('symbol') symbol: string
|
||||||
|
): Promise<AdminMarketDataDetails> {
|
||||||
|
const { assetProfile, marketData } =
|
||||||
|
await this.adminService.getMarketDataBySymbol({ dataSource, symbol });
|
||||||
|
|
||||||
|
return {
|
||||||
|
marketData,
|
||||||
|
assetProfile: pick(assetProfile, ['dataSource', 'name', 'symbol'])
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
17
apps/api/src/app/asset/asset.module.ts
Normal file
17
apps/api/src/app/asset/asset.module.ts
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
import { AdminModule } from '@ghostfolio/api/app/admin/admin.module';
|
||||||
|
import { TransformDataSourceInRequestModule } from '@ghostfolio/api/interceptors/transform-data-source-in-request/transform-data-source-in-request.module';
|
||||||
|
import { TransformDataSourceInResponseModule } from '@ghostfolio/api/interceptors/transform-data-source-in-response/transform-data-source-in-response.module';
|
||||||
|
|
||||||
|
import { Module } from '@nestjs/common';
|
||||||
|
|
||||||
|
import { AssetController } from './asset.controller';
|
||||||
|
|
||||||
|
@Module({
|
||||||
|
controllers: [AssetController],
|
||||||
|
imports: [
|
||||||
|
AdminModule,
|
||||||
|
TransformDataSourceInRequestModule,
|
||||||
|
TransformDataSourceInResponseModule
|
||||||
|
]
|
||||||
|
})
|
||||||
|
export class AssetModule {}
|
@ -105,7 +105,7 @@ export class BenchmarkController {
|
|||||||
@Get(':dataSource/:symbol/:startDateString')
|
@Get(':dataSource/:symbol/:startDateString')
|
||||||
@UseGuards(AuthGuard('jwt'), HasPermissionGuard)
|
@UseGuards(AuthGuard('jwt'), HasPermissionGuard)
|
||||||
@UseInterceptors(TransformDataSourceInRequestInterceptor)
|
@UseInterceptors(TransformDataSourceInRequestInterceptor)
|
||||||
public async getBenchmarkMarketDataBySymbol(
|
public async getBenchmarkMarketDataForUser(
|
||||||
@Param('dataSource') dataSource: DataSource,
|
@Param('dataSource') dataSource: DataSource,
|
||||||
@Param('startDateString') startDateString: string,
|
@Param('startDateString') startDateString: string,
|
||||||
@Param('symbol') symbol: string,
|
@Param('symbol') symbol: string,
|
||||||
@ -117,7 +117,7 @@ export class BenchmarkController {
|
|||||||
);
|
);
|
||||||
const userCurrency = this.request.user.Settings.settings.baseCurrency;
|
const userCurrency = this.request.user.Settings.settings.baseCurrency;
|
||||||
|
|
||||||
return this.benchmarkService.getMarketDataBySymbol({
|
return this.benchmarkService.getMarketDataForUser({
|
||||||
dataSource,
|
dataSource,
|
||||||
endDate,
|
endDate,
|
||||||
startDate,
|
startDate,
|
||||||
|
@ -135,7 +135,7 @@ export class BenchmarkService {
|
|||||||
Promise.all(promisesAllTimeHighs),
|
Promise.all(promisesAllTimeHighs),
|
||||||
Promise.all(promisesBenchmarkTrends)
|
Promise.all(promisesBenchmarkTrends)
|
||||||
]);
|
]);
|
||||||
let storeInCache = true;
|
let storeInCache = useCache;
|
||||||
|
|
||||||
benchmarks = allTimeHighs.map((allTimeHigh, index) => {
|
benchmarks = allTimeHighs.map((allTimeHigh, index) => {
|
||||||
const { marketPrice } =
|
const { marketPrice } =
|
||||||
@ -153,6 +153,7 @@ export class BenchmarkService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
dataSource: benchmarkAssetProfiles[index].dataSource,
|
||||||
marketCondition: this.getMarketCondition(
|
marketCondition: this.getMarketCondition(
|
||||||
performancePercentFromAllTimeHigh
|
performancePercentFromAllTimeHigh
|
||||||
),
|
),
|
||||||
@ -160,9 +161,13 @@ export class BenchmarkService {
|
|||||||
performances: {
|
performances: {
|
||||||
allTimeHigh: {
|
allTimeHigh: {
|
||||||
date: allTimeHigh?.date,
|
date: allTimeHigh?.date,
|
||||||
performancePercent: performancePercentFromAllTimeHigh
|
performancePercent:
|
||||||
|
performancePercentFromAllTimeHigh >= 0
|
||||||
|
? 0
|
||||||
|
: performancePercentFromAllTimeHigh
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
symbol: benchmarkAssetProfiles[index].symbol,
|
||||||
trend50d: benchmarkTrends[index].trend50d,
|
trend50d: benchmarkTrends[index].trend50d,
|
||||||
trend200d: benchmarkTrends[index].trend200d
|
trend200d: benchmarkTrends[index].trend200d
|
||||||
};
|
};
|
||||||
@ -213,7 +218,7 @@ export class BenchmarkService {
|
|||||||
.sort((a, b) => a.name.localeCompare(b.name));
|
.sort((a, b) => a.name.localeCompare(b.name));
|
||||||
}
|
}
|
||||||
|
|
||||||
public async getMarketDataBySymbol({
|
public async getMarketDataForUser({
|
||||||
dataSource,
|
dataSource,
|
||||||
endDate = new Date(),
|
endDate = new Date(),
|
||||||
startDate,
|
startDate,
|
||||||
@ -417,7 +422,7 @@ export class BenchmarkService {
|
|||||||
private getMarketCondition(
|
private getMarketCondition(
|
||||||
aPerformanceInPercent: number
|
aPerformanceInPercent: number
|
||||||
): Benchmark['marketCondition'] {
|
): Benchmark['marketCondition'] {
|
||||||
if (aPerformanceInPercent === 0) {
|
if (aPerformanceInPercent >= 0) {
|
||||||
return 'ALL_TIME_HIGH';
|
return 'ALL_TIME_HIGH';
|
||||||
} else if (aPerformanceInPercent <= -0.2) {
|
} else if (aPerformanceInPercent <= -0.2) {
|
||||||
return 'BEAR_MARKET';
|
return 'BEAR_MARKET';
|
||||||
|
@ -13,10 +13,7 @@ import { DataGatheringService } from '@ghostfolio/api/services/data-gathering/da
|
|||||||
import { DataProviderService } from '@ghostfolio/api/services/data-provider/data-provider.service';
|
import { DataProviderService } from '@ghostfolio/api/services/data-provider/data-provider.service';
|
||||||
import { ExchangeRateDataService } from '@ghostfolio/api/services/exchange-rate-data/exchange-rate-data.service';
|
import { ExchangeRateDataService } from '@ghostfolio/api/services/exchange-rate-data/exchange-rate-data.service';
|
||||||
import { SymbolProfileService } from '@ghostfolio/api/services/symbol-profile/symbol-profile.service';
|
import { SymbolProfileService } from '@ghostfolio/api/services/symbol-profile/symbol-profile.service';
|
||||||
import {
|
import { DATA_GATHERING_QUEUE_PRIORITY_HIGH } from '@ghostfolio/common/config';
|
||||||
DATA_GATHERING_QUEUE_PRIORITY_HIGH,
|
|
||||||
DATA_GATHERING_QUEUE_PRIORITY_MEDIUM
|
|
||||||
} from '@ghostfolio/common/config';
|
|
||||||
import {
|
import {
|
||||||
DATE_FORMAT,
|
DATE_FORMAT,
|
||||||
getAssetProfileIdentifier,
|
getAssetProfileIdentifier,
|
||||||
@ -295,6 +292,7 @@ export class ImportService {
|
|||||||
figi,
|
figi,
|
||||||
figiComposite,
|
figiComposite,
|
||||||
figiShareClass,
|
figiShareClass,
|
||||||
|
holdings,
|
||||||
id,
|
id,
|
||||||
isin,
|
isin,
|
||||||
name,
|
name,
|
||||||
@ -367,6 +365,7 @@ export class ImportService {
|
|||||||
figi,
|
figi,
|
||||||
figiComposite,
|
figiComposite,
|
||||||
figiShareClass,
|
figiShareClass,
|
||||||
|
holdings,
|
||||||
id,
|
id,
|
||||||
isin,
|
isin,
|
||||||
name,
|
name,
|
||||||
@ -538,6 +537,7 @@ export class ImportService {
|
|||||||
assetSubClass: undefined,
|
assetSubClass: undefined,
|
||||||
countries: undefined,
|
countries: undefined,
|
||||||
createdAt: undefined,
|
createdAt: undefined,
|
||||||
|
holdings: undefined,
|
||||||
id: undefined,
|
id: undefined,
|
||||||
sectors: undefined,
|
sectors: undefined,
|
||||||
updatedAt: undefined
|
updatedAt: undefined
|
||||||
|
@ -7,7 +7,6 @@ import { ConfigurationModule } from '@ghostfolio/api/services/configuration/conf
|
|||||||
import { DataGatheringModule } from '@ghostfolio/api/services/data-gathering/data-gathering.module';
|
import { DataGatheringModule } from '@ghostfolio/api/services/data-gathering/data-gathering.module';
|
||||||
import { DataProviderModule } from '@ghostfolio/api/services/data-provider/data-provider.module';
|
import { DataProviderModule } from '@ghostfolio/api/services/data-provider/data-provider.module';
|
||||||
import { ExchangeRateDataModule } from '@ghostfolio/api/services/exchange-rate-data/exchange-rate-data.module';
|
import { ExchangeRateDataModule } from '@ghostfolio/api/services/exchange-rate-data/exchange-rate-data.module';
|
||||||
import { PrismaModule } from '@ghostfolio/api/services/prisma/prisma.module';
|
|
||||||
import { PropertyModule } from '@ghostfolio/api/services/property/property.module';
|
import { PropertyModule } from '@ghostfolio/api/services/property/property.module';
|
||||||
import { SymbolProfileModule } from '@ghostfolio/api/services/symbol-profile/symbol-profile.module';
|
import { SymbolProfileModule } from '@ghostfolio/api/services/symbol-profile/symbol-profile.module';
|
||||||
import { TagModule } from '@ghostfolio/api/services/tag/tag.module';
|
import { TagModule } from '@ghostfolio/api/services/tag/tag.module';
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
import { IsCurrencyCode } from '@ghostfolio/api/validators/is-currency-code';
|
||||||
|
import { IsAfter1970Constraint } from '@ghostfolio/common/validator-constraints/is-after-1970';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
AssetClass,
|
AssetClass,
|
||||||
AssetSubClass,
|
AssetSubClass,
|
||||||
@ -10,12 +13,12 @@ import {
|
|||||||
IsArray,
|
IsArray,
|
||||||
IsBoolean,
|
IsBoolean,
|
||||||
IsEnum,
|
IsEnum,
|
||||||
IsISO4217CurrencyCode,
|
|
||||||
IsISO8601,
|
IsISO8601,
|
||||||
IsNumber,
|
IsNumber,
|
||||||
IsOptional,
|
IsOptional,
|
||||||
IsString,
|
IsString,
|
||||||
Min
|
Min,
|
||||||
|
Validate
|
||||||
} from 'class-validator';
|
} from 'class-validator';
|
||||||
import { isString } from 'lodash';
|
import { isString } from 'lodash';
|
||||||
|
|
||||||
@ -39,10 +42,10 @@ export class CreateOrderDto {
|
|||||||
)
|
)
|
||||||
comment?: string;
|
comment?: string;
|
||||||
|
|
||||||
@IsISO4217CurrencyCode()
|
@IsCurrencyCode()
|
||||||
currency: string;
|
currency: string;
|
||||||
|
|
||||||
@IsISO4217CurrencyCode()
|
@IsCurrencyCode()
|
||||||
@IsOptional()
|
@IsOptional()
|
||||||
customCurrency?: string;
|
customCurrency?: string;
|
||||||
|
|
||||||
@ -51,6 +54,7 @@ export class CreateOrderDto {
|
|||||||
dataSource?: DataSource;
|
dataSource?: DataSource;
|
||||||
|
|
||||||
@IsISO8601()
|
@IsISO8601()
|
||||||
|
@Validate(IsAfter1970Constraint)
|
||||||
date: string;
|
date: string;
|
||||||
|
|
||||||
@IsNumber()
|
@IsNumber()
|
||||||
|
@ -66,7 +66,6 @@ export class OrderController {
|
|||||||
|
|
||||||
return this.orderService.deleteOrders({
|
return this.orderService.deleteOrders({
|
||||||
filters,
|
filters,
|
||||||
userCurrency: this.request.user.Settings.settings.baseCurrency,
|
|
||||||
userId: this.request.user.id
|
userId: this.request.user.id
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,11 @@ import {
|
|||||||
GATHER_ASSET_PROFILE_PROCESS_OPTIONS
|
GATHER_ASSET_PROFILE_PROCESS_OPTIONS
|
||||||
} from '@ghostfolio/common/config';
|
} from '@ghostfolio/common/config';
|
||||||
import { getAssetProfileIdentifier } from '@ghostfolio/common/helper';
|
import { getAssetProfileIdentifier } from '@ghostfolio/common/helper';
|
||||||
import { Filter, UniqueAsset } from '@ghostfolio/common/interfaces';
|
import {
|
||||||
|
EnhancedSymbolProfile,
|
||||||
|
Filter,
|
||||||
|
UniqueAsset
|
||||||
|
} from '@ghostfolio/common/interfaces';
|
||||||
import { OrderWithAccount } from '@ghostfolio/common/types';
|
import { OrderWithAccount } from '@ghostfolio/common/types';
|
||||||
|
|
||||||
import { Injectable } from '@nestjs/common';
|
import { Injectable } from '@nestjs/common';
|
||||||
@ -180,7 +184,15 @@ export class OrderService {
|
|||||||
where
|
where
|
||||||
});
|
});
|
||||||
|
|
||||||
if (['FEE', 'INTEREST', 'ITEM', 'LIABILITY'].includes(order.type)) {
|
const [symbolProfile] =
|
||||||
|
await this.symbolProfileService.getSymbolProfilesByIds([
|
||||||
|
order.symbolProfileId
|
||||||
|
]);
|
||||||
|
|
||||||
|
if (
|
||||||
|
['FEE', 'INTEREST', 'ITEM', 'LIABILITY'].includes(order.type) ||
|
||||||
|
symbolProfile.activitiesCount === 0
|
||||||
|
) {
|
||||||
await this.symbolProfileService.deleteById(order.symbolProfileId);
|
await this.symbolProfileService.deleteById(order.symbolProfileId);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -196,18 +208,16 @@ export class OrderService {
|
|||||||
|
|
||||||
public async deleteOrders({
|
public async deleteOrders({
|
||||||
filters,
|
filters,
|
||||||
userCurrency,
|
|
||||||
userId
|
userId
|
||||||
}: {
|
}: {
|
||||||
filters?: Filter[];
|
filters?: Filter[];
|
||||||
userCurrency: string;
|
|
||||||
userId: string;
|
userId: string;
|
||||||
}): Promise<number> {
|
}): Promise<number> {
|
||||||
const { activities } = await this.getOrders({
|
const { activities } = await this.getOrders({
|
||||||
filters,
|
filters,
|
||||||
userId,
|
userId,
|
||||||
userCurrency,
|
|
||||||
includeDrafts: true,
|
includeDrafts: true,
|
||||||
|
userCurrency: undefined,
|
||||||
withExcludedAccounts: true
|
withExcludedAccounts: true
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -221,6 +231,19 @@ export class OrderService {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const symbolProfiles =
|
||||||
|
await this.symbolProfileService.getSymbolProfilesByIds(
|
||||||
|
activities.map(({ symbolProfileId }) => {
|
||||||
|
return symbolProfileId;
|
||||||
|
})
|
||||||
|
);
|
||||||
|
|
||||||
|
for (const { activitiesCount, id } of symbolProfiles) {
|
||||||
|
if (activitiesCount === 0) {
|
||||||
|
await this.symbolProfileService.deleteById(id);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
this.eventEmitter.emit(
|
this.eventEmitter.emit(
|
||||||
PortfolioChangedEvent.getName(),
|
PortfolioChangedEvent.getName(),
|
||||||
new PortfolioChangedEvent({ userId })
|
new PortfolioChangedEvent({ userId })
|
||||||
@ -268,7 +291,8 @@ export class OrderService {
|
|||||||
withExcludedAccounts?: boolean;
|
withExcludedAccounts?: boolean;
|
||||||
}): Promise<Activities> {
|
}): Promise<Activities> {
|
||||||
let orderBy: Prisma.Enumerable<Prisma.OrderOrderByWithRelationInput> = [
|
let orderBy: Prisma.Enumerable<Prisma.OrderOrderByWithRelationInput> = [
|
||||||
{ date: 'asc' }
|
{ date: 'asc' },
|
||||||
|
{ id: 'asc' }
|
||||||
];
|
];
|
||||||
const where: Prisma.OrderWhereInput = { userId };
|
const where: Prisma.OrderWhereInput = { userId };
|
||||||
|
|
||||||
@ -344,7 +368,7 @@ export class OrderService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (sortColumn) {
|
if (sortColumn) {
|
||||||
orderBy = [{ [sortColumn]: sortDirection }];
|
orderBy = [{ [sortColumn]: sortDirection }, { id: sortDirection }];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (types) {
|
if (types) {
|
||||||
@ -429,6 +453,26 @@ export class OrderService {
|
|||||||
return { activities, count };
|
return { activities, count };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public async getStatisticsByCurrency(
|
||||||
|
currency: EnhancedSymbolProfile['currency']
|
||||||
|
): Promise<{
|
||||||
|
activitiesCount: EnhancedSymbolProfile['activitiesCount'];
|
||||||
|
dateOfFirstActivity: EnhancedSymbolProfile['dateOfFirstActivity'];
|
||||||
|
}> {
|
||||||
|
const { _count, _min } = await this.prismaService.order.aggregate({
|
||||||
|
_count: true,
|
||||||
|
_min: {
|
||||||
|
date: true
|
||||||
|
},
|
||||||
|
where: { SymbolProfile: { currency } }
|
||||||
|
});
|
||||||
|
|
||||||
|
return {
|
||||||
|
activitiesCount: _count as number,
|
||||||
|
dateOfFirstActivity: _min.date
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
public async order(
|
public async order(
|
||||||
orderWhereUniqueInput: Prisma.OrderWhereUniqueInput
|
orderWhereUniqueInput: Prisma.OrderWhereUniqueInput
|
||||||
): Promise<Order | null> {
|
): Promise<Order | null> {
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
import { IsCurrencyCode } from '@ghostfolio/api/validators/is-currency-code';
|
||||||
|
import { IsAfter1970Constraint } from '@ghostfolio/common/validator-constraints/is-after-1970';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
AssetClass,
|
AssetClass,
|
||||||
AssetSubClass,
|
AssetSubClass,
|
||||||
@ -9,12 +12,12 @@ import { Transform, TransformFnParams } from 'class-transformer';
|
|||||||
import {
|
import {
|
||||||
IsArray,
|
IsArray,
|
||||||
IsEnum,
|
IsEnum,
|
||||||
IsISO4217CurrencyCode,
|
|
||||||
IsISO8601,
|
IsISO8601,
|
||||||
IsNumber,
|
IsNumber,
|
||||||
IsOptional,
|
IsOptional,
|
||||||
IsString,
|
IsString,
|
||||||
Min
|
Min,
|
||||||
|
Validate
|
||||||
} from 'class-validator';
|
} from 'class-validator';
|
||||||
import { isString } from 'lodash';
|
import { isString } from 'lodash';
|
||||||
|
|
||||||
@ -38,10 +41,10 @@ export class UpdateOrderDto {
|
|||||||
)
|
)
|
||||||
comment?: string;
|
comment?: string;
|
||||||
|
|
||||||
@IsISO4217CurrencyCode()
|
@IsCurrencyCode()
|
||||||
currency: string;
|
currency: string;
|
||||||
|
|
||||||
@IsISO4217CurrencyCode()
|
@IsCurrencyCode()
|
||||||
@IsOptional()
|
@IsOptional()
|
||||||
customCurrency?: string;
|
customCurrency?: string;
|
||||||
|
|
||||||
@ -49,6 +52,7 @@ export class UpdateOrderDto {
|
|||||||
dataSource: DataSource;
|
dataSource: DataSource;
|
||||||
|
|
||||||
@IsISO8601()
|
@IsISO8601()
|
||||||
|
@Validate(IsAfter1970Constraint)
|
||||||
date: string;
|
date: string;
|
||||||
|
|
||||||
@IsNumber()
|
@IsNumber()
|
||||||
|
@ -20,6 +20,7 @@ export const symbolProfileDummyData = {
|
|||||||
assetSubClass: undefined,
|
assetSubClass: undefined,
|
||||||
countries: [],
|
countries: [],
|
||||||
createdAt: undefined,
|
createdAt: undefined,
|
||||||
|
holdings: [],
|
||||||
id: undefined,
|
id: undefined,
|
||||||
sectors: [],
|
sectors: [],
|
||||||
updatedAt: undefined
|
updatedAt: undefined
|
||||||
|
@ -204,6 +204,7 @@ export class PortfolioController {
|
|||||||
: undefined,
|
: undefined,
|
||||||
countries: hasDetails ? portfolioPosition.countries : [],
|
countries: hasDetails ? portfolioPosition.countries : [],
|
||||||
currency: hasDetails ? portfolioPosition.currency : undefined,
|
currency: hasDetails ? portfolioPosition.currency : undefined,
|
||||||
|
holdings: hasDetails ? portfolioPosition.holdings : [],
|
||||||
markets: hasDetails ? portfolioPosition.markets : undefined,
|
markets: hasDetails ? portfolioPosition.markets : undefined,
|
||||||
marketsAdvanced: hasDetails
|
marketsAdvanced: hasDetails
|
||||||
? portfolioPosition.marketsAdvanced
|
? portfolioPosition.marketsAdvanced
|
||||||
|
@ -499,6 +499,17 @@ export class PortfolioService {
|
|||||||
grossPerformancePercentageWithCurrencyEffect?.toNumber() ?? 0,
|
grossPerformancePercentageWithCurrencyEffect?.toNumber() ?? 0,
|
||||||
grossPerformanceWithCurrencyEffect:
|
grossPerformanceWithCurrencyEffect:
|
||||||
grossPerformanceWithCurrencyEffect?.toNumber() ?? 0,
|
grossPerformanceWithCurrencyEffect?.toNumber() ?? 0,
|
||||||
|
holdings: assetProfile.holdings.map(
|
||||||
|
({ allocationInPercentage, name }) => {
|
||||||
|
return {
|
||||||
|
allocationInPercentage,
|
||||||
|
name,
|
||||||
|
valueInBaseCurrency: valueInBaseCurrency
|
||||||
|
.mul(allocationInPercentage)
|
||||||
|
.toNumber()
|
||||||
|
};
|
||||||
|
}
|
||||||
|
),
|
||||||
investment: investment.toNumber(),
|
investment: investment.toNumber(),
|
||||||
marketState: dataProviderResponse?.marketState ?? 'delayed',
|
marketState: dataProviderResponse?.marketState ?? 'delayed',
|
||||||
name: assetProfile.name,
|
name: assetProfile.name,
|
||||||
@ -1465,6 +1476,7 @@ export class PortfolioService {
|
|||||||
grossPerformancePercent: 0,
|
grossPerformancePercent: 0,
|
||||||
grossPerformancePercentWithCurrencyEffect: 0,
|
grossPerformancePercentWithCurrencyEffect: 0,
|
||||||
grossPerformanceWithCurrencyEffect: 0,
|
grossPerformanceWithCurrencyEffect: 0,
|
||||||
|
holdings: [],
|
||||||
investment: balance,
|
investment: balance,
|
||||||
marketPrice: 0,
|
marketPrice: 0,
|
||||||
marketState: 'open',
|
marketState: 'open',
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
|
import { ConfigurationService } from '@ghostfolio/api/services/configuration/configuration.service';
|
||||||
import {
|
import {
|
||||||
DATE_FORMAT,
|
DATE_FORMAT,
|
||||||
getYesterday,
|
getYesterday,
|
||||||
interpolate
|
interpolate
|
||||||
} from '@ghostfolio/common/helper';
|
} from '@ghostfolio/common/helper';
|
||||||
|
import { personalFinanceTools } from '@ghostfolio/common/personal-finance-tools';
|
||||||
|
|
||||||
import { Controller, Get, Res, VERSION_NEUTRAL, Version } from '@nestjs/common';
|
import { Controller, Get, Res, VERSION_NEUTRAL, Version } from '@nestjs/common';
|
||||||
import { format } from 'date-fns';
|
import { format } from 'date-fns';
|
||||||
@ -14,7 +16,9 @@ import * as path from 'path';
|
|||||||
export class SitemapController {
|
export class SitemapController {
|
||||||
public sitemapXml = '';
|
public sitemapXml = '';
|
||||||
|
|
||||||
public constructor() {
|
public constructor(
|
||||||
|
private readonly configurationService: ConfigurationService
|
||||||
|
) {
|
||||||
try {
|
try {
|
||||||
this.sitemapXml = fs.readFileSync(
|
this.sitemapXml = fs.readFileSync(
|
||||||
path.join(__dirname, 'assets', 'sitemap.xml'),
|
path.join(__dirname, 'assets', 'sitemap.xml'),
|
||||||
@ -25,11 +29,51 @@ export class SitemapController {
|
|||||||
|
|
||||||
@Get()
|
@Get()
|
||||||
@Version(VERSION_NEUTRAL)
|
@Version(VERSION_NEUTRAL)
|
||||||
public async flushCache(@Res() response: Response): Promise<void> {
|
public async getSitemapXml(@Res() response: Response): Promise<void> {
|
||||||
|
const currentDate = format(getYesterday(), DATE_FORMAT);
|
||||||
|
|
||||||
response.setHeader('content-type', 'application/xml');
|
response.setHeader('content-type', 'application/xml');
|
||||||
response.send(
|
response.send(
|
||||||
interpolate(this.sitemapXml, {
|
interpolate(this.sitemapXml, {
|
||||||
currentDate: format(getYesterday(), DATE_FORMAT)
|
currentDate,
|
||||||
|
personalFinanceTools: this.configurationService.get(
|
||||||
|
'ENABLE_FEATURE_SUBSCRIPTION'
|
||||||
|
)
|
||||||
|
? personalFinanceTools
|
||||||
|
.map(({ alias, key }) => {
|
||||||
|
return [
|
||||||
|
'<url>',
|
||||||
|
` <loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-${alias ?? key}</loc>`,
|
||||||
|
` <lastmod>${currentDate}T00:00:00+00:00</lastmod>`,
|
||||||
|
'</url>',
|
||||||
|
'<url>',
|
||||||
|
` <loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-${alias ?? key}</loc>`,
|
||||||
|
` <lastmod>${currentDate}T00:00:00+00:00</lastmod>`,
|
||||||
|
'</url>',
|
||||||
|
'<url>',
|
||||||
|
` <loc>https://ghostfol.io/es/recursos/personal-finance-tools/alternativa-de-software-libre-a-${alias ?? key}</loc>`,
|
||||||
|
` <lastmod>${currentDate}T00:00:00+00:00</lastmod>`,
|
||||||
|
'</url>',
|
||||||
|
'<url>',
|
||||||
|
` <loc>https://ghostfol.io/fr/ressources/personal-finance-tools/alternative-open-source-a-${alias ?? key}</loc>`,
|
||||||
|
` <lastmod>${currentDate}T00:00:00+00:00</lastmod>`,
|
||||||
|
'</url>',
|
||||||
|
'<url>',
|
||||||
|
` <loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-${alias ?? key}</loc>`,
|
||||||
|
` <lastmod>${currentDate}T00:00:00+00:00</lastmod>`,
|
||||||
|
'</url>',
|
||||||
|
'<url>',
|
||||||
|
` <loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-${alias ?? key}</loc>`,
|
||||||
|
` <lastmod>${currentDate}T00:00:00+00:00</lastmod>`,
|
||||||
|
'</url>',
|
||||||
|
'<url>',
|
||||||
|
` <loc>https://ghostfol.io/pt/recursos/personal-finance-tools/alternativa-de-software-livre-ao-${alias ?? key}</loc>`,
|
||||||
|
` <lastmod>${currentDate}T00:00:00+00:00</lastmod>`,
|
||||||
|
'</url>'
|
||||||
|
].join('\n');
|
||||||
|
})
|
||||||
|
.join('\n')
|
||||||
|
: ''
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,11 @@
|
|||||||
|
import { ConfigurationModule } from '@ghostfolio/api/services/configuration/configuration.module';
|
||||||
|
|
||||||
import { Module } from '@nestjs/common';
|
import { Module } from '@nestjs/common';
|
||||||
|
|
||||||
import { SitemapController } from './sitemap.controller';
|
import { SitemapController } from './sitemap.controller';
|
||||||
|
|
||||||
@Module({
|
@Module({
|
||||||
controllers: [SitemapController]
|
controllers: [SitemapController],
|
||||||
|
imports: [ConfigurationModule]
|
||||||
})
|
})
|
||||||
export class SitemapModule {}
|
export class SitemapModule {}
|
||||||
|
@ -22,7 +22,7 @@ export class SubscriptionService {
|
|||||||
this.stripe = new Stripe(
|
this.stripe = new Stripe(
|
||||||
this.configurationService.get('STRIPE_SECRET_KEY'),
|
this.configurationService.get('STRIPE_SECRET_KEY'),
|
||||||
{
|
{
|
||||||
apiVersion: '2022-11-15'
|
apiVersion: '2024-04-10'
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
import { IsCurrencyCode } from '@ghostfolio/api/validators/is-currency-code';
|
||||||
import type {
|
import type {
|
||||||
ColorScheme,
|
ColorScheme,
|
||||||
DateRange,
|
DateRange,
|
||||||
@ -7,7 +8,6 @@ import type {
|
|||||||
import {
|
import {
|
||||||
IsArray,
|
IsArray,
|
||||||
IsBoolean,
|
IsBoolean,
|
||||||
IsISO4217CurrencyCode,
|
|
||||||
IsISO8601,
|
IsISO8601,
|
||||||
IsIn,
|
IsIn,
|
||||||
IsNumber,
|
IsNumber,
|
||||||
@ -21,7 +21,7 @@ export class UpdateUserSettingDto {
|
|||||||
@IsOptional()
|
@IsOptional()
|
||||||
annualInterestRate?: number;
|
annualInterestRate?: number;
|
||||||
|
|
||||||
@IsISO4217CurrencyCode()
|
@IsCurrencyCode()
|
||||||
@IsOptional()
|
@IsOptional()
|
||||||
baseCurrency?: string;
|
baseCurrency?: string;
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
import { OrderModule } from '@ghostfolio/api/app/order/order.module';
|
||||||
import { SubscriptionModule } from '@ghostfolio/api/app/subscription/subscription.module';
|
import { SubscriptionModule } from '@ghostfolio/api/app/subscription/subscription.module';
|
||||||
import { ConfigurationModule } from '@ghostfolio/api/services/configuration/configuration.module';
|
import { ConfigurationModule } from '@ghostfolio/api/services/configuration/configuration.module';
|
||||||
import { PrismaModule } from '@ghostfolio/api/services/prisma/prisma.module';
|
import { PrismaModule } from '@ghostfolio/api/services/prisma/prisma.module';
|
||||||
@ -19,6 +20,7 @@ import { UserService } from './user.service';
|
|||||||
secret: process.env.JWT_SECRET_KEY,
|
secret: process.env.JWT_SECRET_KEY,
|
||||||
signOptions: { expiresIn: '30 days' }
|
signOptions: { expiresIn: '30 days' }
|
||||||
}),
|
}),
|
||||||
|
OrderModule,
|
||||||
PrismaModule,
|
PrismaModule,
|
||||||
PropertyModule,
|
PropertyModule,
|
||||||
SubscriptionModule,
|
SubscriptionModule,
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
import { OrderService } from '@ghostfolio/api/app/order/order.service';
|
||||||
import { SubscriptionService } from '@ghostfolio/api/app/subscription/subscription.service';
|
import { SubscriptionService } from '@ghostfolio/api/app/subscription/subscription.service';
|
||||||
import { environment } from '@ghostfolio/api/environments/environment';
|
import { environment } from '@ghostfolio/api/environments/environment';
|
||||||
import { PortfolioChangedEvent } from '@ghostfolio/api/events/portfolio-changed.event';
|
import { PortfolioChangedEvent } from '@ghostfolio/api/events/portfolio-changed.event';
|
||||||
@ -40,6 +41,7 @@ export class UserService {
|
|||||||
public constructor(
|
public constructor(
|
||||||
private readonly configurationService: ConfigurationService,
|
private readonly configurationService: ConfigurationService,
|
||||||
private readonly eventEmitter: EventEmitter2,
|
private readonly eventEmitter: EventEmitter2,
|
||||||
|
private readonly orderService: OrderService,
|
||||||
private readonly prismaService: PrismaService,
|
private readonly prismaService: PrismaService,
|
||||||
private readonly propertyService: PropertyService,
|
private readonly propertyService: PropertyService,
|
||||||
private readonly subscriptionService: SubscriptionService,
|
private readonly subscriptionService: SubscriptionService,
|
||||||
@ -398,8 +400,8 @@ export class UserService {
|
|||||||
} catch {}
|
} catch {}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await this.prismaService.order.deleteMany({
|
await this.orderService.deleteOrders({
|
||||||
where: { userId: where.id }
|
userId: where.id
|
||||||
});
|
});
|
||||||
} catch {}
|
} catch {}
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -54,230 +54,6 @@
|
|||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools</loc>
|
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools</loc>
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-8figures</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-allinvestview</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-allvue-systems</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-altoo</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-basil-finance</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-beanvest</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-capitally</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-capmon</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-compound-planning</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-copilot-money</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-de.fi</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-delta</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-divvydiary</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-empower</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-exirio</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-fina</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-finary</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-finwise</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-folishare</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-getquin</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-gospatz</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-intuit-mint</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-justetf</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-koyfin</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-kubera</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-magnifi</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-markets.sh</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-maybe-finance</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-monarch-money</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-monse</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-navexa</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-parqet</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-plannix</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-portfolio-dividend-tracker</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-portfolio-visualizer</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-portseido</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-projectionlab</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-rocket-money</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-seeking-alpha</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-sharesight</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-simple-portfolio</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-snowball-analytics</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-stock-events</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-stockle</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-stockmarketeye</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-stonksfolio</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-sumio</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-tiller</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-utluna</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-vyzer</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-wallmine</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-wealthfolio</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-wealthica</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-whal</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-yeekatee</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-ynab</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://ghostfol.io/de/ueber-uns</loc>
|
<loc>https://ghostfol.io/de/ueber-uns</loc>
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
||||||
@ -432,230 +208,6 @@
|
|||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools</loc>
|
<loc>https://ghostfol.io/en/resources/personal-finance-tools</loc>
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-8figures</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-allinvestview</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-allvue-systems</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-altoo</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-basil-finance</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-beanvest</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-capitally</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-capmon</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-compound-planning</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-copilot-money</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-de.fi</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-delta</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-divvydiary</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-empower</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-exirio</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-fina</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-finary</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-finwise</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-folishare</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-getquin</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-gospatz</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-intuit-mint</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-justetf</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-koyfin</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-kubera</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-magnifi</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-markets.sh</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-maybe-finance</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-monarch-money</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-monse</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-navexa</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-parqet</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-plannix</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-portfolio-dividend-tracker</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-portfolio-visualizer</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-portseido</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-projectionlab</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-rocket-money</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-seeking-alpha</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-sharesight</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-simple-portfolio</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-snowball-analytics</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-stock-events</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-stockle</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-stockmarketeye</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-stonksfolio</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-sumio</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-tiller</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-utluna</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-vyzer</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-wallmine</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-wealthfolio</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-wealthica</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-whal</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-yeekatee</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-ynab</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://ghostfol.io/es</loc>
|
<loc>https://ghostfol.io/es</loc>
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
||||||
@ -686,6 +238,10 @@
|
|||||||
<loc>https://ghostfol.io/es/recursos</loc>
|
<loc>https://ghostfol.io/es/recursos</loc>
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://ghostfol.io/es/recursos/personal-finance-tools</loc>
|
||||||
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
||||||
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://ghostfol.io/es/registro</loc>
|
<loc>https://ghostfol.io/es/registro</loc>
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
||||||
@ -764,6 +320,10 @@
|
|||||||
<loc>https://ghostfol.io/fr/ressources</loc>
|
<loc>https://ghostfol.io/fr/ressources</loc>
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://ghostfol.io/fr/ressources/personal-finance-tools</loc>
|
||||||
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
||||||
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://ghostfol.io/it</loc>
|
<loc>https://ghostfol.io/it</loc>
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
||||||
@ -822,230 +382,6 @@
|
|||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools</loc>
|
<loc>https://ghostfol.io/it/risorse/personal-finance-tools</loc>
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-8figures</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-allinvestview</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-allvue-systems</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-altoo</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-basil-finance</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-beanvest</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-capitally</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-capmon</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-compound-planning</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-copilot-money</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-de.fi</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-delta</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-divvydiary</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-empower</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-exirio</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-fina</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-finary</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-finwise</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-folishare</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-getquin</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-gospatz</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-intuit-mint</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-justetf</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-koyfin</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-kubera</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-magnifi</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-markets.sh</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-maybe-finance</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-monarch-money</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-monse</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-navexa</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-parqet</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-plannix</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-portfolio-dividend-tracker</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-portfolio-visualizer</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-portseido</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-projectionlab</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-rocket-money</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-seeking-alpha</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-sharesight</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-simple-portfolio</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-snowball-analytics</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-stock-events</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-stockle</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-stockmarketeye</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-stonksfolio</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-sumio</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-tiller</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-utluna</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-vyzer</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-wallmine</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-wealthfolio</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-wealthica</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-whal</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-yeekatee</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-ynab</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://ghostfol.io/nl</loc>
|
<loc>https://ghostfol.io/nl</loc>
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
||||||
@ -1058,230 +394,6 @@
|
|||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools</loc>
|
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools</loc>
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-8figures</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-allinvestview</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-allvue-systems</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-altoo</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-basil-finance</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-beanvest</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-capitally</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-capmon</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-compound-planning</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-copilot-money</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-de.fi</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-delta</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-divvydiary</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-empower</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-exirio</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-fina</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-finary</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-finwise</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-folishare</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-getquin</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-gospatz</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-intuit-mint</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-justetf</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-koyfin</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-kubera</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-magnifi</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-markets.sh</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-maybe-finance</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-monarch-money</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-monse</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-navexa</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-parqet</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-plannix</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-portfolio-dividend-tracker</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-portfolio-visualizer</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-portseido</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-projectionlab</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-rocket-money</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-seeking-alpha</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-sharesight</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-simple-portfolio</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-snowball-analytics</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-stock-events</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-stockle</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-stockmarketeye</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-stonksfolio</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-sumio</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-tiller</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-utluna</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-vyzer</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-wallmine</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-wealthfolio</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-wealthica</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-whal</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-yeekatee</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-ynab</loc>
|
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://ghostfol.io/nl/functionaliteiten</loc>
|
<loc>https://ghostfol.io/nl/functionaliteiten</loc>
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
||||||
@ -1366,6 +478,10 @@
|
|||||||
<loc>https://ghostfol.io/pt/recursos</loc>
|
<loc>https://ghostfol.io/pt/recursos</loc>
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://ghostfol.io/pt/recursos/personal-finance-tools</loc>
|
||||||
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
||||||
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://ghostfol.io/pt/registo</loc>
|
<loc>https://ghostfol.io/pt/registo</loc>
|
||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
||||||
@ -1400,4 +516,5 @@
|
|||||||
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
-->
|
-->
|
||||||
|
${personalFinanceTools}
|
||||||
</urlset>
|
</urlset>
|
||||||
|
@ -55,10 +55,10 @@ export class AccountClusterRiskCurrentInvestment extends Rule<Settings> {
|
|||||||
|
|
||||||
const maxInvestmentRatio = maxItem?.investment / totalInvestment || 0;
|
const maxInvestmentRatio = maxItem?.investment / totalInvestment || 0;
|
||||||
|
|
||||||
if (maxInvestmentRatio > ruleSettings.threshold) {
|
if (maxInvestmentRatio > ruleSettings.thresholdMax) {
|
||||||
return {
|
return {
|
||||||
evaluation: `Over ${
|
evaluation: `Over ${
|
||||||
ruleSettings.threshold * 100
|
ruleSettings.thresholdMax * 100
|
||||||
}% of your current investment is at ${maxItem.name} (${(
|
}% of your current investment is at ${maxItem.name} (${(
|
||||||
maxInvestmentRatio * 100
|
maxInvestmentRatio * 100
|
||||||
).toPrecision(3)}%)`,
|
).toPrecision(3)}%)`,
|
||||||
@ -70,7 +70,7 @@ export class AccountClusterRiskCurrentInvestment extends Rule<Settings> {
|
|||||||
evaluation: `The major part of your current investment is at ${
|
evaluation: `The major part of your current investment is at ${
|
||||||
maxItem.name
|
maxItem.name
|
||||||
} (${(maxInvestmentRatio * 100).toPrecision(3)}%) and does not exceed ${
|
} (${(maxInvestmentRatio * 100).toPrecision(3)}%) and does not exceed ${
|
||||||
ruleSettings.threshold * 100
|
ruleSettings.thresholdMax * 100
|
||||||
}%`,
|
}%`,
|
||||||
value: true
|
value: true
|
||||||
};
|
};
|
||||||
@ -80,12 +80,12 @@ export class AccountClusterRiskCurrentInvestment extends Rule<Settings> {
|
|||||||
return {
|
return {
|
||||||
baseCurrency: aUserSettings.baseCurrency,
|
baseCurrency: aUserSettings.baseCurrency,
|
||||||
isActive: true,
|
isActive: true,
|
||||||
threshold: 0.5
|
thresholdMax: 0.5
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
interface Settings extends RuleSettings {
|
interface Settings extends RuleSettings {
|
||||||
baseCurrency: string;
|
baseCurrency: string;
|
||||||
threshold: number;
|
thresholdMax: number;
|
||||||
}
|
}
|
||||||
|
@ -41,10 +41,10 @@ export class CurrencyClusterRiskCurrentInvestment extends Rule<Settings> {
|
|||||||
|
|
||||||
const maxValueRatio = maxItem?.value / totalValue || 0;
|
const maxValueRatio = maxItem?.value / totalValue || 0;
|
||||||
|
|
||||||
if (maxValueRatio > ruleSettings.threshold) {
|
if (maxValueRatio > ruleSettings.thresholdMax) {
|
||||||
return {
|
return {
|
||||||
evaluation: `Over ${
|
evaluation: `Over ${
|
||||||
ruleSettings.threshold * 100
|
ruleSettings.thresholdMax * 100
|
||||||
}% of your current investment is in ${maxItem.groupKey} (${(
|
}% of your current investment is in ${maxItem.groupKey} (${(
|
||||||
maxValueRatio * 100
|
maxValueRatio * 100
|
||||||
).toPrecision(3)}%)`,
|
).toPrecision(3)}%)`,
|
||||||
@ -56,7 +56,7 @@ export class CurrencyClusterRiskCurrentInvestment extends Rule<Settings> {
|
|||||||
evaluation: `The major part of your current investment is in ${
|
evaluation: `The major part of your current investment is in ${
|
||||||
maxItem?.groupKey ?? ruleSettings.baseCurrency
|
maxItem?.groupKey ?? ruleSettings.baseCurrency
|
||||||
} (${(maxValueRatio * 100).toPrecision(3)}%) and does not exceed ${
|
} (${(maxValueRatio * 100).toPrecision(3)}%) and does not exceed ${
|
||||||
ruleSettings.threshold * 100
|
ruleSettings.thresholdMax * 100
|
||||||
}%`,
|
}%`,
|
||||||
value: true
|
value: true
|
||||||
};
|
};
|
||||||
@ -66,12 +66,12 @@ export class CurrencyClusterRiskCurrentInvestment extends Rule<Settings> {
|
|||||||
return {
|
return {
|
||||||
baseCurrency: aUserSettings.baseCurrency,
|
baseCurrency: aUserSettings.baseCurrency,
|
||||||
isActive: true,
|
isActive: true,
|
||||||
threshold: 0.5
|
thresholdMax: 0.5
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
interface Settings extends RuleSettings {
|
interface Settings extends RuleSettings {
|
||||||
baseCurrency: string;
|
baseCurrency: string;
|
||||||
threshold: number;
|
thresholdMax: number;
|
||||||
}
|
}
|
||||||
|
@ -19,16 +19,16 @@ export class EmergencyFundSetup extends Rule<Settings> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public evaluate(ruleSettings: Settings) {
|
public evaluate(ruleSettings: Settings) {
|
||||||
if (this.emergencyFund > ruleSettings.threshold) {
|
if (this.emergencyFund < ruleSettings.thresholdMin) {
|
||||||
return {
|
return {
|
||||||
evaluation: 'An emergency fund has been set up',
|
evaluation: 'No emergency fund has been set up',
|
||||||
value: true
|
value: false
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
evaluation: 'No emergency fund has been set up',
|
evaluation: 'An emergency fund has been set up',
|
||||||
value: false
|
value: true
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -36,12 +36,12 @@ export class EmergencyFundSetup extends Rule<Settings> {
|
|||||||
return {
|
return {
|
||||||
baseCurrency: aUserSettings.baseCurrency,
|
baseCurrency: aUserSettings.baseCurrency,
|
||||||
isActive: true,
|
isActive: true,
|
||||||
threshold: 0
|
thresholdMin: 0
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
interface Settings extends RuleSettings {
|
interface Settings extends RuleSettings {
|
||||||
baseCurrency: string;
|
baseCurrency: string;
|
||||||
threshold: number;
|
thresholdMin: number;
|
||||||
}
|
}
|
||||||
|
@ -26,10 +26,10 @@ export class FeeRatioInitialInvestment extends Rule<Settings> {
|
|||||||
? this.fees / this.totalInvestment
|
? this.fees / this.totalInvestment
|
||||||
: 0;
|
: 0;
|
||||||
|
|
||||||
if (feeRatio > ruleSettings.threshold) {
|
if (feeRatio > ruleSettings.thresholdMax) {
|
||||||
return {
|
return {
|
||||||
evaluation: `The fees do exceed ${
|
evaluation: `The fees do exceed ${
|
||||||
ruleSettings.threshold * 100
|
ruleSettings.thresholdMax * 100
|
||||||
}% of your initial investment (${(feeRatio * 100).toPrecision(3)}%)`,
|
}% of your initial investment (${(feeRatio * 100).toPrecision(3)}%)`,
|
||||||
value: false
|
value: false
|
||||||
};
|
};
|
||||||
@ -37,7 +37,7 @@ export class FeeRatioInitialInvestment extends Rule<Settings> {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
evaluation: `The fees do not exceed ${
|
evaluation: `The fees do not exceed ${
|
||||||
ruleSettings.threshold * 100
|
ruleSettings.thresholdMax * 100
|
||||||
}% of your initial investment (${(feeRatio * 100).toPrecision(3)}%)`,
|
}% of your initial investment (${(feeRatio * 100).toPrecision(3)}%)`,
|
||||||
value: true
|
value: true
|
||||||
};
|
};
|
||||||
@ -47,12 +47,12 @@ export class FeeRatioInitialInvestment extends Rule<Settings> {
|
|||||||
return {
|
return {
|
||||||
baseCurrency: aUserSettings.baseCurrency,
|
baseCurrency: aUserSettings.baseCurrency,
|
||||||
isActive: true,
|
isActive: true,
|
||||||
threshold: 0.01
|
thresholdMax: 0.01
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
interface Settings extends RuleSettings {
|
interface Settings extends RuleSettings {
|
||||||
baseCurrency: string;
|
baseCurrency: string;
|
||||||
threshold: number;
|
thresholdMax: number;
|
||||||
}
|
}
|
||||||
|
@ -181,6 +181,7 @@ export class DataGatheringService {
|
|||||||
figi,
|
figi,
|
||||||
figiComposite,
|
figiComposite,
|
||||||
figiShareClass,
|
figiShareClass,
|
||||||
|
holdings,
|
||||||
isin,
|
isin,
|
||||||
name,
|
name,
|
||||||
sectors,
|
sectors,
|
||||||
@ -198,6 +199,7 @@ export class DataGatheringService {
|
|||||||
figi,
|
figi,
|
||||||
figiComposite,
|
figiComposite,
|
||||||
figiShareClass,
|
figiShareClass,
|
||||||
|
holdings,
|
||||||
isin,
|
isin,
|
||||||
name,
|
name,
|
||||||
sectors,
|
sectors,
|
||||||
@ -212,6 +214,7 @@ export class DataGatheringService {
|
|||||||
figi,
|
figi,
|
||||||
figiComposite,
|
figiComposite,
|
||||||
figiShareClass,
|
figiShareClass,
|
||||||
|
holdings,
|
||||||
isin,
|
isin,
|
||||||
name,
|
name,
|
||||||
sectors,
|
sectors,
|
||||||
|
@ -36,6 +36,7 @@ export class DataEnhancerService {
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
(assetProfile.countries as unknown as Prisma.JsonArray)?.length > 0 &&
|
(assetProfile.countries as unknown as Prisma.JsonArray)?.length > 0 &&
|
||||||
|
(assetProfile.holdings as unknown as Prisma.JsonArray)?.length > 0 &&
|
||||||
(assetProfile.sectors as unknown as Prisma.JsonArray)?.length > 0
|
(assetProfile.sectors as unknown as Prisma.JsonArray)?.length > 0
|
||||||
) {
|
) {
|
||||||
return true;
|
return true;
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
import { ConfigurationService } from '@ghostfolio/api/services/configuration/configuration.service';
|
import { ConfigurationService } from '@ghostfolio/api/services/configuration/configuration.service';
|
||||||
import { DataEnhancerInterface } from '@ghostfolio/api/services/data-provider/interfaces/data-enhancer.interface';
|
import { DataEnhancerInterface } from '@ghostfolio/api/services/data-provider/interfaces/data-enhancer.interface';
|
||||||
|
import { Holding } from '@ghostfolio/common/interfaces';
|
||||||
import { Country } from '@ghostfolio/common/interfaces/country.interface';
|
import { Country } from '@ghostfolio/common/interfaces/country.interface';
|
||||||
import { Sector } from '@ghostfolio/common/interfaces/sector.interface';
|
import { Sector } from '@ghostfolio/common/interfaces/sector.interface';
|
||||||
|
|
||||||
@ -155,11 +156,30 @@ export class TrackinsightDataEnhancerService implements DataEnhancerInterface {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (
|
||||||
|
!response.holdings ||
|
||||||
|
(response.holdings as unknown as Holding[]).length === 0
|
||||||
|
) {
|
||||||
|
response.holdings = [];
|
||||||
|
|
||||||
|
for (const { label, weight } of holdings?.topHoldings ?? []) {
|
||||||
|
if (label?.toLowerCase() === 'other') {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
response.holdings.push({
|
||||||
|
weight,
|
||||||
|
name: label
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (
|
if (
|
||||||
!response.sectors ||
|
!response.sectors ||
|
||||||
(response.sectors as unknown as Sector[]).length === 0
|
(response.sectors as unknown as Sector[]).length === 0
|
||||||
) {
|
) {
|
||||||
response.sectors = [];
|
response.sectors = [];
|
||||||
|
|
||||||
for (const [name, value] of Object.entries<any>(
|
for (const [name, value] of Object.entries<any>(
|
||||||
holdings?.sectors ?? {}
|
holdings?.sectors ?? {}
|
||||||
)) {
|
)) {
|
||||||
|
@ -516,7 +516,8 @@ export class DataProviderService {
|
|||||||
.filter((symbol) => {
|
.filter((symbol) => {
|
||||||
return (
|
return (
|
||||||
isNumber(response[symbol].marketPrice) &&
|
isNumber(response[symbol].marketPrice) &&
|
||||||
response[symbol].marketPrice > 0
|
response[symbol].marketPrice > 0 &&
|
||||||
|
response[symbol].marketState === 'open'
|
||||||
);
|
);
|
||||||
})
|
})
|
||||||
.map((symbol) => {
|
.map((symbol) => {
|
||||||
|
@ -246,7 +246,7 @@ export class EodHistoricalDataService implements DataProviderInterface {
|
|||||||
for (const { close, code, timestamp } of quotes) {
|
for (const { close, code, timestamp } of quotes) {
|
||||||
let currency: string;
|
let currency: string;
|
||||||
|
|
||||||
if (code.endsWith('.FOREX')) {
|
if (this.isForex(code)) {
|
||||||
currency = this.convertFromEodSymbol(code)?.replace(
|
currency = this.convertFromEodSymbol(code)?.replace(
|
||||||
DEFAULT_CURRENCY,
|
DEFAULT_CURRENCY,
|
||||||
''
|
''
|
||||||
@ -272,7 +272,10 @@ export class EodHistoricalDataService implements DataProviderInterface {
|
|||||||
currency,
|
currency,
|
||||||
dataSource: this.getName(),
|
dataSource: this.getName(),
|
||||||
marketPrice: close,
|
marketPrice: close,
|
||||||
marketState: isToday(new Date(timestamp * 1000)) ? 'open' : 'closed'
|
marketState:
|
||||||
|
this.isForex(code) || isToday(new Date(timestamp * 1000))
|
||||||
|
? 'open'
|
||||||
|
: 'closed'
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
Logger.error(
|
Logger.error(
|
||||||
@ -311,7 +314,7 @@ export class EodHistoricalDataService implements DataProviderInterface {
|
|||||||
items: searchResult
|
items: searchResult
|
||||||
.filter(({ currency, symbol }) => {
|
.filter(({ currency, symbol }) => {
|
||||||
// Remove 'NA' currency and exchange rates
|
// Remove 'NA' currency and exchange rates
|
||||||
return currency?.length === 3 && !symbol.endsWith('.FOREX');
|
return currency?.length === 3 && !this.isForex(symbol);
|
||||||
})
|
})
|
||||||
.map(
|
.map(
|
||||||
({
|
({
|
||||||
@ -349,7 +352,7 @@ export class EodHistoricalDataService implements DataProviderInterface {
|
|||||||
private convertFromEodSymbol(aEodSymbol: string) {
|
private convertFromEodSymbol(aEodSymbol: string) {
|
||||||
let symbol = aEodSymbol;
|
let symbol = aEodSymbol;
|
||||||
|
|
||||||
if (symbol.endsWith('.FOREX')) {
|
if (this.isForex(symbol)) {
|
||||||
symbol = symbol.replace('GBX', 'GBp');
|
symbol = symbol.replace('GBX', 'GBp');
|
||||||
symbol = symbol.replace('.FOREX', '');
|
symbol = symbol.replace('.FOREX', '');
|
||||||
}
|
}
|
||||||
@ -451,6 +454,10 @@ export class EodHistoricalDataService implements DataProviderInterface {
|
|||||||
return searchResult;
|
return searchResult;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private isForex(aCode: string) {
|
||||||
|
return aCode?.endsWith('.FOREX') || false;
|
||||||
|
}
|
||||||
|
|
||||||
private parseAssetClass({
|
private parseAssetClass({
|
||||||
Exchange,
|
Exchange,
|
||||||
Type
|
Type
|
||||||
|
@ -167,9 +167,10 @@ export class ManualService implements DataProviderInterface {
|
|||||||
});
|
});
|
||||||
|
|
||||||
for (const { currency, symbol } of symbolProfiles) {
|
for (const { currency, symbol } of symbolProfiles) {
|
||||||
let marketPrice = marketData.find((marketDataItem) => {
|
let marketPrice =
|
||||||
return marketDataItem.symbol === symbol;
|
marketData.find((marketDataItem) => {
|
||||||
})?.marketPrice;
|
return marketDataItem.symbol === symbol;
|
||||||
|
})?.marketPrice ?? 0;
|
||||||
|
|
||||||
response[symbol] = {
|
response[symbol] = {
|
||||||
currency,
|
currency,
|
||||||
@ -256,7 +257,7 @@ export class ManualService implements DataProviderInterface {
|
|||||||
signal: abortController.signal
|
signal: abortController.signal
|
||||||
});
|
});
|
||||||
|
|
||||||
if (headers['content-type'] === 'application/json') {
|
if (headers['content-type'].includes('application/json')) {
|
||||||
const data = JSON.parse(body);
|
const data = JSON.parse(body);
|
||||||
const value = String(
|
const value = String(
|
||||||
jsonpath.query(data, scraperConfiguration.selector)[0]
|
jsonpath.query(data, scraperConfiguration.selector)[0]
|
||||||
|
@ -2,6 +2,7 @@ import { PrismaService } from '@ghostfolio/api/services/prisma/prisma.service';
|
|||||||
import { UNKNOWN_KEY } from '@ghostfolio/common/config';
|
import { UNKNOWN_KEY } from '@ghostfolio/common/config';
|
||||||
import {
|
import {
|
||||||
EnhancedSymbolProfile,
|
EnhancedSymbolProfile,
|
||||||
|
Holding,
|
||||||
ScraperConfiguration,
|
ScraperConfiguration,
|
||||||
UniqueAsset
|
UniqueAsset
|
||||||
} from '@ghostfolio/common/interfaces';
|
} from '@ghostfolio/common/interfaces';
|
||||||
@ -97,6 +98,7 @@ export class SymbolProfileService {
|
|||||||
countries,
|
countries,
|
||||||
currency,
|
currency,
|
||||||
dataSource,
|
dataSource,
|
||||||
|
holdings,
|
||||||
name,
|
name,
|
||||||
scraperConfiguration,
|
scraperConfiguration,
|
||||||
sectors,
|
sectors,
|
||||||
@ -112,6 +114,7 @@ export class SymbolProfileService {
|
|||||||
comment,
|
comment,
|
||||||
countries,
|
countries,
|
||||||
currency,
|
currency,
|
||||||
|
holdings,
|
||||||
name,
|
name,
|
||||||
scraperConfiguration,
|
scraperConfiguration,
|
||||||
sectors,
|
sectors,
|
||||||
@ -140,6 +143,7 @@ export class SymbolProfileService {
|
|||||||
symbolProfile?.countries as unknown as Prisma.JsonArray
|
symbolProfile?.countries as unknown as Prisma.JsonArray
|
||||||
),
|
),
|
||||||
dateOfFirstActivity: <Date>undefined,
|
dateOfFirstActivity: <Date>undefined,
|
||||||
|
holdings: this.getHoldings(symbolProfile),
|
||||||
scraperConfiguration: this.getScraperConfiguration(symbolProfile),
|
scraperConfiguration: this.getScraperConfiguration(symbolProfile),
|
||||||
sectors: this.getSectors(symbolProfile),
|
sectors: this.getSectors(symbolProfile),
|
||||||
symbolMapping: this.getSymbolMapping(symbolProfile)
|
symbolMapping: this.getSymbolMapping(symbolProfile)
|
||||||
@ -167,6 +171,14 @@ export class SymbolProfileService {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (
|
||||||
|
(item.SymbolProfileOverrides.holdings as unknown as Holding[])
|
||||||
|
?.length > 0
|
||||||
|
) {
|
||||||
|
item.holdings = item.SymbolProfileOverrides
|
||||||
|
.holdings as unknown as Holding[];
|
||||||
|
}
|
||||||
|
|
||||||
item.name = item.SymbolProfileOverrides?.name ?? item.name;
|
item.name = item.SymbolProfileOverrides?.name ?? item.name;
|
||||||
|
|
||||||
if (
|
if (
|
||||||
@ -203,6 +215,20 @@ export class SymbolProfileService {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private getHoldings(symbolProfile: SymbolProfile): Holding[] {
|
||||||
|
return ((symbolProfile?.holdings as Prisma.JsonArray) ?? []).map(
|
||||||
|
(holding) => {
|
||||||
|
const { name, weight } = holding as Prisma.JsonObject;
|
||||||
|
|
||||||
|
return {
|
||||||
|
allocationInPercentage: weight as number,
|
||||||
|
name: (name as string) ?? UNKNOWN_KEY,
|
||||||
|
valueInBaseCurrency: undefined
|
||||||
|
};
|
||||||
|
}
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
private getScraperConfiguration(
|
private getScraperConfiguration(
|
||||||
symbolProfile: SymbolProfile
|
symbolProfile: SymbolProfile
|
||||||
): ScraperConfiguration {
|
): ScraperConfiguration {
|
||||||
|
@ -70,7 +70,7 @@ export class TwitterBotService {
|
|||||||
await this.twitterClient.v2.tweet(status);
|
await this.twitterClient.v2.tweet(status);
|
||||||
|
|
||||||
Logger.log(
|
Logger.log(
|
||||||
`Fear & Greed Index has been tweeted: https://twitter.com/ghostfolio_/status/${createdTweet.id}`,
|
`Fear & Greed Index has been posted: https://x.com/ghostfolio_/status/${createdTweet.id}`,
|
||||||
'TwitterBotService'
|
'TwitterBotService'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
44
apps/api/src/validators/is-currency-code.ts
Normal file
44
apps/api/src/validators/is-currency-code.ts
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
import { DERIVED_CURRENCIES } from '@ghostfolio/common/config';
|
||||||
|
|
||||||
|
import {
|
||||||
|
registerDecorator,
|
||||||
|
ValidationOptions,
|
||||||
|
ValidatorConstraint,
|
||||||
|
ValidatorConstraintInterface,
|
||||||
|
ValidationArguments
|
||||||
|
} from 'class-validator';
|
||||||
|
import { isISO4217CurrencyCode } from 'class-validator';
|
||||||
|
|
||||||
|
export function IsCurrencyCode(validationOptions?: ValidationOptions) {
|
||||||
|
return function (object: Object, propertyName: string) {
|
||||||
|
registerDecorator({
|
||||||
|
propertyName,
|
||||||
|
constraints: [],
|
||||||
|
options: validationOptions,
|
||||||
|
target: object.constructor,
|
||||||
|
validator: IsExtendedCurrencyConstraint
|
||||||
|
});
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
@ValidatorConstraint({ async: false })
|
||||||
|
export class IsExtendedCurrencyConstraint
|
||||||
|
implements ValidatorConstraintInterface
|
||||||
|
{
|
||||||
|
public defaultMessage(args: ValidationArguments) {
|
||||||
|
return '$value must be a valid ISO4217 currency code';
|
||||||
|
}
|
||||||
|
|
||||||
|
public validate(currency: any) {
|
||||||
|
// Return true if currency is a standard ISO 4217 code or a derived currency
|
||||||
|
return (
|
||||||
|
isISO4217CurrencyCode(currency) ||
|
||||||
|
[
|
||||||
|
...DERIVED_CURRENCIES.map((derivedCurrency) => {
|
||||||
|
return derivedCurrency.currency;
|
||||||
|
}),
|
||||||
|
'USX'
|
||||||
|
].includes(currency)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
18
apps/client/localhost.cert
Normal file
18
apps/client/localhost.cert
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIIC5TCCAc2gAwIBAgIJAJAMHOFnJ6oyMA0GCSqGSIb3DQEBCwUAMBQxEjAQBgNV
|
||||||
|
BAMMCWxvY2FsaG9zdDAeFw0yNDAyMjcxNTQ2MzFaFw0yNDAzMjgxNTQ2MzFaMBQx
|
||||||
|
EjAQBgNVBAMMCWxvY2FsaG9zdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
|
||||||
|
ggEBAJ0hRjViikEKVIyukXR4CfuYVvFEFzB6AwAQ9Jrz2MseqpLacLTXFFAS54mp
|
||||||
|
iDuqPBzs9ta40mlSrqSBuAWKikpW5kTNnmqUnDZ6iSJezbYWx9YyULGqqb1q3C4/
|
||||||
|
5pH9m6NHJ+2uaUNKlDxYNKbntqs3drQEdxH9yv672Z53nvogTcf9jz6zjutEQGSV
|
||||||
|
HgVkCTTQmzf3+3st+VJ5D8JeYFR+tpZ6yleqgXFaTMtPZRfKLvTkQ+KeyCJLnsUJ
|
||||||
|
BQvdCKI0PGsG6d6ygXFmSePolD9KW3VTKKDPCsndID89vAnRWDj9UhzvycxmKpcF
|
||||||
|
GrUPH5+Pis1PM1R7OnAvnFygnyECAwEAAaM6MDgwFAYDVR0RBA0wC4IJbG9jYWxo
|
||||||
|
b3N0MAsGA1UdDwQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDATANBgkqhkiG9w0B
|
||||||
|
AQsFAAOCAQEAOdzrY3RTAPnBVAd3/GKIEkielYyOgKPnvd+RcOB+je8cXZY+vaxX
|
||||||
|
uEFP0526G00+kRZ2Tx9t0SmjoSpwg3lHUPMko0dIxgRlqISDAohdrEptHpcVujsD
|
||||||
|
ak88LLnAurr60JNjWX2wbEoJ18KLtqGSnATdmCgKwDPIN5a7+ssp44BGyzH6VYCg
|
||||||
|
wV3VjJl0pp4C5M0Jfu0p1FrQjzIVhgqR7JFYmvqIogWrGwYAQK/3XRXq8t48J5X3
|
||||||
|
IsfWiLAA2ZdCoWAnZ6PAGBOoGivtkJm967pHjd/28qYY6mQo4sN2ksEOjx6/YslF
|
||||||
|
2mOJdLV/DzqoggUsTpPEG0dRhzQLTGHKDQ==
|
||||||
|
-----END CERTIFICATE-----
|
28
apps/client/localhost.pem
Normal file
28
apps/client/localhost.pem
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
-----BEGIN PRIVATE KEY-----
|
||||||
|
MIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQCdIUY1YopBClSM
|
||||||
|
rpF0eAn7mFbxRBcwegMAEPSa89jLHqqS2nC01xRQEueJqYg7qjwc7PbWuNJpUq6k
|
||||||
|
gbgFiopKVuZEzZ5qlJw2eokiXs22FsfWMlCxqqm9atwuP+aR/ZujRyftrmlDSpQ8
|
||||||
|
WDSm57arN3a0BHcR/cr+u9med576IE3H/Y8+s47rREBklR4FZAk00Js39/t7LflS
|
||||||
|
eQ/CXmBUfraWespXqoFxWkzLT2UXyi705EPinsgiS57FCQUL3QiiNDxrBunesoFx
|
||||||
|
Zknj6JQ/Slt1UyigzwrJ3SA/PbwJ0Vg4/VIc78nMZiqXBRq1Dx+fj4rNTzNUezpw
|
||||||
|
L5xcoJ8hAgMBAAECggEAPU5YOEgELTA8oM8TjV+wdWuQsH2ilpVkSkhTR4nQkh+a
|
||||||
|
6cU0qDoqgLt/fySYNL9MyPRjso9V+SX7YdAC3paZMjwJh9q57lehQ1g33SMkG+Fz
|
||||||
|
gs0K0ucFZxQkaB8idN+ANAp1N7UO+ORGRe0cTeqmSNNRCxea5XgiFZVxaPS/IFOR
|
||||||
|
vVdXS1DulgwHh4H0ljKmkj7jc9zPBSc9ccW5Ml2q4a26Atu4IC/Mlp/DF4GNELbD
|
||||||
|
ebi9ZOZG33ip2bdhj3WX7NW9GJaaViKtVUpcpR6u+6BfvTXQ6xrqdoxXk9fnPzzf
|
||||||
|
sSoLPTt8yO4RavP1zQU22PhgIcWudhCiy/2Nv+uLqQKBgQDMPh1/xwdFl8yES8dy
|
||||||
|
f0xJyCDWPiB+xzGwcOAC90FrNZaqG0WWs3VHE4cilaWjCflvdR6aAEDEY68sZJhl
|
||||||
|
h+ChT/g61QLMOI+VIDQ1kJXKYgfS/B+BE1PZ0EkuymKFOvbNO8agHodB8CqnZaQh
|
||||||
|
bLuZaDnZ0JLK4im3KPt70+aKYwKBgQDE8s6xl0SLu+yJLo3VklCRD67Z8/jlvx2t
|
||||||
|
h3DF6NG8pB3QmvKdJWFKuLAWLGflJwbUW9Pt3hXkc0649KQrtiIYC0ZMh9KMaVCk
|
||||||
|
WmjS/n2eIUQZ7ZUlwFesi4p4iGynVBavIY8TJ6Y+K3TvsJgXP3IZ96r689PQJo8E
|
||||||
|
KbSeyYzFqwKBgGQTS4EAlJ+U8bEhMGj51veQCAbyChoUoFRD+n95h6RwbZKMKlzd
|
||||||
|
MenRt7VKfg6VJJNoX8Y1uYaBEaQ+5i1Zlsdz1718AhLu4+u+C9bzMXIo9ox63TTx
|
||||||
|
s3RWioVSxVNiwOtvDrQGQWAdvcioFPQLwyA34aDIgiTHDImimxbhjWThAoGAWOqW
|
||||||
|
Tq9QjxWk0Lpn5ohMP3GpK1VuhasnJvUDARb/uf8ORuPtrOz3Y9jGBvy9W0OnXbCn
|
||||||
|
mbiugZldbTtl8yYjdl+AuYSIlkPl2I3IzZl/9Shnqp0MvSJ9crT9KzXMeC8Knr6z
|
||||||
|
7Z30/BR6ksxTngtS5E5grzPt6Qe/gc2ich3kpEkCgYBfBHUhVIKVrDW/8a7U2679
|
||||||
|
Wj4i9us/M3iPMxcTv7/ZAg08TEvNBQYtvVQLu0NfDKXx8iGKJJ6evIYgNXVm2sPq
|
||||||
|
VzSgwGCALi1X0443amZU+mnX+/9RnBqyM+PJU8570mM83jqKlY/BEsi0aqxTioFG
|
||||||
|
an3xbjjN+Rq9iKLzmPxIMg==
|
||||||
|
-----END PRIVATE KEY-----
|
@ -163,8 +163,11 @@
|
|||||||
"serve": {
|
"serve": {
|
||||||
"executor": "@nx/angular:dev-server",
|
"executor": "@nx/angular:dev-server",
|
||||||
"options": {
|
"options": {
|
||||||
|
"buildTarget": "client:build",
|
||||||
"proxyConfig": "apps/client/proxy.conf.json",
|
"proxyConfig": "apps/client/proxy.conf.json",
|
||||||
"buildTarget": "client:build"
|
"ssl": true,
|
||||||
|
"sslCert": "apps/client/localhost.cert",
|
||||||
|
"sslKey": "apps/client/localhost.pem"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"development-de": {
|
"development-de": {
|
||||||
|
@ -1,33 +1,31 @@
|
|||||||
<header>
|
<header>
|
||||||
<div
|
@if (canCreateAccount || user?.systemMessage) {
|
||||||
*ngIf="canCreateAccount || user?.systemMessage"
|
<div class="info-message-container">
|
||||||
class="info-message-container"
|
<div class="info-message-inner-container position-fixed w-100">
|
||||||
>
|
<div class="align-items-center d-flex h-100 justify-content-center">
|
||||||
<div class="info-message-inner-container position-fixed w-100">
|
@if (canCreateAccount) {
|
||||||
<div class="align-items-center d-flex h-100 justify-content-center">
|
<a class="text-center" [routerLink]="routerLinkRegister">
|
||||||
<a
|
<div
|
||||||
*ngIf="canCreateAccount"
|
class="cursor-pointer d-inline-block info-message"
|
||||||
class="text-center"
|
(click)="onCreateAccount()"
|
||||||
[routerLink]="routerLinkRegister"
|
>
|
||||||
>
|
<span i18n>You are using the Live Demo.</span>
|
||||||
<div
|
<span class="a ml-2" i18n>Create Account</span>
|
||||||
class="cursor-pointer d-inline-block info-message"
|
</div></a
|
||||||
(click)="onCreateAccount()"
|
>
|
||||||
>
|
}
|
||||||
<span i18n>You are using the Live Demo.</span>
|
@if (!canCreateAccount && user?.systemMessage) {
|
||||||
<span class="a ml-2" i18n>Create Account</span>
|
<div
|
||||||
</div></a
|
class="cursor-pointer d-inline-block info-message text-truncate"
|
||||||
>
|
(click)="onClickSystemMessage()"
|
||||||
<div
|
>
|
||||||
*ngIf="!canCreateAccount && user?.systemMessage"
|
{{ user.systemMessage.message }}
|
||||||
class="cursor-pointer d-inline-block info-message text-truncate"
|
</div>
|
||||||
(click)="onClickSystemMessage()"
|
}
|
||||||
>
|
|
||||||
{{ user.systemMessage.message }}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
}
|
||||||
|
|
||||||
<gf-header
|
<gf-header
|
||||||
class="position-fixed w-100"
|
class="position-fixed w-100"
|
||||||
@ -45,144 +43,159 @@
|
|||||||
<router-outlet></router-outlet>
|
<router-outlet></router-outlet>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer *ngIf="showFooter" class="d-flex justify-content-center py-4 w-100">
|
@if (showFooter) {
|
||||||
<div class="container">
|
<footer class="d-flex justify-content-center py-4 w-100">
|
||||||
<div class="mb-3 row">
|
<div class="container">
|
||||||
<div class="col-sm">
|
<div class="mb-3 row">
|
||||||
<a [routerLink]="['/']"><gf-logo /></a>
|
<div class="col-sm">
|
||||||
</div>
|
<a [routerLink]="['/']"><gf-logo /></a>
|
||||||
<div class="col-sm">
|
</div>
|
||||||
<div class="h6 mt-2" i18n>Personal Finance</div>
|
<div class="col-sm">
|
||||||
<ul class="list-unstyled">
|
<div class="h6 mt-2" i18n>Personal Finance</div>
|
||||||
<li *ngIf="hasPermissionToAccessFearAndGreedIndex">
|
<ul class="list-unstyled">
|
||||||
<a i18n [routerLink]="routerLinkMarkets">Markets</a>
|
@if (hasPermissionToAccessFearAndGreedIndex) {
|
||||||
</li>
|
<li>
|
||||||
<li><a i18n [routerLink]="routerLinkResources">Resources</a></li>
|
<a i18n [routerLink]="routerLinkMarkets">Markets</a>
|
||||||
</ul>
|
</li>
|
||||||
</div>
|
}
|
||||||
<div class="col-sm">
|
<li><a i18n [routerLink]="routerLinkResources">Resources</a></li>
|
||||||
<div class="h6 mt-2">Ghostfolio</div>
|
</ul>
|
||||||
<ul class="list-unstyled">
|
</div>
|
||||||
<li><a i18n [routerLink]="routerLinkAbout">About</a></li>
|
<div class="col-sm">
|
||||||
<li *ngIf="hasPermissionForSubscription">
|
<div class="h6 mt-2">Ghostfolio</div>
|
||||||
<a i18n [routerLink]="['/blog']">Blog</a>
|
<ul class="list-unstyled">
|
||||||
</li>
|
<li><a i18n [routerLink]="routerLinkAbout">About</a></li>
|
||||||
<li>
|
@if (hasPermissionForSubscription) {
|
||||||
<a i18n [routerLink]="routerLinkAboutChangelog">Changelog</a>
|
<li>
|
||||||
</li>
|
<a i18n [routerLink]="['/blog']">Blog</a>
|
||||||
<li><a i18n [routerLink]="routerLinkFeatures">Features</a></li>
|
</li>
|
||||||
<li *ngIf="hasPermissionForSubscription">
|
}
|
||||||
<a i18n [routerLink]="routerLinkFaq"
|
|
||||||
>Frequently Asked Questions (FAQ)</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a i18n [routerLink]="routerLinkAboutLicense">License</a>
|
|
||||||
</li>
|
|
||||||
<li *ngIf="hasPermissionForStatistics">
|
|
||||||
<a [routerLink]="['/open']">Open Startup</a>
|
|
||||||
</li>
|
|
||||||
<li *ngIf="hasPermissionForSubscription">
|
|
||||||
<a i18n [routerLink]="routerLinkPricing">Pricing</a>
|
|
||||||
</li>
|
|
||||||
<li *ngIf="hasPermissionForSubscription">
|
|
||||||
<a i18n [routerLink]="routerLinkAboutPrivacyPolicy"
|
|
||||||
>Privacy Policy</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
<li *ngIf="hasPermissionForSubscription">
|
|
||||||
<a
|
|
||||||
class="align-items-baseline d-flex"
|
|
||||||
href="https://status.ghostfol.io"
|
|
||||||
target="_blank"
|
|
||||||
title="Ghostfolio Status"
|
|
||||||
>Status<ion-icon class="ml-1" name="open-outline"
|
|
||||||
/></a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="col-sm">
|
|
||||||
<div class="h6 mt-2" i18n>Community</div>
|
|
||||||
<ul class="list-unstyled">
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
class="align-items-baseline d-flex"
|
|
||||||
href="https://github.com/ghostfolio/ghostfolio"
|
|
||||||
target="_blank"
|
|
||||||
title="Find Ghostfolio on GitHub"
|
|
||||||
>GitHub<ion-icon class="ml-1" name="open-outline"
|
|
||||||
/></a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
class="align-items-baseline d-flex"
|
|
||||||
href="https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg"
|
|
||||||
target="_blank"
|
|
||||||
title="Join the Ghostfolio Slack community"
|
|
||||||
>Slack<ion-icon class="ml-1" name="open-outline"
|
|
||||||
/></a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
class="align-items-baseline d-flex"
|
|
||||||
href="https://twitter.com/ghostfolio_"
|
|
||||||
target="_blank"
|
|
||||||
title="Follow Ghostfolio on X (formerly Twitter)"
|
|
||||||
>X (formerly Twitter)<ion-icon class="ml-1" name="open-outline"
|
|
||||||
/></a>
|
|
||||||
</li>
|
|
||||||
<li> </li>
|
|
||||||
<li>
|
|
||||||
<a href="../de" title="Ghostfolio in Deutsch">Deutsch</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="../en" title="Ghostfolio in English">English</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="../es" title="Ghostfolio in Español">Español</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="../fr" title="Ghostfolio en Français">Français</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="../it" title="Ghostfolio in Italiano">Italiano</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="../nl" title="Ghostfolio in Nederlands">Nederlands</a>
|
|
||||||
</li>
|
|
||||||
<!--
|
|
||||||
<li>
|
<li>
|
||||||
<a href="../pl" title="Ghostfolio in Polski">Polski</a>
|
<a i18n [routerLink]="routerLinkAboutChangelog">Changelog</a>
|
||||||
</li>
|
</li>
|
||||||
-->
|
<li><a i18n [routerLink]="routerLinkFeatures">Features</a></li>
|
||||||
<li>
|
@if (hasPermissionForSubscription) {
|
||||||
<a href="../pt" title="Ghostfolio in Português">Português</a>
|
<li>
|
||||||
</li>
|
<a i18n [routerLink]="routerLinkFaq"
|
||||||
<li>
|
>Frequently Asked Questions (FAQ)</a
|
||||||
<a href="../tr" title="Ghostfolio in Türkçe">Türkçe</a>
|
>
|
||||||
</li>
|
</li>
|
||||||
<!--
|
}
|
||||||
<li>
|
<li>
|
||||||
<a href="../zh" title="Ghostfolio in Chinese">Chinese</a>
|
<a i18n [routerLink]="routerLinkAboutLicense">License</a>
|
||||||
</li>
|
</li>
|
||||||
-->
|
@if (hasPermissionForStatistics) {
|
||||||
</ul>
|
<li>
|
||||||
|
<a [routerLink]="['/open']">Open Startup</a>
|
||||||
|
</li>
|
||||||
|
}
|
||||||
|
@if (hasPermissionForSubscription) {
|
||||||
|
<li>
|
||||||
|
<a i18n [routerLink]="routerLinkPricing">Pricing</a>
|
||||||
|
</li>
|
||||||
|
}
|
||||||
|
@if (hasPermissionForSubscription) {
|
||||||
|
<li>
|
||||||
|
<a i18n [routerLink]="routerLinkAboutPrivacyPolicy"
|
||||||
|
>Privacy Policy</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
}
|
||||||
|
@if (hasPermissionForSubscription) {
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
class="align-items-baseline d-flex"
|
||||||
|
href="https://status.ghostfol.io"
|
||||||
|
target="_blank"
|
||||||
|
title="Ghostfolio Status"
|
||||||
|
>Status<ion-icon class="ml-1" name="open-outline"
|
||||||
|
/></a>
|
||||||
|
</li>
|
||||||
|
}
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="col-sm">
|
||||||
|
<div class="h6 mt-2" i18n>Community</div>
|
||||||
|
<ul class="list-unstyled">
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
class="align-items-baseline d-flex"
|
||||||
|
href="https://github.com/ghostfolio/ghostfolio"
|
||||||
|
target="_blank"
|
||||||
|
title="Find Ghostfolio on GitHub"
|
||||||
|
>GitHub<ion-icon class="ml-1" name="open-outline"
|
||||||
|
/></a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
class="align-items-baseline d-flex"
|
||||||
|
href="https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg"
|
||||||
|
target="_blank"
|
||||||
|
title="Join the Ghostfolio Slack community"
|
||||||
|
>Slack<ion-icon class="ml-1" name="open-outline"
|
||||||
|
/></a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
class="align-items-baseline d-flex"
|
||||||
|
href="https://x.com/ghostfolio_"
|
||||||
|
target="_blank"
|
||||||
|
title="Follow Ghostfolio on X (formerly Twitter)"
|
||||||
|
>X (formerly Twitter)<ion-icon class="ml-1" name="open-outline"
|
||||||
|
/></a>
|
||||||
|
</li>
|
||||||
|
<li> </li>
|
||||||
|
<li>
|
||||||
|
<a href="../de" title="Ghostfolio in Deutsch">Deutsch</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="../en" title="Ghostfolio in English">English</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="../es" title="Ghostfolio in Español">Español</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="../fr" title="Ghostfolio en Français">Français</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="../it" title="Ghostfolio in Italiano">Italiano</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="../nl" title="Ghostfolio in Nederlands">Nederlands</a>
|
||||||
|
</li>
|
||||||
|
<!--
|
||||||
|
<li>
|
||||||
|
<a href="../pl" title="Ghostfolio in Polski">Polski</a>
|
||||||
|
</li>
|
||||||
|
-->
|
||||||
|
<li>
|
||||||
|
<a href="../pt" title="Ghostfolio in Português">Português</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="../tr" title="Ghostfolio in Türkçe">Türkçe</a>
|
||||||
|
</li>
|
||||||
|
<!--
|
||||||
|
<li>
|
||||||
|
<a href="../zh" title="Ghostfolio in Chinese">Chinese</a>
|
||||||
|
</li>
|
||||||
|
-->
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row text-center">
|
||||||
|
<div class="col">
|
||||||
|
© 2021 - {{ currentYear }}
|
||||||
|
<a href="https://ghostfol.io">Ghostfolio</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row text-center text-muted">
|
||||||
|
<div class="col">
|
||||||
|
<small i18n
|
||||||
|
>The risk of loss in trading can be substantial. It is not advisable
|
||||||
|
to invest money you may need in the short term.</small
|
||||||
|
>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</footer>
|
||||||
<div class="row text-center">
|
}
|
||||||
<div class="col">
|
|
||||||
© 2021 - {{ currentYear }} <a href="https://ghostfol.io">Ghostfolio</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="row text-center text-muted">
|
|
||||||
<div class="col">
|
|
||||||
<small i18n
|
|
||||||
>The risk of loss in trading can be substantial. It is not advisable
|
|
||||||
to invest money you may need in the short term.</small
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
import { GfLogoComponent } from '@ghostfolio/ui/logo';
|
import { GfLogoComponent } from '@ghostfolio/ui/logo';
|
||||||
|
|
||||||
import { Platform } from '@angular/cdk/platform';
|
import { Platform } from '@angular/cdk/platform';
|
||||||
import { HttpClientModule } from '@angular/common/http';
|
import {
|
||||||
|
provideHttpClient,
|
||||||
|
withInterceptorsFromDi
|
||||||
|
} from '@angular/common/http';
|
||||||
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
||||||
import { MatAutocompleteModule } from '@angular/material/autocomplete';
|
import { MatAutocompleteModule } from '@angular/material/autocomplete';
|
||||||
import { MatChipsModule } from '@angular/material/chips';
|
import { MatChipsModule } from '@angular/material/chips';
|
||||||
@ -45,7 +48,6 @@ export function NgxStripeFactory(): string {
|
|||||||
GfHeaderModule,
|
GfHeaderModule,
|
||||||
GfLogoComponent,
|
GfLogoComponent,
|
||||||
GfSubscriptionInterstitialDialogModule,
|
GfSubscriptionInterstitialDialogModule,
|
||||||
HttpClientModule,
|
|
||||||
MarkdownModule.forRoot(),
|
MarkdownModule.forRoot(),
|
||||||
MatAutocompleteModule,
|
MatAutocompleteModule,
|
||||||
MatChipsModule,
|
MatChipsModule,
|
||||||
@ -63,6 +65,7 @@ export function NgxStripeFactory(): string {
|
|||||||
authInterceptorProviders,
|
authInterceptorProviders,
|
||||||
httpResponseInterceptorProviders,
|
httpResponseInterceptorProviders,
|
||||||
LanguageService,
|
LanguageService,
|
||||||
|
provideHttpClient(withInterceptorsFromDi()),
|
||||||
{
|
{
|
||||||
provide: DateAdapter,
|
provide: DateAdapter,
|
||||||
useClass: CustomDateAdapter,
|
useClass: CustomDateAdapter,
|
||||||
|
@ -1,67 +1,71 @@
|
|||||||
<table class="gf-table w-100" mat-table [dataSource]="dataSource">
|
<div class="overflow-x-auto">
|
||||||
<ng-container matColumnDef="alias">
|
<table class="gf-table w-100" mat-table [dataSource]="dataSource">
|
||||||
<th *matHeaderCellDef class="px-1" i18n mat-header-cell>Alias</th>
|
<ng-container matColumnDef="alias">
|
||||||
<td *matCellDef="let element" class="px-1" mat-cell>
|
<th *matHeaderCellDef class="px-1" i18n mat-header-cell>Alias</th>
|
||||||
{{ element.alias }}
|
<td *matCellDef="let element" class="px-1" mat-cell>
|
||||||
</td>
|
{{ element.alias }}
|
||||||
</ng-container>
|
</td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
<ng-container matColumnDef="grantee">
|
<ng-container matColumnDef="grantee">
|
||||||
<th *matHeaderCellDef class="px-1" i18n mat-header-cell>Grantee</th>
|
<th *matHeaderCellDef class="px-1" i18n mat-header-cell>Grantee</th>
|
||||||
<td *matCellDef="let element" class="px-1" mat-cell>
|
<td *matCellDef="let element" class="px-1" mat-cell>
|
||||||
{{ element.grantee }}
|
{{ element.grantee }}
|
||||||
</td>
|
</td>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
<ng-container matColumnDef="type">
|
<ng-container matColumnDef="type">
|
||||||
<th *matHeaderCellDef class="px-1" i18n mat-header-cell>Permission</th>
|
<th *matHeaderCellDef class="px-1" i18n mat-header-cell>Permission</th>
|
||||||
<td *matCellDef="let element" class="px-1 text-nowrap" mat-cell>
|
<td *matCellDef="let element" class="px-1 text-nowrap" mat-cell>
|
||||||
<div class="align-items-center d-flex">
|
<div class="align-items-center d-flex">
|
||||||
@if (element.permissions.includes('READ')) {
|
@if (element.permissions.includes('READ')) {
|
||||||
<ion-icon class="mr-1" name="lock-open-outline" />
|
<ion-icon class="mr-1" name="lock-open-outline" />
|
||||||
<ng-container i18n>View</ng-container>
|
<ng-container i18n>View</ng-container>
|
||||||
} @else if (element.permissions.includes('READ_RESTRICTED')) {
|
} @else if (element.permissions.includes('READ_RESTRICTED')) {
|
||||||
<ion-icon class="mr-1" name="lock-closed-outline" />
|
<ion-icon class="mr-1" name="lock-closed-outline" />
|
||||||
<ng-container i18n>Restricted view</ng-container>
|
<ng-container i18n>Restricted view</ng-container>
|
||||||
|
}
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
|
<ng-container matColumnDef="details">
|
||||||
|
<th *matHeaderCellDef class="px-1" i18n mat-header-cell>Details</th>
|
||||||
|
<td *matCellDef="let element" class="px-1 text-nowrap" mat-cell>
|
||||||
|
@if (element.type === 'PUBLIC') {
|
||||||
|
<div class="align-items-center d-flex">
|
||||||
|
<ion-icon class="mr-1" name="link-outline" />
|
||||||
|
<a
|
||||||
|
href="{{ baseUrl }}/{{ defaultLanguageCode }}/p/{{ element.id }}"
|
||||||
|
target="_blank"
|
||||||
|
>{{ baseUrl }}/{{ defaultLanguageCode }}/p/{{ element.id }}</a
|
||||||
|
>
|
||||||
|
</div>
|
||||||
}
|
}
|
||||||
</div>
|
</td>
|
||||||
</td>
|
</ng-container>
|
||||||
</ng-container>
|
|
||||||
|
|
||||||
<ng-container matColumnDef="details">
|
<ng-container matColumnDef="actions" stickyEnd>
|
||||||
<th *matHeaderCellDef class="px-1" i18n mat-header-cell>Details</th>
|
<th *matHeaderCellDef class="px-1 text-center" mat-header-cell></th>
|
||||||
<td *matCellDef="let element" class="px-1 text-nowrap" mat-cell>
|
|
||||||
<div *ngIf="element.type === 'PUBLIC'" class="align-items-center d-flex">
|
<td *matCellDef="let element" class="px-1 text-center" mat-cell>
|
||||||
<ion-icon class="mr-1" name="link-outline" />
|
<button
|
||||||
<a
|
class="mx-1 no-min-width px-2"
|
||||||
href="{{ baseUrl }}/{{ defaultLanguageCode }}/p/{{ element.id }}"
|
mat-button
|
||||||
target="_blank"
|
[matMenuTriggerFor]="transactionMenu"
|
||||||
>{{ baseUrl }}/{{ defaultLanguageCode }}/p/{{ element.id }}</a
|
(click)="$event.stopPropagation()"
|
||||||
>
|
>
|
||||||
</div>
|
<ion-icon name="ellipsis-horizontal" />
|
||||||
</td>
|
|
||||||
</ng-container>
|
|
||||||
|
|
||||||
<ng-container matColumnDef="actions" stickyEnd>
|
|
||||||
<th *matHeaderCellDef class="px-1 text-center" mat-header-cell></th>
|
|
||||||
|
|
||||||
<td *matCellDef="let element" class="px-1 text-center" mat-cell>
|
|
||||||
<button
|
|
||||||
class="mx-1 no-min-width px-2"
|
|
||||||
mat-button
|
|
||||||
[matMenuTriggerFor]="transactionMenu"
|
|
||||||
(click)="$event.stopPropagation()"
|
|
||||||
>
|
|
||||||
<ion-icon name="ellipsis-horizontal" />
|
|
||||||
</button>
|
|
||||||
<mat-menu #transactionMenu="matMenu" xPosition="before">
|
|
||||||
<button mat-menu-item (click)="onDeleteAccess(element.id)">
|
|
||||||
<ng-container i18n>Revoke</ng-container>
|
|
||||||
</button>
|
</button>
|
||||||
</mat-menu>
|
<mat-menu #transactionMenu="matMenu" xPosition="before">
|
||||||
</td>
|
<button mat-menu-item (click)="onDeleteAccess(element.id)">
|
||||||
</ng-container>
|
<ng-container i18n>Revoke</ng-container>
|
||||||
|
</button>
|
||||||
|
</mat-menu>
|
||||||
|
</td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
<tr *matHeaderRowDef="displayedColumns" mat-header-row></tr>
|
<tr *matHeaderRowDef="displayedColumns" mat-header-row></tr>
|
||||||
<tr *matRowDef="let row; columns: displayedColumns" mat-row></tr>
|
<tr *matRowDef="let row; columns: displayedColumns" mat-row></tr>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
@ -1,296 +1,322 @@
|
|||||||
<div *ngIf="showActions" class="d-flex justify-content-end">
|
@if (showActions) {
|
||||||
<button
|
<div class="d-flex justify-content-end">
|
||||||
class="align-items-center d-flex"
|
<button
|
||||||
mat-stroked-button
|
class="align-items-center d-flex"
|
||||||
[disabled]="dataSource?.data.length < 2"
|
mat-stroked-button
|
||||||
(click)="onTransferBalance()"
|
[disabled]="dataSource?.data.length < 2"
|
||||||
>
|
(click)="onTransferBalance()"
|
||||||
<ion-icon class="mr-2" name="arrow-redo-outline" />
|
>
|
||||||
<ng-container i18n>Transfer Cash Balance</ng-container>...
|
<ion-icon class="mr-2" name="arrow-redo-outline" />
|
||||||
</button>
|
<ng-container i18n>Transfer Cash Balance</ng-container>...
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
}
|
||||||
|
|
||||||
|
<div class="overflow-x-auto">
|
||||||
|
<table class="gf-table w-100" mat-table matSort [dataSource]="dataSource">
|
||||||
|
<ng-container matColumnDef="status">
|
||||||
|
<th
|
||||||
|
*matHeaderCellDef
|
||||||
|
class="d-none d-lg-table-cell px-1"
|
||||||
|
mat-header-cell
|
||||||
|
></th>
|
||||||
|
<td
|
||||||
|
*matCellDef="let element"
|
||||||
|
class="d-none d-lg-table-cell px-1"
|
||||||
|
mat-cell
|
||||||
|
>
|
||||||
|
<div class="d-flex justify-content-center">
|
||||||
|
@if (element.isExcluded) {
|
||||||
|
<ion-icon name="eye-off-outline" />
|
||||||
|
}
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
<td
|
||||||
|
*matFooterCellDef
|
||||||
|
class="d-none d-lg-table-cell px-1"
|
||||||
|
mat-footer-cell
|
||||||
|
></td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
|
<ng-container matColumnDef="account">
|
||||||
|
<th *matHeaderCellDef class="px-1" mat-header-cell mat-sort-header="name">
|
||||||
|
<ng-container i18n>Name</ng-container>
|
||||||
|
</th>
|
||||||
|
<td *matCellDef="let element" class="px-1" mat-cell>
|
||||||
|
@if (element.Platform?.url) {
|
||||||
|
<gf-asset-profile-icon
|
||||||
|
class="d-inline d-sm-none mr-1"
|
||||||
|
[tooltip]="element.Platform?.name"
|
||||||
|
[url]="element.Platform?.url"
|
||||||
|
/>
|
||||||
|
}
|
||||||
|
<span>{{ element.name }}</span>
|
||||||
|
</td>
|
||||||
|
<td *matFooterCellDef class="px-1" i18n mat-footer-cell>Total</td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
|
<ng-container matColumnDef="currency">
|
||||||
|
<th
|
||||||
|
*matHeaderCellDef
|
||||||
|
class="d-none d-lg-table-cell px-1"
|
||||||
|
mat-header-cell
|
||||||
|
mat-sort-header
|
||||||
|
>
|
||||||
|
<ng-container i18n>Currency</ng-container>
|
||||||
|
</th>
|
||||||
|
<td
|
||||||
|
*matCellDef="let element"
|
||||||
|
class="d-none d-lg-table-cell px-1"
|
||||||
|
mat-cell
|
||||||
|
>
|
||||||
|
{{ element.currency }}
|
||||||
|
</td>
|
||||||
|
<td *matFooterCellDef class="d-none d-lg-table-cell px-1" mat-footer-cell>
|
||||||
|
{{ baseCurrency }}
|
||||||
|
</td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
|
<ng-container matColumnDef="platform">
|
||||||
|
<th
|
||||||
|
*matHeaderCellDef
|
||||||
|
class="d-none d-lg-table-cell px-1"
|
||||||
|
mat-header-cell
|
||||||
|
mat-sort-header="Platform.name"
|
||||||
|
>
|
||||||
|
<ng-container i18n>Platform</ng-container>
|
||||||
|
</th>
|
||||||
|
<td
|
||||||
|
*matCellDef="let element"
|
||||||
|
class="d-none d-lg-table-cell px-1"
|
||||||
|
mat-cell
|
||||||
|
>
|
||||||
|
<div class="d-flex">
|
||||||
|
@if (element.Platform?.url) {
|
||||||
|
<gf-asset-profile-icon
|
||||||
|
class="mr-1"
|
||||||
|
[tooltip]="element.Platform?.name"
|
||||||
|
[url]="element.Platform?.url"
|
||||||
|
/>
|
||||||
|
}
|
||||||
|
<span>{{ element.Platform?.name }}</span>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
<td
|
||||||
|
*matFooterCellDef
|
||||||
|
class="d-none d-lg-table-cell px-1"
|
||||||
|
mat-footer-cell
|
||||||
|
></td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
|
<ng-container matColumnDef="transactions">
|
||||||
|
<th
|
||||||
|
*matHeaderCellDef
|
||||||
|
class="justify-content-end px-1"
|
||||||
|
mat-header-cell
|
||||||
|
mat-sort-header="transactionCount"
|
||||||
|
>
|
||||||
|
<span class="d-block d-sm-none">#</span>
|
||||||
|
<span class="d-none d-sm-block" i18n>Activities</span>
|
||||||
|
</th>
|
||||||
|
<td *matCellDef="let element" class="px-1 text-right" mat-cell>
|
||||||
|
{{ element.transactionCount }}
|
||||||
|
</td>
|
||||||
|
<td *matFooterCellDef class="px-1 text-right" mat-footer-cell>
|
||||||
|
{{ transactionCount }}
|
||||||
|
</td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
|
<ng-container matColumnDef="balance">
|
||||||
|
<th
|
||||||
|
*matHeaderCellDef
|
||||||
|
class="d-none d-lg-table-cell justify-content-end px-1"
|
||||||
|
mat-header-cell
|
||||||
|
mat-sort-header
|
||||||
|
>
|
||||||
|
<ng-container i18n>Cash Balance</ng-container>
|
||||||
|
</th>
|
||||||
|
<td
|
||||||
|
*matCellDef="let element"
|
||||||
|
class="d-none d-lg-table-cell px-1 text-right"
|
||||||
|
mat-cell
|
||||||
|
>
|
||||||
|
<gf-value
|
||||||
|
class="d-inline-block justify-content-end"
|
||||||
|
[isCurrency]="true"
|
||||||
|
[locale]="locale"
|
||||||
|
[value]="element.balance"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
<td
|
||||||
|
*matFooterCellDef
|
||||||
|
class="d-none d-lg-table-cell px-1 text-right"
|
||||||
|
mat-footer-cell
|
||||||
|
>
|
||||||
|
<gf-value
|
||||||
|
class="d-inline-block justify-content-end"
|
||||||
|
[isCurrency]="true"
|
||||||
|
[locale]="locale"
|
||||||
|
[value]="totalBalanceInBaseCurrency"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
|
<ng-container matColumnDef="value">
|
||||||
|
<th
|
||||||
|
*matHeaderCellDef
|
||||||
|
class="d-none d-lg-table-cell justify-content-end px-1"
|
||||||
|
mat-header-cell
|
||||||
|
mat-sort-header
|
||||||
|
>
|
||||||
|
<ng-container i18n>Value</ng-container>
|
||||||
|
</th>
|
||||||
|
<td
|
||||||
|
*matCellDef="let element"
|
||||||
|
class="d-none d-lg-table-cell px-1 text-right"
|
||||||
|
mat-cell
|
||||||
|
>
|
||||||
|
<gf-value
|
||||||
|
class="d-inline-block justify-content-end"
|
||||||
|
[isCurrency]="true"
|
||||||
|
[locale]="locale"
|
||||||
|
[value]="element.value"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
<td
|
||||||
|
*matFooterCellDef
|
||||||
|
class="d-none d-lg-table-cell px-1 text-right"
|
||||||
|
mat-footer-cell
|
||||||
|
>
|
||||||
|
<gf-value
|
||||||
|
class="d-inline-block justify-content-end"
|
||||||
|
[isCurrency]="true"
|
||||||
|
[locale]="locale"
|
||||||
|
[value]="totalValueInBaseCurrency"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
|
<ng-container matColumnDef="valueInBaseCurrency">
|
||||||
|
<th
|
||||||
|
*matHeaderCellDef
|
||||||
|
class="d-lg-none d-xl-none px-1 text-right"
|
||||||
|
mat-header-cell
|
||||||
|
mat-sort-header
|
||||||
|
>
|
||||||
|
<ng-container i18n>Value</ng-container>
|
||||||
|
</th>
|
||||||
|
<td
|
||||||
|
*matCellDef="let element"
|
||||||
|
class="d-lg-none d-xl-none px-1 text-right"
|
||||||
|
mat-cell
|
||||||
|
>
|
||||||
|
<gf-value
|
||||||
|
class="d-inline-block justify-content-end"
|
||||||
|
[isCurrency]="true"
|
||||||
|
[locale]="locale"
|
||||||
|
[value]="element.valueInBaseCurrency"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
<td
|
||||||
|
*matFooterCellDef
|
||||||
|
class="d-lg-none d-xl-none px-1 text-right"
|
||||||
|
mat-footer-cell
|
||||||
|
>
|
||||||
|
<gf-value
|
||||||
|
class="d-inline-block justify-content-end"
|
||||||
|
[isCurrency]="true"
|
||||||
|
[locale]="locale"
|
||||||
|
[value]="totalValueInBaseCurrency"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
|
<ng-container matColumnDef="comment">
|
||||||
|
<th
|
||||||
|
*matHeaderCellDef
|
||||||
|
class="d-none d-lg-table-cell px-1"
|
||||||
|
mat-header-cell
|
||||||
|
></th>
|
||||||
|
<td
|
||||||
|
*matCellDef="let element"
|
||||||
|
class="d-none d-lg-table-cell px-1"
|
||||||
|
mat-cell
|
||||||
|
>
|
||||||
|
@if (element.comment) {
|
||||||
|
<button
|
||||||
|
class="mx-1 no-min-width px-2"
|
||||||
|
mat-button
|
||||||
|
title="Note"
|
||||||
|
(click)="onOpenComment(element.comment); $event.stopPropagation()"
|
||||||
|
>
|
||||||
|
<ion-icon name="document-text-outline" />
|
||||||
|
</button>
|
||||||
|
}
|
||||||
|
</td>
|
||||||
|
<td
|
||||||
|
*matFooterCellDef
|
||||||
|
class="d-none d-lg-table-cell px-1"
|
||||||
|
mat-footer-cell
|
||||||
|
></td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
|
<ng-container matColumnDef="actions" stickyEnd>
|
||||||
|
<th *matHeaderCellDef class="px-1 text-center" i18n mat-header-cell></th>
|
||||||
|
<td *matCellDef="let element" class="px-1 text-center" mat-cell>
|
||||||
|
<button
|
||||||
|
class="mx-1 no-min-width px-2"
|
||||||
|
mat-button
|
||||||
|
[matMenuTriggerFor]="accountMenu"
|
||||||
|
(click)="$event.stopPropagation()"
|
||||||
|
>
|
||||||
|
<ion-icon name="ellipsis-horizontal" />
|
||||||
|
</button>
|
||||||
|
<mat-menu #accountMenu="matMenu" xPosition="before">
|
||||||
|
<button mat-menu-item (click)="onUpdateAccount(element)">
|
||||||
|
<span class="align-items-center d-flex">
|
||||||
|
<ion-icon class="mr-2" name="create-outline" />
|
||||||
|
<span i18n>Edit</span>
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
mat-menu-item
|
||||||
|
[disabled]="element.transactionCount > 0"
|
||||||
|
(click)="onDeleteAccount(element.id)"
|
||||||
|
>
|
||||||
|
<span class="align-items-center d-flex">
|
||||||
|
<ion-icon class="mr-2" name="trash-outline" />
|
||||||
|
<span i18n>Delete</span>
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
|
</mat-menu>
|
||||||
|
</td>
|
||||||
|
<td *matFooterCellDef class="px-1" mat-footer-cell></td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
|
<tr *matHeaderRowDef="displayedColumns" mat-header-row></tr>
|
||||||
|
<tr
|
||||||
|
*matRowDef="let row; columns: displayedColumns"
|
||||||
|
mat-row
|
||||||
|
[ngClass]="{
|
||||||
|
'cursor-pointer': hasPermissionToOpenDetails
|
||||||
|
}"
|
||||||
|
(click)="onOpenAccountDetailDialog(row.id)"
|
||||||
|
></tr>
|
||||||
|
<tr
|
||||||
|
*matFooterRowDef="displayedColumns"
|
||||||
|
mat-footer-row
|
||||||
|
[ngClass]="{ 'd-none': isLoading || !showFooter }"
|
||||||
|
></tr>
|
||||||
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class="gf-table w-100" mat-table matSort [dataSource]="dataSource">
|
@if (isLoading) {
|
||||||
<ng-container matColumnDef="status">
|
<ngx-skeleton-loader
|
||||||
<th
|
animation="pulse"
|
||||||
*matHeaderCellDef
|
class="px-4 py-3"
|
||||||
class="d-none d-lg-table-cell px-1"
|
[theme]="{
|
||||||
mat-header-cell
|
height: '1.5rem',
|
||||||
></th>
|
width: '100%'
|
||||||
<td *matCellDef="let element" class="d-none d-lg-table-cell px-1" mat-cell>
|
|
||||||
<div class="d-flex justify-content-center">
|
|
||||||
<ion-icon *ngIf="element.isExcluded" name="eye-off-outline" />
|
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
<td
|
|
||||||
*matFooterCellDef
|
|
||||||
class="d-none d-lg-table-cell px-1"
|
|
||||||
mat-footer-cell
|
|
||||||
></td>
|
|
||||||
</ng-container>
|
|
||||||
|
|
||||||
<ng-container matColumnDef="account">
|
|
||||||
<th *matHeaderCellDef class="px-1" mat-header-cell mat-sort-header="name">
|
|
||||||
<ng-container i18n>Name</ng-container>
|
|
||||||
</th>
|
|
||||||
<td *matCellDef="let element" class="px-1" mat-cell>
|
|
||||||
<gf-asset-profile-icon
|
|
||||||
*ngIf="element.Platform?.url"
|
|
||||||
class="d-inline d-sm-none mr-1"
|
|
||||||
[tooltip]="element.Platform?.name"
|
|
||||||
[url]="element.Platform?.url"
|
|
||||||
/>
|
|
||||||
<span>{{ element.name }}</span>
|
|
||||||
</td>
|
|
||||||
<td *matFooterCellDef class="px-1" i18n mat-footer-cell>Total</td>
|
|
||||||
</ng-container>
|
|
||||||
|
|
||||||
<ng-container matColumnDef="currency">
|
|
||||||
<th
|
|
||||||
*matHeaderCellDef
|
|
||||||
class="d-none d-lg-table-cell px-1"
|
|
||||||
mat-header-cell
|
|
||||||
mat-sort-header
|
|
||||||
>
|
|
||||||
<ng-container i18n>Currency</ng-container>
|
|
||||||
</th>
|
|
||||||
<td *matCellDef="let element" class="d-none d-lg-table-cell px-1" mat-cell>
|
|
||||||
{{ element.currency }}
|
|
||||||
</td>
|
|
||||||
<td *matFooterCellDef class="d-none d-lg-table-cell px-1" mat-footer-cell>
|
|
||||||
{{ baseCurrency }}
|
|
||||||
</td>
|
|
||||||
</ng-container>
|
|
||||||
|
|
||||||
<ng-container matColumnDef="platform">
|
|
||||||
<th
|
|
||||||
*matHeaderCellDef
|
|
||||||
class="d-none d-lg-table-cell px-1"
|
|
||||||
mat-header-cell
|
|
||||||
mat-sort-header="Platform.name"
|
|
||||||
>
|
|
||||||
<ng-container i18n>Platform</ng-container>
|
|
||||||
</th>
|
|
||||||
<td *matCellDef="let element" class="d-none d-lg-table-cell px-1" mat-cell>
|
|
||||||
<div class="d-flex">
|
|
||||||
<gf-asset-profile-icon
|
|
||||||
*ngIf="element.Platform?.url"
|
|
||||||
class="mr-1"
|
|
||||||
[tooltip]="element.Platform?.name"
|
|
||||||
[url]="element.Platform?.url"
|
|
||||||
/>
|
|
||||||
<span>{{ element.Platform?.name }}</span>
|
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
<td
|
|
||||||
*matFooterCellDef
|
|
||||||
class="d-none d-lg-table-cell px-1"
|
|
||||||
mat-footer-cell
|
|
||||||
></td>
|
|
||||||
</ng-container>
|
|
||||||
|
|
||||||
<ng-container matColumnDef="transactions">
|
|
||||||
<th
|
|
||||||
*matHeaderCellDef
|
|
||||||
class="justify-content-end px-1"
|
|
||||||
mat-header-cell
|
|
||||||
mat-sort-header="transactionCount"
|
|
||||||
>
|
|
||||||
<span class="d-block d-sm-none">#</span>
|
|
||||||
<span class="d-none d-sm-block" i18n>Activities</span>
|
|
||||||
</th>
|
|
||||||
<td *matCellDef="let element" class="px-1 text-right" mat-cell>
|
|
||||||
{{ element.transactionCount }}
|
|
||||||
</td>
|
|
||||||
<td *matFooterCellDef class="px-1 text-right" mat-footer-cell>
|
|
||||||
{{ transactionCount }}
|
|
||||||
</td>
|
|
||||||
</ng-container>
|
|
||||||
|
|
||||||
<ng-container matColumnDef="balance">
|
|
||||||
<th
|
|
||||||
*matHeaderCellDef
|
|
||||||
class="d-none d-lg-table-cell justify-content-end px-1"
|
|
||||||
mat-header-cell
|
|
||||||
mat-sort-header
|
|
||||||
>
|
|
||||||
<ng-container i18n>Cash Balance</ng-container>
|
|
||||||
</th>
|
|
||||||
<td
|
|
||||||
*matCellDef="let element"
|
|
||||||
class="d-none d-lg-table-cell px-1 text-right"
|
|
||||||
mat-cell
|
|
||||||
>
|
|
||||||
<gf-value
|
|
||||||
class="d-inline-block justify-content-end"
|
|
||||||
[isCurrency]="true"
|
|
||||||
[locale]="locale"
|
|
||||||
[value]="element.balance"
|
|
||||||
/>
|
|
||||||
</td>
|
|
||||||
<td
|
|
||||||
*matFooterCellDef
|
|
||||||
class="d-none d-lg-table-cell px-1 text-right"
|
|
||||||
mat-footer-cell
|
|
||||||
>
|
|
||||||
<gf-value
|
|
||||||
class="d-inline-block justify-content-end"
|
|
||||||
[isCurrency]="true"
|
|
||||||
[locale]="locale"
|
|
||||||
[value]="totalBalanceInBaseCurrency"
|
|
||||||
/>
|
|
||||||
</td>
|
|
||||||
</ng-container>
|
|
||||||
|
|
||||||
<ng-container matColumnDef="value">
|
|
||||||
<th
|
|
||||||
*matHeaderCellDef
|
|
||||||
class="d-none d-lg-table-cell justify-content-end px-1"
|
|
||||||
mat-header-cell
|
|
||||||
mat-sort-header
|
|
||||||
>
|
|
||||||
<ng-container i18n>Value</ng-container>
|
|
||||||
</th>
|
|
||||||
<td
|
|
||||||
*matCellDef="let element"
|
|
||||||
class="d-none d-lg-table-cell px-1 text-right"
|
|
||||||
mat-cell
|
|
||||||
>
|
|
||||||
<gf-value
|
|
||||||
class="d-inline-block justify-content-end"
|
|
||||||
[isCurrency]="true"
|
|
||||||
[locale]="locale"
|
|
||||||
[value]="element.value"
|
|
||||||
/>
|
|
||||||
</td>
|
|
||||||
<td
|
|
||||||
*matFooterCellDef
|
|
||||||
class="d-none d-lg-table-cell px-1 text-right"
|
|
||||||
mat-footer-cell
|
|
||||||
>
|
|
||||||
<gf-value
|
|
||||||
class="d-inline-block justify-content-end"
|
|
||||||
[isCurrency]="true"
|
|
||||||
[locale]="locale"
|
|
||||||
[value]="totalValueInBaseCurrency"
|
|
||||||
/>
|
|
||||||
</td>
|
|
||||||
</ng-container>
|
|
||||||
|
|
||||||
<ng-container matColumnDef="valueInBaseCurrency">
|
|
||||||
<th
|
|
||||||
*matHeaderCellDef
|
|
||||||
class="d-lg-none d-xl-none px-1 text-right"
|
|
||||||
mat-header-cell
|
|
||||||
mat-sort-header
|
|
||||||
>
|
|
||||||
<ng-container i18n>Value</ng-container>
|
|
||||||
</th>
|
|
||||||
<td
|
|
||||||
*matCellDef="let element"
|
|
||||||
class="d-lg-none d-xl-none px-1 text-right"
|
|
||||||
mat-cell
|
|
||||||
>
|
|
||||||
<gf-value
|
|
||||||
class="d-inline-block justify-content-end"
|
|
||||||
[isCurrency]="true"
|
|
||||||
[locale]="locale"
|
|
||||||
[value]="element.valueInBaseCurrency"
|
|
||||||
/>
|
|
||||||
</td>
|
|
||||||
<td
|
|
||||||
*matFooterCellDef
|
|
||||||
class="d-lg-none d-xl-none px-1 text-right"
|
|
||||||
mat-footer-cell
|
|
||||||
>
|
|
||||||
<gf-value
|
|
||||||
class="d-inline-block justify-content-end"
|
|
||||||
[isCurrency]="true"
|
|
||||||
[locale]="locale"
|
|
||||||
[value]="totalValueInBaseCurrency"
|
|
||||||
/>
|
|
||||||
</td>
|
|
||||||
</ng-container>
|
|
||||||
|
|
||||||
<ng-container matColumnDef="comment">
|
|
||||||
<th
|
|
||||||
*matHeaderCellDef
|
|
||||||
class="d-none d-lg-table-cell px-1"
|
|
||||||
mat-header-cell
|
|
||||||
></th>
|
|
||||||
<td *matCellDef="let element" class="d-none d-lg-table-cell px-1" mat-cell>
|
|
||||||
<button
|
|
||||||
*ngIf="element.comment"
|
|
||||||
class="mx-1 no-min-width px-2"
|
|
||||||
mat-button
|
|
||||||
title="Note"
|
|
||||||
(click)="onOpenComment(element.comment); $event.stopPropagation()"
|
|
||||||
>
|
|
||||||
<ion-icon name="document-text-outline" />
|
|
||||||
</button>
|
|
||||||
</td>
|
|
||||||
<td
|
|
||||||
*matFooterCellDef
|
|
||||||
class="d-none d-lg-table-cell px-1"
|
|
||||||
mat-footer-cell
|
|
||||||
></td>
|
|
||||||
</ng-container>
|
|
||||||
|
|
||||||
<ng-container matColumnDef="actions" stickyEnd>
|
|
||||||
<th *matHeaderCellDef class="px-1 text-center" i18n mat-header-cell></th>
|
|
||||||
<td *matCellDef="let element" class="px-1 text-center" mat-cell>
|
|
||||||
<button
|
|
||||||
class="mx-1 no-min-width px-2"
|
|
||||||
mat-button
|
|
||||||
[matMenuTriggerFor]="accountMenu"
|
|
||||||
(click)="$event.stopPropagation()"
|
|
||||||
>
|
|
||||||
<ion-icon name="ellipsis-horizontal" />
|
|
||||||
</button>
|
|
||||||
<mat-menu #accountMenu="matMenu" xPosition="before">
|
|
||||||
<button mat-menu-item (click)="onUpdateAccount(element)">
|
|
||||||
<span class="align-items-center d-flex">
|
|
||||||
<ion-icon class="mr-2" name="create-outline" />
|
|
||||||
<span i18n>Edit</span>
|
|
||||||
</span>
|
|
||||||
</button>
|
|
||||||
<button
|
|
||||||
mat-menu-item
|
|
||||||
[disabled]="element.transactionCount > 0"
|
|
||||||
(click)="onDeleteAccount(element.id)"
|
|
||||||
>
|
|
||||||
<span class="align-items-center d-flex">
|
|
||||||
<ion-icon class="mr-2" name="trash-outline" />
|
|
||||||
<span i18n>Delete</span>
|
|
||||||
</span>
|
|
||||||
</button>
|
|
||||||
</mat-menu>
|
|
||||||
</td>
|
|
||||||
<td *matFooterCellDef class="px-1" mat-footer-cell></td>
|
|
||||||
</ng-container>
|
|
||||||
|
|
||||||
<tr *matHeaderRowDef="displayedColumns" mat-header-row></tr>
|
|
||||||
<tr
|
|
||||||
*matRowDef="let row; columns: displayedColumns"
|
|
||||||
mat-row
|
|
||||||
[ngClass]="{
|
|
||||||
'cursor-pointer': hasPermissionToOpenDetails
|
|
||||||
}"
|
}"
|
||||||
(click)="onOpenAccountDetailDialog(row.id)"
|
/>
|
||||||
></tr>
|
}
|
||||||
<tr
|
|
||||||
*matFooterRowDef="displayedColumns"
|
|
||||||
mat-footer-row
|
|
||||||
[ngClass]="{ 'd-none': isLoading || !showFooter }"
|
|
||||||
></tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<ngx-skeleton-loader
|
|
||||||
*ngIf="isLoading"
|
|
||||||
animation="pulse"
|
|
||||||
class="px-4 py-3"
|
|
||||||
[theme]="{
|
|
||||||
height: '1.5rem',
|
|
||||||
width: '100%'
|
|
||||||
}"
|
|
||||||
/>
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
:host {
|
:host {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
.mat-mdc-table {
|
.gf-table {
|
||||||
th {
|
th {
|
||||||
::ng-deep {
|
::ng-deep {
|
||||||
.mat-sort-header-container {
|
.mat-sort-header-container {
|
||||||
|
@ -5,11 +5,14 @@
|
|||||||
<mat-form-field appearance="outline" class="w-100 without-hint">
|
<mat-form-field appearance="outline" class="w-100 without-hint">
|
||||||
<mat-select formControlName="status">
|
<mat-select formControlName="status">
|
||||||
<mat-option />
|
<mat-option />
|
||||||
<mat-option
|
@for (
|
||||||
*ngFor="let statusFilterOption of statusFilterOptions"
|
statusFilterOption of statusFilterOptions;
|
||||||
[value]="statusFilterOption"
|
track statusFilterOption
|
||||||
>{{ statusFilterOption }}</mat-option
|
) {
|
||||||
>
|
<mat-option [value]="statusFilterOption">{{
|
||||||
|
statusFilterOption
|
||||||
|
}}</mat-option>
|
||||||
|
}
|
||||||
</mat-select>
|
</mat-select>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</form>
|
</form>
|
||||||
@ -28,15 +31,11 @@
|
|||||||
<ng-container i18n>Type</ng-container>
|
<ng-container i18n>Type</ng-container>
|
||||||
</th>
|
</th>
|
||||||
<td *matCellDef="let element" class="px-1 py-2" mat-cell>
|
<td *matCellDef="let element" class="px-1 py-2" mat-cell>
|
||||||
<ng-container *ngIf="element.name === 'GATHER_ASSET_PROFILE'" i18n>
|
@if (element.name === 'GATHER_ASSET_PROFILE') {
|
||||||
Asset Profile
|
<ng-container i18n>Asset Profile</ng-container>
|
||||||
</ng-container>
|
} @else if (element.name === 'GATHER_HISTORICAL_MARKET_DATA') {
|
||||||
<ng-container
|
<ng-container i18n>Historical Market Data</ng-container>
|
||||||
*ngIf="element.name === 'GATHER_HISTORICAL_MARKET_DATA'"
|
}
|
||||||
i18n
|
|
||||||
>
|
|
||||||
Historical Market Data
|
|
||||||
</ng-container>
|
|
||||||
</td>
|
</td>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
@ -109,37 +108,29 @@
|
|||||||
<ng-container i18n>Status</ng-container>
|
<ng-container i18n>Status</ng-container>
|
||||||
</th>
|
</th>
|
||||||
<td *matCellDef="let element" class="px-1 py-2" mat-cell>
|
<td *matCellDef="let element" class="px-1 py-2" mat-cell>
|
||||||
<ion-icon
|
@if (element.state === 'active') {
|
||||||
*ngIf="element.state === 'active'"
|
<ion-icon class="h6 mb-0" name="play-outline" />
|
||||||
class="h6 mb-0"
|
} @else if (element.state === 'completed') {
|
||||||
name="play-outline"
|
<ion-icon
|
||||||
/>
|
class="h6 mb-0 text-success"
|
||||||
<ion-icon
|
name="checkmark-circle-outline"
|
||||||
*ngIf="element.state === 'completed'"
|
/>
|
||||||
class="h6 mb-0 text-success"
|
} @else if (element.state === 'delayed') {
|
||||||
name="checkmark-circle-outline"
|
<ion-icon
|
||||||
/>
|
class="h6 mb-0"
|
||||||
<ion-icon
|
name="time-outline"
|
||||||
*ngIf="element.state === 'delayed'"
|
[ngClass]="{ 'text-danger': element.stacktrace?.length > 0 }"
|
||||||
class="h6 mb-0"
|
/>
|
||||||
name="time-outline"
|
} @else if (element.state === 'failed') {
|
||||||
[ngClass]="{ 'text-danger': element.stacktrace?.length > 0 }"
|
<ion-icon
|
||||||
/>
|
class="h6 mb-0 text-danger"
|
||||||
<ion-icon
|
name="alert-circle-outline"
|
||||||
*ngIf="element.state === 'failed'"
|
/>
|
||||||
class="h6 mb-0 text-danger"
|
} @else if (element.state === 'paused') {
|
||||||
name="alert-circle-outline"
|
<ion-icon class="h6 mb-0" name="pause-outline" />
|
||||||
/>
|
} @else if (element.state === 'waiting') {
|
||||||
<ion-icon
|
<ion-icon class="h6 mb-0" name="cafe-outline" />
|
||||||
*ngIf="element.state === 'paused'"
|
}
|
||||||
class="h6 mb-0"
|
|
||||||
name="pause-outline"
|
|
||||||
/>
|
|
||||||
<ion-icon
|
|
||||||
*ngIf="element.state === 'waiting'"
|
|
||||||
class="h6 mb-0"
|
|
||||||
name="cafe-outline"
|
|
||||||
/>
|
|
||||||
</td>
|
</td>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
|
@ -9,35 +9,38 @@
|
|||||||
[showYAxis]="true"
|
[showYAxis]="true"
|
||||||
[symbol]="symbol"
|
[symbol]="symbol"
|
||||||
/>
|
/>
|
||||||
<div *ngFor="let itemByMonth of marketDataByMonth | keyvalue" class="d-flex">
|
@for (itemByMonth of marketDataByMonth | keyvalue; track itemByMonth) {
|
||||||
<div class="date px-1 text-nowrap">{{ itemByMonth.key }}</div>
|
<div class="d-flex">
|
||||||
<div class="align-items-center d-flex flex-grow-1 px-1">
|
<div class="date px-1 text-nowrap">{{ itemByMonth.key }}</div>
|
||||||
<div
|
<div class="align-items-center d-flex flex-grow-1 px-1">
|
||||||
*ngFor="let dayItem of days; let i = index"
|
@for (dayItem of days; track dayItem; let i = $index) {
|
||||||
class="day"
|
<div
|
||||||
[ngClass]="{
|
class="day"
|
||||||
'cursor-pointer valid': isDateOfInterest(
|
[ngClass]="{
|
||||||
itemByMonth.key + '-' + (i + 1 < 10 ? '0' + (i + 1) : i + 1)
|
'cursor-pointer valid': isDateOfInterest(
|
||||||
),
|
itemByMonth.key + '-' + (i + 1 < 10 ? '0' + (i + 1) : i + 1)
|
||||||
available:
|
),
|
||||||
marketDataByMonth[itemByMonth.key][
|
available:
|
||||||
i + 1 < 10 ? '0' + (i + 1) : i + 1
|
marketDataByMonth[itemByMonth.key][
|
||||||
]?.marketPrice,
|
i + 1 < 10 ? '0' + (i + 1) : i + 1
|
||||||
today: isToday(
|
]?.marketPrice,
|
||||||
itemByMonth.key + '-' + (i + 1 < 10 ? '0' + (i + 1) : i + 1)
|
today: isToday(
|
||||||
)
|
itemByMonth.key + '-' + (i + 1 < 10 ? '0' + (i + 1) : i + 1)
|
||||||
}"
|
)
|
||||||
[title]="
|
}"
|
||||||
(itemByMonth.key + '-' + (i + 1 < 10 ? '0' + (i + 1) : i + 1)
|
[title]="
|
||||||
| date: defaultDateFormat) ?? ''
|
(itemByMonth.key + '-' + (i + 1 < 10 ? '0' + (i + 1) : i + 1)
|
||||||
"
|
| date: defaultDateFormat) ?? ''
|
||||||
(click)="
|
"
|
||||||
onOpenMarketDataDetail({
|
(click)="
|
||||||
day: i + 1 < 10 ? '0' + (i + 1) : i + 1,
|
onOpenMarketDataDetail({
|
||||||
yearMonth: itemByMonth.key
|
day: i + 1 < 10 ? '0' + (i + 1) : i + 1,
|
||||||
})
|
yearMonth: itemByMonth.key
|
||||||
"
|
})
|
||||||
></div>
|
"
|
||||||
|
></div>
|
||||||
|
}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
}
|
||||||
</div>
|
</div>
|
||||||
|
@ -10,6 +10,7 @@ import { Filter, UniqueAsset, User } from '@ghostfolio/common/interfaces';
|
|||||||
import { AdminMarketDataItem } from '@ghostfolio/common/interfaces/admin-market-data.interface';
|
import { AdminMarketDataItem } from '@ghostfolio/common/interfaces/admin-market-data.interface';
|
||||||
import { translate } from '@ghostfolio/ui/i18n';
|
import { translate } from '@ghostfolio/ui/i18n';
|
||||||
|
|
||||||
|
import { SelectionModel } from '@angular/cdk/collections';
|
||||||
import {
|
import {
|
||||||
AfterViewInit,
|
AfterViewInit,
|
||||||
ChangeDetectionStrategy,
|
ChangeDetectionStrategy,
|
||||||
@ -68,6 +69,11 @@ export class AdminMarketDataComponent
|
|||||||
};
|
};
|
||||||
})
|
})
|
||||||
.concat([
|
.concat([
|
||||||
|
{
|
||||||
|
id: 'BENCHMARKS',
|
||||||
|
label: $localize`Benchmarks`,
|
||||||
|
type: <Filter['type']>'PRESET_ID'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'CURRENCIES',
|
id: 'CURRENCIES',
|
||||||
label: $localize`Currencies`,
|
label: $localize`Currencies`,
|
||||||
@ -92,6 +98,7 @@ export class AdminMarketDataComponent
|
|||||||
public defaultDateFormat: string;
|
public defaultDateFormat: string;
|
||||||
public deviceType: string;
|
public deviceType: string;
|
||||||
public displayedColumns = [
|
public displayedColumns = [
|
||||||
|
'select',
|
||||||
'nameWithSymbol',
|
'nameWithSymbol',
|
||||||
'dataSource',
|
'dataSource',
|
||||||
'assetClass',
|
'assetClass',
|
||||||
@ -110,13 +117,14 @@ export class AdminMarketDataComponent
|
|||||||
public isUUID = isUUID;
|
public isUUID = isUUID;
|
||||||
public placeholder = '';
|
public placeholder = '';
|
||||||
public pageSize = DEFAULT_PAGE_SIZE;
|
public pageSize = DEFAULT_PAGE_SIZE;
|
||||||
|
public selection: SelectionModel<Partial<SymbolProfile>>;
|
||||||
public totalItems = 0;
|
public totalItems = 0;
|
||||||
public user: User;
|
public user: User;
|
||||||
|
|
||||||
private unsubscribeSubject = new Subject<void>();
|
private unsubscribeSubject = new Subject<void>();
|
||||||
|
|
||||||
public constructor(
|
public constructor(
|
||||||
private adminMarketDataService: AdminMarketDataService,
|
public adminMarketDataService: AdminMarketDataService,
|
||||||
private adminService: AdminService,
|
private adminService: AdminService,
|
||||||
private changeDetectorRef: ChangeDetectorRef,
|
private changeDetectorRef: ChangeDetectorRef,
|
||||||
private dataService: DataService,
|
private dataService: DataService,
|
||||||
@ -183,6 +191,8 @@ export class AdminMarketDataComponent
|
|||||||
|
|
||||||
this.benchmarks = benchmarks;
|
this.benchmarks = benchmarks;
|
||||||
this.deviceType = this.deviceService.getDeviceInfo().deviceType;
|
this.deviceType = this.deviceService.getDeviceInfo().deviceType;
|
||||||
|
|
||||||
|
this.selection = new SelectionModel(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public onChangePage(page: PageEvent) {
|
public onChangePage(page: PageEvent) {
|
||||||
@ -193,8 +203,16 @@ export class AdminMarketDataComponent
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public onDeleteProfileData({ dataSource, symbol }: UniqueAsset) {
|
public onDeleteAssetProfile({ dataSource, symbol }: UniqueAsset) {
|
||||||
this.adminMarketDataService.deleteProfileData({ dataSource, symbol });
|
this.adminMarketDataService.deleteAssetProfile({ dataSource, symbol });
|
||||||
|
}
|
||||||
|
|
||||||
|
public onDeleteAssetProfiles() {
|
||||||
|
this.adminMarketDataService.deleteAssetProfiles(
|
||||||
|
this.selection.selected.map(({ dataSource, symbol }) => {
|
||||||
|
return { dataSource, symbol };
|
||||||
|
})
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public onGather7Days() {
|
public onGather7Days() {
|
||||||
@ -281,6 +299,8 @@ export class AdminMarketDataComponent
|
|||||||
this.placeholder =
|
this.placeholder =
|
||||||
this.activeFilters.length <= 0 ? $localize`Filter by...` : '';
|
this.activeFilters.length <= 0 ? $localize`Filter by...` : '';
|
||||||
|
|
||||||
|
this.selection.clear();
|
||||||
|
|
||||||
this.adminService
|
this.adminService
|
||||||
.fetchAdminMarketData({
|
.fetchAdminMarketData({
|
||||||
sortColumn,
|
sortColumn,
|
||||||
|
@ -11,206 +11,240 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<table
|
<div class="overflow-x-auto">
|
||||||
class="gf-table w-100"
|
<table
|
||||||
mat-table
|
class="gf-table w-100"
|
||||||
matSort
|
mat-table
|
||||||
matSortActive="symbol"
|
matSort
|
||||||
matSortDirection="asc"
|
matSortActive="symbol"
|
||||||
[dataSource]="dataSource"
|
matSortDirection="asc"
|
||||||
>
|
[dataSource]="dataSource"
|
||||||
<ng-container matColumnDef="symbol">
|
>
|
||||||
<th *matHeaderCellDef class="px-1" mat-header-cell mat-sort-header>
|
<ng-container matColumnDef="select">
|
||||||
<ng-container i18n>Symbol</ng-container>
|
<th *matHeaderCellDef class="px-1" mat-header-cell></th>
|
||||||
</th>
|
<td *matCellDef="let element" class="px-1" mat-cell>
|
||||||
<td *matCellDef="let element" class="px-1" mat-cell>
|
@if (
|
||||||
{{ element.symbol }}
|
adminMarketDataService.hasPermissionToDeleteAssetProfile({
|
||||||
</td>
|
activitiesCount: element.activitiesCount,
|
||||||
</ng-container>
|
isBenchmark: element.isBenchmark,
|
||||||
|
|
||||||
<ng-container matColumnDef="nameWithSymbol">
|
|
||||||
<th
|
|
||||||
*matHeaderCellDef
|
|
||||||
class="px-1"
|
|
||||||
mat-header-cell
|
|
||||||
mat-sort-header="symbol"
|
|
||||||
>
|
|
||||||
<ng-container i18n>Name</ng-container>
|
|
||||||
</th>
|
|
||||||
<td *matCellDef="let element" class="line-height-1 px-1" mat-cell>
|
|
||||||
<div class="text-truncate">{{ element.name }}</div>
|
|
||||||
<div *ngIf="!isUUID(element.symbol)">
|
|
||||||
<small class="text-muted">{{ element.symbol | gfSymbol }}</small>
|
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
<td *matFooterCellDef class="px-1" mat-footer-cell></td>
|
|
||||||
</ng-container>
|
|
||||||
|
|
||||||
<ng-container matColumnDef="dataSource">
|
|
||||||
<th *matHeaderCellDef class="px-1" mat-header-cell mat-sort-header>
|
|
||||||
<ng-container i18n>Data Source</ng-container>
|
|
||||||
</th>
|
|
||||||
<td *matCellDef="let element" class="px-1" mat-cell>
|
|
||||||
{{ element.dataSource }}
|
|
||||||
</td>
|
|
||||||
</ng-container>
|
|
||||||
|
|
||||||
<ng-container matColumnDef="assetClass">
|
|
||||||
<th *matHeaderCellDef class="px-1" mat-header-cell mat-sort-header>
|
|
||||||
<ng-container i18n>Asset Class</ng-container>
|
|
||||||
</th>
|
|
||||||
<td *matCellDef="let element" class="px-1" mat-cell>
|
|
||||||
{{ element.assetClass }}
|
|
||||||
</td>
|
|
||||||
</ng-container>
|
|
||||||
|
|
||||||
<ng-container matColumnDef="assetSubClass">
|
|
||||||
<th *matHeaderCellDef class="px-1" mat-header-cell mat-sort-header>
|
|
||||||
<ng-container i18n>Asset Sub Class</ng-container>
|
|
||||||
</th>
|
|
||||||
<td *matCellDef="let element" class="px-1" mat-cell>
|
|
||||||
{{ element.assetSubClass }}
|
|
||||||
</td>
|
|
||||||
</ng-container>
|
|
||||||
|
|
||||||
<ng-container matColumnDef="date">
|
|
||||||
<th *matHeaderCellDef class="px-1" mat-header-cell>
|
|
||||||
<ng-container i18n>First Activity</ng-container>
|
|
||||||
</th>
|
|
||||||
<td *matCellDef="let element" class="px-1" mat-cell>
|
|
||||||
{{ (element.date | date: defaultDateFormat) ?? '' }}
|
|
||||||
</td>
|
|
||||||
</ng-container>
|
|
||||||
|
|
||||||
<ng-container matColumnDef="activitiesCount">
|
|
||||||
<th *matHeaderCellDef class="px-1" mat-header-cell mat-sort-header>
|
|
||||||
<ng-container i18n>Activities Count</ng-container>
|
|
||||||
</th>
|
|
||||||
<td *matCellDef="let element" class="px-1 text-right" mat-cell>
|
|
||||||
{{ element.activitiesCount }}
|
|
||||||
</td>
|
|
||||||
</ng-container>
|
|
||||||
|
|
||||||
<ng-container matColumnDef="marketDataItemCount">
|
|
||||||
<th *matHeaderCellDef class="px-1" mat-header-cell>
|
|
||||||
<ng-container i18n>Historical Data</ng-container>
|
|
||||||
</th>
|
|
||||||
<td *matCellDef="let element" class="px-1 text-right" mat-cell>
|
|
||||||
{{ element.marketDataItemCount }}
|
|
||||||
</td>
|
|
||||||
</ng-container>
|
|
||||||
|
|
||||||
<ng-container matColumnDef="sectorsCount">
|
|
||||||
<th *matHeaderCellDef class="px-1" mat-header-cell>
|
|
||||||
<ng-container i18n>Sectors Count</ng-container>
|
|
||||||
</th>
|
|
||||||
<td *matCellDef="let element" class="px-1 text-right" mat-cell>
|
|
||||||
{{ element.sectorsCount }}
|
|
||||||
</td>
|
|
||||||
</ng-container>
|
|
||||||
|
|
||||||
<ng-container matColumnDef="countriesCount">
|
|
||||||
<th *matHeaderCellDef class="px-1" mat-header-cell>
|
|
||||||
<ng-container i18n>Countries Count</ng-container>
|
|
||||||
</th>
|
|
||||||
<td *matCellDef="let element" class="px-1 text-right" mat-cell>
|
|
||||||
{{ element.countriesCount }}
|
|
||||||
</td>
|
|
||||||
</ng-container>
|
|
||||||
|
|
||||||
<ng-container matColumnDef="comment">
|
|
||||||
<th *matHeaderCellDef class="px-1" mat-header-cell></th>
|
|
||||||
<td *matCellDef="let element" class="px-1" mat-cell>
|
|
||||||
<ion-icon
|
|
||||||
*ngIf="element.comment"
|
|
||||||
class="d-block"
|
|
||||||
name="document-text-outline"
|
|
||||||
/>
|
|
||||||
</td>
|
|
||||||
</ng-container>
|
|
||||||
|
|
||||||
<ng-container matColumnDef="actions" stickyEnd>
|
|
||||||
<th *matHeaderCellDef class="px-1 text-center" mat-header-cell>
|
|
||||||
<button
|
|
||||||
class="mx-1 no-min-width px-2"
|
|
||||||
mat-button
|
|
||||||
[matMenuTriggerFor]="assetProfilesActionsMenu"
|
|
||||||
(click)="$event.stopPropagation()"
|
|
||||||
>
|
|
||||||
<ion-icon name="ellipsis-vertical" />
|
|
||||||
</button>
|
|
||||||
<mat-menu #assetProfilesActionsMenu="matMenu" xPosition="before">
|
|
||||||
<button mat-menu-item (click)="onGather7Days()">
|
|
||||||
<ng-container i18n>Gather Recent Data</ng-container>
|
|
||||||
</button>
|
|
||||||
<button mat-menu-item (click)="onGatherMax()">
|
|
||||||
<ng-container i18n>Gather All Data</ng-container>
|
|
||||||
</button>
|
|
||||||
<button mat-menu-item (click)="onGatherProfileData()">
|
|
||||||
<ng-container i18n>Gather Profile Data</ng-container>
|
|
||||||
</button>
|
|
||||||
</mat-menu>
|
|
||||||
</th>
|
|
||||||
<td *matCellDef="let element" class="px-1 text-center" mat-cell>
|
|
||||||
<button
|
|
||||||
class="mx-1 no-min-width px-2"
|
|
||||||
mat-button
|
|
||||||
[matMenuTriggerFor]="assetProfileActionsMenu"
|
|
||||||
(click)="$event.stopPropagation()"
|
|
||||||
>
|
|
||||||
<ion-icon name="ellipsis-horizontal" />
|
|
||||||
</button>
|
|
||||||
<mat-menu #assetProfileActionsMenu="matMenu" xPosition="before">
|
|
||||||
<a
|
|
||||||
mat-menu-item
|
|
||||||
[queryParams]="{
|
|
||||||
assetProfileDialog: true,
|
|
||||||
dataSource: element.dataSource,
|
|
||||||
symbol: element.symbol
|
symbol: element.symbol
|
||||||
}"
|
})
|
||||||
[routerLink]="[]"
|
) {
|
||||||
>
|
<mat-checkbox
|
||||||
<span class="align-items-center d-flex">
|
color="primary"
|
||||||
<ion-icon class="mr-2" name="create-outline" />
|
[checked]="selection.isSelected(element)"
|
||||||
<span i18n>Edit</span>
|
(change)="$event ? selection.toggle(element) : null"
|
||||||
</span>
|
(click)="$event.stopPropagation()"
|
||||||
</a>
|
>
|
||||||
|
</mat-checkbox>
|
||||||
|
}
|
||||||
|
</td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
|
<ng-container matColumnDef="symbol">
|
||||||
|
<th *matHeaderCellDef class="px-1" mat-header-cell mat-sort-header>
|
||||||
|
<ng-container i18n>Symbol</ng-container>
|
||||||
|
</th>
|
||||||
|
<td *matCellDef="let element" class="px-1" mat-cell>
|
||||||
|
{{ element.symbol }}
|
||||||
|
</td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
|
<ng-container matColumnDef="nameWithSymbol">
|
||||||
|
<th
|
||||||
|
*matHeaderCellDef
|
||||||
|
class="px-1"
|
||||||
|
mat-header-cell
|
||||||
|
mat-sort-header="symbol"
|
||||||
|
>
|
||||||
|
<ng-container i18n>Name</ng-container>
|
||||||
|
</th>
|
||||||
|
<td *matCellDef="let element" class="line-height-1 px-1" mat-cell>
|
||||||
|
<div class="text-truncate">{{ element.name }}</div>
|
||||||
|
@if (!isUUID(element.symbol)) {
|
||||||
|
<div>
|
||||||
|
<small class="text-muted">{{
|
||||||
|
element.symbol | gfSymbol
|
||||||
|
}}</small>
|
||||||
|
</div>
|
||||||
|
}
|
||||||
|
</td>
|
||||||
|
<td *matFooterCellDef class="px-1" mat-footer-cell></td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
|
<ng-container matColumnDef="dataSource">
|
||||||
|
<th *matHeaderCellDef class="px-1" mat-header-cell mat-sort-header>
|
||||||
|
<ng-container i18n>Data Source</ng-container>
|
||||||
|
</th>
|
||||||
|
<td *matCellDef="let element" class="px-1" mat-cell>
|
||||||
|
{{ element.dataSource }}
|
||||||
|
</td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
|
<ng-container matColumnDef="assetClass">
|
||||||
|
<th *matHeaderCellDef class="px-1" mat-header-cell mat-sort-header>
|
||||||
|
<ng-container i18n>Asset Class</ng-container>
|
||||||
|
</th>
|
||||||
|
<td *matCellDef="let element" class="px-1" mat-cell>
|
||||||
|
{{ element.assetClass }}
|
||||||
|
</td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
|
<ng-container matColumnDef="assetSubClass">
|
||||||
|
<th *matHeaderCellDef class="px-1" mat-header-cell mat-sort-header>
|
||||||
|
<ng-container i18n>Asset Sub Class</ng-container>
|
||||||
|
</th>
|
||||||
|
<td *matCellDef="let element" class="px-1" mat-cell>
|
||||||
|
{{ element.assetSubClass }}
|
||||||
|
</td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
|
<ng-container matColumnDef="date">
|
||||||
|
<th *matHeaderCellDef class="px-1" mat-header-cell>
|
||||||
|
<ng-container i18n>First Activity</ng-container>
|
||||||
|
</th>
|
||||||
|
<td *matCellDef="let element" class="px-1" mat-cell>
|
||||||
|
{{ (element.date | date: defaultDateFormat) ?? '' }}
|
||||||
|
</td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
|
<ng-container matColumnDef="activitiesCount">
|
||||||
|
<th *matHeaderCellDef class="px-1" mat-header-cell mat-sort-header>
|
||||||
|
<ng-container i18n>Activities Count</ng-container>
|
||||||
|
</th>
|
||||||
|
<td *matCellDef="let element" class="px-1 text-right" mat-cell>
|
||||||
|
{{ element.activitiesCount }}
|
||||||
|
</td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
|
<ng-container matColumnDef="marketDataItemCount">
|
||||||
|
<th *matHeaderCellDef class="px-1" mat-header-cell>
|
||||||
|
<ng-container i18n>Historical Data</ng-container>
|
||||||
|
</th>
|
||||||
|
<td *matCellDef="let element" class="px-1 text-right" mat-cell>
|
||||||
|
{{ element.marketDataItemCount }}
|
||||||
|
</td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
|
<ng-container matColumnDef="sectorsCount">
|
||||||
|
<th *matHeaderCellDef class="px-1" mat-header-cell>
|
||||||
|
<ng-container i18n>Sectors Count</ng-container>
|
||||||
|
</th>
|
||||||
|
<td *matCellDef="let element" class="px-1 text-right" mat-cell>
|
||||||
|
{{ element.sectorsCount }}
|
||||||
|
</td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
|
<ng-container matColumnDef="countriesCount">
|
||||||
|
<th *matHeaderCellDef class="px-1" mat-header-cell>
|
||||||
|
<ng-container i18n>Countries Count</ng-container>
|
||||||
|
</th>
|
||||||
|
<td *matCellDef="let element" class="px-1 text-right" mat-cell>
|
||||||
|
{{ element.countriesCount }}
|
||||||
|
</td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
|
<ng-container matColumnDef="comment">
|
||||||
|
<th *matHeaderCellDef class="px-1" mat-header-cell></th>
|
||||||
|
<td *matCellDef="let element" class="px-1" mat-cell>
|
||||||
|
@if (element.comment) {
|
||||||
|
<ion-icon class="d-block" name="document-text-outline" />
|
||||||
|
}
|
||||||
|
</td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
|
<ng-container matColumnDef="actions" stickyEnd>
|
||||||
|
<th *matHeaderCellDef class="px-1 text-center" mat-header-cell>
|
||||||
<button
|
<button
|
||||||
mat-menu-item
|
class="mx-1 no-min-width px-2"
|
||||||
[disabled]="
|
mat-button
|
||||||
element.activitiesCount !== 0 ||
|
[matMenuTriggerFor]="assetProfilesActionsMenu"
|
||||||
element.isBenchmark ||
|
(click)="$event.stopPropagation()"
|
||||||
element.symbol.startsWith(ghostfolioScraperApiSymbolPrefix)
|
>
|
||||||
"
|
<ion-icon name="ellipsis-vertical" />
|
||||||
(click)="
|
</button>
|
||||||
onDeleteProfileData({
|
<mat-menu #assetProfilesActionsMenu="matMenu" xPosition="before">
|
||||||
|
<button mat-menu-item (click)="onGather7Days()">
|
||||||
|
<ng-container i18n>Gather Recent Data</ng-container>
|
||||||
|
</button>
|
||||||
|
<button mat-menu-item (click)="onGatherMax()">
|
||||||
|
<ng-container i18n>Gather All Data</ng-container>
|
||||||
|
</button>
|
||||||
|
<button mat-menu-item (click)="onGatherProfileData()">
|
||||||
|
<ng-container i18n>Gather Profile Data</ng-container>
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
mat-menu-item
|
||||||
|
[disabled]="!selection.hasValue()"
|
||||||
|
(click)="onDeleteAssetProfiles()"
|
||||||
|
>
|
||||||
|
<ng-container i18n>Delete Profiles</ng-container>
|
||||||
|
</button>
|
||||||
|
</mat-menu>
|
||||||
|
</th>
|
||||||
|
<td *matCellDef="let element" class="px-1 text-center" mat-cell>
|
||||||
|
<button
|
||||||
|
class="mx-1 no-min-width px-2"
|
||||||
|
mat-button
|
||||||
|
[matMenuTriggerFor]="assetProfileActionsMenu"
|
||||||
|
(click)="$event.stopPropagation()"
|
||||||
|
>
|
||||||
|
<ion-icon name="ellipsis-horizontal" />
|
||||||
|
</button>
|
||||||
|
<mat-menu #assetProfileActionsMenu="matMenu" xPosition="before">
|
||||||
|
<a
|
||||||
|
mat-menu-item
|
||||||
|
[queryParams]="{
|
||||||
|
assetProfileDialog: true,
|
||||||
dataSource: element.dataSource,
|
dataSource: element.dataSource,
|
||||||
symbol: element.symbol
|
symbol: element.symbol
|
||||||
})
|
}"
|
||||||
"
|
[routerLink]="[]"
|
||||||
>
|
>
|
||||||
<span class="align-items-center d-flex">
|
<span class="align-items-center d-flex">
|
||||||
<ion-icon class="mr-2" name="trash-outline" />
|
<ion-icon class="mr-2" name="create-outline" />
|
||||||
<span i18n>Delete</span>
|
<span i18n>Edit</span>
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</a>
|
||||||
</mat-menu>
|
<button
|
||||||
</td>
|
mat-menu-item
|
||||||
</ng-container>
|
[disabled]="
|
||||||
|
!adminMarketDataService.hasPermissionToDeleteAssetProfile({
|
||||||
|
activitiesCount: element.activitiesCount,
|
||||||
|
isBenchmark: element.isBenchmark,
|
||||||
|
symbol: element.symbol
|
||||||
|
})
|
||||||
|
"
|
||||||
|
(click)="
|
||||||
|
onDeleteAssetProfile({
|
||||||
|
dataSource: element.dataSource,
|
||||||
|
symbol: element.symbol
|
||||||
|
})
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<span class="align-items-center d-flex">
|
||||||
|
<ion-icon class="mr-2" name="trash-outline" />
|
||||||
|
<span i18n>Delete</span>
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
|
</mat-menu>
|
||||||
|
</td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
<tr *matHeaderRowDef="displayedColumns" mat-header-row></tr>
|
<tr *matHeaderRowDef="displayedColumns" mat-header-row></tr>
|
||||||
<tr
|
<tr
|
||||||
*matRowDef="let row; columns: displayedColumns"
|
*matRowDef="let row; columns: displayedColumns"
|
||||||
class="cursor-pointer"
|
class="cursor-pointer"
|
||||||
mat-row
|
mat-row
|
||||||
(click)="
|
(click)="
|
||||||
onOpenAssetProfileDialog({
|
onOpenAssetProfileDialog({
|
||||||
dataSource: row.dataSource,
|
dataSource: row.dataSource,
|
||||||
symbol: row.symbol
|
symbol: row.symbol
|
||||||
})
|
})
|
||||||
"
|
"
|
||||||
></tr>
|
></tr>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<mat-paginator
|
<mat-paginator
|
||||||
[length]="totalItems"
|
[length]="totalItems"
|
||||||
@ -222,15 +256,16 @@
|
|||||||
(page)="onChangePage($event)"
|
(page)="onChangePage($event)"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<ngx-skeleton-loader
|
@if (isLoading && totalItems === 0) {
|
||||||
*ngIf="isLoading && totalItems === 0"
|
<ngx-skeleton-loader
|
||||||
animation="pulse"
|
animation="pulse"
|
||||||
class="px-4 py-3"
|
class="px-4 py-3"
|
||||||
[theme]="{
|
[theme]="{
|
||||||
height: '1.5rem',
|
height: '1.5rem',
|
||||||
width: '100%'
|
width: '100%'
|
||||||
}"
|
}"
|
||||||
/>
|
/>
|
||||||
|
}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import { GfActivitiesFilterComponent } from '@ghostfolio/ui/activities-filter';
|
|||||||
import { CommonModule } from '@angular/common';
|
import { CommonModule } from '@angular/common';
|
||||||
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
||||||
import { MatButtonModule } from '@angular/material/button';
|
import { MatButtonModule } from '@angular/material/button';
|
||||||
|
import { MatCheckboxModule } from '@angular/material/checkbox';
|
||||||
import { MatMenuModule } from '@angular/material/menu';
|
import { MatMenuModule } from '@angular/material/menu';
|
||||||
import { MatPaginatorModule } from '@angular/material/paginator';
|
import { MatPaginatorModule } from '@angular/material/paginator';
|
||||||
import { MatSortModule } from '@angular/material/sort';
|
import { MatSortModule } from '@angular/material/sort';
|
||||||
@ -25,6 +26,7 @@ import { GfCreateAssetProfileDialogModule } from './create-asset-profile-dialog/
|
|||||||
GfCreateAssetProfileDialogModule,
|
GfCreateAssetProfileDialogModule,
|
||||||
GfSymbolModule,
|
GfSymbolModule,
|
||||||
MatButtonModule,
|
MatButtonModule,
|
||||||
|
MatCheckboxModule,
|
||||||
MatMenuModule,
|
MatMenuModule,
|
||||||
MatPaginatorModule,
|
MatPaginatorModule,
|
||||||
MatSortModule,
|
MatSortModule,
|
||||||
|
@ -1,14 +1,19 @@
|
|||||||
import { AdminService } from '@ghostfolio/client/services/admin.service';
|
import { AdminService } from '@ghostfolio/client/services/admin.service';
|
||||||
import { UniqueAsset } from '@ghostfolio/common/interfaces';
|
import { ghostfolioScraperApiSymbolPrefix } from '@ghostfolio/common/config';
|
||||||
|
import { getCurrencyFromSymbol, isCurrency } from '@ghostfolio/common/helper';
|
||||||
|
import {
|
||||||
|
AdminMarketDataItem,
|
||||||
|
UniqueAsset
|
||||||
|
} from '@ghostfolio/common/interfaces';
|
||||||
|
|
||||||
import { Injectable } from '@angular/core';
|
import { Injectable } from '@angular/core';
|
||||||
import { takeUntil } from 'rxjs';
|
import { EMPTY, catchError, finalize, forkJoin, takeUntil } from 'rxjs';
|
||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class AdminMarketDataService {
|
export class AdminMarketDataService {
|
||||||
public constructor(private adminService: AdminService) {}
|
public constructor(private adminService: AdminService) {}
|
||||||
|
|
||||||
public deleteProfileData({ dataSource, symbol }: UniqueAsset) {
|
public deleteAssetProfile({ dataSource, symbol }: UniqueAsset) {
|
||||||
const confirmation = confirm(
|
const confirmation = confirm(
|
||||||
$localize`Do you really want to delete this asset profile?`
|
$localize`Do you really want to delete this asset profile?`
|
||||||
);
|
);
|
||||||
@ -23,4 +28,44 @@ export class AdminMarketDataService {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public deleteAssetProfiles(uniqueAssets: UniqueAsset[]) {
|
||||||
|
const confirmation = confirm(
|
||||||
|
$localize`Do you really want to delete these profiles?`
|
||||||
|
);
|
||||||
|
|
||||||
|
if (confirmation) {
|
||||||
|
const deleteRequests = uniqueAssets.map(({ dataSource, symbol }) => {
|
||||||
|
return this.adminService.deleteProfileData({ dataSource, symbol });
|
||||||
|
});
|
||||||
|
|
||||||
|
forkJoin(deleteRequests)
|
||||||
|
.pipe(
|
||||||
|
catchError(() => {
|
||||||
|
alert($localize`Oops! Could not delete profiles.`);
|
||||||
|
|
||||||
|
return EMPTY;
|
||||||
|
}),
|
||||||
|
finalize(() => {
|
||||||
|
setTimeout(() => {
|
||||||
|
window.location.reload();
|
||||||
|
}, 300);
|
||||||
|
})
|
||||||
|
)
|
||||||
|
.subscribe(() => {});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public hasPermissionToDeleteAssetProfile({
|
||||||
|
activitiesCount,
|
||||||
|
isBenchmark,
|
||||||
|
symbol
|
||||||
|
}: Pick<AdminMarketDataItem, 'activitiesCount' | 'isBenchmark' | 'symbol'>) {
|
||||||
|
return (
|
||||||
|
activitiesCount === 0 &&
|
||||||
|
!isBenchmark &&
|
||||||
|
!isCurrency(getCurrencyFromSymbol(symbol)) &&
|
||||||
|
!symbol.startsWith(ghostfolioScraperApiSymbolPrefix)
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -87,7 +87,7 @@ export class AssetProfileDialog implements OnDestroy, OnInit {
|
|||||||
private unsubscribeSubject = new Subject<void>();
|
private unsubscribeSubject = new Subject<void>();
|
||||||
|
|
||||||
public constructor(
|
public constructor(
|
||||||
private adminMarketDataService: AdminMarketDataService,
|
public adminMarketDataService: AdminMarketDataService,
|
||||||
private adminService: AdminService,
|
private adminService: AdminService,
|
||||||
private changeDetectorRef: ChangeDetectorRef,
|
private changeDetectorRef: ChangeDetectorRef,
|
||||||
@Inject(MAT_DIALOG_DATA) public data: AssetProfileDialogParams,
|
@Inject(MAT_DIALOG_DATA) public data: AssetProfileDialogParams,
|
||||||
@ -176,7 +176,7 @@ export class AssetProfileDialog implements OnDestroy, OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public onDeleteProfileData({ dataSource, symbol }: UniqueAsset) {
|
public onDeleteProfileData({ dataSource, symbol }: UniqueAsset) {
|
||||||
this.adminMarketDataService.deleteProfileData({ dataSource, symbol });
|
this.adminMarketDataService.deleteAssetProfile({ dataSource, symbol });
|
||||||
|
|
||||||
this.dialogRef.close();
|
this.dialogRef.close();
|
||||||
}
|
}
|
||||||
|
@ -48,9 +48,11 @@
|
|||||||
mat-menu-item
|
mat-menu-item
|
||||||
type="button"
|
type="button"
|
||||||
[disabled]="
|
[disabled]="
|
||||||
assetProfile?.activitiesCount !== 0 ||
|
!adminMarketDataService.hasPermissionToDeleteAssetProfile({
|
||||||
isBenchmark ||
|
activitiesCount: assetProfile?.activitiesCount,
|
||||||
data.symbol.startsWith(ghostfolioScraperApiSymbolPrefix)
|
isBenchmark: isBenchmark,
|
||||||
|
symbol: data.symbol
|
||||||
|
})
|
||||||
"
|
"
|
||||||
(click)="
|
(click)="
|
||||||
onDeleteProfileData({
|
onDeleteProfileData({
|
||||||
@ -146,7 +148,7 @@
|
|||||||
i18n
|
i18n
|
||||||
size="medium"
|
size="medium"
|
||||||
[locale]="data.locale"
|
[locale]="data.locale"
|
||||||
[value]="assetProfile?.activitiesCount ?? 0"
|
[value]="assetProfile?.activitiesCount"
|
||||||
>Activities</gf-value
|
>Activities</gf-value
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
@ -243,11 +245,11 @@
|
|||||||
<mat-label i18n>Asset Class</mat-label>
|
<mat-label i18n>Asset Class</mat-label>
|
||||||
<mat-select formControlName="assetClass">
|
<mat-select formControlName="assetClass">
|
||||||
<mat-option [value]="null" />
|
<mat-option [value]="null" />
|
||||||
<mat-option
|
@for (assetClass of assetClasses; track assetClass) {
|
||||||
*ngFor="let assetClass of assetClasses"
|
<mat-option [value]="assetClass.id">{{
|
||||||
[value]="assetClass.id"
|
assetClass.label
|
||||||
>{{ assetClass.label }}</mat-option
|
}}</mat-option>
|
||||||
>
|
}
|
||||||
</mat-select>
|
</mat-select>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</div>
|
</div>
|
||||||
@ -256,11 +258,11 @@
|
|||||||
<mat-label i18n>Asset Sub Class</mat-label>
|
<mat-label i18n>Asset Sub Class</mat-label>
|
||||||
<mat-select formControlName="assetSubClass">
|
<mat-select formControlName="assetSubClass">
|
||||||
<mat-option [value]="null" />
|
<mat-option [value]="null" />
|
||||||
<mat-option
|
@for (assetSubClass of assetSubClasses; track assetSubClass) {
|
||||||
*ngFor="let assetSubClass of assetSubClasses"
|
<mat-option [value]="assetSubClass.id">{{
|
||||||
[value]="assetSubClass.id"
|
assetSubClass.label
|
||||||
>{{ assetSubClass.label }}</mat-option
|
}}</mat-option>
|
||||||
>
|
}
|
||||||
</mat-select>
|
</mat-select>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</div>
|
</div>
|
||||||
|
@ -20,21 +20,24 @@
|
|||||||
</mat-radio-group>
|
</mat-radio-group>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div *ngIf="mode === 'auto'">
|
@if (mode === 'auto') {
|
||||||
<mat-form-field appearance="outline" class="w-100">
|
<div>
|
||||||
<mat-label i18n>Name, symbol or ISIN</mat-label>
|
<mat-form-field appearance="outline" class="w-100">
|
||||||
<gf-symbol-autocomplete
|
<mat-label i18n>Name, symbol or ISIN</mat-label>
|
||||||
formControlName="searchSymbol"
|
<gf-symbol-autocomplete
|
||||||
[includeIndices]="true"
|
formControlName="searchSymbol"
|
||||||
/>
|
[includeIndices]="true"
|
||||||
</mat-form-field>
|
/>
|
||||||
</div>
|
</mat-form-field>
|
||||||
<div *ngIf="mode === 'manual'">
|
</div>
|
||||||
<mat-form-field appearance="outline" class="w-100">
|
} @else if (mode === 'manual') {
|
||||||
<mat-label i18n>Symbol</mat-label>
|
<div>
|
||||||
<input formControlName="addSymbol" matInput />
|
<mat-form-field appearance="outline" class="w-100">
|
||||||
</mat-form-field>
|
<mat-label i18n>Symbol</mat-label>
|
||||||
</div>
|
<input formControlName="addSymbol" matInput />
|
||||||
|
</mat-form-field>
|
||||||
|
</div>
|
||||||
|
}
|
||||||
</div>
|
</div>
|
||||||
<div class="d-flex justify-content-end" mat-dialog-actions>
|
<div class="d-flex justify-content-end" mat-dialog-actions>
|
||||||
<button i18n mat-button type="button" (click)="onCancel()">Cancel</button>
|
<button i18n mat-button type="button" (click)="onCancel()">Cancel</button>
|
||||||
|
@ -27,72 +27,77 @@
|
|||||||
[precision]="0"
|
[precision]="0"
|
||||||
[value]="transactionCount"
|
[value]="transactionCount"
|
||||||
/>
|
/>
|
||||||
<div *ngIf="transactionCount && userCount">
|
@if (transactionCount && userCount) {
|
||||||
{{ transactionCount / userCount | number: '1.2-2' }}
|
<div>
|
||||||
<span i18n>per User</span>
|
{{ transactionCount / userCount | number: '1.2-2' }}
|
||||||
</div>
|
<span i18n>per User</span>
|
||||||
|
</div>
|
||||||
|
}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="align-items-start d-flex my-3">
|
<div class="align-items-start d-flex my-3">
|
||||||
<div class="w-50" i18n>Exchange Rates</div>
|
<div class="w-50" i18n>Exchange Rates</div>
|
||||||
<div class="w-50">
|
<div class="w-50">
|
||||||
<table>
|
<table>
|
||||||
<tr *ngFor="let exchangeRate of exchangeRates">
|
@for (exchangeRate of exchangeRates; track exchangeRate) {
|
||||||
<td>
|
<tr>
|
||||||
<gf-value [locale]="user?.settings?.locale" [value]="1" />
|
<td>
|
||||||
</td>
|
<gf-value [locale]="user?.settings?.locale" [value]="1" />
|
||||||
<td class="pl-1">{{ exchangeRate.label1 }}</td>
|
</td>
|
||||||
<td class="px-1">=</td>
|
<td class="pl-1">{{ exchangeRate.label1 }}</td>
|
||||||
<td align="right">
|
<td class="px-1">=</td>
|
||||||
<gf-value
|
<td align="right">
|
||||||
class="d-inline-block"
|
<gf-value
|
||||||
[locale]="user?.settings?.locale"
|
class="d-inline-block"
|
||||||
[precision]="4"
|
[locale]="user?.settings?.locale"
|
||||||
[value]="exchangeRate.value"
|
[precision]="4"
|
||||||
/>
|
[value]="exchangeRate.value"
|
||||||
</td>
|
/>
|
||||||
<td class="pl-1">{{ exchangeRate.label2 }}</td>
|
</td>
|
||||||
<td>
|
<td class="pl-1">{{ exchangeRate.label2 }}</td>
|
||||||
<button
|
<td>
|
||||||
class="mx-1 no-min-width px-2"
|
|
||||||
mat-button
|
|
||||||
[matMenuTriggerFor]="exchangeRateActionsMenu"
|
|
||||||
(click)="$event.stopPropagation()"
|
|
||||||
>
|
|
||||||
<ion-icon name="ellipsis-horizontal" />
|
|
||||||
</button>
|
|
||||||
<mat-menu
|
|
||||||
#exchangeRateActionsMenu="matMenu"
|
|
||||||
class="h-100 mx-1 no-min-width px-2"
|
|
||||||
xPosition="before"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
mat-menu-item
|
|
||||||
[queryParams]="{
|
|
||||||
assetProfileDialog: true,
|
|
||||||
dataSource: exchangeRate.dataSource,
|
|
||||||
symbol: exchangeRate.symbol
|
|
||||||
}"
|
|
||||||
[routerLink]="['/admin', 'market-data']"
|
|
||||||
>
|
|
||||||
<span class="align-items-center d-flex">
|
|
||||||
<ion-icon class="mr-2" name="create-outline" />
|
|
||||||
<span i18n>Edit</span>
|
|
||||||
</span>
|
|
||||||
</a>
|
|
||||||
<button
|
<button
|
||||||
*ngIf="customCurrencies.includes(exchangeRate.label2)"
|
class="mx-1 no-min-width px-2"
|
||||||
mat-menu-item
|
mat-button
|
||||||
(click)="onDeleteCurrency(exchangeRate.label2)"
|
[matMenuTriggerFor]="exchangeRateActionsMenu"
|
||||||
|
(click)="$event.stopPropagation()"
|
||||||
>
|
>
|
||||||
<span class="align-items-center d-flex">
|
<ion-icon name="ellipsis-horizontal" />
|
||||||
<ion-icon class="mr-2" name="trash-outline" />
|
|
||||||
<span i18n>Delete</span>
|
|
||||||
</span>
|
|
||||||
</button>
|
</button>
|
||||||
</mat-menu>
|
<mat-menu
|
||||||
</td>
|
#exchangeRateActionsMenu="matMenu"
|
||||||
</tr>
|
class="h-100 mx-1 no-min-width px-2"
|
||||||
|
xPosition="before"
|
||||||
|
>
|
||||||
|
<a
|
||||||
|
mat-menu-item
|
||||||
|
[queryParams]="{
|
||||||
|
assetProfileDialog: true,
|
||||||
|
dataSource: exchangeRate.dataSource,
|
||||||
|
symbol: exchangeRate.symbol
|
||||||
|
}"
|
||||||
|
[routerLink]="['/admin', 'market-data']"
|
||||||
|
>
|
||||||
|
<span class="align-items-center d-flex">
|
||||||
|
<ion-icon class="mr-2" name="create-outline" />
|
||||||
|
<span i18n>Edit</span>
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
@if (customCurrencies.includes(exchangeRate.label2)) {
|
||||||
|
<button
|
||||||
|
mat-menu-item
|
||||||
|
(click)="onDeleteCurrency(exchangeRate.label2)"
|
||||||
|
>
|
||||||
|
<span class="align-items-center d-flex">
|
||||||
|
<ion-icon class="mr-2" name="trash-outline" />
|
||||||
|
<span i18n>Delete</span>
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
|
}
|
||||||
|
</mat-menu>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
}
|
||||||
</table>
|
</table>
|
||||||
<div class="mt-2">
|
<div class="mt-2">
|
||||||
<button
|
<button
|
||||||
@ -119,17 +124,19 @@
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div *ngIf="hasPermissionToToggleReadOnlyMode" class="d-flex my-3">
|
@if (hasPermissionToToggleReadOnlyMode) {
|
||||||
<div class="w-50" i18n>Read-only Mode</div>
|
<div class="d-flex my-3">
|
||||||
<div class="w-50">
|
<div class="w-50" i18n>Read-only Mode</div>
|
||||||
<mat-slide-toggle
|
<div class="w-50">
|
||||||
color="primary"
|
<mat-slide-toggle
|
||||||
hideIcon="true"
|
color="primary"
|
||||||
[checked]="info?.isReadOnlyMode"
|
hideIcon="true"
|
||||||
(change)="onReadOnlyModeChange($event)"
|
[checked]="info?.isReadOnlyMode"
|
||||||
/>
|
(change)="onReadOnlyModeChange($event)"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
}
|
||||||
<div class="d-flex my-3">
|
<div class="d-flex my-3">
|
||||||
<div class="w-50" i18n>Data Gathering</div>
|
<div class="w-50" i18n>Data Gathering</div>
|
||||||
<div class="w-50">
|
<div class="w-50">
|
||||||
@ -141,99 +148,105 @@
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div *ngIf="hasPermissionForSystemMessage" class="d-flex my-3">
|
@if (hasPermissionForSystemMessage) {
|
||||||
<div class="w-50" i18n>System Message</div>
|
<div class="d-flex my-3">
|
||||||
<div class="w-50">
|
<div class="w-50" i18n>System Message</div>
|
||||||
<div *ngIf="systemMessage" class="align-items-center d-flex">
|
<div class="w-50">
|
||||||
<div class="text-truncate">{{ systemMessage | json }}</div>
|
@if (systemMessage) {
|
||||||
<button
|
<div class="align-items-center d-flex">
|
||||||
class="h-100 mx-1 no-min-width px-2"
|
<div class="text-truncate">{{ systemMessage | json }}</div>
|
||||||
mat-button
|
|
||||||
(click)="onDeleteSystemMessage()"
|
|
||||||
>
|
|
||||||
<ion-icon name="trash-outline" />
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
<button
|
|
||||||
*ngIf="!info?.systemMessage"
|
|
||||||
class="mt-2"
|
|
||||||
color="accent"
|
|
||||||
mat-flat-button
|
|
||||||
(click)="onSetSystemMessage()"
|
|
||||||
>
|
|
||||||
<ion-icon class="mr-1" name="information-circle-outline" />
|
|
||||||
<span i18n>Set Message</span>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
*ngIf="hasPermissionForSubscription"
|
|
||||||
class="d-flex my-3 subscription"
|
|
||||||
>
|
|
||||||
<div class="w-50" i18n>Coupons</div>
|
|
||||||
<div class="w-50">
|
|
||||||
<table>
|
|
||||||
<tr *ngFor="let coupon of coupons">
|
|
||||||
<td class="text-monospace">{{ coupon.code }}</td>
|
|
||||||
<td class="pl-2 text-right">{{ coupon.duration }}</td>
|
|
||||||
<td>
|
|
||||||
<button
|
<button
|
||||||
class="mx-1 no-min-width px-2"
|
|
||||||
mat-button
|
|
||||||
[matMenuTriggerFor]="couponActionsMenu"
|
|
||||||
(click)="$event.stopPropagation()"
|
|
||||||
>
|
|
||||||
<ion-icon name="ellipsis-horizontal" />
|
|
||||||
</button>
|
|
||||||
<mat-menu
|
|
||||||
#couponActionsMenu="matMenu"
|
|
||||||
class="h-100 mx-1 no-min-width px-2"
|
class="h-100 mx-1 no-min-width px-2"
|
||||||
xPosition="before"
|
mat-button
|
||||||
|
(click)="onDeleteSystemMessage()"
|
||||||
>
|
>
|
||||||
<button
|
<ion-icon name="trash-outline" />
|
||||||
mat-menu-item
|
</button>
|
||||||
(click)="onDeleteCoupon(coupon.code)"
|
</div>
|
||||||
>
|
}
|
||||||
<span class="align-items-center d-flex">
|
@if (!info?.systemMessage) {
|
||||||
<ion-icon class="mr-2" name="trash-outline" />
|
|
||||||
<span i18n>Delete</span>
|
|
||||||
</span>
|
|
||||||
</button>
|
|
||||||
</mat-menu>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<div class="mt-2">
|
|
||||||
<form #couponForm="ngForm" class="align-items-center d-flex">
|
|
||||||
<mat-form-field
|
|
||||||
appearance="outline"
|
|
||||||
class="mr-2 without-hint"
|
|
||||||
>
|
|
||||||
<mat-select
|
|
||||||
name="duration"
|
|
||||||
[value]="couponDuration"
|
|
||||||
(selectionChange)="onChangeCouponDuration($event.value)"
|
|
||||||
>
|
|
||||||
<mat-option value="7 days">7 Days</mat-option>
|
|
||||||
<mat-option value="14 days">14 Days</mat-option>
|
|
||||||
<mat-option value="30 days">30 Days</mat-option>
|
|
||||||
<mat-option value="90 days">90 Days</mat-option>
|
|
||||||
<mat-option value="180 days">180 Days</mat-option>
|
|
||||||
<mat-option value="1 year">1 Year</mat-option>
|
|
||||||
</mat-select>
|
|
||||||
</mat-form-field>
|
|
||||||
<button
|
<button
|
||||||
class="mt-1"
|
class="mt-2"
|
||||||
color="primary"
|
color="accent"
|
||||||
mat-flat-button
|
mat-flat-button
|
||||||
(click)="onAddCoupon()"
|
(click)="onSetSystemMessage()"
|
||||||
>
|
>
|
||||||
<span i18n>Add</span>
|
<ion-icon class="mr-1" name="information-circle-outline" />
|
||||||
|
<span i18n>Set Message</span>
|
||||||
</button>
|
</button>
|
||||||
</form>
|
}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
}
|
||||||
|
@if (hasPermissionForSubscription) {
|
||||||
|
<div class="d-flex my-3 subscription">
|
||||||
|
<div class="w-50" i18n>Coupons</div>
|
||||||
|
<div class="w-50">
|
||||||
|
<table>
|
||||||
|
@for (coupon of coupons; track coupon) {
|
||||||
|
<tr>
|
||||||
|
<td class="text-monospace">{{ coupon.code }}</td>
|
||||||
|
<td class="pl-2 text-right">{{ coupon.duration }}</td>
|
||||||
|
<td>
|
||||||
|
<button
|
||||||
|
class="mx-1 no-min-width px-2"
|
||||||
|
mat-button
|
||||||
|
[matMenuTriggerFor]="couponActionsMenu"
|
||||||
|
(click)="$event.stopPropagation()"
|
||||||
|
>
|
||||||
|
<ion-icon name="ellipsis-horizontal" />
|
||||||
|
</button>
|
||||||
|
<mat-menu
|
||||||
|
#couponActionsMenu="matMenu"
|
||||||
|
class="h-100 mx-1 no-min-width px-2"
|
||||||
|
xPosition="before"
|
||||||
|
>
|
||||||
|
<button
|
||||||
|
mat-menu-item
|
||||||
|
(click)="onDeleteCoupon(coupon.code)"
|
||||||
|
>
|
||||||
|
<span class="align-items-center d-flex">
|
||||||
|
<ion-icon class="mr-2" name="trash-outline" />
|
||||||
|
<span i18n>Delete</span>
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
|
</mat-menu>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
}
|
||||||
|
</table>
|
||||||
|
<div class="mt-2">
|
||||||
|
<form #couponForm="ngForm" class="align-items-center d-flex">
|
||||||
|
<mat-form-field
|
||||||
|
appearance="outline"
|
||||||
|
class="mr-2 without-hint"
|
||||||
|
>
|
||||||
|
<mat-select
|
||||||
|
name="duration"
|
||||||
|
[value]="couponDuration"
|
||||||
|
(selectionChange)="onChangeCouponDuration($event.value)"
|
||||||
|
>
|
||||||
|
<mat-option value="7 days">7 Days</mat-option>
|
||||||
|
<mat-option value="14 days">14 Days</mat-option>
|
||||||
|
<mat-option value="30 days">30 Days</mat-option>
|
||||||
|
<mat-option value="90 days">90 Days</mat-option>
|
||||||
|
<mat-option value="180 days">180 Days</mat-option>
|
||||||
|
<mat-option value="1 year">1 Year</mat-option>
|
||||||
|
</mat-select>
|
||||||
|
</mat-form-field>
|
||||||
|
<button
|
||||||
|
class="mt-1"
|
||||||
|
color="primary"
|
||||||
|
mat-flat-button
|
||||||
|
(click)="onAddCoupon()"
|
||||||
|
>
|
||||||
|
<span i18n>Add</span>
|
||||||
|
</button>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
}
|
||||||
<div class="d-flex my-3">
|
<div class="d-flex my-3">
|
||||||
<div class="w-50" i18n>Housekeeping</div>
|
<div class="w-50" i18n>Housekeeping</div>
|
||||||
<div class="w-50">
|
<div class="w-50">
|
||||||
|
@ -30,12 +30,13 @@
|
|||||||
<ng-container i18n>Name</ng-container>
|
<ng-container i18n>Name</ng-container>
|
||||||
</th>
|
</th>
|
||||||
<td *matCellDef="let element" class="px-1" mat-cell>
|
<td *matCellDef="let element" class="px-1" mat-cell>
|
||||||
<gf-asset-profile-icon
|
@if (element.url) {
|
||||||
*ngIf="element.url"
|
<gf-asset-profile-icon
|
||||||
class="d-inline mr-1"
|
class="d-inline mr-1"
|
||||||
[tooltip]="element.name"
|
[tooltip]="element.name"
|
||||||
[url]="element.url"
|
[url]="element.url"
|
||||||
/>
|
/>
|
||||||
|
}
|
||||||
<span>{{ element.name }}</span>
|
<span>{{ element.name }}</span>
|
||||||
</td></ng-container
|
</td></ng-container
|
||||||
>
|
>
|
||||||
|
@ -4,8 +4,11 @@
|
|||||||
(keyup.enter)="platformForm.valid && onSubmit()"
|
(keyup.enter)="platformForm.valid && onSubmit()"
|
||||||
(ngSubmit)="onSubmit()"
|
(ngSubmit)="onSubmit()"
|
||||||
>
|
>
|
||||||
<h1 *ngIf="data.platform.id" i18n mat-dialog-title>Update platform</h1>
|
@if (data.platform.id) {
|
||||||
<h1 *ngIf="!data.platform.id" i18n mat-dialog-title>Add platform</h1>
|
<h1 i18n mat-dialog-title>Update platform</h1>
|
||||||
|
} @else {
|
||||||
|
<h1 i18n mat-dialog-title>Add platform</h1>
|
||||||
|
}
|
||||||
<div class="flex-grow-1 py-3" mat-dialog-content>
|
<div class="flex-grow-1 py-3" mat-dialog-content>
|
||||||
<div>
|
<div>
|
||||||
<mat-form-field appearance="outline" class="w-100">
|
<mat-form-field appearance="outline" class="w-100">
|
||||||
|
@ -4,8 +4,11 @@
|
|||||||
(keyup.enter)="tagForm.valid && onSubmit()"
|
(keyup.enter)="tagForm.valid && onSubmit()"
|
||||||
(ngSubmit)="onSubmit()"
|
(ngSubmit)="onSubmit()"
|
||||||
>
|
>
|
||||||
<h1 *ngIf="data.tag.id" i18n mat-dialog-title>Update tag</h1>
|
@if (data.tag.id) {
|
||||||
<h1 *ngIf="!data.tag.id" i18n mat-dialog-title>Add tag</h1>
|
<h1 i18n mat-dialog-title>Update tag</h1>
|
||||||
|
} @else {
|
||||||
|
<h1 i18n mat-dialog-title>Add tag</h1>
|
||||||
|
}
|
||||||
<div class="flex-grow-1 py-3" mat-dialog-content>
|
<div class="flex-grow-1 py-3" mat-dialog-content>
|
||||||
<div>
|
<div>
|
||||||
<mat-form-field appearance="outline" class="w-100">
|
<mat-form-field appearance="outline" class="w-100">
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<div class="users">
|
<div class="overflow-x-auto">
|
||||||
<table class="gf-table" mat-table [dataSource]="dataSource">
|
<table class="gf-table" mat-table [dataSource]="dataSource">
|
||||||
<ng-container matColumnDef="index">
|
<ng-container matColumnDef="index">
|
||||||
<th
|
<th
|
||||||
@ -49,43 +49,44 @@
|
|||||||
}"
|
}"
|
||||||
>{{ (element.id | slice: 0 : 5) + '...' }}</span
|
>{{ (element.id | slice: 0 : 5) + '...' }}</span
|
||||||
>
|
>
|
||||||
<gf-premium-indicator
|
@if (element?.subscription?.type === 'Premium') {
|
||||||
*ngIf="element?.subscription?.type === 'Premium'"
|
<gf-premium-indicator
|
||||||
class="ml-1"
|
class="ml-1"
|
||||||
[enableLink]="false"
|
[enableLink]="false"
|
||||||
[title]="
|
[title]="
|
||||||
'Expires ' +
|
'Expires ' +
|
||||||
formatDistanceToNow(element.subscription.expiresAt) +
|
formatDistanceToNow(element.subscription.expiresAt) +
|
||||||
' (' +
|
' (' +
|
||||||
(element.subscription.expiresAt | date: defaultDateFormat) +
|
(element.subscription.expiresAt
|
||||||
')'
|
| date: defaultDateFormat) +
|
||||||
"
|
')'
|
||||||
/>
|
"
|
||||||
|
/>
|
||||||
|
}
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
<ng-container
|
@if (hasPermissionForSubscription) {
|
||||||
*ngIf="hasPermissionForSubscription"
|
<ng-container matColumnDef="country">
|
||||||
matColumnDef="country"
|
<th
|
||||||
>
|
*matHeaderCellDef
|
||||||
<th
|
class="mat-mdc-header-cell px-1 py-2"
|
||||||
*matHeaderCellDef
|
mat-header-cell
|
||||||
class="mat-mdc-header-cell px-1 py-2"
|
>
|
||||||
mat-header-cell
|
<ng-container i18n>Country</ng-container>
|
||||||
>
|
</th>
|
||||||
<ng-container i18n>Country</ng-container>
|
<td
|
||||||
</th>
|
*matCellDef="let element"
|
||||||
<td
|
class="mat-mdc-cell px-1 py-2"
|
||||||
*matCellDef="let element"
|
mat-cell
|
||||||
class="mat-mdc-cell px-1 py-2"
|
>
|
||||||
mat-cell
|
<span class="h5" [title]="element.country">{{
|
||||||
>
|
getEmojiFlag(element.country)
|
||||||
<span class="h5" [title]="element.country">{{
|
}}</span>
|
||||||
getEmojiFlag(element.country)
|
</td>
|
||||||
}}</span>
|
</ng-container>
|
||||||
</td>
|
}
|
||||||
</ng-container>
|
|
||||||
|
|
||||||
<ng-container matColumnDef="registration">
|
<ng-container matColumnDef="registration">
|
||||||
<th
|
<th
|
||||||
@ -146,51 +147,49 @@
|
|||||||
</td>
|
</td>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
<ng-container
|
@if (hasPermissionForSubscription) {
|
||||||
*ngIf="hasPermissionForSubscription"
|
<ng-container matColumnDef="engagementPerDay">
|
||||||
matColumnDef="engagementPerDay"
|
<th
|
||||||
>
|
*matHeaderCellDef
|
||||||
<th
|
class="mat-mdc-header-cell px-1 py-2 text-right"
|
||||||
*matHeaderCellDef
|
mat-header-cell
|
||||||
class="mat-mdc-header-cell px-1 py-2 text-right"
|
>
|
||||||
mat-header-cell
|
<ng-container i18n>Engagement per Day</ng-container>
|
||||||
>
|
</th>
|
||||||
<ng-container i18n>Engagement per Day</ng-container>
|
<td
|
||||||
</th>
|
*matCellDef="let element"
|
||||||
<td
|
class="mat-mdc-cell px-1 py-2 text-right"
|
||||||
*matCellDef="let element"
|
mat-cell
|
||||||
class="mat-mdc-cell px-1 py-2 text-right"
|
>
|
||||||
mat-cell
|
<gf-value
|
||||||
>
|
class="d-inline-block justify-content-end"
|
||||||
<gf-value
|
[locale]="user?.settings?.locale"
|
||||||
class="d-inline-block justify-content-end"
|
[precision]="0"
|
||||||
[locale]="user?.settings?.locale"
|
[value]="element.engagement"
|
||||||
[precision]="0"
|
/>
|
||||||
[value]="element.engagement"
|
</td>
|
||||||
/>
|
</ng-container>
|
||||||
</td>
|
}
|
||||||
</ng-container>
|
|
||||||
|
|
||||||
<ng-container
|
@if (hasPermissionForSubscription) {
|
||||||
*ngIf="hasPermissionForSubscription"
|
<ng-container matColumnDef="lastRequest">
|
||||||
matColumnDef="lastRequest"
|
<th
|
||||||
>
|
*matHeaderCellDef
|
||||||
<th
|
class="mat-mdc-header-cell px-1 py-2"
|
||||||
*matHeaderCellDef
|
i18n
|
||||||
class="mat-mdc-header-cell px-1 py-2"
|
mat-header-cell
|
||||||
i18n
|
>
|
||||||
mat-header-cell
|
Last Request
|
||||||
>
|
</th>
|
||||||
Last Request
|
<td
|
||||||
</th>
|
*matCellDef="let element"
|
||||||
<td
|
class="mat-mdc-cell px-1 py-2"
|
||||||
*matCellDef="let element"
|
mat-cell
|
||||||
class="mat-mdc-cell px-1 py-2"
|
>
|
||||||
mat-cell
|
{{ formatDistanceToNow(element.lastActivity) }}
|
||||||
>
|
</td>
|
||||||
{{ formatDistanceToNow(element.lastActivity) }}
|
</ng-container>
|
||||||
</td>
|
}
|
||||||
</ng-container>
|
|
||||||
|
|
||||||
<ng-container matColumnDef="actions" stickyEnd>
|
<ng-container matColumnDef="actions" stickyEnd>
|
||||||
<th
|
<th
|
||||||
@ -212,16 +211,14 @@
|
|||||||
<ion-icon name="ellipsis-horizontal" />
|
<ion-icon name="ellipsis-horizontal" />
|
||||||
</button>
|
</button>
|
||||||
<mat-menu #userMenu="matMenu" xPosition="before">
|
<mat-menu #userMenu="matMenu" xPosition="before">
|
||||||
<button
|
@if (hasPermissionToImpersonateAllUsers) {
|
||||||
*ngIf="hasPermissionToImpersonateAllUsers"
|
<button mat-menu-item (click)="onImpersonateUser(element.id)">
|
||||||
mat-menu-item
|
<span class="align-items-center d-flex">
|
||||||
(click)="onImpersonateUser(element.id)"
|
<ion-icon class="mr-2" name="contract-outline" />
|
||||||
>
|
<span i18n>Impersonate User</span>
|
||||||
<span class="align-items-center d-flex">
|
</span>
|
||||||
<ion-icon class="mr-2" name="contract-outline" />
|
</button>
|
||||||
<span i18n>Impersonate User</span>
|
}
|
||||||
</span>
|
|
||||||
</button>
|
|
||||||
<button
|
<button
|
||||||
mat-menu-item
|
mat-menu-item
|
||||||
[disabled]="element.id === user?.id"
|
[disabled]="element.id === user?.id"
|
||||||
|
@ -1,16 +1,12 @@
|
|||||||
:host {
|
:host {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
.users {
|
.gf-table {
|
||||||
overflow-x: auto;
|
min-width: 100%;
|
||||||
|
|
||||||
table {
|
.mat-mdc-row,
|
||||||
min-width: 100%;
|
.mat-mdc-header-row {
|
||||||
|
width: 100%;
|
||||||
.mat-mdc-row,
|
|
||||||
.mat-mdc-header-row {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,10 +4,9 @@
|
|||||||
class="align-items-center d-flex flex-grow-1 h5 mb-0 py-2 text-truncate"
|
class="align-items-center d-flex flex-grow-1 h5 mb-0 py-2 text-truncate"
|
||||||
>
|
>
|
||||||
<span i18n>Performance</span>
|
<span i18n>Performance</span>
|
||||||
<gf-premium-indicator
|
@if (user?.subscription?.type === 'Basic') {
|
||||||
*ngIf="user?.subscription?.type === 'Basic'"
|
<gf-premium-indicator class="ml-1" />
|
||||||
class="ml-1"
|
}
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6 col-xs-12 d-flex justify-content-end">
|
<div class="col-md-6 col-xs-12 d-flex justify-content-end">
|
||||||
@ -24,33 +23,33 @@
|
|||||||
(selectionChange)="onChangeBenchmark($event.value)"
|
(selectionChange)="onChangeBenchmark($event.value)"
|
||||||
>
|
>
|
||||||
<mat-option [value]="null" />
|
<mat-option [value]="null" />
|
||||||
<mat-option
|
@for (symbolProfile of benchmarks; track symbolProfile) {
|
||||||
*ngFor="let symbolProfile of benchmarks"
|
<mat-option [value]="symbolProfile.id">{{
|
||||||
[value]="symbolProfile.id"
|
symbolProfile.name
|
||||||
>{{ symbolProfile.name }}</mat-option
|
}}</mat-option>
|
||||||
>
|
}
|
||||||
<mat-option
|
@if (hasPermissionToAccessAdminControl) {
|
||||||
*ngIf="hasPermissionToAccessAdminControl"
|
<mat-option [routerLink]="['/admin', 'market-data']">
|
||||||
[routerLink]="['/admin', 'market-data']"
|
<div class="align-items-center d-flex">
|
||||||
>
|
<ion-icon class="mr-2 text-muted" name="arrow-forward-outline" />
|
||||||
<div class="align-items-center d-flex">
|
<span i18n>Manage Benchmarks</span>
|
||||||
<ion-icon class="mr-2 text-muted" name="arrow-forward-outline" />
|
</div>
|
||||||
<span i18n>Manage Benchmarks</span>
|
</mat-option>
|
||||||
</div>
|
}
|
||||||
</mat-option>
|
|
||||||
</mat-select>
|
</mat-select>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="chart-container">
|
<div class="chart-container">
|
||||||
<ngx-skeleton-loader
|
@if (isLoading) {
|
||||||
*ngIf="isLoading"
|
<ngx-skeleton-loader
|
||||||
animation="pulse"
|
animation="pulse"
|
||||||
[theme]="{
|
[theme]="{
|
||||||
height: '100%',
|
height: '100%',
|
||||||
width: '100%'
|
width: '100%'
|
||||||
}"
|
}"
|
||||||
/>
|
/>
|
||||||
|
}
|
||||||
<canvas
|
<canvas
|
||||||
#chartCanvas
|
#chartCanvas
|
||||||
class="h-100"
|
class="h-100"
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
<button
|
@if (deviceType === 'mobile') {
|
||||||
*ngIf="deviceType === 'mobile'"
|
<button mat-button (click)="onClickCloseButton()">
|
||||||
mat-button
|
<ion-icon name="close" size="large" />
|
||||||
(click)="onClickCloseButton()"
|
</button>
|
||||||
>
|
}
|
||||||
<ion-icon name="close" size="large" />
|
|
||||||
</button>
|
|
||||||
|
@ -3,11 +3,8 @@
|
|||||||
[ngClass]="{ 'text-center': position === 'center' }"
|
[ngClass]="{ 'text-center': position === 'center' }"
|
||||||
>{{ title }}</span
|
>{{ title }}</span
|
||||||
>
|
>
|
||||||
<button
|
@if (deviceType !== 'mobile') {
|
||||||
*ngIf="deviceType !== 'mobile'"
|
<button class="no-min-width px-0" mat-button (click)="onClickCloseButton()">
|
||||||
class="no-min-width px-0"
|
<ion-icon name="close" size="large" />
|
||||||
mat-button
|
</button>
|
||||||
(click)="onClickCloseButton()"
|
}
|
||||||
>
|
|
||||||
<ion-icon name="close" size="large" />
|
|
||||||
</button>
|
|
||||||
|
@ -12,12 +12,13 @@
|
|||||||
<small class="d-block" i18n>Current Market Mood</small>
|
<small class="d-block" i18n>Current Market Mood</small>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ngx-skeleton-loader
|
@if (!fearAndGreedIndex) {
|
||||||
*ngIf="!fearAndGreedIndex"
|
<ngx-skeleton-loader
|
||||||
animation="pulse"
|
animation="pulse"
|
||||||
class="position-absolute w-100"
|
class="position-absolute w-100"
|
||||||
[theme]="{
|
[theme]="{
|
||||||
height: '100%'
|
height: '100%'
|
||||||
}"
|
}"
|
||||||
/>
|
/>
|
||||||
|
}
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<mat-toolbar class="px-0">
|
<mat-toolbar class="px-0">
|
||||||
<ng-container *ngIf="user">
|
@if (user) {
|
||||||
<div class="d-flex h-100 logo-container" [ngClass]="{ filled: hasTabs }">
|
<div class="d-flex h-100 logo-container" [ngClass]="{ filled: hasTabs }">
|
||||||
<a
|
<a
|
||||||
class="align-items-center justify-content-start rounded-0"
|
class="align-items-center justify-content-start rounded-0"
|
||||||
@ -54,19 +54,21 @@
|
|||||||
>Accounts</a
|
>Accounts</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
<li *ngIf="hasPermissionToAccessAdminControl" class="list-inline-item">
|
@if (hasPermissionToAccessAdminControl) {
|
||||||
<a
|
<li class="list-inline-item">
|
||||||
class="d-none d-sm-block"
|
<a
|
||||||
i18n
|
class="d-none d-sm-block"
|
||||||
mat-flat-button
|
i18n
|
||||||
[ngClass]="{
|
mat-flat-button
|
||||||
'font-weight-bold': currentRoute === 'admin',
|
[ngClass]="{
|
||||||
'text-decoration-underline': currentRoute === 'admin'
|
'font-weight-bold': currentRoute === 'admin',
|
||||||
}"
|
'text-decoration-underline': currentRoute === 'admin'
|
||||||
[routerLink]="['/admin']"
|
}"
|
||||||
>Admin Control</a
|
[routerLink]="['/admin']"
|
||||||
>
|
>Admin Control</a
|
||||||
</li>
|
>
|
||||||
|
</li>
|
||||||
|
}
|
||||||
<li class="list-inline-item">
|
<li class="list-inline-item">
|
||||||
<a
|
<a
|
||||||
class="d-none d-sm-block"
|
class="d-none d-sm-block"
|
||||||
@ -80,24 +82,23 @@
|
|||||||
>Resources</a
|
>Resources</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
<li
|
@if (
|
||||||
*ngIf="
|
hasPermissionForSubscription && user?.subscription?.type === 'Basic'
|
||||||
hasPermissionForSubscription && user?.subscription?.type === 'Basic'
|
) {
|
||||||
"
|
<li class="list-inline-item">
|
||||||
class="list-inline-item"
|
<a
|
||||||
>
|
class="d-none d-sm-block"
|
||||||
<a
|
i18n
|
||||||
class="d-none d-sm-block"
|
mat-flat-button
|
||||||
i18n
|
[ngClass]="{
|
||||||
mat-flat-button
|
'font-weight-bold': currentRoute === routePricing,
|
||||||
[ngClass]="{
|
'text-decoration-underline': currentRoute === routePricing
|
||||||
'font-weight-bold': currentRoute === routePricing,
|
}"
|
||||||
'text-decoration-underline': currentRoute === routePricing
|
[routerLink]="routerLinkPricing"
|
||||||
}"
|
>Pricing</a
|
||||||
[routerLink]="routerLinkPricing"
|
>
|
||||||
>Pricing</a
|
</li>
|
||||||
>
|
}
|
||||||
</li>
|
|
||||||
<li class="list-inline-item">
|
<li class="list-inline-item">
|
||||||
<a
|
<a
|
||||||
class="d-none d-sm-block"
|
class="d-none d-sm-block"
|
||||||
@ -111,42 +112,42 @@
|
|||||||
>About</a
|
>About</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
<li *ngIf="hasPermissionToAccessAssistant" class="list-inline-item">
|
@if (hasPermissionToAccessAssistant) {
|
||||||
<button
|
<li class="list-inline-item">
|
||||||
#assistantTrigger="matMenuTrigger"
|
<button
|
||||||
class="h-100 no-min-width px-2"
|
#assistantTrigger="matMenuTrigger"
|
||||||
mat-button
|
class="h-100 no-min-width px-2"
|
||||||
matBadge="✓"
|
mat-button
|
||||||
matBadgeSize="small"
|
matBadge="✓"
|
||||||
[mat-menu-trigger-for]="assistantMenu"
|
matBadgeSize="small"
|
||||||
[matBadgeHidden]="
|
[mat-menu-trigger-for]="assistantMenu"
|
||||||
!hasFilters || !user?.settings?.isExperimentalFeatures
|
[matBadgeHidden]="!hasFilters"
|
||||||
"
|
[matMenuTriggerRestoreFocus]="false"
|
||||||
[matMenuTriggerRestoreFocus]="false"
|
(menuOpened)="onOpenAssistant()"
|
||||||
(menuOpened)="onOpenAssistant()"
|
>
|
||||||
>
|
<ion-icon class="rotate-90" name="options-outline" />
|
||||||
<ion-icon class="rotate-90" name="options-outline" />
|
</button>
|
||||||
</button>
|
<mat-menu
|
||||||
<mat-menu
|
#assistantMenu="matMenu"
|
||||||
#assistantMenu="matMenu"
|
class="assistant"
|
||||||
class="assistant"
|
xPosition="before"
|
||||||
xPosition="before"
|
[overlapTrigger]="true"
|
||||||
[overlapTrigger]="true"
|
(closed)="assistantElement?.setIsOpen(false)"
|
||||||
(closed)="assistantElement?.setIsOpen(false)"
|
>
|
||||||
>
|
<gf-assistant
|
||||||
<gf-assistant
|
#assistant
|
||||||
#assistant
|
[deviceType]="deviceType"
|
||||||
[deviceType]="deviceType"
|
[hasPermissionToAccessAdminControl]="
|
||||||
[hasPermissionToAccessAdminControl]="
|
hasPermissionToAccessAdminControl
|
||||||
hasPermissionToAccessAdminControl
|
"
|
||||||
"
|
[user]="user"
|
||||||
[user]="user"
|
(closed)="closeAssistant()"
|
||||||
(closed)="closeAssistant()"
|
(dateRangeChanged)="onDateRangeChange($event)"
|
||||||
(dateRangeChanged)="onDateRangeChange($event)"
|
(filtersChanged)="onFiltersChanged($event)"
|
||||||
(filtersChanged)="onFiltersChanged($event)"
|
/>
|
||||||
/>
|
</mat-menu>
|
||||||
</mat-menu>
|
</li>
|
||||||
</li>
|
}
|
||||||
<li class="list-inline-item">
|
<li class="list-inline-item">
|
||||||
<button
|
<button
|
||||||
class="no-min-width px-1"
|
class="no-min-width px-1"
|
||||||
@ -167,40 +168,31 @@
|
|||||||
/>
|
/>
|
||||||
</button>
|
</button>
|
||||||
<mat-menu #accountMenu="matMenu" xPosition="before">
|
<mat-menu #accountMenu="matMenu" xPosition="before">
|
||||||
<ng-container
|
@if (
|
||||||
*ngIf="
|
hasPermissionForSubscription && user?.subscription?.type === 'Basic'
|
||||||
hasPermissionForSubscription &&
|
) {
|
||||||
user?.subscription?.type === 'Basic'
|
|
||||||
"
|
|
||||||
>
|
|
||||||
<a class="d-flex" mat-menu-item [routerLink]="routerLinkPricing"
|
<a class="d-flex" mat-menu-item [routerLink]="routerLinkPricing"
|
||||||
><span class="align-items-center d-flex"
|
><span class="align-items-center d-flex"
|
||||||
><span
|
><span>
|
||||||
><ng-container
|
@if (user.subscription.offer === 'default') {
|
||||||
*ngIf="user.subscription.offer === 'default'"
|
<ng-container i18n>Upgrade Plan</ng-container>
|
||||||
i18n
|
} @else if (
|
||||||
>Upgrade Plan</ng-container
|
user.subscription.offer === 'renewal' ||
|
||||||
>
|
user.subscription.offer === 'renewal-early-bird'
|
||||||
<ng-container
|
) {
|
||||||
*ngIf="
|
<ng-container i18n>Renew Plan</ng-container>
|
||||||
user.subscription.offer === 'renewal' ||
|
}
|
||||||
user.subscription.offer === 'renewal-early-bird'
|
</span>
|
||||||
"
|
|
||||||
i18n
|
|
||||||
>Renew Plan</ng-container
|
|
||||||
></span
|
|
||||||
>
|
|
||||||
<gf-premium-indicator
|
<gf-premium-indicator
|
||||||
class="d-inline-block ml-1"
|
class="d-inline-block ml-1"
|
||||||
[enableLink]="false" /></span
|
[enableLink]="false" /></span
|
||||||
></a>
|
></a>
|
||||||
<hr class="m-0" />
|
<hr class="m-0" />
|
||||||
</ng-container>
|
}
|
||||||
<ng-container *ngIf="user?.access?.length > 0">
|
@if (user?.access?.length > 0) {
|
||||||
<button mat-menu-item (click)="impersonateAccount(null)">
|
<button mat-menu-item (click)="impersonateAccount(null)">
|
||||||
<span class="align-items-center d-flex">
|
<span class="align-items-center d-flex">
|
||||||
<ion-icon
|
<ion-icon
|
||||||
*ngIf="user?.access?.length > 0"
|
|
||||||
class="mr-2"
|
class="mr-2"
|
||||||
[name]="
|
[name]="
|
||||||
impersonationId
|
impersonationId
|
||||||
@ -211,27 +203,28 @@
|
|||||||
<span i18n>Me</span>
|
<span i18n>Me</span>
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
<button
|
@for (accessItem of user?.access; track accessItem) {
|
||||||
*ngFor="let accessItem of user?.access"
|
<button mat-menu-item (click)="impersonateAccount(accessItem.id)">
|
||||||
mat-menu-item
|
<span class="align-items-center d-flex">
|
||||||
(click)="impersonateAccount(accessItem.id)"
|
<ion-icon
|
||||||
>
|
class="mr-2"
|
||||||
<span class="align-items-center d-flex">
|
name="square-outline"
|
||||||
<ion-icon
|
[name]="
|
||||||
class="mr-2"
|
accessItem.id === impersonationId
|
||||||
name="square-outline"
|
? 'radio-button-on-outline'
|
||||||
[name]="
|
: 'radio-button-off-outline'
|
||||||
accessItem.id === impersonationId
|
"
|
||||||
? 'radio-button-on-outline'
|
/>
|
||||||
: 'radio-button-off-outline'
|
@if (accessItem.alias) {
|
||||||
"
|
<span>{{ accessItem.alias }}</span>
|
||||||
/>
|
} @else {
|
||||||
<span *ngIf="accessItem.alias">{{ accessItem.alias }}</span>
|
<span i18n>User</span>
|
||||||
<span *ngIf="!accessItem.alias" i18n>User</span>
|
}
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
|
}
|
||||||
<hr class="m-0" />
|
<hr class="m-0" />
|
||||||
</ng-container>
|
}
|
||||||
<a
|
<a
|
||||||
class="d-flex d-sm-none"
|
class="d-flex d-sm-none"
|
||||||
i18n
|
i18n
|
||||||
@ -268,15 +261,16 @@
|
|||||||
[routerLink]="['/account']"
|
[routerLink]="['/account']"
|
||||||
>My Ghostfolio</a
|
>My Ghostfolio</a
|
||||||
>
|
>
|
||||||
<a
|
@if (hasPermissionToAccessAdminControl) {
|
||||||
*ngIf="hasPermissionToAccessAdminControl"
|
<a
|
||||||
class="d-flex d-sm-none"
|
class="d-flex d-sm-none"
|
||||||
i18n
|
i18n
|
||||||
mat-menu-item
|
mat-menu-item
|
||||||
[ngClass]="{ 'font-weight-bold': currentRoute === 'admin' }"
|
[ngClass]="{ 'font-weight-bold': currentRoute === 'admin' }"
|
||||||
[routerLink]="['/admin']"
|
[routerLink]="['/admin']"
|
||||||
>Admin Control</a
|
>Admin Control</a
|
||||||
>
|
>
|
||||||
|
}
|
||||||
<hr class="m-0" />
|
<hr class="m-0" />
|
||||||
<a
|
<a
|
||||||
class="d-flex d-sm-none"
|
class="d-flex d-sm-none"
|
||||||
@ -288,18 +282,18 @@
|
|||||||
[routerLink]="routerLinkResources"
|
[routerLink]="routerLinkResources"
|
||||||
>Resources</a
|
>Resources</a
|
||||||
>
|
>
|
||||||
<a
|
@if (
|
||||||
*ngIf="
|
hasPermissionForSubscription && user?.subscription?.type === 'Basic'
|
||||||
hasPermissionForSubscription &&
|
) {
|
||||||
user?.subscription?.type === 'Basic'
|
<a
|
||||||
"
|
class="d-flex d-sm-none"
|
||||||
class="d-flex d-sm-none"
|
i18n
|
||||||
i18n
|
mat-menu-item
|
||||||
mat-menu-item
|
[ngClass]="{ 'font-weight-bold': currentRoute === routePricing }"
|
||||||
[ngClass]="{ 'font-weight-bold': currentRoute === routePricing }"
|
[routerLink]="routerLinkPricing"
|
||||||
[routerLink]="routerLinkPricing"
|
>Pricing</a
|
||||||
>Pricing</a
|
>
|
||||||
>
|
}
|
||||||
<a
|
<a
|
||||||
class="d-flex d-sm-none"
|
class="d-flex d-sm-none"
|
||||||
i18n
|
i18n
|
||||||
@ -313,8 +307,8 @@
|
|||||||
</mat-menu>
|
</mat-menu>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</ng-container>
|
}
|
||||||
<ng-container *ngIf="user === null">
|
@if (user === null) {
|
||||||
<div class="d-flex h-100 logo-container" [ngClass]="{ filled: hasTabs }">
|
<div class="d-flex h-100 logo-container" [ngClass]="{ filled: hasTabs }">
|
||||||
<a
|
<a
|
||||||
class="align-items-center justify-content-start rounded-0"
|
class="align-items-center justify-content-start rounded-0"
|
||||||
@ -357,35 +351,36 @@
|
|||||||
>About</a
|
>About</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
<li *ngIf="hasPermissionForSubscription" class="list-inline-item">
|
@if (hasPermissionForSubscription) {
|
||||||
<a
|
<li class="list-inline-item">
|
||||||
class="d-sm-block"
|
<a
|
||||||
i18n
|
class="d-sm-block"
|
||||||
mat-flat-button
|
i18n
|
||||||
[ngClass]="{
|
mat-flat-button
|
||||||
'font-weight-bold': currentRoute === routePricing,
|
[ngClass]="{
|
||||||
'text-decoration-underline': currentRoute === routePricing
|
'font-weight-bold': currentRoute === routePricing,
|
||||||
}"
|
'text-decoration-underline': currentRoute === routePricing
|
||||||
[routerLink]="routerLinkPricing"
|
}"
|
||||||
>Pricing</a
|
[routerLink]="routerLinkPricing"
|
||||||
>
|
>Pricing</a
|
||||||
</li>
|
>
|
||||||
<li
|
</li>
|
||||||
*ngIf="hasPermissionToAccessFearAndGreedIndex"
|
}
|
||||||
class="list-inline-item"
|
@if (hasPermissionToAccessFearAndGreedIndex) {
|
||||||
>
|
<li class="list-inline-item">
|
||||||
<a
|
<a
|
||||||
class="d-none d-sm-block"
|
class="d-none d-sm-block"
|
||||||
i18n
|
i18n
|
||||||
mat-flat-button
|
mat-flat-button
|
||||||
[ngClass]="{
|
[ngClass]="{
|
||||||
'font-weight-bold': currentRoute === routeMarkets,
|
'font-weight-bold': currentRoute === routeMarkets,
|
||||||
'text-decoration-underline': currentRoute === routeMarkets
|
'text-decoration-underline': currentRoute === routeMarkets
|
||||||
}"
|
}"
|
||||||
[routerLink]="routerLinkMarkets"
|
[routerLink]="routerLinkMarkets"
|
||||||
>Markets</a
|
>Markets</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
|
}
|
||||||
<li class="list-inline-item">
|
<li class="list-inline-item">
|
||||||
<a
|
<a
|
||||||
class="d-none d-sm-block no-min-width p-1"
|
class="d-none d-sm-block no-min-width p-1"
|
||||||
@ -399,18 +394,17 @@
|
|||||||
<ng-container i18n>Sign in</ng-container>
|
<ng-container i18n>Sign in</ng-container>
|
||||||
</button>
|
</button>
|
||||||
</li>
|
</li>
|
||||||
<li
|
@if (currentRoute !== 'register' && hasPermissionToCreateUser) {
|
||||||
*ngIf="currentRoute !== 'register' && hasPermissionToCreateUser"
|
<li class="list-inline-item ml-1">
|
||||||
class="list-inline-item ml-1"
|
<a
|
||||||
>
|
class="d-none d-sm-block"
|
||||||
<a
|
color="primary"
|
||||||
class="d-none d-sm-block"
|
mat-flat-button
|
||||||
color="primary"
|
[routerLink]="routerLinkRegister"
|
||||||
mat-flat-button
|
><ng-container i18n>Get started</ng-container>
|
||||||
[routerLink]="routerLinkRegister"
|
</a>
|
||||||
><ng-container i18n>Get started</ng-container>
|
</li>
|
||||||
</a>
|
}
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</ng-container>
|
}
|
||||||
</mat-toolbar>
|
</mat-toolbar>
|
||||||
|
@ -376,9 +376,9 @@
|
|||||||
<div class="col">
|
<div class="col">
|
||||||
<div class="h5" i18n>Tags</div>
|
<div class="h5" i18n>Tags</div>
|
||||||
<mat-chip-listbox>
|
<mat-chip-listbox>
|
||||||
<mat-chip-option *ngFor="let tag of tags" disabled>{{
|
@for (tag of tags; track tag) {
|
||||||
tag.name
|
<mat-chip-option disabled>{{ tag.name }}</mat-chip-option>
|
||||||
}}</mat-chip-option>
|
}
|
||||||
</mat-chip-listbox>
|
</mat-chip-listbox>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -11,6 +11,7 @@ import {
|
|||||||
import { hasPermission, permissions } from '@ghostfolio/common/permissions';
|
import { hasPermission, permissions } from '@ghostfolio/common/permissions';
|
||||||
|
|
||||||
import { ChangeDetectorRef, Component, OnDestroy, OnInit } from '@angular/core';
|
import { ChangeDetectorRef, Component, OnDestroy, OnInit } from '@angular/core';
|
||||||
|
import { DeviceDetectorService } from 'ngx-device-detector';
|
||||||
import { Subject } from 'rxjs';
|
import { Subject } from 'rxjs';
|
||||||
import { takeUntil } from 'rxjs/operators';
|
import { takeUntil } from 'rxjs/operators';
|
||||||
|
|
||||||
@ -21,6 +22,7 @@ import { takeUntil } from 'rxjs/operators';
|
|||||||
})
|
})
|
||||||
export class HomeMarketComponent implements OnDestroy, OnInit {
|
export class HomeMarketComponent implements OnDestroy, OnInit {
|
||||||
public benchmarks: Benchmark[];
|
public benchmarks: Benchmark[];
|
||||||
|
public deviceType: string;
|
||||||
public fearAndGreedIndex: number;
|
public fearAndGreedIndex: number;
|
||||||
public fearLabel = $localize`Fear`;
|
public fearLabel = $localize`Fear`;
|
||||||
public greedLabel = $localize`Greed`;
|
public greedLabel = $localize`Greed`;
|
||||||
@ -36,8 +38,10 @@ export class HomeMarketComponent implements OnDestroy, OnInit {
|
|||||||
public constructor(
|
public constructor(
|
||||||
private changeDetectorRef: ChangeDetectorRef,
|
private changeDetectorRef: ChangeDetectorRef,
|
||||||
private dataService: DataService,
|
private dataService: DataService,
|
||||||
|
private deviceService: DeviceDetectorService,
|
||||||
private userService: UserService
|
private userService: UserService
|
||||||
) {
|
) {
|
||||||
|
this.deviceType = this.deviceService.getDeviceInfo().deviceType;
|
||||||
this.info = this.dataService.fetchInfo();
|
this.info = this.dataService.fetchInfo();
|
||||||
this.isLoading = true;
|
this.isLoading = true;
|
||||||
|
|
||||||
|
@ -1,47 +1,51 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="d-none d-sm-block h3 mb-4 text-center" i18n>Markets</h1>
|
<h1 class="d-none d-sm-block h3 mb-4 text-center" i18n>Markets</h1>
|
||||||
<div *ngIf="hasPermissionToAccessFearAndGreedIndex" class="mb-5 row">
|
@if (hasPermissionToAccessFearAndGreedIndex) {
|
||||||
<div class="col-xs-12 col-md-8 offset-md-2">
|
<div class="mb-5 row">
|
||||||
<div class="mb-2 text-center text-muted">
|
<div class="col-xs-12 col-md-8 offset-md-2">
|
||||||
<small i18n>Last {{ numberOfDays }} Days</small>
|
<div class="mb-2 text-center text-muted">
|
||||||
|
<small i18n>Last {{ numberOfDays }} Days</small>
|
||||||
|
</div>
|
||||||
|
<gf-line-chart
|
||||||
|
class="mb-3"
|
||||||
|
symbol="Fear & Greed Index"
|
||||||
|
[colorScheme]="user?.settings?.colorScheme"
|
||||||
|
[historicalDataItems]="historicalDataItems"
|
||||||
|
[isAnimated]="true"
|
||||||
|
[locale]="user?.settings?.locale || undefined"
|
||||||
|
[showXAxis]="true"
|
||||||
|
[showYAxis]="true"
|
||||||
|
[yMax]="100"
|
||||||
|
[yMaxLabel]="greedLabel"
|
||||||
|
[yMin]="0"
|
||||||
|
[yMinLabel]="fearLabel"
|
||||||
|
/>
|
||||||
|
<gf-fear-and-greed-index
|
||||||
|
class="d-flex justify-content-center"
|
||||||
|
[fearAndGreedIndex]="fearAndGreedIndex"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<gf-line-chart
|
|
||||||
class="mb-3"
|
|
||||||
symbol="Fear & Greed Index"
|
|
||||||
[colorScheme]="user?.settings?.colorScheme"
|
|
||||||
[historicalDataItems]="historicalDataItems"
|
|
||||||
[isAnimated]="true"
|
|
||||||
[locale]="user?.settings?.locale || undefined"
|
|
||||||
[showXAxis]="true"
|
|
||||||
[showYAxis]="true"
|
|
||||||
[yMax]="100"
|
|
||||||
[yMaxLabel]="greedLabel"
|
|
||||||
[yMin]="0"
|
|
||||||
[yMinLabel]="fearLabel"
|
|
||||||
/>
|
|
||||||
<gf-fear-and-greed-index
|
|
||||||
class="d-flex justify-content-center"
|
|
||||||
[fearAndGreedIndex]="fearAndGreedIndex"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
}
|
||||||
|
|
||||||
<div class="mb-3 row">
|
<div class="mb-3 row">
|
||||||
<div class="col-xs-12 col-md-8 offset-md-2">
|
<div class="col-xs-12 col-md-8 offset-md-2">
|
||||||
<gf-benchmark
|
<gf-benchmark
|
||||||
[benchmarks]="benchmarks"
|
[benchmarks]="benchmarks"
|
||||||
|
[deviceType]="deviceType"
|
||||||
[locale]="user?.settings?.locale || undefined"
|
[locale]="user?.settings?.locale || undefined"
|
||||||
[user]="user"
|
[user]="user"
|
||||||
/>
|
/>
|
||||||
<ngx-skeleton-loader
|
@if (isLoading) {
|
||||||
*ngIf="isLoading"
|
<ngx-skeleton-loader
|
||||||
animation="pulse"
|
animation="pulse"
|
||||||
class="px-2 py-3"
|
class="px-2 py-3"
|
||||||
[theme]="{
|
[theme]="{
|
||||||
height: '1.5rem',
|
height: '1.5rem',
|
||||||
width: '100%'
|
width: '100%'
|
||||||
}"
|
}"
|
||||||
/>
|
/>
|
||||||
|
}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -39,22 +39,19 @@
|
|||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
<div class="d-flex justify-content-center">
|
<div class="d-flex justify-content-center">
|
||||||
<a
|
@if (user?.accounts?.length === 1) {
|
||||||
*ngIf="user?.accounts?.length === 1"
|
<a color="primary" mat-flat-button [routerLink]="['/accounts']">
|
||||||
color="primary"
|
<ng-container i18n>Setup accounts</ng-container>
|
||||||
mat-flat-button
|
</a>
|
||||||
[routerLink]="['/accounts']"
|
} @else if (user?.accounts?.length > 1) {
|
||||||
>
|
<a
|
||||||
<ng-container i18n>Setup accounts</ng-container>
|
color="primary"
|
||||||
</a>
|
mat-flat-button
|
||||||
<a
|
[routerLink]="['/portfolio', 'activities']"
|
||||||
*ngIf="user?.accounts?.length > 1"
|
>
|
||||||
color="primary"
|
<ng-container i18n>Add activity</ng-container>
|
||||||
mat-flat-button
|
</a>
|
||||||
[routerLink]="['/portfolio', 'activities']"
|
}
|
||||||
>
|
|
||||||
<ng-container i18n>Add activity</ng-container>
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -9,12 +9,7 @@ import {
|
|||||||
import { hasPermission, permissions } from '@ghostfolio/common/permissions';
|
import { hasPermission, permissions } from '@ghostfolio/common/permissions';
|
||||||
|
|
||||||
import { ChangeDetectorRef, Component, OnDestroy, OnInit } from '@angular/core';
|
import { ChangeDetectorRef, Component, OnDestroy, OnInit } from '@angular/core';
|
||||||
import {
|
import { MatSnackBarRef, TextOnlySnackBar } from '@angular/material/snack-bar';
|
||||||
MatSnackBar,
|
|
||||||
MatSnackBarRef,
|
|
||||||
TextOnlySnackBar
|
|
||||||
} from '@angular/material/snack-bar';
|
|
||||||
import { Router } from '@angular/router';
|
|
||||||
import { Subject } from 'rxjs';
|
import { Subject } from 'rxjs';
|
||||||
import { takeUntil } from 'rxjs/operators';
|
import { takeUntil } from 'rxjs/operators';
|
||||||
|
|
||||||
@ -39,8 +34,6 @@ export class HomeSummaryComponent implements OnDestroy, OnInit {
|
|||||||
private changeDetectorRef: ChangeDetectorRef,
|
private changeDetectorRef: ChangeDetectorRef,
|
||||||
private dataService: DataService,
|
private dataService: DataService,
|
||||||
private impersonationStorageService: ImpersonationStorageService,
|
private impersonationStorageService: ImpersonationStorageService,
|
||||||
private router: Router,
|
|
||||||
private snackBar: MatSnackBar,
|
|
||||||
private userService: UserService
|
private userService: UserService
|
||||||
) {
|
) {
|
||||||
this.info = this.dataService.fetchInfo();
|
this.info = this.dataService.fetchInfo();
|
||||||
@ -108,24 +101,6 @@ export class HomeSummaryComponent implements OnDestroy, OnInit {
|
|||||||
this.summary = summary;
|
this.summary = summary;
|
||||||
this.isLoading = false;
|
this.isLoading = false;
|
||||||
|
|
||||||
if (!this.summary) {
|
|
||||||
this.snackBarRef = this.snackBar.open(
|
|
||||||
$localize`This feature requires a subscription.`,
|
|
||||||
this.hasPermissionForSubscription
|
|
||||||
? $localize`Upgrade Plan`
|
|
||||||
: undefined,
|
|
||||||
{ duration: 6000 }
|
|
||||||
);
|
|
||||||
|
|
||||||
this.snackBarRef.afterDismissed().subscribe(() => {
|
|
||||||
this.snackBarRef = undefined;
|
|
||||||
});
|
|
||||||
|
|
||||||
this.snackBarRef.onAction().subscribe(() => {
|
|
||||||
this.router.navigate(['/' + $localize`pricing`]);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
this.changeDetectorRef.markForCheck();
|
this.changeDetectorRef.markForCheck();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
[language]="user?.settings?.language"
|
[language]="user?.settings?.language"
|
||||||
[locale]="user?.settings?.locale"
|
[locale]="user?.settings?.locale"
|
||||||
[summary]="summary"
|
[summary]="summary"
|
||||||
|
[user]="user"
|
||||||
(emergencyFundChanged)="onChangeEmergencyFund($event)"
|
(emergencyFundChanged)="onChangeEmergencyFund($event)"
|
||||||
/>
|
/>
|
||||||
</mat-card-content>
|
</mat-card-content>
|
||||||
|
@ -3,18 +3,12 @@ import { GfPortfolioSummaryModule } from '@ghostfolio/client/components/portfoli
|
|||||||
import { CommonModule } from '@angular/common';
|
import { CommonModule } from '@angular/common';
|
||||||
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
||||||
import { MatCardModule } from '@angular/material/card';
|
import { MatCardModule } from '@angular/material/card';
|
||||||
import { RouterModule } from '@angular/router';
|
|
||||||
|
|
||||||
import { HomeSummaryComponent } from './home-summary.component';
|
import { HomeSummaryComponent } from './home-summary.component';
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
declarations: [HomeSummaryComponent],
|
declarations: [HomeSummaryComponent],
|
||||||
imports: [
|
imports: [CommonModule, GfPortfolioSummaryModule, MatCardModule],
|
||||||
CommonModule,
|
|
||||||
GfPortfolioSummaryModule,
|
|
||||||
MatCardModule,
|
|
||||||
RouterModule
|
|
||||||
],
|
|
||||||
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
||||||
})
|
})
|
||||||
export class GfHomeSummaryModule {}
|
export class GfHomeSummaryModule {}
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
<ngx-skeleton-loader
|
@if (isLoading) {
|
||||||
*ngIf="isLoading"
|
<ngx-skeleton-loader
|
||||||
animation="pulse"
|
animation="pulse"
|
||||||
[theme]="{
|
[theme]="{
|
||||||
height: '100%',
|
height: '100%',
|
||||||
width: '100%'
|
width: '100%'
|
||||||
}"
|
}"
|
||||||
/>
|
/>
|
||||||
|
}
|
||||||
<canvas
|
<canvas
|
||||||
#chartCanvas
|
#chartCanvas
|
||||||
class="h-100"
|
class="h-100"
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</form>
|
</form>
|
||||||
<ng-container *ngIf="data.hasPermissionToUseSocialLogin">
|
@if (data.hasPermissionToUseSocialLogin) {
|
||||||
<div class="my-3 text-center text-muted" i18n>or</div>
|
<div class="my-3 text-center text-muted" i18n>or</div>
|
||||||
<div class="d-flex flex-column">
|
<div class="d-flex flex-column">
|
||||||
<button
|
<button
|
||||||
@ -52,7 +52,7 @@
|
|||||||
/><span i18n>Sign in with Google</span></a
|
/><span i18n>Sign in with Google</span></a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div mat-dialog-actions>
|
<div mat-dialog-actions>
|
||||||
|
@ -10,16 +10,18 @@
|
|||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
<div *ngIf="isLoading" class="align-items-center d-flex">
|
@if (isLoading) {
|
||||||
<ngx-skeleton-loader
|
<div class="align-items-center d-flex">
|
||||||
animation="pulse"
|
<ngx-skeleton-loader
|
||||||
class="mb-2"
|
animation="pulse"
|
||||||
[theme]="{
|
class="mb-2"
|
||||||
height: '4rem',
|
[theme]="{
|
||||||
width: '15rem'
|
height: '4rem',
|
||||||
}"
|
width: '15rem'
|
||||||
/>
|
}"
|
||||||
</div>
|
/>
|
||||||
|
</div>
|
||||||
|
}
|
||||||
<div
|
<div
|
||||||
class="display-4 font-weight-bold m-0 text-center value-container"
|
class="display-4 font-weight-bold m-0 text-center value-container"
|
||||||
[hidden]="isLoading"
|
[hidden]="isLoading"
|
||||||
@ -34,28 +36,32 @@
|
|||||||
{{ unit }}
|
{{ unit }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div *ngIf="showDetails" class="row">
|
@if (showDetails) {
|
||||||
<div class="d-flex col justify-content-end">
|
<div class="row">
|
||||||
<gf-value
|
<div class="d-flex col justify-content-end">
|
||||||
[colorizeSign]="true"
|
<gf-value
|
||||||
[isCurrency]="true"
|
[colorizeSign]="true"
|
||||||
[locale]="locale"
|
[isCurrency]="true"
|
||||||
[value]="
|
[locale]="locale"
|
||||||
isLoading ? undefined : performance?.netPerformanceWithCurrencyEffect
|
[value]="
|
||||||
"
|
isLoading
|
||||||
/>
|
? undefined
|
||||||
|
: performance?.netPerformanceWithCurrencyEffect
|
||||||
|
"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div class="col">
|
||||||
|
<gf-value
|
||||||
|
[colorizeSign]="true"
|
||||||
|
[isPercent]="true"
|
||||||
|
[locale]="locale"
|
||||||
|
[value]="
|
||||||
|
isLoading
|
||||||
|
? undefined
|
||||||
|
: performance?.netPerformancePercentageWithCurrencyEffect
|
||||||
|
"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
}
|
||||||
<gf-value
|
|
||||||
[colorizeSign]="true"
|
|
||||||
[isPercent]="true"
|
|
||||||
[locale]="locale"
|
|
||||||
[value]="
|
|
||||||
isLoading
|
|
||||||
? undefined
|
|
||||||
: performance?.netPerformancePercentageWithCurrencyEffect
|
|
||||||
"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -107,7 +107,9 @@
|
|||||||
<div class="flex-nowrap px-3 py-1 row">
|
<div class="flex-nowrap px-3 py-1 row">
|
||||||
<div class="flex-grow-1 text-truncate" i18n>Fees</div>
|
<div class="flex-grow-1 text-truncate" i18n>Fees</div>
|
||||||
<div class="d-flex justify-content-end">
|
<div class="d-flex justify-content-end">
|
||||||
<span *ngIf="summary?.fees || summary?.fees === 0" class="mr-1">-</span>
|
@if (summary?.fees || summary?.fees === 0) {
|
||||||
|
<span class="mr-1">-</span>
|
||||||
|
}
|
||||||
<gf-value
|
<gf-value
|
||||||
class="justify-content-end"
|
class="justify-content-end"
|
||||||
[isCurrency]="true"
|
[isCurrency]="true"
|
||||||
@ -190,14 +192,27 @@
|
|||||||
<div class="flex-grow-1 text-truncate" i18n>Emergency Fund</div>
|
<div class="flex-grow-1 text-truncate" i18n>Emergency Fund</div>
|
||||||
<div
|
<div
|
||||||
class="align-items-center d-flex justify-content-end"
|
class="align-items-center d-flex justify-content-end"
|
||||||
[ngClass]="{ 'cursor-pointer': hasPermissionToUpdateUserSettings }"
|
[ngClass]="{
|
||||||
(click)="hasPermissionToUpdateUserSettings && onEditEmergencyFund()"
|
'cursor-pointer':
|
||||||
|
hasPermissionToUpdateUserSettings &&
|
||||||
|
user?.subscription?.type !== 'Basic'
|
||||||
|
}"
|
||||||
|
(click)="
|
||||||
|
hasPermissionToUpdateUserSettings &&
|
||||||
|
user?.subscription?.type !== 'Basic' &&
|
||||||
|
onEditEmergencyFund()
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<ion-icon
|
@if (
|
||||||
*ngIf="hasPermissionToUpdateUserSettings && !isLoading"
|
hasPermissionToUpdateUserSettings &&
|
||||||
class="mr-1 text-muted"
|
user?.subscription?.type !== 'Basic' &&
|
||||||
name="ellipsis-horizontal-circle-outline"
|
!isLoading
|
||||||
/>
|
) {
|
||||||
|
<ion-icon
|
||||||
|
class="mr-1 text-muted"
|
||||||
|
name="ellipsis-horizontal-circle-outline"
|
||||||
|
/>
|
||||||
|
}
|
||||||
<gf-value
|
<gf-value
|
||||||
class="justify-content-end"
|
class="justify-content-end"
|
||||||
[isCurrency]="true"
|
[isCurrency]="true"
|
||||||
@ -263,11 +278,9 @@
|
|||||||
<div class="flex-nowrap px-3 py-1 row">
|
<div class="flex-nowrap px-3 py-1 row">
|
||||||
<div class="flex-grow-1 text-truncate" i18n>Liabilities</div>
|
<div class="flex-grow-1 text-truncate" i18n>Liabilities</div>
|
||||||
<div class="d-flex justify-content-end">
|
<div class="d-flex justify-content-end">
|
||||||
<span
|
@if (summary?.liabilities || summary?.liabilities === 0) {
|
||||||
*ngIf="summary?.liabilities || summary?.liabilities === 0"
|
<span class="mr-1">-</span>
|
||||||
class="mr-1"
|
}
|
||||||
>-</span
|
|
||||||
>
|
|
||||||
<gf-value
|
<gf-value
|
||||||
class="justify-content-end"
|
class="justify-content-end"
|
||||||
[isCurrency]="true"
|
[isCurrency]="true"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import { getDateFnsLocale, getLocale } from '@ghostfolio/common/helper';
|
import { getDateFnsLocale, getLocale } from '@ghostfolio/common/helper';
|
||||||
import { PortfolioSummary } from '@ghostfolio/common/interfaces';
|
import { PortfolioSummary, User } from '@ghostfolio/common/interfaces';
|
||||||
import { translate } from '@ghostfolio/ui/i18n';
|
import { translate } from '@ghostfolio/ui/i18n';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
@ -26,6 +26,7 @@ export class PortfolioSummaryComponent implements OnChanges, OnInit {
|
|||||||
@Input() language: string;
|
@Input() language: string;
|
||||||
@Input() locale = getLocale();
|
@Input() locale = getLocale();
|
||||||
@Input() summary: PortfolioSummary;
|
@Input() summary: PortfolioSummary;
|
||||||
|
@Input() user: User;
|
||||||
|
|
||||||
@Output() emergencyFundChanged = new EventEmitter<number>();
|
@Output() emergencyFundChanged = new EventEmitter<number>();
|
||||||
|
|
||||||
|
@ -1,43 +1,51 @@
|
|||||||
<div class="py-3">
|
<div class="py-3">
|
||||||
<div class="align-items-center flex-nowrap no-gutters row">
|
<div class="align-items-center flex-nowrap no-gutters row">
|
||||||
<div *ngIf="isLoading">
|
@if (isLoading) {
|
||||||
<ngx-skeleton-loader
|
<div>
|
||||||
animation="pulse"
|
<ngx-skeleton-loader
|
||||||
class="mr-2"
|
animation="pulse"
|
||||||
[theme]="{
|
class="mr-2"
|
||||||
height: '2rem',
|
[theme]="{
|
||||||
width: '2rem'
|
height: '2rem',
|
||||||
}"
|
width: '2rem'
|
||||||
/>
|
}"
|
||||||
</div>
|
/>
|
||||||
<div
|
</div>
|
||||||
*ngIf="!isLoading"
|
} @else {
|
||||||
class="align-items-center d-flex icon-container mr-2 px-2"
|
<div
|
||||||
[ngClass]="{ okay: rule?.value === true, warn: rule?.value === false }"
|
class="align-items-center d-flex icon-container mr-2 px-2"
|
||||||
>
|
[ngClass]="{ okay: rule?.value === true, warn: rule?.value === false }"
|
||||||
<ion-icon *ngIf="rule?.value === true" name="checkmark-circle-outline" />
|
>
|
||||||
<ion-icon *ngIf="rule?.value === false" name="warning-outline" />
|
@if (rule?.value === true) {
|
||||||
</div>
|
<ion-icon name="checkmark-circle-outline" />
|
||||||
<div *ngIf="isLoading" class="flex-grow-1">
|
} @else {
|
||||||
<ngx-skeleton-loader
|
<ion-icon name="warning-outline" />
|
||||||
animation="pulse"
|
}
|
||||||
class="mt-1 mb-1"
|
</div>
|
||||||
[theme]="{
|
}
|
||||||
height: '1rem',
|
@if (isLoading) {
|
||||||
width: '10rem'
|
<div class="flex-grow-1">
|
||||||
}"
|
<ngx-skeleton-loader
|
||||||
/>
|
animation="pulse"
|
||||||
<ngx-skeleton-loader
|
class="mt-1 mb-1"
|
||||||
animation="pulse"
|
[theme]="{
|
||||||
[theme]="{
|
height: '1rem',
|
||||||
height: '1rem',
|
width: '10rem'
|
||||||
width: '15rem'
|
}"
|
||||||
}"
|
/>
|
||||||
/>
|
<ngx-skeleton-loader
|
||||||
</div>
|
animation="pulse"
|
||||||
<div *ngIf="!isLoading" class="flex-grow-1">
|
[theme]="{
|
||||||
<div class="h6 my-1">{{ rule?.name }}</div>
|
height: '1rem',
|
||||||
<div class="evaluation">{{ rule?.evaluation }}</div>
|
width: '15rem'
|
||||||
</div>
|
}"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
} @else {
|
||||||
|
<div class="flex-grow-1">
|
||||||
|
<div class="h6 my-1">{{ rule?.name }}</div>
|
||||||
|
<div class="evaluation">{{ rule?.evaluation }}</div>
|
||||||
|
</div>
|
||||||
|
}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,20 +1,22 @@
|
|||||||
<div class="container p-0">
|
<div class="container p-0">
|
||||||
<div class="row no-gutters">
|
<div class="row no-gutters">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<mat-card
|
@if (hasPermissionToCreateOrder && rules === null) {
|
||||||
*ngIf="hasPermissionToCreateOrder && rules === null"
|
<mat-card appearance="outlined" class="my-2 text-center">
|
||||||
appearance="outlined"
|
<mat-card-content>
|
||||||
class="my-2 text-center"
|
<gf-no-transactions-info-indicator [hasBorder]="false" />
|
||||||
>
|
</mat-card-content>
|
||||||
<mat-card-content>
|
</mat-card>
|
||||||
<gf-no-transactions-info-indicator [hasBorder]="false" />
|
}
|
||||||
</mat-card-content>
|
|
||||||
</mat-card>
|
|
||||||
|
|
||||||
<gf-rule *ngIf="rules?.length === 0" [isLoading]="true" />
|
@if (rules?.length === 0) {
|
||||||
<ng-container *ngIf="rules !== null && rules !== undefined">
|
<gf-rule [isLoading]="true" />
|
||||||
<gf-rule *ngFor="let rule of rules" [rule]="rule" />
|
}
|
||||||
</ng-container>
|
@if (rules !== null && rules !== undefined) {
|
||||||
|
@for (rule of rules; track rule) {
|
||||||
|
<gf-rule [rule]="rule" />
|
||||||
|
}
|
||||||
|
}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,12 +3,13 @@
|
|||||||
[formControl]="optionFormControl"
|
[formControl]="optionFormControl"
|
||||||
(change)="onValueChange()"
|
(change)="onValueChange()"
|
||||||
>
|
>
|
||||||
<mat-radio-button
|
@for (option of options; track option) {
|
||||||
*ngFor="let option of options"
|
<mat-radio-button
|
||||||
class="d-inline-flex"
|
class="d-inline-flex"
|
||||||
[disabled]="isLoading"
|
[disabled]="isLoading"
|
||||||
[ngClass]="{ 'cursor-pointer': !isLoading }"
|
[ngClass]="{ 'cursor-pointer': !isLoading }"
|
||||||
[value]="option.value"
|
[value]="option.value"
|
||||||
>{{ option.label }}</mat-radio-button
|
>{{ option.label }}</mat-radio-button
|
||||||
>
|
>
|
||||||
|
}
|
||||||
</mat-radio-group>
|
</mat-radio-group>
|
||||||
|
@ -3,25 +3,26 @@
|
|||||||
class="align-items-center d-none d-sm-flex h3 justify-content-center mb-3 text-center"
|
class="align-items-center d-none d-sm-flex h3 justify-content-center mb-3 text-center"
|
||||||
>
|
>
|
||||||
<span i18n>Granted Access</span>
|
<span i18n>Granted Access</span>
|
||||||
<gf-premium-indicator
|
@if (user?.subscription?.type === 'Basic') {
|
||||||
*ngIf="user?.subscription?.type === 'Basic'"
|
<gf-premium-indicator class="ml-1" />
|
||||||
class="ml-1"
|
}
|
||||||
/>
|
|
||||||
</h1>
|
</h1>
|
||||||
<gf-access-table
|
<gf-access-table
|
||||||
[accesses]="accesses"
|
[accesses]="accesses"
|
||||||
[showActions]="hasPermissionToDeleteAccess"
|
[showActions]="hasPermissionToDeleteAccess"
|
||||||
(accessDeleted)="onDeleteAccess($event)"
|
(accessDeleted)="onDeleteAccess($event)"
|
||||||
/>
|
/>
|
||||||
<div *ngIf="hasPermissionToCreateAccess" class="fab-container">
|
@if (hasPermissionToCreateAccess) {
|
||||||
<a
|
<div class="fab-container">
|
||||||
class="align-items-center d-flex justify-content-center"
|
<a
|
||||||
color="primary"
|
class="align-items-center d-flex justify-content-center"
|
||||||
mat-fab
|
color="primary"
|
||||||
[queryParams]="{ createDialog: true }"
|
mat-fab
|
||||||
[routerLink]="[]"
|
[queryParams]="{ createDialog: true }"
|
||||||
>
|
[routerLink]="[]"
|
||||||
<ion-icon name="add-outline" size="large" />
|
>
|
||||||
</a>
|
<ion-icon name="add-outline" size="large" />
|
||||||
</div>
|
</a>
|
||||||
|
</div>
|
||||||
|
}
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,10 +1,6 @@
|
|||||||
:host {
|
:host {
|
||||||
color: rgb(var(--dark-primary-text));
|
color: rgb(var(--dark-primary-text));
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
gf-access-table {
|
|
||||||
overflow-x: auto;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:host-context(.is-dark-theme) {
|
:host-context(.is-dark-theme) {
|
||||||
|
@ -6,64 +6,57 @@
|
|||||||
[expiresAt]="user?.subscription?.expiresAt | date: defaultDateFormat"
|
[expiresAt]="user?.subscription?.expiresAt | date: defaultDateFormat"
|
||||||
[name]="user?.subscription?.type"
|
[name]="user?.subscription?.type"
|
||||||
/>
|
/>
|
||||||
<div
|
@if (user?.subscription?.type === 'Basic') {
|
||||||
*ngIf="user?.subscription?.type === 'Basic'"
|
<div class="d-flex flex-column mt-5">
|
||||||
class="d-flex flex-column mt-5"
|
@if (
|
||||||
>
|
|
||||||
<ng-container
|
|
||||||
*ngIf="
|
|
||||||
hasPermissionForSubscription && hasPermissionToUpdateUserSettings
|
hasPermissionForSubscription && hasPermissionToUpdateUserSettings
|
||||||
"
|
) {
|
||||||
>
|
<button color="primary" mat-flat-button (click)="onCheckout()">
|
||||||
<button color="primary" mat-flat-button (click)="onCheckout()">
|
@if (user.subscription.offer === 'default') {
|
||||||
<ng-container *ngIf="user.subscription.offer === 'default'" i18n
|
<ng-container i18n>Upgrade Plan</ng-container>
|
||||||
>Upgrade Plan</ng-container
|
} @else if (
|
||||||
>
|
|
||||||
<ng-container
|
|
||||||
*ngIf="
|
|
||||||
user.subscription.offer === 'renewal' ||
|
user.subscription.offer === 'renewal' ||
|
||||||
user.subscription.offer === 'renewal-early-bird'
|
user.subscription.offer === 'renewal-early-bird'
|
||||||
"
|
) {
|
||||||
i18n
|
<ng-container i18n>Renew Plan</ng-container>
|
||||||
>Renew Plan</ng-container
|
}
|
||||||
>
|
</button>
|
||||||
</button>
|
@if (price) {
|
||||||
<div *ngIf="price" class="mt-1 text-center">
|
<div class="mt-1 text-center">
|
||||||
<ng-container *ngIf="coupon"
|
@if (coupon) {
|
||||||
><del class="text-muted"
|
<del class="text-muted"
|
||||||
>{{ baseCurrency }} {{ price }}</del
|
>{{ baseCurrency }} {{ price }}</del
|
||||||
> {{ baseCurrency }} {{
|
> {{ baseCurrency }} {{ price - coupon }}
|
||||||
price - coupon
|
} @else {
|
||||||
}}</ng-container
|
{{ baseCurrency }} {{ price }}
|
||||||
>
|
}
|
||||||
<ng-container *ngIf="!coupon"
|
<span i18n>per year</span>
|
||||||
>{{ baseCurrency }} {{ price }}</ng-container
|
</div>
|
||||||
> <span i18n>per year</span>
|
}
|
||||||
|
}
|
||||||
|
<div class="align-items-center d-flex justify-content-center mt-4">
|
||||||
|
@if (!user?.subscription?.expiresAt) {
|
||||||
|
<a class="mx-1" mat-stroked-button [href]="trySubscriptionMail"
|
||||||
|
><span i18n>Try Premium</span>
|
||||||
|
<gf-premium-indicator
|
||||||
|
class="d-inline-block ml-1"
|
||||||
|
[enableLink]="false"
|
||||||
|
/>
|
||||||
|
</a>
|
||||||
|
}
|
||||||
|
@if (hasPermissionToUpdateUserSettings) {
|
||||||
|
<a
|
||||||
|
class="mx-1"
|
||||||
|
i18n
|
||||||
|
mat-stroked-button
|
||||||
|
[routerLink]=""
|
||||||
|
(click)="onRedeemCoupon()"
|
||||||
|
>Redeem Coupon</a
|
||||||
|
>
|
||||||
|
}
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
|
||||||
<div class="align-items-center d-flex justify-content-center mt-4">
|
|
||||||
<a
|
|
||||||
*ngIf="!user?.subscription?.expiresAt"
|
|
||||||
class="mx-1"
|
|
||||||
mat-stroked-button
|
|
||||||
[href]="trySubscriptionMail"
|
|
||||||
><span i18n>Try Premium</span>
|
|
||||||
<gf-premium-indicator
|
|
||||||
class="d-inline-block ml-1"
|
|
||||||
[enableLink]="false"
|
|
||||||
/>
|
|
||||||
</a>
|
|
||||||
<a
|
|
||||||
*ngIf="hasPermissionToUpdateUserSettings"
|
|
||||||
class="mx-1"
|
|
||||||
i18n
|
|
||||||
mat-stroked-button
|
|
||||||
[routerLink]=""
|
|
||||||
(click)="onRedeemCoupon()"
|
|
||||||
>Redeem Coupon</a
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -20,9 +20,10 @@ import {
|
|||||||
} from '@angular/core';
|
} from '@angular/core';
|
||||||
import { FormBuilder, Validators } from '@angular/forms';
|
import { FormBuilder, Validators } from '@angular/forms';
|
||||||
import { MatSlideToggleChange } from '@angular/material/slide-toggle';
|
import { MatSlideToggleChange } from '@angular/material/slide-toggle';
|
||||||
|
import { MatSnackBar } from '@angular/material/snack-bar';
|
||||||
import { format, parseISO } from 'date-fns';
|
import { format, parseISO } from 'date-fns';
|
||||||
import { uniq } from 'lodash';
|
import { uniq } from 'lodash';
|
||||||
import { EMPTY, Subject } from 'rxjs';
|
import { EMPTY, Subject, throwError } from 'rxjs';
|
||||||
import { catchError, takeUntil } from 'rxjs/operators';
|
import { catchError, takeUntil } from 'rxjs/operators';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
@ -42,6 +43,7 @@ export class UserAccountSettingsComponent implements OnDestroy, OnInit {
|
|||||||
public hasPermissionToUpdateViewMode: boolean;
|
public hasPermissionToUpdateViewMode: boolean;
|
||||||
public hasPermissionToUpdateUserSettings: boolean;
|
public hasPermissionToUpdateUserSettings: boolean;
|
||||||
public isAccessTokenHidden = true;
|
public isAccessTokenHidden = true;
|
||||||
|
public isFingerprintSupported = this.doesBrowserSupportAuthn();
|
||||||
public isWebAuthnEnabled: boolean;
|
public isWebAuthnEnabled: boolean;
|
||||||
public language = document.documentElement.lang;
|
public language = document.documentElement.lang;
|
||||||
public locales = [
|
public locales = [
|
||||||
@ -67,6 +69,7 @@ export class UserAccountSettingsComponent implements OnDestroy, OnInit {
|
|||||||
private dataService: DataService,
|
private dataService: DataService,
|
||||||
private formBuilder: FormBuilder,
|
private formBuilder: FormBuilder,
|
||||||
private settingsStorageService: SettingsStorageService,
|
private settingsStorageService: SettingsStorageService,
|
||||||
|
private snackBar: MatSnackBar,
|
||||||
private tokenStorageService: TokenStorageService,
|
private tokenStorageService: TokenStorageService,
|
||||||
private userService: UserService,
|
private userService: UserService,
|
||||||
public webAuthnService: WebAuthnService
|
public webAuthnService: WebAuthnService
|
||||||
@ -222,9 +225,15 @@ export class UserAccountSettingsComponent implements OnDestroy, OnInit {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public onSignInWithFingerprintChange(aEvent: MatSlideToggleChange) {
|
public async onSignInWithFingerprintChange(aEvent: MatSlideToggleChange) {
|
||||||
if (aEvent.checked) {
|
if (aEvent.checked) {
|
||||||
this.registerDevice();
|
try {
|
||||||
|
await this.registerDevice();
|
||||||
|
} catch {
|
||||||
|
aEvent.source.checked = false;
|
||||||
|
|
||||||
|
this.changeDetectorRef.markForCheck();
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
const confirmation = confirm(
|
const confirmation = confirm(
|
||||||
$localize`Do you really want to remove this sign in method?`
|
$localize`Do you really want to remove this sign in method?`
|
||||||
@ -265,35 +274,54 @@ export class UserAccountSettingsComponent implements OnDestroy, OnInit {
|
|||||||
this.webAuthnService
|
this.webAuthnService
|
||||||
.deregister()
|
.deregister()
|
||||||
.pipe(
|
.pipe(
|
||||||
takeUntil(this.unsubscribeSubject),
|
|
||||||
catchError(() => {
|
catchError(() => {
|
||||||
this.update();
|
this.update();
|
||||||
|
|
||||||
return EMPTY;
|
return EMPTY;
|
||||||
})
|
}),
|
||||||
|
takeUntil(this.unsubscribeSubject)
|
||||||
)
|
)
|
||||||
.subscribe(() => {
|
.subscribe(() => {
|
||||||
this.update();
|
this.update();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
private registerDevice() {
|
private doesBrowserSupportAuthn() {
|
||||||
this.webAuthnService
|
// Authn is built on top of PublicKeyCredential: https://stackoverflow.com/a/55868189
|
||||||
.register()
|
return typeof PublicKeyCredential !== 'undefined';
|
||||||
.pipe(
|
}
|
||||||
takeUntil(this.unsubscribeSubject),
|
|
||||||
catchError(() => {
|
|
||||||
this.update();
|
|
||||||
|
|
||||||
return EMPTY;
|
private registerDevice(): Promise<void> {
|
||||||
})
|
return new Promise((resolve, reject) => {
|
||||||
)
|
this.webAuthnService
|
||||||
.subscribe(() => {
|
.register()
|
||||||
this.settingsStorageService.removeSetting(KEY_STAY_SIGNED_IN);
|
.pipe(
|
||||||
this.settingsStorageService.removeSetting(KEY_TOKEN);
|
catchError((error: Error) => {
|
||||||
|
this.snackBar.open(
|
||||||
|
$localize`Oops! There was an error setting up biometric authentication.`,
|
||||||
|
undefined,
|
||||||
|
{ duration: 3000 }
|
||||||
|
);
|
||||||
|
|
||||||
this.update();
|
return throwError(() => {
|
||||||
});
|
return error;
|
||||||
|
});
|
||||||
|
}),
|
||||||
|
takeUntil(this.unsubscribeSubject)
|
||||||
|
)
|
||||||
|
.subscribe({
|
||||||
|
next: () => {
|
||||||
|
this.settingsStorageService.removeSetting(KEY_STAY_SIGNED_IN);
|
||||||
|
this.settingsStorageService.removeSetting(KEY_TOKEN);
|
||||||
|
|
||||||
|
this.update();
|
||||||
|
resolve();
|
||||||
|
},
|
||||||
|
error: (error) => {
|
||||||
|
reject(error);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
private update() {
|
private update() {
|
||||||
|
@ -36,11 +36,9 @@
|
|||||||
onChangeUserSetting('baseCurrency', $event.value)
|
onChangeUserSetting('baseCurrency', $event.value)
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<mat-option
|
@for (currency of currencies; track currency) {
|
||||||
*ngFor="let currency of currencies"
|
<mat-option [value]="currency">{{ currency }}</mat-option>
|
||||||
[value]="currency"
|
}
|
||||||
>{{ currency }}</mat-option
|
|
||||||
>
|
|
||||||
</mat-select>
|
</mat-select>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</div>
|
</div>
|
||||||
@ -48,20 +46,18 @@
|
|||||||
<div class="align-items-center d-flex mb-2">
|
<div class="align-items-center d-flex mb-2">
|
||||||
<div class="pr-1 w-50">
|
<div class="pr-1 w-50">
|
||||||
<div i18n>Language</div>
|
<div i18n>Language</div>
|
||||||
<div
|
@if (isCommunityLanguage()) {
|
||||||
*ngIf="isCommunityLanguage()"
|
<div class="hint-text text-muted" i18n>
|
||||||
class="hint-text text-muted"
|
If a translation is missing, kindly support us in extending it
|
||||||
i18n
|
<a
|
||||||
>
|
href="https://github.com/ghostfolio/ghostfolio/blob/main/apps/client/src/locales/messages.{{
|
||||||
If a translation is missing, kindly support us in extending it
|
language
|
||||||
<a
|
}}.xlf"
|
||||||
href="https://github.com/ghostfolio/ghostfolio/blob/main/apps/client/src/locales/messages.{{
|
target="_blank"
|
||||||
language
|
>here</a
|
||||||
}}.xlf"
|
>.
|
||||||
target="_blank"
|
</div>
|
||||||
>here</a
|
}
|
||||||
>.
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="pl-1 w-50">
|
<div class="pl-1 w-50">
|
||||||
<mat-form-field appearance="outline" class="w-100 without-hint">
|
<mat-form-field appearance="outline" class="w-100 without-hint">
|
||||||
@ -134,9 +130,9 @@
|
|||||||
"
|
"
|
||||||
>
|
>
|
||||||
<mat-option [value]="null" />
|
<mat-option [value]="null" />
|
||||||
<mat-option *ngFor="let locale of locales" [value]="locale">{{
|
@for (locale of locales; track locale) {
|
||||||
locale
|
<mat-option [value]="locale">{{ locale }}</mat-option>
|
||||||
}}</mat-option>
|
}
|
||||||
</mat-select>
|
</mat-select>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</div>
|
</div>
|
||||||
@ -193,31 +189,32 @@
|
|||||||
color="primary"
|
color="primary"
|
||||||
hideIcon="true"
|
hideIcon="true"
|
||||||
[checked]="isWebAuthnEnabled === true"
|
[checked]="isWebAuthnEnabled === true"
|
||||||
[disabled]="!hasPermissionToUpdateUserSettings"
|
[disabled]="
|
||||||
|
!hasPermissionToUpdateUserSettings || !isFingerprintSupported
|
||||||
|
"
|
||||||
(change)="onSignInWithFingerprintChange($event)"
|
(change)="onSignInWithFingerprintChange($event)"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
@if (hasPermissionToUpdateUserSettings) {
|
||||||
*ngIf="hasPermissionToUpdateUserSettings"
|
<div class="align-items-center d-flex mt-4 py-1">
|
||||||
class="align-items-center d-flex mt-4 py-1"
|
<div class="pr-1 w-50">
|
||||||
>
|
<div i18n>Experimental Features</div>
|
||||||
<div class="pr-1 w-50">
|
<div class="hint-text text-muted" i18n>
|
||||||
<div i18n>Experimental Features</div>
|
Sneak peek at upcoming functionality
|
||||||
<div class="hint-text text-muted" i18n>
|
</div>
|
||||||
Sneak peek at upcoming functionality
|
</div>
|
||||||
|
<div class="pl-1 w-50">
|
||||||
|
<mat-slide-toggle
|
||||||
|
color="primary"
|
||||||
|
hideIcon="true"
|
||||||
|
[checked]="user.settings.isExperimentalFeatures"
|
||||||
|
[disabled]="!hasPermissionToUpdateUserSettings"
|
||||||
|
(change)="onExperimentalFeaturesChange($event)"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="pl-1 w-50">
|
}
|
||||||
<mat-slide-toggle
|
|
||||||
color="primary"
|
|
||||||
hideIcon="true"
|
|
||||||
[checked]="user.settings.isExperimentalFeatures"
|
|
||||||
[disabled]="!hasPermissionToUpdateUserSettings"
|
|
||||||
(change)="onExperimentalFeaturesChange($event)"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="align-items-center d-flex mt-4 py-1">
|
<div class="align-items-center d-flex mt-4 py-1">
|
||||||
<div class="pr-1 w-50">
|
<div class="pr-1 w-50">
|
||||||
Ghostfolio <ng-container i18n>User ID</ng-container>
|
Ghostfolio <ng-container i18n>User ID</ng-container>
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
<ngx-skeleton-loader
|
@if (isLoading) {
|
||||||
*ngIf="isLoading"
|
<ngx-skeleton-loader
|
||||||
animation="pulse"
|
animation="pulse"
|
||||||
class="h-100"
|
class="h-100"
|
||||||
[theme]="{
|
[theme]="{
|
||||||
width: '100%'
|
width: '100%'
|
||||||
}"
|
}"
|
||||||
/>
|
/>
|
||||||
|
}
|
||||||
|
|
||||||
<div class="align-items-center d-flex h-100 w-100" id="svgMap"></div>
|
<div class="align-items-center d-flex h-100 w-100" id="svgMap"></div>
|
||||||
|
@ -2,7 +2,6 @@ import { DataService } from '@ghostfolio/client/services/data.service';
|
|||||||
import { TokenStorageService } from '@ghostfolio/client/services/token-storage.service';
|
import { TokenStorageService } from '@ghostfolio/client/services/token-storage.service';
|
||||||
import { WebAuthnService } from '@ghostfolio/client/services/web-authn.service';
|
import { WebAuthnService } from '@ghostfolio/client/services/web-authn.service';
|
||||||
import { InfoItem } from '@ghostfolio/common/interfaces';
|
import { InfoItem } from '@ghostfolio/common/interfaces';
|
||||||
import { hasPermission, permissions } from '@ghostfolio/common/permissions';
|
|
||||||
|
|
||||||
import {
|
import {
|
||||||
HTTP_INTERCEPTORS,
|
HTTP_INTERCEPTORS,
|
||||||
@ -25,7 +24,6 @@ import { catchError, tap } from 'rxjs/operators';
|
|||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class HttpResponseInterceptor implements HttpInterceptor {
|
export class HttpResponseInterceptor implements HttpInterceptor {
|
||||||
public hasPermissionForSubscription: boolean;
|
|
||||||
public info: InfoItem;
|
public info: InfoItem;
|
||||||
public snackBarRef: MatSnackBarRef<TextOnlySnackBar>;
|
public snackBarRef: MatSnackBarRef<TextOnlySnackBar>;
|
||||||
|
|
||||||
@ -37,11 +35,6 @@ export class HttpResponseInterceptor implements HttpInterceptor {
|
|||||||
private webAuthnService: WebAuthnService
|
private webAuthnService: WebAuthnService
|
||||||
) {
|
) {
|
||||||
this.info = this.dataService.fetchInfo();
|
this.info = this.dataService.fetchInfo();
|
||||||
|
|
||||||
this.hasPermissionForSubscription = hasPermission(
|
|
||||||
this.info?.globalPermissions,
|
|
||||||
permissions.enableSubscription
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public intercept(
|
public intercept(
|
||||||
@ -65,12 +58,8 @@ export class HttpResponseInterceptor implements HttpInterceptor {
|
|||||||
);
|
);
|
||||||
} else if (!error.url.includes('/auth')) {
|
} else if (!error.url.includes('/auth')) {
|
||||||
this.snackBarRef = this.snackBar.open(
|
this.snackBarRef = this.snackBar.open(
|
||||||
this.hasPermissionForSubscription
|
$localize`This action is not allowed.`,
|
||||||
? $localize`This feature requires a subscription.`
|
undefined,
|
||||||
: $localize`This action is not allowed.`,
|
|
||||||
this.hasPermissionForSubscription
|
|
||||||
? $localize`Upgrade Plan`
|
|
||||||
: undefined,
|
|
||||||
{ duration: 6000 }
|
{ duration: 6000 }
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -8,22 +8,23 @@
|
|||||||
[disablePagination]="true"
|
[disablePagination]="true"
|
||||||
[tabPanel]="tabPanel"
|
[tabPanel]="tabPanel"
|
||||||
>
|
>
|
||||||
<ng-container *ngFor="let tab of tabs">
|
@for (tab of tabs; track tab) {
|
||||||
<a
|
@if (tab.showCondition !== false) {
|
||||||
#rla="routerLinkActive"
|
<a
|
||||||
*ngIf="tab.showCondition !== false"
|
#rla="routerLinkActive"
|
||||||
class="no-min-width px-3"
|
class="no-min-width px-3"
|
||||||
mat-tab-link
|
mat-tab-link
|
||||||
routerLinkActive
|
routerLinkActive
|
||||||
[active]="rla.isActive"
|
[active]="rla.isActive"
|
||||||
[routerLink]="tab.path"
|
[routerLink]="tab.path"
|
||||||
[routerLinkActiveOptions]="{ exact: true }"
|
[routerLinkActiveOptions]="{ exact: true }"
|
||||||
>
|
>
|
||||||
<ion-icon
|
<ion-icon
|
||||||
[name]="tab.iconName"
|
[name]="tab.iconName"
|
||||||
[size]="deviceType === 'mobile' ? 'large' : 'small'"
|
[size]="deviceType === 'mobile' ? 'large' : 'small'"
|
||||||
/>
|
/>
|
||||||
<div class="d-none d-sm-block ml-2">{{ tab.label }}</div>
|
<div class="d-none d-sm-block ml-2">{{ tab.label }}</div>
|
||||||
</a>
|
</a>
|
||||||
</ng-container>
|
}
|
||||||
|
}
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -21,11 +21,12 @@
|
|||||||
title="GNU Affero General Public License"
|
title="GNU Affero General Public License"
|
||||||
>AGPL-3.0 license</a
|
>AGPL-3.0 license</a
|
||||||
>
|
>
|
||||||
<ng-container *ngIf="hasPermissionForStatistics">
|
@if (hasPermissionForStatistics) {
|
||||||
and we share aggregated
|
and we share aggregated
|
||||||
<a title="Open Startup" [routerLink]="['/open']">key metrics</a>
|
<a title="Open Startup" [routerLink]="['/open']">key metrics</a>
|
||||||
of the platform’s performance</ng-container
|
of the platform’s performance
|
||||||
>. The project has been initiated by
|
}
|
||||||
|
. The project has been initiated by
|
||||||
<a href="https://dotsilver.ch" title="Website of Thomas Kaul"
|
<a href="https://dotsilver.ch" title="Website of Thomas Kaul"
|
||||||
>Thomas Kaul</a
|
>Thomas Kaul</a
|
||||||
>
|
>
|
||||||
@ -35,12 +36,12 @@
|
|||||||
title="Contributors to Ghostfolio"
|
title="Contributors to Ghostfolio"
|
||||||
>contributors</a
|
>contributors</a
|
||||||
>.
|
>.
|
||||||
<ng-container *ngIf="hasPermissionForSubscription"
|
@if (hasPermissionForSubscription) {
|
||||||
>Check the system status at
|
Check the system status at
|
||||||
<a href="https://status.ghostfol.io" title="Ghostfolio Status"
|
<a href="https://status.ghostfol.io" title="Ghostfolio Status"
|
||||||
>status.ghostfol.io</a
|
>status.ghostfol.io</a
|
||||||
>.</ng-container
|
>.
|
||||||
>
|
}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
If you encounter a bug or would like to suggest an improvement or a
|
If you encounter a bug or would like to suggest an improvement or a
|
||||||
@ -54,15 +55,16 @@
|
|||||||
>
|
>
|
||||||
community, post to
|
community, post to
|
||||||
<a
|
<a
|
||||||
href="https://twitter.com/ghostfolio_"
|
href="https://x.com/ghostfolio_"
|
||||||
title="Post to Ghostfolio on X (formerly Twitter)"
|
title="Post to Ghostfolio on X (formerly Twitter)"
|
||||||
>@ghostfolio_</a
|
>@ghostfolio_</a
|
||||||
><ng-container *ngIf="user?.subscription?.type === 'Premium'"
|
>
|
||||||
>, send an e-mail to
|
@if (user?.subscription?.type === 'Premium') {
|
||||||
|
, send an e-mail to
|
||||||
<a href="mailto:hi@ghostfol.io" title="Send an e-mail"
|
<a href="mailto:hi@ghostfol.io" title="Send an e-mail"
|
||||||
>hi@ghostfol.io</a
|
>hi@ghostfol.io</a
|
||||||
></ng-container
|
>
|
||||||
>
|
}
|
||||||
or start a discussion at
|
or start a discussion at
|
||||||
<a
|
<a
|
||||||
href="https://github.com/ghostfolio/ghostfolio"
|
href="https://github.com/ghostfolio/ghostfolio"
|
||||||
@ -73,21 +75,22 @@
|
|||||||
<p class="align-items-center d-flex justify-content-center">
|
<p class="align-items-center d-flex justify-content-center">
|
||||||
<a
|
<a
|
||||||
class="mx-2"
|
class="mx-2"
|
||||||
href="https://twitter.com/ghostfolio_"
|
href="https://x.com/ghostfolio_"
|
||||||
mat-icon-button
|
mat-icon-button
|
||||||
title="Follow Ghostfolio on X (formerly Twitter)"
|
title="Follow Ghostfolio on X (formerly Twitter)"
|
||||||
>
|
>
|
||||||
<ion-icon name="logo-x" />
|
<ion-icon name="logo-x" />
|
||||||
</a>
|
</a>
|
||||||
<a
|
@if (user?.subscription?.type === 'Premium') {
|
||||||
*ngIf="user?.subscription?.type === 'Premium'"
|
<a
|
||||||
class="mx-2"
|
class="mx-2"
|
||||||
href="mailto:hi@ghostfol.io"
|
href="mailto:hi@ghostfol.io"
|
||||||
mat-icon-button
|
mat-icon-button
|
||||||
title="Send an e-mail"
|
title="Send an e-mail"
|
||||||
>
|
>
|
||||||
<ion-icon name="mail" />
|
<ion-icon name="mail" />
|
||||||
</a>
|
</a>
|
||||||
|
}
|
||||||
<a
|
<a
|
||||||
class="mx-2"
|
class="mx-2"
|
||||||
href="https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg"
|
href="https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg"
|
||||||
@ -105,29 +108,26 @@
|
|||||||
<ion-icon name="logo-github" />
|
<ion-icon name="logo-github" />
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<div
|
@if (hasPermissionForSubscription) {
|
||||||
*ngIf="hasPermissionForSubscription"
|
<div class="d-flex justify-content-center">
|
||||||
class="d-flex justify-content-center"
|
<div
|
||||||
>
|
class="independent-and-bootstrapped-logo mb-2"
|
||||||
<div
|
title="Ghostfolio is an independent & bootstrapped business"
|
||||||
class="independent-and-bootstrapped-logo mb-2"
|
></div>
|
||||||
title="Ghostfolio is an independent & bootstrapped business"
|
</div>
|
||||||
></div>
|
} @else {
|
||||||
</div>
|
<div class="d-flex justify-content-center">
|
||||||
<div
|
<a
|
||||||
*ngIf="!hasPermissionForSubscription"
|
href="https://www.buymeacoffee.com/ghostfolio"
|
||||||
class="d-flex justify-content-center"
|
target="_blank"
|
||||||
>
|
title="Support Ghostfolio"
|
||||||
<a
|
><img
|
||||||
href="https://www.buymeacoffee.com/ghostfolio"
|
class="mb-2"
|
||||||
target="_blank"
|
src="../assets/images/button-buy-me-a-coffee.png"
|
||||||
title="Support Ghostfolio"
|
width="180"
|
||||||
><img
|
/></a>
|
||||||
class="mb-2"
|
</div>
|
||||||
src="../assets/images/button-buy-me-a-coffee.png"
|
}
|
||||||
width="180"
|
|
||||||
/></a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -2,44 +2,41 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h1 class="d-none d-sm-block h3 mb-4 text-center" i18n>Accounts</h1>
|
<h1 class="d-none d-sm-block h3 mb-4 text-center" i18n>Accounts</h1>
|
||||||
<div class="accounts">
|
<gf-accounts-table
|
||||||
<gf-accounts-table
|
[accounts]="accounts"
|
||||||
[accounts]="accounts"
|
[baseCurrency]="user?.settings?.baseCurrency"
|
||||||
[baseCurrency]="user?.settings?.baseCurrency"
|
[deviceType]="deviceType"
|
||||||
[deviceType]="deviceType"
|
[locale]="user?.settings?.locale"
|
||||||
[locale]="user?.settings?.locale"
|
[showActions]="
|
||||||
[showActions]="
|
!hasImpersonationId &&
|
||||||
!hasImpersonationId &&
|
hasPermissionToUpdateAccount &&
|
||||||
hasPermissionToUpdateAccount &&
|
!user.settings.isRestrictedView
|
||||||
!user.settings.isRestrictedView
|
"
|
||||||
"
|
[totalBalanceInBaseCurrency]="totalBalanceInBaseCurrency"
|
||||||
[totalBalanceInBaseCurrency]="totalBalanceInBaseCurrency"
|
[totalValueInBaseCurrency]="totalValueInBaseCurrency"
|
||||||
[totalValueInBaseCurrency]="totalValueInBaseCurrency"
|
[transactionCount]="transactionCount"
|
||||||
[transactionCount]="transactionCount"
|
(accountDeleted)="onDeleteAccount($event)"
|
||||||
(accountDeleted)="onDeleteAccount($event)"
|
(accountToUpdate)="onUpdateAccount($event)"
|
||||||
(accountToUpdate)="onUpdateAccount($event)"
|
(transferBalance)="onTransferBalance()"
|
||||||
(transferBalance)="onTransferBalance()"
|
/>
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
@if (
|
||||||
*ngIf="
|
!hasImpersonationId &&
|
||||||
!hasImpersonationId &&
|
hasPermissionToCreateAccount &&
|
||||||
hasPermissionToCreateAccount &&
|
!user.settings.isRestrictedView
|
||||||
!user.settings.isRestrictedView
|
) {
|
||||||
"
|
<div class="fab-container">
|
||||||
class="fab-container"
|
<a
|
||||||
>
|
class="align-items-center d-flex justify-content-center"
|
||||||
<a
|
color="primary"
|
||||||
class="align-items-center d-flex justify-content-center"
|
mat-fab
|
||||||
color="primary"
|
[queryParams]="{ createDialog: true }"
|
||||||
mat-fab
|
[routerLink]="[]"
|
||||||
[queryParams]="{ createDialog: true }"
|
>
|
||||||
[routerLink]="[]"
|
<ion-icon name="add-outline" size="large" />
|
||||||
>
|
</a>
|
||||||
<ion-icon name="add-outline" size="large" />
|
</div>
|
||||||
</a>
|
}
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user