Revision edb2023a
Von Kivitendo Admin vor fast 11 Jahren hinzugefügt
bin/mozilla/rp.pl | ||
---|---|---|
397 | 397 |
|
398 | 398 |
my $data = RP->balance_sheet(\%::myconfig, $::form); |
399 | 399 |
|
400 |
$::form->{asofdate} ||= $::form->current_date; |
|
401 |
$::form->{period} = $::locale->date(\%::myconfig, $::form->current_date, 1); |
|
400 |
$::form->{asofdate} ||= $::form->current_date; |
|
401 |
$::form->{report_title} = $::locale->text('Balance Sheet'); |
|
402 |
$::form->{report_date} ||= $::form->current_date; |
|
402 | 403 |
|
403 | 404 |
($::form->{department}) = split /--/, $::form->{department}; |
404 | 405 |
|
... | ... | |
409 | 410 |
$::form->{this_period} = $::locale->date(\%::myconfig, $::form->{asofdate}, 0); |
410 | 411 |
$::form->{last_period} = $::locale->date(\%::myconfig, $::form->{compareasofdate}, 0); |
411 | 412 |
|
413 |
# balance sheet isn't read from print templates anymore, |
|
414 |
# instead use template in rp |
|
412 | 415 |
# $::form->{IN} = "balance_sheet.html"; |
413 | 416 |
|
414 | 417 |
$::form->header; |
Auch abrufbar als: Unified diff
Bilanzbericht aktualisiert und aus Druckvorlagen entfernt
Bilanz-HTML-Vorlage aus Druckvorlagen entfernt, befindet sich schon
länger zentral in templates/rp.
Bilanz zeigt jetzt das Berichtsdatum mit aus.