mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 23:59:40 +02:00
* Prepare entry search for nested categories * Subcategory implementation * Remove caching for test stability
17 lines
243 B
YAML
17 lines
243 B
YAML
one:
|
|
name: Test
|
|
family: empty
|
|
|
|
income:
|
|
name: Income
|
|
color: "#fd7f6f"
|
|
family: dylan_family
|
|
|
|
food_and_drink:
|
|
name: Food & Drink
|
|
family: dylan_family
|
|
|
|
subcategory:
|
|
name: Restaurants
|
|
parent: food_and_drink
|
|
family: dylan_family
|