Browse Source

Add Microsoft Money

pull/3767/head
Thomas Kaul 12 months ago
parent
commit
d27c22b310
  1. 8
      libs/common/src/lib/personal-finance-tools.ts

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

@ -372,6 +372,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,

Loading…
Cancel
Save