Revision b79fd4a0
Von Sven Schöling vor fast 4 Jahren hinzugefügt
SL/Controller/TimeRecording.pm | ||
---|---|---|
43 | 43 |
sub action_list { |
44 | 44 |
my ($self, %params) = @_; |
45 | 45 |
|
46 |
$::form->{filter} //= { |
|
47 |
staff_member_id => SL::DB::Manager::Employee->current->id, |
|
48 |
"start_time:date::ge" => DateTime->now_local->add(weeks => -2)->to_kivitendo, |
|
49 |
}; |
|
50 |
|
|
46 | 51 |
$self->setup_list_action_bar; |
47 | 52 |
$self->make_filter_summary; |
48 | 53 |
$self->prepare_report; |
Auch abrufbar als: Unified diff
Zeiterfassung: Defaultfilter: aktueller Benutzer, letzte 2 Wochen