Browse Source

Feature/extend personal finance tools 20240713 (#3565)

pull/3567/head
Thomas Kaul 7 months ago
committed by GitHub
parent
commit
6eb9d9d973
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 12
      libs/common/src/lib/personal-finance-tools.ts

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

@ -351,6 +351,18 @@ export const personalFinanceTools: Product[] = [
origin: `Italy`,
slogan: 'Your Personal Finance Hub'
},
{
founded: 2008,
hasFreePlan: true,
hasSelfHostingAbility: false,
key: 'pocketsmith',
languages: ['English'],
name: 'PocketSmith',
origin: `New Zealand`,
pricingPerYear: '$120',
region: `Global`,
slogan: 'Know where your money is going'
},
{
hasFreePlan: false,
hasSelfHostingAbility: false,

Loading…
Cancel
Save