Page 1 of 1

Summary report TODAY

Posted: 2020-07-14 14:54
by lramirez
Summary report
How can I make the summary report
default just show me today's log ...
In other words, when you click directly it shows "TODAY" and later if I want to search for other dates.
I don't want to see the last days, but only "today" ...
Is it possible to do that..?

Thank you :D

Re: Summary report TODAY

Posted: 2020-07-15 02:24
by lramirez
// I think I found it ... thanks

...\plugins\summary_reports\app-resources/SummaryReport

// set dates to false if empty / invalid and set default dates on report initial loading ...
$ dates = array (
'p0-start' => 'this day',
'p0-end' => 'this day',

:D