From 6eb9d9d973066b901df8303d1896bde21eaf2390 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 13 Jul 2024 11:40:29 +0200 Subject: [PATCH] Feature/extend personal finance tools 20240713 (#3565) --- libs/common/src/lib/personal-finance-tools.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/libs/common/src/lib/personal-finance-tools.ts b/libs/common/src/lib/personal-finance-tools.ts index 8a20ca15c..af7879581 100644 --- a/libs/common/src/lib/personal-finance-tools.ts +++ b/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,