Browse Source

Feature/extend personal finance tools 20250827 (#5411)

* Add Income Reign

* Various updates
pull/5414/head
Thomas Kaul 2 days ago
committed by GitHub
parent
commit
25dbeeb5c5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 11
      libs/common/src/lib/personal-finance-tools.ts

11
libs/common/src/lib/personal-finance-tools.ts

@ -427,6 +427,15 @@ export const personalFinanceTools: Product[] = [
slogan: 'Die All-in-One Lösung für dein Vermögen.', slogan: 'Die All-in-One Lösung für dein Vermögen.',
useAnonymously: true useAnonymously: true
}, },
{
founded: 2022,
key: 'income-reign',
languages: ['English'],
name: 'Income Reign',
note: 'Income Reign was discontinued in 2025',
origin: 'United States',
pricingPerYear: '$120'
},
{ {
hasFreePlan: true, hasFreePlan: true,
hasSelfHostingAbility: false, hasSelfHostingAbility: false,
@ -452,6 +461,7 @@ export const personalFinanceTools: Product[] = [
hasSelfHostingAbility: true, hasSelfHostingAbility: true,
key: 'invmon', key: 'invmon',
name: 'InvMon', name: 'InvMon',
note: 'Originally named as A2PB',
origin: 'Switzerland', origin: 'Switzerland',
pricingPerYear: '$156', pricingPerYear: '$156',
slogan: 'Track all your assets, investments and portfolios in one place', slogan: 'Track all your assets, investments and portfolios in one place',
@ -985,6 +995,7 @@ export const personalFinanceTools: Product[] = [
founded: 2024, founded: 2024,
hasSelfHostingAbility: true, hasSelfHostingAbility: true,
isArchived: true, isArchived: true,
isOpenSource: true,
key: 'wealthfolio', key: 'wealthfolio',
languages: ['English'], languages: ['English'],
name: 'Wealthfolio', name: 'Wealthfolio',

Loading…
Cancel
Save