Oct 28, 2023 12:19 PM
Hello, I need to create an "budget base", I've these table
income
expenses
In the expenses table I have different categories for each expense, but for some of these I would need also sub-categories like exemples:
What would be the best structure to obtein this?
I hope it's clear, thank you for your help!
Oct 28, 2023 07:05 PM
Hey @Fabiana2023 here's a tutorial by @BenGreen that lays out how to setup some basic budgeting and expense reporting:
Oct 29, 2023 08:00 AM
thank you, ok but there he use a single category, its a nice structure but does not use sub categories, at the moment my solution that seems working is having some other field with single select option that I will show in the form only when some specific category will be selected.