@@ -, +, @@ click "Display" to search --- pos/register.pl | 1 + 1 file changed, 1 insertion(+) --- a/pos/register.pl +++ a/pos/register.pl @@ -79,6 +79,7 @@ else { : $last_cashup ? $last_cashup->timestamp : ''; my $end = dt_from_string($transactions_range_to); + $end = $end->add(days => 1); # To should be 'inclusive' if ($transactions_range_from) { --