1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 23:59:40 +02:00
Maybe/test/fixtures/categories.yml
Zach Gollwitzer 77def1db40
Some checks failed
Publish Docker image / ci (push) Has been cancelled
Publish Docker image / Build docker image (push) Has been cancelled
Nested Categories (#1561)
* Prepare entry search for nested categories

* Subcategory implementation

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

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