more progress

This commit is contained in:
Sander Dorigo
2026-06-16 15:25:57 +02:00
parent c4160485b7
commit cf53df569a
11 changed files with 305 additions and 9 deletions
@@ -155,6 +155,7 @@ trait PeriodOverview
'revenue' => 'earned',
'transfer' => 'transferred',
'transfers' => 'transferred',
'all' => 'all',
];
if (!array_key_exists($type, $setTypes)) {
throw new FireflyException(sprintf('[c] Cannot deal with type "%s"', $type));