Browse Source
Feature/extend personal finance tools 20250510 (#4698)
* Extend personal finance tools
* Add Balance Pro
* Add PinkLion
pull/4703/head
Thomas Kaul
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
20 additions and
0 deletions
-
libs/common/src/lib/personal-finance-tools.ts
|
|
@ -53,6 +53,16 @@ export const personalFinanceTools: Product[] = [ |
|
|
|
origin: 'United States', |
|
|
|
slogan: 'The Intelligent Family Office Suite' |
|
|
|
}, |
|
|
|
{ |
|
|
|
founded: 2020, |
|
|
|
hasFreePlan: true, |
|
|
|
hasSelfHostingAbility: false, |
|
|
|
key: 'balance-pro', |
|
|
|
name: 'Balance Pro', |
|
|
|
origin: 'United States', |
|
|
|
pricingPerYear: '$47.99', |
|
|
|
slogan: 'The Smarter Way to Track Your Finances' |
|
|
|
}, |
|
|
|
{ |
|
|
|
hasFreePlan: false, |
|
|
|
hasSelfHostingAbility: true, |
|
|
@ -571,6 +581,16 @@ export const personalFinanceTools: Product[] = [ |
|
|
|
origin: 'Singapore', |
|
|
|
slogan: 'Feel in control of your money without spreadsheets or shame' |
|
|
|
}, |
|
|
|
{ |
|
|
|
founded: 2022, |
|
|
|
hasFreePlan: true, |
|
|
|
hasSelfHostingAbility: false, |
|
|
|
key: 'pinklion', |
|
|
|
name: 'PinkLion', |
|
|
|
origin: 'Germany', |
|
|
|
pricingPerYear: '€50', |
|
|
|
slogan: 'Invest smarter, not harder' |
|
|
|
}, |
|
|
|
{ |
|
|
|
founded: 2023, |
|
|
|
hasFreePlan: true, |
|
|
|