Files
sure/test/fixtures/categories.yml
Zach Gollwitzer 77def1db40 Nested Categories (#1561)
* Prepare entry search for nested categories

* Subcategory implementation

* Remove caching for test stability
2024-12-20 11:37:26 -05:00

18 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