Files
sure/test/fixtures/recurring_transactions.yml
soky srm f1991eaefe Recurring scoping implementation (#1300)
* Recurring scoping implementation

* FIX tests and reviews
2026-03-26 19:01:35 +01:00

24 lines
580 B
YAML

netflix_subscription:
family: dylan_family
account: depository
merchant: netflix
amount: 15.99
currency: USD
expected_day_of_month: 5
last_occurrence_date: <%= 1.month.ago.to_date %>
next_expected_date: <%= 5.days.from_now.to_date %>
status: active
occurrence_count: 3
inactive_subscription:
family: dylan_family
account: credit_card
merchant: amazon
amount: 9.99
currency: USD
expected_day_of_month: 15
last_occurrence_date: <%= 3.months.ago.to_date %>
next_expected_date: <%= 2.months.ago.to_date %>
status: inactive
occurrence_count: 2