mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-02-10 21:58:45 +00:00
🤖 Auto commit for release 'develop' on 2026-02-06
This commit is contained in:
@@ -82,10 +82,13 @@ trait PeriodOverview
|
||||
protected PeriodStatisticRepositoryInterface $periodStatisticRepo;
|
||||
private Collection $statistics; // temp data holder
|
||||
// temp data holder
|
||||
// temp data holder
|
||||
private array $transactions; // temp data holder
|
||||
|
||||
// temp data holder
|
||||
|
||||
// temp data holder
|
||||
|
||||
/**
|
||||
* This method returns "period entries", so nov-2015, dec-2015, etc. (this depends on the users session range)
|
||||
* and for each period, the amount of money spent and earned. This is a complex operation which is cached for
|
||||
|
||||
Reference in New Issue
Block a user