Feature/extend personal finance tools 20240914 (#3767)

* Add Buxfer

* Add Moneydance

* Add Banktivity

* Add Microsoft Money

* Add Masttro

* Add WealthPosition
pull/3770/head
Thomas Kaul 1 month ago committed by GitHub
parent 323cfbfcaa
commit d236ecfe85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -44,6 +44,15 @@ export const personalFinanceTools: Product[] = [
pricingPerYear: '$120',
slogan: 'Analyze and track your portfolio.'
},
{
hasFreePlan: false,
hasSelfHostingAbility: true,
key: 'banktivity',
name: 'Banktivity',
origin: 'United States',
pricingPerYear: '$59.99',
slogan: 'Proactive money management app for macOS & iOS'
},
{
founded: 2022,
hasFreePlan: true,
@ -62,6 +71,17 @@ export const personalFinanceTools: Product[] = [
pricingPerYear: '$100',
slogan: 'Stock Portfolio Tracker for Smart Investors'
},
{
founded: 2007,
hasFreePlan: false,
hasSelfHostingAbility: false,
key: 'buxfer',
name: 'Buxfer',
origin: 'United States',
pricingPerYear: '$48',
regions: ['Global'],
slogan: 'Take control of your financial future'
},
{
founded: 2013,
hasFreePlan: true,
@ -329,6 +349,13 @@ export const personalFinanceTools: Product[] = [
regions: ['Global'],
slogan: 'Track your investments'
},
{
founded: 2010,
key: 'masttro',
name: 'Masttro',
origin: 'United States',
slogan: 'Your platform for wealth in full view'
},
{
founded: 2021,
hasSelfHostingAbility: false,
@ -352,6 +379,14 @@ export const personalFinanceTools: Product[] = [
regions: ['Canada', 'United States'],
slogan: 'The smartest way to track your crypto'
},
{
founded: 1991,
hasSelfHostingAbility: true,
key: 'microsoft-money',
name: 'Microsoft Money',
note: 'Microsoft Money was discontinued in 2010',
origin: 'United States'
},
{
founded: 2019,
hasFreePlan: false,
@ -362,6 +397,16 @@ export const personalFinanceTools: Product[] = [
pricingPerYear: '$99.99',
slogan: 'The modern way to manage your money'
},
{
founded: 1999,
hasFreePlan: false,
hasSelfHostingAbility: true,
key: 'moneydance',
name: 'Moneydance',
origin: 'Scotland',
pricingPerYear: '$100',
slogan: 'Personal Finance Manager for Mac, Windows, and Linux'
},
{
hasFreePlan: false,
hasSelfHostingAbility: false,
@ -640,6 +685,14 @@ export const personalFinanceTools: Product[] = [
pricingPerYear: '$50',
slogan: 'See all your investments in one place'
},
{
founded: 2018,
hasFreePlan: true,
key: 'wealthposition',
name: 'WealthPosition',
pricingPerYear: '$60',
slogan: 'Personal Finance & Budgeting App'
},
{
founded: 2018,
hasSelfHostingAbility: false,

Loading…
Cancel
Save