Feature/extend personal finance tools 20240914 (#3767)
* Add Buxfer * Add Moneydance * Add Banktivity * Add Microsoft Money * Add Masttro * Add WealthPosition
This commit is contained in:
parent
323cfbfcaa
commit
d236ecfe85
@ -44,6 +44,15 @@ export const personalFinanceTools: Product[] = [
|
|||||||
pricingPerYear: '$120',
|
pricingPerYear: '$120',
|
||||||
slogan: 'Analyze and track your portfolio.'
|
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,
|
founded: 2022,
|
||||||
hasFreePlan: true,
|
hasFreePlan: true,
|
||||||
@ -62,6 +71,17 @@ export const personalFinanceTools: Product[] = [
|
|||||||
pricingPerYear: '$100',
|
pricingPerYear: '$100',
|
||||||
slogan: 'Stock Portfolio Tracker for Smart Investors'
|
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,
|
founded: 2013,
|
||||||
hasFreePlan: true,
|
hasFreePlan: true,
|
||||||
@ -329,6 +349,13 @@ export const personalFinanceTools: Product[] = [
|
|||||||
regions: ['Global'],
|
regions: ['Global'],
|
||||||
slogan: 'Track your investments'
|
slogan: 'Track your investments'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
founded: 2010,
|
||||||
|
key: 'masttro',
|
||||||
|
name: 'Masttro',
|
||||||
|
origin: 'United States',
|
||||||
|
slogan: 'Your platform for wealth in full view'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
founded: 2021,
|
founded: 2021,
|
||||||
hasSelfHostingAbility: false,
|
hasSelfHostingAbility: false,
|
||||||
@ -352,6 +379,14 @@ export const personalFinanceTools: Product[] = [
|
|||||||
regions: ['Canada', 'United States'],
|
regions: ['Canada', 'United States'],
|
||||||
slogan: 'The smartest way to track your crypto'
|
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,
|
founded: 2019,
|
||||||
hasFreePlan: false,
|
hasFreePlan: false,
|
||||||
@ -362,6 +397,16 @@ export const personalFinanceTools: Product[] = [
|
|||||||
pricingPerYear: '$99.99',
|
pricingPerYear: '$99.99',
|
||||||
slogan: 'The modern way to manage your money'
|
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,
|
hasFreePlan: false,
|
||||||
hasSelfHostingAbility: false,
|
hasSelfHostingAbility: false,
|
||||||
@ -640,6 +685,14 @@ export const personalFinanceTools: Product[] = [
|
|||||||
pricingPerYear: '$50',
|
pricingPerYear: '$50',
|
||||||
slogan: 'See all your investments in one place'
|
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,
|
founded: 2018,
|
||||||
hasSelfHostingAbility: false,
|
hasSelfHostingAbility: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user