Feature/extend personal finance tools 20250510 (#4698)
* Extend personal finance tools * Add Balance Pro * Add PinkLion
This commit is contained in:
@@ -53,6 +53,16 @@ export const personalFinanceTools: Product[] = [
|
|||||||
origin: 'United States',
|
origin: 'United States',
|
||||||
slogan: 'The Intelligent Family Office Suite'
|
slogan: 'The Intelligent Family Office Suite'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
founded: 2020,
|
||||||
|
hasFreePlan: true,
|
||||||
|
hasSelfHostingAbility: false,
|
||||||
|
key: 'balance-pro',
|
||||||
|
name: 'Balance Pro',
|
||||||
|
origin: 'United States',
|
||||||
|
pricingPerYear: '$47.99',
|
||||||
|
slogan: 'The Smarter Way to Track Your Finances'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
hasFreePlan: false,
|
hasFreePlan: false,
|
||||||
hasSelfHostingAbility: true,
|
hasSelfHostingAbility: true,
|
||||||
@@ -571,6 +581,16 @@ export const personalFinanceTools: Product[] = [
|
|||||||
origin: 'Singapore',
|
origin: 'Singapore',
|
||||||
slogan: 'Feel in control of your money without spreadsheets or shame'
|
slogan: 'Feel in control of your money without spreadsheets or shame'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
founded: 2022,
|
||||||
|
hasFreePlan: true,
|
||||||
|
hasSelfHostingAbility: false,
|
||||||
|
key: 'pinklion',
|
||||||
|
name: 'PinkLion',
|
||||||
|
origin: 'Germany',
|
||||||
|
pricingPerYear: '€50',
|
||||||
|
slogan: 'Invest smarter, not harder'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
founded: 2023,
|
founded: 2023,
|
||||||
hasFreePlan: true,
|
hasFreePlan: true,
|
||||||
|
Reference in New Issue
Block a user