Ueberarbeiteter Kontenbericht
[kivitendo-erp.git] / bin / mozilla / ca.pl
index a4de231..dc36b97 100644 (file)
@@ -142,6 +142,7 @@ sub list {
 
   $form->{title} = $locale->text('List Transactions');
   $form->{title} .= " - " . $locale->text('Account') . " $form->{accno}";
+  $year = (localtime)[5] + 1900;
 
   # get departments
   $form->all_departments(\%myconfig);
@@ -160,13 +161,76 @@ sub list {
          <td colspan=3><select name=department>$form->{selectdepartment}</select></td>
        </tr>
 | if $form->{selectdepartment};
+  $accrual = ($eur) ? ""        : "checked";
+  $cash    = ($eur) ? "checked" : "";
+  $name_1    = "fromdate";
+  $id_1      = "fromdate";
+  $value_1   = "$form->{fromdate}";
+  $trigger_1 = "trigger1";
+  $name_2    = "todate";
+  $id_2      = "todate";
+  $value_2   = "";
+  $trigger_2 = "trigger2";
+
+
+  # with JavaScript Calendar
+  if ($form->{jsscript}) {
+    if ($name_1 eq "") {
+
+      $button1 = qq|
+         <input name=$name_2 id=$id_2 size=11 title="$myconfig{dateformat}" onBlur=\"check_right_date_format(this)\">|;
+      $button1_2 = qq|
+        <input type=button name=$name_2 id="$trigger_2" value=|
+        . $locale->text('button') . qq|>|;
+
+      #write Trigger
+      $jsscript =
+        Form->write_trigger(\%myconfig, "1", "$name_2", "BR", "$trigger_2");
+    } else {
+      $button1 = qq|
+         <input name=$name_1 id=$id_1 size=11 title="$myconfig{dateformat}" onBlur=\"check_right_date_format(this)\" value="$value_1">|;
+      $button1_2 = qq|
+        <input type=button name=$name_1 id="$trigger_1" value=|
+        . $locale->text('button') . qq|>|;
+      $button2 = qq|
+         <input name=$name_2 id=$id_2 size=11 title="$myconfig{dateformat}" onBlur=\"check_right_date_format(this)\">|;
+      $button2_2 = qq|
+         <input type=button name=$name_2 id="$trigger_2" value=|
+        . $locale->text('button') . qq|>
+       |;
+
+      #write Trigger
+      $jsscript =
+        Form->write_trigger(\%myconfig, "2", "$name_1", "BR", "$trigger_1",
+                            "$name_2", "BL", "$trigger_2");
+    }
+  } else {
+
+    # without JavaScript Calendar
+    if ($name_1 eq "") {
+      $button1 =
+        qq|<input name=$name_2 id=$id_2 size=11 title="$myconfig{dateformat}" onBlur=\"check_right_date_format(this)\">|;
+    } else {
+      $button1 =
+        qq|<input name=$name_1 id=$id_1 size=11 title="$myconfig{dateformat}" value="$value_1" onBlur=\"check_right_date_format(this)\">|;
+      $button2 =
+        qq|<input name=$name_2 id=$id_2 size=11 title="$myconfig{dateformat}" onBlur=\"check_right_date_format(this)\">|;
+    }
+  }
+  $form->{javascript} .= qq|<script type="text/javascript" src="js/common.js"></script>|;
+  $form->header;
+  $onload = qq|focus()|;
+  $onload .= qq|;setupDateFormat('|. $myconfig{dateformat} .qq|', '|. $locale->text("Falsches Datumsformat!") .qq|')|;
+  $onload .= qq|;setupPoints('|. $myconfig{numberformat} .qq|', '|. $locale->text("wrongformat") .qq|')|;
+
 
   $form->header;
 
   $form->{description} =~ s/\"/&quot;/g;
 
   print qq|
-<body>
+<body onLoad="$onload">
 
 <form method=post action=$form->{script}>
 
@@ -177,28 +241,117 @@ sub list {
 <input type=hidden name=accounttype value=$form->{accounttype}>
 
 <table border=0 width=100%>
-  <tr><th class=listtop>$form->{title}</th></tr>
-  <tr height="5"></tr
-  <tr valign=top>
-    <td>
-      <table>
-        $department
+  <tr>
+    <th class=listtop>$form->{title}</th>
+  </tr>
+
+</table>
+<table>
        <tr>
-         <th align=right>| . $locale->text('From') . qq|</th>
-         <td><input name=fromdate size=11 title="$myconfig{dateformat}"></td>
-         <th align=right>| . $locale->text('To') . qq|</th>
-         <td><input name=todate size=11 title="$myconfig{dateformat}"></td>
+         <th align=left><input name=reporttype class=radio type=radio value="custom" checked> |
+      . $locale->text('Customized Report') . qq|</th>
        </tr>
        <tr>
-         <th align=right>| . $locale->text('Include in Report') . qq|</th>
-         <td colspan=3>
-         <input name=l_subtotal class=checkbox type=checkbox value=Y>&nbsp;|
-    . $locale->text('Subtotal') . qq|</td>
+         <th colspan=1>| . $locale->text('Year') . qq|</th>
+         <td><input name=year size=11 title="|
+      . $locale->text('YYYY') . qq|" value="$year"></td>
        </tr>
-      </table>
-    </td>
-  </tr>
-  <tr><td><hr size=3 noshade></td></tr>
+|;
+
+    print qq|
+       <tr>
+               <td align=right>
+<b> | . $locale->text('Yearly') . qq|</b> </td>
+               <th align=left>| . $locale->text('Quarterly') . qq|</th>
+               <th align=left colspan=3>| . $locale->text('Monthly') . qq|</th>
+       </tr>
+       <tr>
+               <td align=right>&nbsp; <input name=duetyp class=radio type=radio value="13"
+$checked></td>
+               <td><input name=duetyp class=radio type=radio value="A" $checked >&nbsp;1. |
+      . $locale->text('Quarter') . qq|</td>
+|;
+    $checked = "checked";
+    print qq|
+               <td><input name=duetyp class=radio type=radio value="1" $checked >&nbsp;|
+      . $locale->text('January') . qq|</td>
+|;
+    $checked = "";
+    print qq|
+               <td><input name=duetyp class=radio type=radio value="5" $checked >&nbsp;|
+      . $locale->text('May') . qq|</td>
+               <td><input name=duetyp class=radio type=radio value="9" $checked >&nbsp;|
+      . $locale->text('September') . qq|</td>
+
+       </tr>
+       <tr>
+               <td align= right>&nbsp;</td>
+               <td><input name=duetyp class=radio type=radio value="B" $checked>&nbsp;2. |
+      . $locale->text('Quarter') . qq|</td>
+               <td><input name=duetyp class=radio type=radio value="2" $checked >&nbsp;|
+      . $locale->text('February') . qq|</td>
+               <td><input name=duetyp class=radio type=radio value="6" $checked >&nbsp;|
+      . $locale->text('June') . qq|</td>
+               <td><input name=duetyp class=radio type=radio value="10" $checked >&nbsp;|
+      . $locale->text('October') . qq|</td>
+       </tr>
+       <tr>
+               <td> &nbsp;</td>
+               <td><input name=duetyp class=radio type=radio value="C" $checked>&nbsp;3. |
+      . $locale->text('Quarter') . qq|</td>
+               <td><input name=duetyp class=radio type=radio value="3" $checked >&nbsp;|
+      . $locale->text('March') . qq|</td>
+               <td><input name=duetyp class=radio type=radio value="7" $checked >&nbsp;|
+      . $locale->text('July') . qq|</td>
+               <td><input name=duetyp class=radio type=radio value="11" $checked >&nbsp;|
+      . $locale->text('November') . qq|</td>
+
+       </tr>
+       <tr>
+               <td> &nbsp;</td>
+               <td><input name=duetyp class=radio type=radio value="D" $checked>&nbsp;4. |
+      . $locale->text('Quarter') . qq|&nbsp;</td>
+               <td><input name=duetyp class=radio type=radio value="4" $checked >&nbsp;|
+      . $locale->text('April') . qq|</td>
+               <td><input name=duetyp class=radio type=radio value="8" $checked >&nbsp;|
+      . $locale->text('August') . qq|</td>
+               <td><input name=duetyp class=radio type=radio value="12" $checked >&nbsp;|
+      . $locale->text('December') . qq|</td>
+
+       </tr>
+       <tr>
+               <td colspan=5><hr size=3 noshade></td>
+       </tr>
+       <tr>
+          <th align=left><input name=reporttype class=radio type=radio value="free" $checked> |
+      . $locale->text('Free report period') . qq|</th>
+         <td align=left colspan=4>| . $locale->text('From') . qq|&nbsp;
+             $button1
+              $button1_2&nbsp;
+             | . $locale->text('Bis') . qq|&nbsp;
+             $button2
+              $button2_2
+          </td>
+        </tr>
+       <tr>
+               <td colspan=5><hr size=3 noshade></td>
+       </tr>
+       <tr>
+         <th align=leftt>| . $locale->text('Method') . qq|</th>
+         <td colspan=3><input name=method class=radio type=radio value=accrual $accrual>|
+      . $locale->text('Accrual') . qq|
+         &nbsp;<input name=method class=radio type=radio value=cash $cash>|
+      . $locale->text('EUR') . qq|</td>
+       </tr>
+        <tr>
+         <th align=right colspan=4>|
+      . $locale->text('Decimalplaces')
+      . qq|</th>
+             <td><input name=decimalplaces size=3 value="2"></td>
+         </tr>
+                                    
+$jsscript
+  <tr><td colspan=5 ><hr size=3 noshade></td></tr>
 </table>
 
 <br><input class=submit type=submit name=action value="|
@@ -219,8 +372,116 @@ sub list_transactions {
 
   $form->{title} = $locale->text('Account') . " $form->{accno} - $form->{description}";
 
+  if ($form->{reporttype} eq "custom") {
+
+    #forgotten the year --> thisyear
+    if ($form->{year} !~ m/^\d\d\d\d$/) {
+      $locale->date(\%myconfig, $form->current_date(\%myconfig), 0) =~
+        /(\d\d\d\d)/;
+      $form->{year} = $1;
+    }
+
+    #yearly report
+    if ($form->{duetyp} eq "13") {
+      $form->{fromdate} = "1.1.$form->{year}";
+      $form->{todate}   = "31.12.$form->{year}";
+    }
+
+    #Quater reports
+    if ($form->{duetyp} eq "A") {
+      $form->{fromdate} = "1.1.$form->{year}";
+      $form->{todate}   = "31.3.$form->{year}";
+    }
+    if ($form->{duetyp} eq "B") {
+      $form->{fromdate} = "1.4.$form->{year}";
+      $form->{todate}   = "30.6.$form->{year}";
+    }
+    if ($form->{duetyp} eq "C") {
+      $form->{fromdate} = "1.7.$form->{year}";
+      $form->{todate}   = "30.9.$form->{year}";
+    }
+    if ($form->{duetyp} eq "D") {
+      $form->{fromdate} = "1.10.$form->{year}";
+      $form->{todate}   = "31.12.$form->{year}";
+    }
+
+    #Monthly reports
+  SWITCH: {
+      $form->{duetyp} eq "1" && do {
+        $form->{fromdate} = "1.1.$form->{year}";
+        $form->{todate}   = "31.1.$form->{year}";
+        last SWITCH;
+      };
+      $form->{duetyp} eq "2" && do {
+        $form->{fromdate} = "1.2.$form->{year}";
+
+        #this works from 1901 to 2099, 1900 and 2100 fail.
+        $leap = ($form->{year} % 4 == 0) ? "29" : "28";
+        $form->{todate} = "$leap.2.$form->{year}";
+        last SWITCH;
+      };
+      $form->{duetyp} eq "3" && do {
+        $form->{fromdate} = "1.3.$form->{year}";
+        $form->{todate}   = "31.3.$form->{year}";
+        last SWITCH;
+      };
+      $form->{duetyp} eq "4" && do {
+        $form->{fromdate} = "1.4.$form->{year}";
+        $form->{todate}   = "30.4.$form->{year}";
+        last SWITCH;
+      };
+      $form->{duetyp} eq "5" && do {
+        $form->{fromdate} = "1.5.$form->{year}";
+        $form->{todate}   = "31.5.$form->{year}";
+        last SWITCH;
+      };
+      $form->{duetyp} eq "6" && do {
+        $form->{fromdate} = "1.6.$form->{year}";
+        $form->{todate}   = "30.6.$form->{year}";
+        last SWITCH;
+      };
+      $form->{duetyp} eq "7" && do {
+        $form->{fromdate} = "1.7.$form->{year}";
+        $form->{todate}   = "31.7.$form->{year}";
+        last SWITCH;
+      };
+      $form->{duetyp} eq "8" && do {
+        $form->{fromdate} = "1.8.$form->{year}";
+        $form->{todate}   = "31.8.$form->{year}";
+        last SWITCH;
+      };
+      $form->{duetyp} eq "9" && do {
+        $form->{fromdate} = "1.9.$form->{year}";
+        $form->{todate}   = "30.9.$form->{year}";
+        last SWITCH;
+      };
+      $form->{duetyp} eq "10" && do {
+        $form->{fromdate} = "1.10.$form->{year}";
+        $form->{todate}   = "31.10.$form->{year}";
+        last SWITCH;
+      };
+      $form->{duetyp} eq "11" && do {
+        $form->{fromdate} = "1.11.$form->{year}";
+        $form->{todate}   = "30.11.$form->{year}";
+        last SWITCH;
+      };
+      $form->{duetyp} eq "12" && do {
+        $form->{fromdate} = "1.12.$form->{year}";
+        $form->{todate}   = "31.12.$form->{year}";
+        last SWITCH;
+      };
+    }
+  }
+
   CA->all_transactions(\%myconfig, \%$form);
 
+  print(STDERR "EB: $form->{beginning_balance}\n");
+
+  my $saldo_old = ($form->{saldo_old} > 0) ? $form->format_amount(\%myconfig, $form->{saldo_old}, 2) . " H" : $form->format_amount(\%myconfig, abs($form->{saldo_old}) , 2) . " S";
+
+  my $eb_string = ($form->{beginning_balance} > 0) ? $form->format_amount(\%myconfig, $form->{beginning_balance}, 2) . " H" : $form->format_amount(\%myconfig, abs($form->{beginning_balance}), 2) . " S";
+  print(STDERR "EB: $eb_string\n");
+
   my @options;
   if ($form->{department}) {
     my ($department) = split /--/, $form->{department};
@@ -249,16 +510,49 @@ sub list_transactions {
 
   push @options, $period;
 
-  my @columns     = qw(transdate reference description debit credit balance);
+  my @columns     = qw(transdate reference description gegenkonto debit credit ustkonto ustrate);
   my %column_defs = (
     'transdate'   => { 'text' => $locale->text('Date'), },
     'reference'   => { 'text' => $locale->text('Reference'), },
     'description' => { 'text' => $locale->text('Description'), },
     'debit'       => { 'text' => $locale->text('Debit'), },
     'credit'      => { 'text' => $locale->text('Credit'), },
-    'balance'     => { 'text' => $locale->text('Balance'), },
-  );
-  my %column_alignment = map { $_ => 'right' } qw(debit credit balance);
+    'gegenkonto'     => { 'text' => $locale->text('Gegenkonto'), },
+    'ustkonto'     => { 'text' => $locale->text('USt-Konto'), },
+     'ustrate'     => { 'text' => $locale->text('Satz %'), },
+ );
+  my %column_alignment = map { $_ => 'right' } qw(debit credit);
+
+  @custom_headers = ();
+ # Zeile 1:
+ push @custom_headers, [
+   { 'text' => 'Letzte Buchung', },
+   { 'text' => 'EB-Wert', },
+   { 'text' => 'Saldo alt', 'colspan' => 2, },
+   { 'text' => 'Jahresverkehrszahlen alt', 'colspan' => 2, },
+   { 'text' => '', 'colspan' => 2, },
+ ];
+ push @custom_headers, [
+   { 'text' => $form->{last_transaction}, },
+   { 'text' => $eb_string, },
+   { 'text' => $saldo_old, 'colspan' => 2, },
+   { 'text' => $form->format_amount(\%myconfig, abs($form->{old_balance_debit}), 2) . " S", },
+   { 'text' => $form->format_amount(\%myconfig, $form->{old_balance_credit}, 2) . " H", },
+   { 'text' => '', 'colspan' => 2, },
+ ];
+ # Zeile 2:
+ push @custom_headers, [
+   { 'text' => $locale->text('Date'), },
+   { 'text' => $locale->text('Reference'), },
+   { 'text' => $locale->text('Description'), },
+   { 'text' => $locale->text('Gegenkonto'), },
+   { 'text' => $locale->text('Debit'), },
+   { 'text' => $locale->text('Credit'), },
+   { 'text' => $locale->text('USt-Konto'), },
+   { 'text' => $locale->text('Satz %'), },
+ ];
+
+
 
   my @hidden_variables = qw(accno fromdate todate description accounttype l_heading l_subtotal department projectnumber project_id sort);
 
@@ -268,6 +562,7 @@ sub list_transactions {
   $form->{callback} = $link . '&sort=' . E($form->{sort});
 
   my $report = SL::ReportGenerator->new(\%myconfig, $form);
+  $report->set_custom_headers(@custom_headers);
 
   $report->set_options('top_info_text'         => join("\n", @options),
                        'output_format'         => 'HTML',
@@ -288,16 +583,6 @@ sub list_transactions {
 
   my $ml = ($form->{category} =~ /(A|E)/) ? -1 : 1;
 
-  if ($form->{accno} && $form->{balance}) {
-    my $row = {
-      'balance' => {
-        'data'  => $form->format_amount(\%myconfig, $form->{balance} * $ml, 2),
-        'align' => 'right',
-      },
-    };
-
-    $report->add_data($row);
-  }
 
   my $idx       = 0;
   my %totals    = ( 'debit' => 0, 'credit' => 0 );
@@ -305,7 +590,6 @@ sub list_transactions {
   my ($previous_index, $row_set);
 
   foreach my $ca (@{ $form->{CA} }) {
-    $form->{balance} += $ca->{amount};
 
     foreach (qw(debit credit)) {
       $subtotals{$_} += $ca->{$_};
@@ -313,10 +597,21 @@ sub list_transactions {
       $ca->{$_}       = $form->format_amount(\%myconfig, $ca->{$_}, 2) if ($ca->{$_} != 0);
     }
 
-    $ca->{balance} = $form->format_amount(\%myconfig, $form->{balance} * $ml, 2);
 
     my $row = { };
 
+    $ca->{ustrate} = $form->format_amount(\%myconfig, $ca->{ustrate} * 100, 2) if ($ca->{ustrate} != 0);
+
+    
+
+    foreach my $gegenkonto (@{ $ca->{GEGENKONTO} }) {
+      if ($ca->{gegenkonto} eq "") {
+        $ca->{gegenkonto} = $gegenkonto->{accno};
+      } else {
+        $ca->{gegenkonto} .= ", " . $gegenkonto->{accno};
+      }
+    }
+
     foreach (@columns) {
       $row->{$_} = {
         'data'  => $ca->{$_},
@@ -356,6 +651,69 @@ sub list_transactions {
   $row->{balance}->{data} = $form->format_amount(\%myconfig, $form->{balance} * $ml, 2);
   $report->add_data($row);
 
+
+  $report->add_separator();
+  my $row = {
+     'transdate' => {
+       'data'    => "",
+       'class' => 'listtotal',
+     },
+     'reference' => {
+       'data'    => $locale->text('EB-Wert'),
+       'class' => 'listtotal',
+     },
+     'description'      => {
+       'data'    => $locale->text('Saldo neu'),
+       'colspan' => 2,
+       'class' => 'listtotal',
+     },
+     'debit'      => {
+       'data'    => $locale->text('Jahresverkehrszahlen neu'),
+       'colspan' => 2,
+       'align' => 'left',
+       'class' => 'listtotal',
+    },
+     'ustkonto'      => {
+       'data'    => '',
+       'colspan' => 2,
+       'align' => 'left',
+       'class' => 'listtotal',
+    },
+  };
+
+  $report->add_data($row);
+  my $saldo_new = ($form->{saldo_new} > 0) ? $form->format_amount(\%myconfig, $form->{saldo_new}, 2) . " H" : $form->format_amount(\%myconfig, abs($form->{saldo_new}) , 2) . " S";
+  my $row = {
+     'transdate' => {
+       'data'    => "",
+       'class' => 'listtotal',
+     },
+     'reference' => {
+       'data'    => $eb_string,
+       'class' => 'listtotal',
+     },
+     'description'      => {
+       'data'    => $saldo_new,
+       'colspan' => 2,
+       'class' => 'listtotal',
+     },
+     'debit'      => {
+       'data'    => $form->format_amount(\%myconfig, abs($form->{current_balance_debit}) , 2) . " S",
+       'class' => 'listtotal',
+     },
+      'credit'      => {
+       'data'    => $form->format_amount(\%myconfig, $form->{current_balance_credit}, 2) . " H",
+       'class' => 'listtotal',
+     },
+      'ustkonto'      => {
+       'data'    => "",
+       'colspan' => 2,
+       'class' => 'listtotal',
+     },
+  };
+
+  $report->add_data($row);
+
   $report->generate_with_headers();
 
   $lxdebug->leave_sub();