From e013ebcfceaa829bd38591efb6224c5af764cc74 Mon Sep 17 00:00:00 2001 From: Udo Spallek Date: Wed, 14 Dec 2005 15:40:58 +0000 Subject: [PATCH] =?utf8?q?Bug/Feature=20USTVA=20Modul:=20Jahresberichte=20?= =?utf8?q?k=C3=B6nnen=20nun=20im=20Ausgabeformat=20'Vorschau'=20generiert?= =?utf8?q?=20werden.=20Betrifft=20Anfrage=20auf=20User=20Mailingliste,=20P?= =?utf8?q?osting=20vom=206.12.2005=20von=20Raimund=20Koenig,=20Subjekt:=20?= =?utf8?q?UStVA.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/ustva.pl | 54 +++++++++++++++++---------- doc/ustva.html | 74 ++++++++++++++++++++++++++++++++----- locale/de/all | 12 ++++++ locale/de/ustva | 9 ++++- templates/German-ustva.html | 2 +- 5 files changed, 120 insertions(+), 31 deletions(-) diff --git a/bin/mozilla/ustva.pl b/bin/mozilla/ustva.pl index 1ebd6ac9c..5bb85b133 100644 --- a/bin/mozilla/ustva.pl +++ b/bin/mozilla/ustva.pl @@ -579,8 +579,10 @@ sub ustva_vorauswahl { '09' => 'September', '10' => 'October', '11' => 'November', - '12' => 'December'); - + '12' => 'December', + '13' => 'Yearly', + ); + my $yy = $form->{year} * 10000; $yymmdd = "$form->{year}$form->{month}$form->{day}" * 1; $sel = ''; @@ -659,10 +661,12 @@ sub ustva_vorauswahl { } elsif ($form->{FA_voranmeld} eq 'quarter') { # Vorauswahl bei quartalsweisem Voranmeldungszeitraum - my %liste = ('A' => '1.', - 'B' => '2.', - 'C' => '3.', - 'D' => '4.',); + my %liste = ( 'A' => $locale->text('1. Quarter'), + 'B' => $locale->text('2. Quarter'), + 'C' => $locale->text('3. Quarter'), + 'D' => $locale->text('4. Quarter'), + '13' => $locale->text('Yearly'), + ); my $yy = $form->{year} * 10000; $yymmdd = "$form->{year}$form->{month}$form->{day}" * 1; @@ -700,9 +704,7 @@ sub ustva_vorauswahl { my $selected = ''; $selected = 'selected' if ($sel eq $key); print qq| - + |; } print qq|\n @@ -714,10 +716,10 @@ sub ustva_vorauswahl { print qq|