X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Frc.pl;h=d9bf03aab55c04d1555728e3d6cf12449e17f1a0;hb=7712480e4a082f84a2229f5b1a90d79a6c01255b;hp=9dfb1e1c54c85e137c21505f1d034be6464f8345;hpb=ee072e4f077213bf6f8792ca8f0a1afebbb6282f;p=kivitendo-erp.git diff --git a/bin/mozilla/rc.pl b/bin/mozilla/rc.pl index 9dfb1e1c5..d9bf03aab 100644 --- a/bin/mozilla/rc.pl +++ b/bin/mozilla/rc.pl @@ -48,6 +48,7 @@ sub reconciliation { $form->{title} = $locale->text('Reconciliation'); + $form->{"jsscript"} = 1; $form->header; print qq| @@ -70,9 +71,11 @@ sub reconciliation { | . $locale->text('From') . qq| - - | . $locale->text('To') . qq| - + + + | . $locale->text('Until') . qq| + + @@ -82,6 +85,10 @@ sub reconciliation { +| . $form->write_trigger(\%myconfig, 2, + "fromdate", "BL", "trigger_fromdate", + "todate", "BL", "trigger_todate") . qq| +
@@ -147,13 +154,13 @@ sub display_form { $option .= "\n
" if ($option); $option .= $locale->text('From') . " " - . $locale->date(\%myconfig, $form->{fromdate}, 1); + . $locale->date(\%myconfig, $form->{fromdate}, 0); } if ($form->{todate}) { $option .= "\n
" if ($option); $option .= - $locale->text('To') . " " - . $locale->date(\%myconfig, $form->{todate}, 1); + $locale->text('Until') . " " + . $locale->date(\%myconfig, $form->{todate}, 0); } $form->{title} = "$form->{accno}--$form->{account}"; @@ -298,11 +305,10 @@ sub display_form { $clearedbalance = $form->format_amount(\%myconfig, $clearedbalance, 2, 0); if ($fx) { - $fx = $form->format_amount(\%myconfig, $fx, 2, 0); + $fx = $form->format_amount(\%myconfig, $fx, 2, 0); $exchdiff = qq| | - . $locale->text('Exchangerate Difference') - . qq| + . $locale->text('Exchangerate Difference') . qq| $fx |; @@ -370,14 +376,8 @@ sub display_form { |; - - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } + . $locale->text('Done') . qq|"> - print qq|