Browse Source
Feature/extend personal finance tools (#3801)
* Add Finanzfluss Copilot
pull/3803/head
Thomas Kaul
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
10 additions and
0 deletions
-
libs/common/src/lib/personal-finance-tools.ts
|
|
@ -212,6 +212,16 @@ export const personalFinanceTools: Product[] = [ |
|
|
|
pricingPerYear: '$115', |
|
|
|
slogan: 'Flexible Financial Management' |
|
|
|
}, |
|
|
|
{ |
|
|
|
founded: 2023, |
|
|
|
hasFreePlan: true, |
|
|
|
hasSelfHostingAbility: false, |
|
|
|
key: 'finanzfluss-copilot', |
|
|
|
name: 'Finanzfluss Copilot', |
|
|
|
origin: 'Germany', |
|
|
|
pricingPerYear: '€69.99', |
|
|
|
slogan: 'Portfolio Tracker für dein Vermögen' |
|
|
|
}, |
|
|
|
{ |
|
|
|
founded: 2020, |
|
|
|
key: 'finary', |
|
|
|