1 #=====================================================================
 
   4 # Based on SQL-Ledger Version 2.1.9
 
   5 # Web http://www.lx-office.org
 
   7 #=====================================================================
 
   8 # SQL-Ledger Accounting
 
   9 # Copyright (c) 1998-2002
 
  11 #  Author: Dieter Simader
 
  12 #   Email: dsimader@sql-ledger.org
 
  13 #     Web: http://www.sql-ledger.org
 
  16 # This program is free software; you can redistribute it and/or modify
 
  17 # it under the terms of the GNU General Public License as published by
 
  18 # the Free Software Foundation; either version 2 of the License, or
 
  19 # (at your option) any later version.
 
  21 # This program is distributed in the hope that it will be useful,
 
  22 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 
  23 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
  24 # GNU General Public License for more details.
 
  25 # You should have received a copy of the GNU General Public License
 
  26 # along with this program; if not, write to the Free Software
 
  27 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
  28 #======================================================================
 
  32 #======================================================================
 
  37 use SL::Auth::PasswordPolicy;
 
  48 require "bin/mozilla/common.pl";
 
  56 sub add      { call_sub("add_$main::form->{type}"); }
 
  57 sub delete   { call_sub("delete_$main::form->{type}"); }
 
  58 sub save     { call_sub("save_$main::form->{type}"); }
 
  59 sub edit     { call_sub("edit_$main::form->{type}"); }
 
  60 sub continue { call_sub($main::form->{"nextsub"}); }
 
  61 sub save_as_new { call_sub("save_as_new_$main::form->{type}"); }
 
  64   $main::lxdebug->enter_sub();
 
  66   my $form     = $main::form;
 
  67   my %myconfig = %main::myconfig;
 
  69   $main::auth->assert('config');
 
  71   $form->{title}     = "Add";
 
  72   $form->{charttype} = "A";
 
  73   AM->get_account(\%myconfig, \%$form);
 
  75   $form->{callback} = "am.pl?action=list_account" unless $form->{callback};
 
  80   $main::lxdebug->leave_sub();
 
  84   $main::lxdebug->enter_sub();
 
  86   my $form     = $main::form;
 
  87   my %myconfig = %main::myconfig;
 
  89   $main::auth->assert('config');
 
  91   $form->{title} = "Edit";
 
  92   AM->get_account(\%myconfig, \%$form);
 
  94   foreach my $item (split(/:/, $form->{link})) {
 
  95     $form->{$item} = "checked";
 
 101   $main::lxdebug->leave_sub();
 
 105   $main::lxdebug->enter_sub();
 
 107   my $form     = $main::form;
 
 108   my %myconfig = %main::myconfig;
 
 109   my $locale   = $main::locale;
 
 111   $main::auth->assert('config');
 
 113   if ( $form->{action} eq 'edit_account') {
 
 114     $form->{account_exists} = '1';
 
 117   $form->{title} = $locale->text("$form->{title} Account");
 
 119   $form->{"$form->{charttype}_checked"} = "checked";
 
 120   $form->{"$form->{category}_checked"}  = "checked";
 
 122   $form->{select_tax} = "";
 
 124   my @tax_report_pos = USTVA->report_variables({
 
 125       myconfig   => \%myconfig,
 
 128       attribute  => 'position',
 
 132   if (@{ $form->{TAXKEY} }) {
 
 133     foreach my $item (@{ $form->{TAXKEY} }) {
 
 134       $item->{rate} = $item->{rate} * 100 . '%';
 
 137     # Fill in empty row for new Taxkey
 
 138     my $newtaxkey_ref = {
 
 143       taxdescription => '',
 
 147       startdate      => $form->{account_exists} ? '' : DateTime->new(year => 1970, month => 1, day => 1)->to_lxoffice,
 
 150     push @{ $form->{ACCOUNT_TAXKEYS} }, $newtaxkey_ref;
 
 153     foreach my $taxkey_used (@{ $form->{ACCOUNT_TAXKEYS} } ) {
 
 155       # Fill in a runningnumber
 
 156       $form->{ACCOUNT_TAXKEYS}[$i]{runningnumber} = $i;
 
 158       # Fill in the Taxkeys as select options
 
 159       foreach my $item (@{ $form->{TAXKEY} }) {
 
 160         if ($item->{id} == $taxkey_used->{tax_id}) {
 
 161           $form->{ACCOUNT_TAXKEYS}[$i]{selecttaxkey} .=
 
 162             qq|<option value="$item->{id}" selected="selected">|
 
 163             . sprintf("%.2d", $item->{taxkey})
 
 164             . qq|. $item->{taxdescription} ($item->{rate}) |
 
 165             . $locale->text('Tax-o-matic Account')
 
 166             . qq|: $item->{chart_accno}\n|;
 
 169           $form->{ACCOUNT_TAXKEYS}[$i]{selecttaxkey} .=
 
 170             qq|<option value="$item->{id}">|
 
 171             . sprintf("%.2d", $item->{taxkey})
 
 172             . qq|. $item->{taxdescription} ($item->{rate}) |
 
 173             . $locale->text('Tax-o-matic Account')
 
 174             . qq|: $item->{chart_accno}\n|;
 
 179       # Fill in the USTVA Numbers as select options
 
 180       foreach my $item ( '', sort({ $a cmp $b } @tax_report_pos) ) {
 
 182           $form->{ACCOUNT_TAXKEYS}[$i]{select_tax} .= qq|<option value="" selected="selected">-\n|;
 
 184         elsif ( $item eq $taxkey_used->{pos_ustva} ) {
 
 185           $form->{ACCOUNT_TAXKEYS}[$i]{select_tax} .= qq|<option value="$item" selected="selected">$item\n|;
 
 188           $form->{ACCOUNT_TAXKEYS}[$i]{select_tax} .= qq|<option value="$item">$item\n|;
 
 197   # Newaccount Folgekonto
 
 198   if (@{ $form->{NEWACCOUNT} || [] }) {
 
 199     if (!$form->{new_chart_valid}) {
 
 200       $form->{selectnewaccount} = qq|<option value=""> |. $locale->text('None') .q|</option>|;
 
 202     foreach my $item (@{ $form->{NEWACCOUNT} }) {
 
 203       if ($item->{id} == $form->{new_chart_id}) {
 
 204         $form->{selectnewaccount} .=
 
 205           qq|<option value="$item->{id}" selected>$item->{accno}--$item->{description}</option>|;
 
 206       } elsif (!$form->{new_chart_valid}) {
 
 207         $form->{selectnewaccount} .=
 
 208           qq|<option value="$item->{id}">$item->{accno}--$item->{description}</option>|;
 
 214   my $select_eur = q|<option value=""> |. $locale->text('None') .q|</option>\n|;
 
 217           2  => "sonstige Erlöse",
 
 218           3  => "Privatanteile",
 
 220           5  => "Ausserordentliche Erträge",
 
 221           6  => "Vereinnahmte Umsatzst.",
 
 222           7  => "Umsatzsteuererstattungen",
 
 223           8  => "Wareneingänge",
 
 224           9  => "Löhne und Gehälter",
 
 225           10 => "Gesetzl. sozialer Aufw.",
 
 227           12 => "Gas, Strom, Wasser",
 
 228           13 => "Instandhaltung",
 
 229           14 => "Steuern, Versich., Beiträge",
 
 231           16 => "Kfz-Versicherungen",
 
 232           17 => "Sonst. Fahrzeugkosten",
 
 233           18 => "Werbe- und Reisekosten",
 
 234           19 => "Instandhaltung u. Werkzeuge",
 
 235           20 => "Fachzeitschriften, Bücher",
 
 236           21 => "Miete für Einrichtungen",
 
 237           22 => "Rechts- und Beratungskosten",
 
 238           23 => "Bürobedarf, Porto, Telefon",
 
 239           24 => "Sonstige Aufwendungen",
 
 240           25 => "Abschreibungen auf Anlagever.",
 
 241           26 => "Abschreibungen auf GWG",
 
 243           28 => "Umsatzsteuerzahlungen",
 
 245           30 => "Ausserordentlicher Aufwand",
 
 246           31 => "Betriebliche Steuern");
 
 247   foreach my $item (sort({ $a <=> $b } keys(%eur))) {
 
 248     my $text = H($::locale->{iconv_utf8}->convert($eur{$item}));
 
 249     if ($item == $form->{pos_eur}) {
 
 250       $select_eur .= qq|<option value=$item selected>|. sprintf("%.2d", $item) .qq|. $text</option>\n|;
 
 252       $select_eur .= qq|<option value=$item>|. sprintf("%.2d", $item) .qq|. $text</option>\n|;
 
 257   my $select_bwa = q|<option value=""> |. $locale->text('None') .q|</option>\n|;
 
 261              2  => 'Best.Verdg.FE/UE',
 
 262              3  => 'Aktiv.Eigenleistung',
 
 263              4  => 'Mat./Wareneinkauf',
 
 264              5  => 'So.betr.Erlöse',
 
 265              10 => 'Personalkosten',
 
 267              12 => 'Betriebl.Steuern',
 
 268              13 => 'Vers./Beiträge',
 
 269              14 => 'Kfz.Kosten o.St.',
 
 270              15 => 'Werbe-Reisek.',
 
 271              16 => 'Kosten Warenabgabe',
 
 272              17 => 'Abschreibungen',
 
 273              18 => 'Rep./instandhlt.',
 
 274              19 => 'Übrige Steuern',
 
 275              20 => 'Sonst.Kosten',
 
 277              31 => 'Sonst.neutr.Aufw.',
 
 279              33 => 'Sonst.neutr.Ertrag',
 
 280              34 => 'Verr.kalk.Kosten',
 
 281              35 => 'Steuern Eink.u.Ertr.');
 
 282   foreach my $item (sort({ $a <=> $b } keys %bwapos)) {
 
 283     my $text = H($::locale->{iconv_utf8}->convert($bwapos{$item}));
 
 284     if ($item == $form->{pos_bwa}) {
 
 285       $select_bwa .= qq|<option value="$item" selected>|. sprintf("%.2d", $item) .qq|. $text\n|;
 
 287       $select_bwa .= qq|<option value="$item">|. sprintf("%.2d", $item) .qq|. $text\n|;
 
 292 # Wieder hinzugefügt zu evaluationszwecken (us) 09.03.2007
 
 293   my $select_bilanz = q|<option value=""> |. $locale->text('None') .q|</option>\n|;
 
 294   foreach my $item ((1, 2, 3, 4)) {
 
 295     if ($item == $form->{pos_bilanz}) {
 
 296       $select_bilanz .= qq|<option value=$item selected>|. sprintf("%.2d", $item) .qq|.\n|;
 
 298       $select_bilanz .= qq|<option value=$item>|. sprintf("%.2d", $item) .qq|.\n|;
 
 303   # this is for our parser only! Do not remove.
 
 304   # type=submit $locale->text('Add Account')
 
 305   # type=submit $locale->text('Edit Account')
 
 307   $form->{type} = "account";
 
 309   # preselections category
 
 311   my $select_category = q|<option value=""> |. $locale->text('None') .q|</option>\n|;
 
 314       'A'  => $locale->text('Asset'),
 
 315       'L'  => $locale->text('Liability'),
 
 316       'Q'  => $locale->text('Equity'),
 
 317       'I'  => $locale->text('Revenue'),
 
 318       'E'  => $locale->text('Expense'),
 
 319       'C'  => $locale->text('Costs'),
 
 321   foreach my $item ( sort({ $a <=> $b } keys %category) ) {
 
 322     if ($item eq $form->{category}) {
 
 323       $select_category .= qq|<option value="$item" selected="selected">$category{$item} (|. sprintf("%s", $item) .qq|)\n|;
 
 325       $select_category .= qq|<option value="$item">$category{$item} (|. sprintf("%s", $item) .qq|)\n|;
 
 330   # preselection chart type
 
 331   my @all_charttypes = ({'name' => $locale->text('Account'), 'value' => 'A'},
 
 332                         {'name' => $locale->text('Heading'), 'value' => 'H'},
 
 334   my $selected_charttype = $form->{charttype};
 
 337   # account where AR_tax or AP_tax is set are not orphaned if they are used as
 
 338   # tax-o-matic account
 
 339   if ( $form->{id} && $form->{orphaned} && ($form->{link} =~ m/(AP_tax|AR_tax)/) ) {
 
 340     if (SL::DB::Manager::Tax->find_by(chart_id => $form->{id})) {
 
 341       $form->{orphaned} = 0;
 
 345   my $ChartTypeIsAccount = ($form->{charttype} eq "A") ? "1":"";
 
 346   my $AccountIsPosted = ($form->{orphaned} ) ? "":"1";
 
 350   my $parameters_ref = {
 
 351     ChartTypeIsAccount         => $ChartTypeIsAccount,
 
 352     AccountIsPosted            => $AccountIsPosted,
 
 353     select_category            => $select_category,
 
 354     all_charttypes             => \@all_charttypes,
 
 355     selected_charttype         => $selected_charttype,
 
 356     select_bwa                 => $select_bwa,
 
 357     select_bilanz              => $select_bilanz,
 
 358     select_eur                 => $select_eur,
 
 361   # Ausgabe des Templates
 
 362   print($form->parse_html_template('am/edit_accounts', $parameters_ref));
 
 365   $main::lxdebug->leave_sub();
 
 369   $::lxdebug->enter_sub;
 
 370   $::auth->assert('config');
 
 372   print $::form->parse_html_template('am/form_footer', {
 
 373     show_save        => !$::form->{id}
 
 374                      || ($::form->{id} && $::form->{orphaned})
 
 375                      || ($::form->{type} eq "account" && !$::form->{new_chart_valid}),
 
 376     show_delete      => $::form->{id} && $::form->{orphaned},
 
 377     show_save_as_new => $::form->{id} && $::form->{type} eq "account",
 
 380   $::lxdebug->leave_sub;
 
 384   $main::lxdebug->enter_sub();
 
 386   my $form     = $main::form;
 
 387   my %myconfig = %main::myconfig;
 
 388   my $locale   = $main::locale;
 
 390   $main::auth->assert('config');
 
 392   $form->isblank("accno",       $locale->text('Account Number missing!'));
 
 393   $form->isblank("description", $locale->text('Account Description missing!'));
 
 395   if ($form->{charttype} eq 'A'){
 
 396     $form->isblank("category",  $locale->text('Account Type missing!'));
 
 398     my $found_valid_taxkey = 0;
 
 399     foreach my $i (0 .. 10) { # 10 is maximum count of taxkeys in form
 
 400       if ($form->{"taxkey_startdate_$i"} and !$form->{"taxkey_del_$i"}) {
 
 401         $found_valid_taxkey = 1;
 
 405     if ($found_valid_taxkey == 0) {
 
 406       $form->error($locale->text('A valid taxkey is missing!'));
 
 410   $form->redirect($locale->text('Account saved!'))
 
 411     if (AM->save_account(\%myconfig, \%$form));
 
 412   $form->error($locale->text('Cannot save account!'));
 
 414   $main::lxdebug->leave_sub();
 
 417 sub save_as_new_account {
 
 418   $main::lxdebug->enter_sub();
 
 420   my $form     = $main::form;
 
 421   my %myconfig = %main::myconfig;
 
 422   my $locale   = $main::locale;
 
 424   $main::auth->assert('config');
 
 426   $form->isblank("accno",       $locale->text('Account Number missing!'));
 
 427   $form->isblank("description", $locale->text('Account Description missing!'));
 
 429   if ($form->{charttype} eq 'A'){
 
 430     $form->isblank("category",  $locale->text('Account Type missing!'));
 
 433   for my $taxkey (0 .. 9) {
 
 434     if ($form->{"taxkey_id_$taxkey"}) {
 
 435       $form->{"taxkey_id_$taxkey"} = "NEW";
 
 440   $form->redirect($locale->text('Account saved!'))
 
 441     if (AM->save_account(\%myconfig, \%$form));
 
 442   $form->error($locale->text('Cannot save account!'));
 
 444   $main::lxdebug->leave_sub();
 
 448   $main::lxdebug->enter_sub();
 
 450   my $form     = $main::form;
 
 451   my %myconfig = %main::myconfig;
 
 452   my $locale   = $main::locale;
 
 454   $main::auth->assert('config');
 
 456   $form->{callback}     = build_std_url('action=list_account');
 
 457   my $link_edit_account = build_std_url('action=edit_account', 'callback');
 
 459   CA->all_accounts(\%myconfig, \%$form);
 
 461   foreach my $ca (@{ $form->{CA} }) {
 
 466     if ($ca->{amount} > 0) {
 
 467       $ca->{credit} = $form->format_amount(\%myconfig, $ca->{amount}, 2);
 
 469     if ($ca->{amount} < 0) {
 
 470       $ca->{debit} = $form->format_amount(\%myconfig, -1 * $ca->{amount}, 2);
 
 472     $ca->{heading}   = ( $ca->{charttype} eq 'H' ) ? 1:'';
 
 473     $ca->{link_edit_account} = $link_edit_account . '&id=' . E($ca->{id});
 
 476   $::request->{layout}->use_stylesheet("list_accounts.css");
 
 477   $form->{title}       = $locale->text('Chart of Accounts');
 
 482   my $parameters_ref = {
 
 483   #   hidden_variables                => $_hidden_variables_ref,
 
 486   # Ausgabe des Templates
 
 487   print($form->parse_html_template('am/list_accounts', $parameters_ref));
 
 489   $main::lxdebug->leave_sub();
 
 494 sub list_account_details {
 
 495 # Ajax Funktion aus list_account_details
 
 496   $main::lxdebug->enter_sub();
 
 498   my $form     = $main::form;
 
 499   my %myconfig = %main::myconfig;
 
 500   my $locale   = $main::locale;
 
 502   $main::auth->assert('config');
 
 504   my $chart_id = $form->{args};
 
 506   CA->all_accounts(\%myconfig, \%$form, $chart_id);
 
 508   foreach my $ca (@{ $form->{CA} }) {
 
 510     $ca->{debit}  = " ";
 
 511     $ca->{credit} = " ";
 
 513     if ($ca->{amount} > 0) {
 
 515         $form->format_amount(\%myconfig, $ca->{amount}, 2, " ");
 
 517     if ($ca->{amount} < 0) {
 
 519         $form->format_amount(\%myconfig, -1 * $ca->{amount}, 2, " ");
 
 522     my @links = split( q{:}, $ca->{link});
 
 526     foreach my $link (@links){
 
 527       $link =    ( $link eq 'AR')             ? $locale->text('Account Link AR')
 
 528                : ( $link eq 'AP')             ? $locale->text('Account Link AP')
 
 529                : ( $link eq 'IC')             ? $locale->text('Account Link IC')
 
 530                : ( $link eq 'AR_amount' )     ? $locale->text('Account Link AR_amount')
 
 531                : ( $link eq 'AR_paid' )       ? $locale->text('Account Link AR_paid')
 
 532                : ( $link eq 'AR_tax' )        ? $locale->text('Account Link AR_tax')
 
 533                : ( $link eq 'AP_amount' )     ? $locale->text('Account Link AP_amount')
 
 534                : ( $link eq 'AP_paid' )       ? $locale->text('Account Link AP_paid')
 
 535                : ( $link eq 'AP_tax' )        ? $locale->text('Account Link AP_tax')
 
 536                : ( $link eq 'IC_sale' )       ? $locale->text('Account Link IC_sale')
 
 537                : ( $link eq 'IC_cogs' )       ? $locale->text('Account Link IC_cogs')
 
 538                : ( $link eq 'IC_taxpart' )    ? $locale->text('Account Link IC_taxpart')
 
 539                : ( $link eq 'IC_income' )     ? $locale->text('Account Link IC_income')
 
 540                : ( $link eq 'IC_expense' )    ? $locale->text('Account Link IC_expense')
 
 541                : ( $link eq 'IC_taxservice' ) ? $locale->text('Account Link IC_taxservice')
 
 542                : $locale->text('Unknown Link') . ': ' . $link;
 
 543       $ca->{link} .= ($link ne '') ?  "[$link] ":'';
 
 546     $ca->{category} = ($ca->{category} eq 'A') ? $locale->text('Account Category A')
 
 547                     : ($ca->{category} eq 'E') ? $locale->text('Account Category E')
 
 548                     : ($ca->{category} eq 'L') ? $locale->text('Account Category L')
 
 549                     : ($ca->{category} eq 'I') ? $locale->text('Account Category I')
 
 550                     : ($ca->{category} eq 'Q') ? $locale->text('Account Category Q')
 
 551                     : ($ca->{category} eq 'C') ? $locale->text('Account Category C')
 
 552                     : ($ca->{category} eq 'G') ? $locale->text('Account Category G')
 
 553                     : $locale->text('Unknown Category') . ': ' . $ca->{category};
 
 556   $form->{title} = $locale->text('Chart of Accounts');
 
 558   print $form->ajax_response_header, $form->parse_html_template('am/list_account_details');
 
 560   $main::lxdebug->leave_sub();
 
 565   $main::lxdebug->enter_sub();
 
 567   my $form     = $main::form;
 
 568   my %myconfig = %main::myconfig;
 
 569   my $locale   = $main::locale;
 
 571   $main::auth->assert('config');
 
 573   $form->{title} = $locale->text('Delete Account');
 
 576     qw(inventory_accno_id income_accno_id expense_accno_id fxgain_accno_id fxloss_accno_id)
 
 578     if ($form->{id} == $form->{$id}) {
 
 579       $form->error($locale->text('Cannot delete default account!'));
 
 583   $form->redirect($locale->text('Account deleted!'))
 
 584     if (AM->delete_account(\%myconfig, \%$form));
 
 585   $form->error($locale->text('Cannot delete account!'));
 
 587   $main::lxdebug->leave_sub();
 
 591   $main::lxdebug->enter_sub();
 
 593   my $form     = $main::form;
 
 595   $main::auth->assert('config');
 
 597   $form->{title} = "Add";
 
 599   $form->{callback} = "am.pl?action=add_lead" unless $form->{callback};
 
 604   $main::lxdebug->leave_sub();
 
 608   $main::lxdebug->enter_sub();
 
 610   my $form     = $main::form;
 
 611   my %myconfig = %main::myconfig;
 
 613   $main::auth->assert('config');
 
 615   $form->{title} = "Edit";
 
 617   AM->get_lead(\%myconfig, \%$form);
 
 621   $form->{orphaned} = 1;
 
 624   $main::lxdebug->leave_sub();
 
 628   $::lxdebug->enter_sub;
 
 629   $::auth->assert('config');
 
 631   AM->lead(\%::myconfig, $::form);
 
 633   $::form->{callback} = "am.pl?action=list_lead";
 
 634   $::form->{title}    = $::locale->text('Lead');
 
 637   print $::form->parse_html_template('am/lead_list');
 
 639   $::lxdebug->leave_sub;
 
 643   $::lxdebug->enter_sub;
 
 644   $::auth->assert('config');
 
 646   # $locale->text('Add Lead')
 
 647   # $locale->text('Edit Lead')
 
 648   $::form->{title} = $::locale->text("$::form->{title} Lead");
 
 651   print $::form->parse_html_template('am/lead_header');
 
 653   $::lxdebug->leave_sub;
 
 657   $main::lxdebug->enter_sub();
 
 659   my $form     = $main::form;
 
 660   my %myconfig = %main::myconfig;
 
 661   my $locale   = $main::locale;
 
 663   $main::auth->assert('config');
 
 665   $form->isblank("description", $locale->text('Description missing!'));
 
 666   AM->save_lead(\%myconfig, \%$form);
 
 667   $form->redirect($locale->text('lead saved!'));
 
 669   $main::lxdebug->leave_sub();
 
 673   $main::lxdebug->enter_sub();
 
 675   my $form     = $main::form;
 
 676   my %myconfig = %main::myconfig;
 
 677   my $locale   = $main::locale;
 
 679   $main::auth->assert('config');
 
 681   AM->delete_lead(\%myconfig, \%$form);
 
 682   $form->redirect($locale->text('lead deleted!'));
 
 684   $main::lxdebug->leave_sub();
 
 688   $main::lxdebug->enter_sub();
 
 690   my $form     = $main::form;
 
 692   $main::auth->assert('config');
 
 694   $form->{title} = "Add";
 
 696   $form->{callback} = "am.pl?action=add_language" unless $form->{callback};
 
 701   $main::lxdebug->leave_sub();
 
 705   $main::lxdebug->enter_sub();
 
 707   my $form     = $main::form;
 
 708   my %myconfig = %main::myconfig;
 
 710   $main::auth->assert('config');
 
 712   $form->{title} = "Edit";
 
 714   AM->get_language(\%myconfig, \%$form);
 
 718   $form->{orphaned} = 1;
 
 721   $main::lxdebug->leave_sub();
 
 725   $::lxdebug->enter_sub;
 
 726   $::auth->assert('config');
 
 728   AM->language(\%::myconfig, $::form);
 
 730   $::form->{callback} = "am.pl?action=list_language";
 
 731   $::form->{title}   = $::locale->text('Languages');
 
 735   print $::form->parse_html_template('am/language_list');
 
 737   $::lxdebug->leave_sub;
 
 740 sub language_header {
 
 741   $::lxdebug->enter_sub;
 
 742   $::auth->assert('config');
 
 744   # $locale->text('Add Language')
 
 745   # $locale->text('Edit Language')
 
 746   $::form->{title} = $::locale->text("$::form->{title} Language");
 
 750   print $::form->parse_html_template('am/language_header', {
 
 751     numberformats => [ '1,000.00', '1000.00', '1.000,00', '1000,00' ],
 
 752     dateformats => [ qw(mm/dd/yy dd/mm/yy dd.mm.yy yyyy-mm-dd) ],
 
 755   $::lxdebug->leave_sub;
 
 759   $main::lxdebug->enter_sub();
 
 761   my $form     = $main::form;
 
 762   my %myconfig = %main::myconfig;
 
 763   my $locale   = $main::locale;
 
 765   $main::auth->assert('config');
 
 767   $form->isblank("description", $locale->text('Language missing!'));
 
 768   $form->isblank("template_code", $locale->text('Template Code missing!'));
 
 769   $form->isblank("article_code", $locale->text('Article Code missing!'));
 
 770   AM->save_language(\%myconfig, \%$form);
 
 771   $form->redirect($locale->text('Language saved!'));
 
 773   $main::lxdebug->leave_sub();
 
 776 sub delete_language {
 
 777   $main::lxdebug->enter_sub();
 
 779   my $form     = $main::form;
 
 780   my %myconfig = %main::myconfig;
 
 781   my $locale   = $main::locale;
 
 783   $main::auth->assert('config');
 
 785   AM->delete_language(\%myconfig, \%$form);
 
 786   $form->redirect($locale->text('Language deleted!'));
 
 788   $main::lxdebug->leave_sub();
 
 792 sub add_buchungsgruppe {
 
 793   $main::lxdebug->enter_sub();
 
 795   my $form     = $main::form;
 
 796   my %myconfig = %main::myconfig;
 
 797   my $locale   = $main::locale;
 
 799   $main::auth->assert('config');
 
 801   # $locale->text("Add Buchungsgruppe")
 
 802   # $locale->text("Edit Buchungsgruppe")
 
 803   $form->{title} = "Add";
 
 805   $form->{callback} = "am.pl?action=add_buchungsgruppe" unless $form->{callback};
 
 807   AM->get_buchungsgruppe(\%myconfig, \%$form);
 
 808   $form->{"inventory_accno_id"} = $form->{"std_inventory_accno_id"};
 
 809   for (my $i = 0; 4 > $i; $i++) {
 
 810     map({ $form->{"${_}_accno_id_$i"} = $form->{"std_${_}_accno_id"}; }
 
 814   &buchungsgruppe_header;
 
 817   $main::lxdebug->leave_sub();
 
 820 sub edit_buchungsgruppe {
 
 821   $main::lxdebug->enter_sub();
 
 823   my $form     = $main::form;
 
 824   my %myconfig = %main::myconfig;
 
 826   $main::auth->assert('config');
 
 828   $form->{title} = "Edit";
 
 830   AM->get_buchungsgruppe(\%myconfig, \%$form);
 
 832   &buchungsgruppe_header;
 
 836   $main::lxdebug->leave_sub();
 
 839 sub list_buchungsgruppe {
 
 840   $::lxdebug->enter_sub;
 
 841   $::auth->assert('config');
 
 843   AM->buchungsgruppe(\%::myconfig, $::form);
 
 845   $::form->{callback} = "am.pl?action=list_buchungsgruppe";
 
 846   $::form->{title}    = $::locale->text('Buchungsgruppen');
 
 849   print $::form->parse_html_template('am/buchungsgruppe_list', {
 
 850     swap_link => qq|am.pl?action=swap_buchungsgruppen&|,
 
 853   $::lxdebug->leave_sub;
 
 856 sub buchungsgruppe_header {
 
 857   $::lxdebug->enter_sub;
 
 858   $::auth->assert('config');
 
 860   # $locale->text('Add Accounting Group')
 
 861   # $locale->text('Edit Accounting Group')
 
 862   $::form->{title}    = $::locale->text("$::form->{title} Buchungsgruppe");
 
 864   my ($acc_inventory, $acc_income, $acc_expense) = ({}, {}, {});
 
 866     IC         => $acc_inventory,
 
 867     IC_income  => $acc_income,
 
 868     IC_sale    => $acc_income,
 
 869     IC_expense => $acc_expense,
 
 870     IC_cogs    => $acc_expense,
 
 873   for my $key (keys %acc_type_map) {
 
 874     for my $ref (@{ $::form->{IC_links}{$key} }) {
 
 875       $acc_type_map{$key}{$ref->{id}} = $ref;
 
 879   my %sorted_accounts = map {
 
 880     $_ => [ sort { $a->{accno} cmp $b->{accno} } values %{ $acc_type_map{$_} } ],
 
 881   } keys %acc_type_map;
 
 884   print $::form->parse_html_template('am/buchungsgruppe_header', {
 
 885     accounts      => \%sorted_accounts,
 
 886     account_label => sub { "$_[0]{accno}--$_[0]{description}" },
 
 889   $::lxdebug->leave_sub;
 
 892 sub save_buchungsgruppe {
 
 893   $main::lxdebug->enter_sub();
 
 895   my $form     = $main::form;
 
 896   my %myconfig = %main::myconfig;
 
 897   my $locale   = $main::locale;
 
 899   $main::auth->assert('config');
 
 901   $form->isblank("description", $locale->text('Description missing!'));
 
 903   AM->save_buchungsgruppe(\%myconfig, \%$form);
 
 904   $form->redirect($locale->text('Accounting Group saved!'));
 
 906   $main::lxdebug->leave_sub();
 
 909 sub delete_buchungsgruppe {
 
 910   $main::lxdebug->enter_sub();
 
 912   my $form     = $main::form;
 
 913   my %myconfig = %main::myconfig;
 
 914   my $locale   = $main::locale;
 
 916   $main::auth->assert('config');
 
 918   AM->delete_buchungsgruppe(\%myconfig, \%$form);
 
 919   $form->redirect($locale->text('Accounting Group deleted!'));
 
 921   $main::lxdebug->leave_sub();
 
 924 sub swap_buchungsgruppen {
 
 925   $main::lxdebug->enter_sub();
 
 927   my $form     = $main::form;
 
 928   my %myconfig = %main::myconfig;
 
 930   $main::auth->assert('config');
 
 932   AM->swap_sortkeys(\%myconfig, $form, "buchungsgruppen");
 
 933   list_buchungsgruppe();
 
 935   $main::lxdebug->leave_sub();
 
 939   $main::lxdebug->enter_sub();
 
 941   my $form     = $main::form;
 
 942   my %myconfig = %main::myconfig;
 
 943   my $locale   = $main::locale;
 
 945   # get defaults for account numbers and last numbers
 
 946   AM->defaultaccounts(\%myconfig, \%$form);
 
 947   $form->{ALL_UNITS} = AM->convertible_units(AM->retrieve_all_units(), 'g');
 
 949   map { $form->{"defaults_${_}"} = $form->{defaults}->{$_} } keys %{ $form->{defaults} };
 
 952   my $all_languages = SL::DB::Manager::Language->get_all;
 
 954 # cash = IST-Versteuerung, accrual = SOLL-Versteuerung
 
 956   foreach my $key (keys %{ $form->{IC} }) {
 
 957     foreach my $accno (sort keys %{ $form->{IC}->{$key} }) {
 
 958       my $array = "ACCNOS_" . uc($key);
 
 959       $form->{$array} ||= [];
 
 961       my $value = "${accno}--" . $form->{IC}->{$key}->{$accno}->{description};
 
 962       push @{ $form->{$array} }, {
 
 965         'selected' => $form->{IC}->{$key}->{$accno}->{id} == $form->{defaults}->{$key},
 
 970   $form->{title} = $locale->text('Ranges of numbers and default accounts');
 
 973   print $form->parse_html_template('am/edit_defaults',
 
 974                                    { ALL_LANGUAGES => $all_languages, });
 
 976   $main::lxdebug->leave_sub();
 
 980   $main::lxdebug->enter_sub();
 
 982   my $form     = $main::form;
 
 983   my $locale   = $main::locale;
 
 987   $form->redirect($locale->text('Defaults saved.'));
 
 989   $main::lxdebug->leave_sub();
 
 992 sub _build_cfg_options {
 
 993   my $form     = $main::form;
 
 994   my %myconfig = %main::myconfig;
 
 997   my $array = uc($idx) . 'S';
 
 999   $form->{$array} = [];
 
1000   foreach my $item (@_) {
 
1001     push @{ $form->{$array} }, {
 
1004       'selected' => $item eq $myconfig{$idx},
 
1010   $main::lxdebug->enter_sub();
 
1012   my $form     = $main::form;
 
1013   my %myconfig = %main::myconfig;
 
1014   my $locale   = $main::locale;
 
1016   _build_cfg_options('dateformat', qw(mm/dd/yy dd/mm/yy dd.mm.yy yyyy-mm-dd));
 
1017   _build_cfg_options('numberformat', ('1,000.00', '1000.00', '1.000,00', '1000,00'));
 
1020   if ($::lx_office_conf{print_templates}->{opendocument}
 
1021       && $::lx_office_conf{applications}->{openofficeorg_writer} && (-x $::lx_office_conf{applications}->{openofficeorg_writer})
 
1022       && $::lx_office_conf{applications}->{xvfb}                 && (-x $::lx_office_conf{applications}->{xvfb})) {
 
1023     push(@formats, { "name" => $locale->text("PDF (OpenDocument/OASIS)"),
 
1024                      "value" => "opendocument_pdf" });
 
1026   if ($::lx_office_conf{print_templates}->{latex}) {
 
1027     push(@formats, { "name" => $locale->text("PDF"), "value" => "pdf" });
 
1029   push(@formats, { "name" => "HTML", "value" => "html" });
 
1030   if ($::lx_office_conf{print_templates}->{latex}) {
 
1031     push(@formats, { "name" => $locale->text("Postscript"),
 
1032                      "value" => "postscript" });
 
1034   if ($::lx_office_conf{print_templates}->{opendocument}) {
 
1035     push(@formats, { "name" => $locale->text("OpenDocument/OASIS"),
 
1036                      "value" => "opendocument" });
 
1039   if (!$myconfig{"template_format"}) {
 
1040     $myconfig{"template_format"} = "pdf";
 
1042   $form->{TEMPLATE_FORMATS} = [];
 
1043   foreach my $item (@formats) {
 
1044     push @{ $form->{TEMPLATE_FORMATS} }, {
 
1045       'name'     => $item->{name},
 
1046       'value'    => $item->{value},
 
1047       'selected' => $item->{value} eq $myconfig{template_format},
 
1051   if (!$myconfig{"default_media"}) {
 
1052     $myconfig{"default_media"} = "screen";
 
1055   my %selected = ($myconfig{"default_media"} => "selected");
 
1057     { 'name' => $locale->text('Screen'),  'value' => 'screen',  'selected' => $selected{screen}, },
 
1058     { 'name' => $locale->text('Printer'), 'value' => 'printer', 'selected' => $selected{printer}, },
 
1059     { 'name' => $locale->text('Queue'),   'value' => 'queue',   'selected' => $selected{queue}, },
 
1062   $form->{PRINTERS} = [ SL::Printer->all_printers(%::myconfig) ];
 
1064   my %countrycodes = User->country_codes;
 
1066   $form->{COUNTRYCODES} = [];
 
1067   foreach my $countrycode (sort { $countrycodes{$a} cmp $countrycodes{$b} } keys %countrycodes) {
 
1068     push @{ $form->{COUNTRYCODES} }, {
 
1069       'name'     => $countrycodes{$countrycode},
 
1070       'value'    => $countrycode,
 
1071       'selected' => $countrycode eq $myconfig{countrycode},
 
1075   $form->{STYLESHEETS} = [];
 
1076   foreach my $item (qw(lx-office-erp.css Mobile.css kivitendo.css)) {
 
1077     push @{ $form->{STYLESHEETS} }, {
 
1080       'selected' => $item eq $myconfig{stylesheet},
 
1084   $myconfig{show_form_details} = 1 unless (defined($myconfig{show_form_details}));
 
1085   $form->{CAN_CHANGE_PASSWORD} = $main::auth->can_change_password();
 
1086   $form->{todo_cfg}            = { TODO->get_user_config('login' => $form->{login}) };
 
1088   $form->{title}               = $locale->text('Edit Preferences for #1', $form->{login});
 
1091   print $form->parse_html_template('am/config');
 
1093   $main::lxdebug->leave_sub();
 
1096 sub save_preferences {
 
1097   $main::lxdebug->enter_sub();
 
1099   my $form     = $main::form;
 
1100   my %myconfig = %main::myconfig;
 
1101   my $locale   = $main::locale;
 
1103   $form->{stylesheet} = $form->{usestylesheet};
 
1105   TODO->save_user_config('login' => $form->{login}, %{ $form->{todo_cfg} || { } });
 
1107   if (AM->save_preferences(\%myconfig, $form)) {
 
1108     if ($::auth->can_change_password()
 
1109         && defined $form->{new_password}
 
1110         && ($form->{new_password} ne '********')) {
 
1111       my $verifier = SL::Auth::PasswordPolicy->new;
 
1112       my $result   = $verifier->verify($form->{new_password});
 
1114       if ($result != SL::Auth::PasswordPolicy->OK()) {
 
1115         $form->error($::locale->text('The settings were saved, but the password was not changed.') . ' ' . join(' ', $verifier->errors($result)));
 
1118       $::auth->change_password($form->{login}, $form->{new_password});
 
1120       $form->{password} = $form->{new_password};
 
1121       $::auth->set_session_value('password', $form->{password});
 
1122       $::auth->create_or_refresh_session();
 
1125     $form->redirect($locale->text('Preferences saved!'));
 
1128   $form->error($locale->text('Cannot save preferences!'));
 
1130   $main::lxdebug->leave_sub();
 
1134   $::lxdebug->enter_sub;
 
1135   $::auth->assert('config');
 
1137   $::form->{title} = $::locale->text('Audit Control');
 
1139   AM->closedto(\%::myconfig, $::form);
 
1142   print $::form->parse_html_template('am/audit_control');
 
1144   $::lxdebug->leave_sub;
 
1148   $main::lxdebug->enter_sub();
 
1150   my $form     = $main::form;
 
1151   my %myconfig = %main::myconfig;
 
1152   my $locale   = $main::locale;
 
1154   $main::auth->assert('config');
 
1156   AM->closebooks(\%myconfig, \%$form);
 
1158   if ($form->{closedto}) {
 
1160                     $locale->text('Books closed up to') . " "
 
1161                       . $locale->date(\%myconfig, $form->{closedto}, 1));
 
1163     $form->redirect($locale->text('Books are open'));
 
1166   $main::lxdebug->leave_sub();
 
1170   $main::lxdebug->enter_sub();
 
1172   my $form     = $main::form;
 
1173   my %myconfig = %main::myconfig;
 
1174   my $locale   = $main::locale;
 
1176   $main::auth->assert('config');
 
1178   my $units = AM->retrieve_units(\%myconfig, $form, "resolved_");
 
1179   AM->units_in_use(\%myconfig, $form, $units);
 
1180   map({ $units->{$_}->{"BASE_UNIT_DDBOX"} = AM->unit_select_data($units, $units->{$_}->{"base_unit"}, 1); } keys(%{$units}));
 
1182   my @languages = AM->language(\%myconfig, $form, 1);
 
1184   my @unit_list = sort({ $a->{"sortkey"} <=> $b->{"sortkey"} } values(%{$units}));
 
1187   foreach (@unit_list) {
 
1188     $_->{"factor"} = $form->format_amount(\%myconfig, $_->{"factor"} * 1) if ($_->{"factor"});
 
1189     $_->{"UNITLANGUAGES"} = [];
 
1190     foreach my $lang (@languages) {
 
1191       push(@{ $_->{"UNITLANGUAGES"} },
 
1193              "unit" => $_->{"name"},
 
1194              "language_id" => $lang->{"id"},
 
1195              "localized" => $_->{"LANGUAGES"}->{$lang->{"template_code"}}->{"localized"},
 
1196              "localized_plural" => $_->{"LANGUAGES"}->{$lang->{"template_code"}}->{"localized_plural"},
 
1202   $units = AM->retrieve_units(\%myconfig, $form);
 
1203   my $ddbox = AM->unit_select_data($units, undef, 1);
 
1205   $form->{"title"} = $locale->text("Add and edit units");
 
1207   print($form->parse_html_template("am/edit_units",
 
1208                                    { "UNITS"               => \@unit_list,
 
1209                                      "NEW_BASE_UNIT_DDBOX" => $ddbox,
 
1210                                      "LANGUAGES"           => \@languages,
 
1213   $main::lxdebug->leave_sub();
 
1217   $main::lxdebug->enter_sub();
 
1219   my $form     = $main::form;
 
1220   my %myconfig = %main::myconfig;
 
1221   my $locale   = $main::locale;
 
1223   $main::auth->assert('config');
 
1225   $form->isblank("new_name", $locale->text("The name is missing."));
 
1226   my $units = AM->retrieve_units(\%myconfig, $form);
 
1227   my $all_units = AM->retrieve_units(\%myconfig, $form);
 
1228   $form->show_generic_error($locale->text("A unit with this name does already exist.")) if ($all_units->{$form->{"new_name"}});
 
1230   my ($base_unit, $factor);
 
1231   if ($form->{"new_base_unit"}) {
 
1232     $form->show_generic_error($locale->text("The base unit does not exist.")) unless (defined($units->{$form->{"new_base_unit"}}));
 
1234     $form->isblank("new_factor", $locale->text("The factor is missing."));
 
1235     $factor = $form->parse_amount(\%myconfig, $form->{"new_factor"});
 
1236     $form->show_generic_error($locale->text("The factor is missing.")) unless ($factor);
 
1237     $base_unit = $form->{"new_base_unit"};
 
1241   foreach my $lang (AM->language(\%myconfig, $form, 1)) {
 
1242     next unless ($form->{"new_localized_$lang->{id}"} || $form->{"new_localized_plural_$lang->{id}"});
 
1243     push(@languages, { "id" => $lang->{"id"},
 
1244                        "localized" => $form->{"new_localized_$lang->{id}"},
 
1245                        "localized_plural" => $form->{"new_localized_plural_$lang->{id}"},
 
1249   AM->add_unit(\%myconfig, $form, $form->{"new_name"}, $base_unit, $factor, \@languages);
 
1251   $form->{"saved_message"} = $locale->text("The unit has been saved.");
 
1255   $main::lxdebug->leave_sub();
 
1258 sub set_unit_languages {
 
1259   $main::lxdebug->enter_sub();
 
1261   my $form     = $main::form;
 
1263   $main::auth->assert('config');
 
1265   my ($unit, $languages, $idx) = @_;
 
1267   $unit->{"LANGUAGES"} = [];
 
1269   foreach my $lang (@{$languages}) {
 
1270     push(@{ $unit->{"LANGUAGES"} },
 
1271          { "id" => $lang->{"id"},
 
1272            "localized" => $form->{"localized_${idx}_$lang->{id}"},
 
1273            "localized_plural" => $form->{"localized_plural_${idx}_$lang->{id}"},
 
1277   $main::lxdebug->leave_sub();
 
1281   $main::lxdebug->enter_sub();
 
1283   my $form     = $main::form;
 
1284   my %myconfig = %main::myconfig;
 
1285   my $locale   = $main::locale;
 
1287   $main::auth->assert('config');
 
1289   my $old_units = AM->retrieve_units(\%myconfig, $form, "resolved_");
 
1290   AM->units_in_use(\%myconfig, $form, $old_units);
 
1292   my @languages = AM->language(\%myconfig, $form, 1);
 
1295   my @delete_units = ();
 
1296   foreach my $i (1..($form->{"rowcount"} * 1)) {
 
1297     my $old_unit = $old_units->{$form->{"old_name_$i"}};
 
1299       $form->show_generic_error(sprintf($locale->text("The unit in row %d has been deleted in the meantime."), $i));
 
1302     if ($form->{"unchangeable_$i"}) {
 
1303       $new_units->{$form->{"old_name_$i"}} = $old_units->{$form->{"old_name_$i"}};
 
1304       $new_units->{$form->{"old_name_$i"}}->{"unchanged_unit"} = 1;
 
1305       set_unit_languages($new_units->{$form->{"old_name_$i"}}, \@languages, $i);
 
1309     if ($old_unit->{"in_use"}) {
 
1310       $form->show_generic_error(sprintf($locale->text("The unit in row %d has been used in the meantime and cannot be changed anymore."), $i));
 
1313     if ($form->{"delete_$i"}) {
 
1314       push(@delete_units, $old_unit->{"name"});
 
1318     $form->isblank("name_$i", sprintf($locale->text("The name is missing in row %d."), $i));
 
1320     $form->show_generic_error(sprintf($locale->text("The name in row %d has already been used before."), $i)) if ($new_units->{$form->{"name_$i"}});
 
1321     my %h = map({ $_ => $form->{"${_}_$i"} } qw(name base_unit factor old_name));
 
1322     $new_units->{$form->{"name_$i"}} = \%h;
 
1323     $new_units->{$form->{"name_$i"}}->{"row"} = $i;
 
1324     set_unit_languages($new_units->{$form->{"old_name_$i"}}, \@languages, $i);
 
1327   foreach my $unit (values(%{$new_units})) {
 
1328     next unless ($unit->{"old_name"});
 
1329     if ($unit->{"base_unit"}) {
 
1330       $form->show_generic_error(sprintf($locale->text("The base unit does not exist or it is about to be deleted in row %d."), $unit->{"row"}))
 
1331         unless (defined($new_units->{$unit->{"base_unit"}}));
 
1332       $unit->{"factor"} = $form->parse_amount(\%myconfig, $unit->{"factor"});
 
1333       $form->show_generic_error(sprintf($locale->text("The factor is missing in row %d."), $unit->{"row"})) unless ($unit->{"factor"} >= 1.0);
 
1335       $unit->{"base_unit"} = undef;
 
1336       $unit->{"factor"} = undef;
 
1340   foreach my $unit (values(%{$new_units})) {
 
1341     next if ($unit->{"unchanged_unit"});
 
1343     map({ $_->{"seen"} = 0; } values(%{$new_units}));
 
1344     my $new_unit = $unit;
 
1345     while ($new_unit->{"base_unit"}) {
 
1346       $new_unit->{"seen"} = 1;
 
1347       $new_unit = $new_units->{$new_unit->{"base_unit"}};
 
1348       if ($new_unit->{"seen"}) {
 
1349         $form->show_generic_error(sprintf($locale->text("The base unit relations must not contain loops (e.g. by saying that unit A's base unit is B, " .
 
1350                                                         "B's base unit is C and C's base unit is A) in row %d."), $unit->{"row"}));
 
1355   AM->save_units(\%myconfig, $form, $new_units, \@delete_units);
 
1357   $form->{"saved_message"} = $locale->text("The units have been saved.");
 
1361   $main::lxdebug->leave_sub();
 
1364 sub show_history_search {
 
1365   $main::lxdebug->enter_sub();
 
1367   my $form     = $main::form;
 
1368   my $locale   = $main::locale;
 
1370   $main::auth->assert('config');
 
1372   $form->{title} = $locale->text("History Search");
 
1375   print $form->parse_html_template("common/search_history");
 
1377   $main::lxdebug->leave_sub();
 
1380 sub show_am_history {
 
1381   $main::lxdebug->enter_sub();
 
1383   my $form     = $main::form;
 
1384   my %myconfig = %main::myconfig;
 
1385   my $locale   = $main::locale;
 
1387   $main::auth->assert('config');
 
1389   my $callback     = build_std_url(qw(action einschraenkungen fromdate todate mitarbeiter searchid what2search));
 
1390   $form->{order} ||= 'h.itime--1';
 
1392   my %search = ( "Artikelnummer"          => "parts",
 
1393                  "Kundennummer"           => "customer",
 
1394                  "Lieferantennummer"      => "vendor",
 
1395                  "Projektnummer"          => "project",
 
1396                  "Buchungsnummer"         => "oe",
 
1397                  "Eingangsrechnungnummer" => "ap",
 
1398                  "Ausgangsrechnungnummer" => "ar",
 
1399                  "Mahnungsnummer"         => "dunning"
 
1401   my %searchNo = ( "Artikelnummer"          => "partnumber",
 
1402                    "Kundennummer"           => "customernumber",
 
1403                    "Lieferantennummer"      => "vendornumber",
 
1404                    "Projektnummer"          => "projectnumber",
 
1405                    "Buchungsnummer"         => "ordnumber",
 
1406                    "Eingangsrechnungnummer" => "invnumber",
 
1407                    "Ausgangsrechnungnummer" => "invnumber",
 
1408                    "Mahnungsnummer"         => "dunning_id"
 
1411   my $dbh = $form->dbconnect(\%myconfig);
 
1414   $restriction     = qq| AND (| . join(' OR ', map { " addition = " . $dbh->quote($_) } split(m/\,/, $form->{einschraenkungen})) . qq|)| if $form->{einschraenkungen};
 
1415   $restriction    .= qq| AND h.itime::date >= | . conv_dateq($form->{fromdate})                                                          if $form->{fromdate};
 
1416   $restriction    .= qq| AND h.itime::date <= | . conv_dateq($form->{todate})                                                            if $form->{todate};
 
1417   if ($form->{mitarbeiter} =~ m/^\d+$/) {
 
1418     $restriction  .= qq| AND employee_id = |    . $form->{mitarbeiter};
 
1419   } elsif ($form->{mitarbeiter}) {
 
1420     $restriction  .= qq| AND employee_id = (SELECT id FROM employee WHERE name ILIKE | . $dbh->quote('%' . $form->{mitarbeiter} . '%') . qq|)|;
 
1423   my $query = qq|SELECT trans_id AS id FROM history_erp | .
 
1424     (  $form->{'searchid'} ? qq| WHERE snumbers = '|  . $searchNo{$form->{'what2search'}} . qq|_| . $form->{'searchid'} . qq|'|
 
1425      :                       qq| WHERE snumbers ~ '^| . $searchNo{$form->{'what2search'}} . qq|'|);
 
1427   my @ids    = grep { $_ * 1 } selectall_array_query($form, $dbh, $query);
 
1428   my $daten .= shift @ids;
 
1429   $daten    .= join '', map { " OR trans_id = $_" } @ids;
 
1431   my ($sort, $sortby) = split(/\-\-/, $form->{order});
 
1432   $sort =~ s/.*\.(.*)$/$1/;
 
1434   $form->{title} = $locale->text("History Search");
 
1437   print $form->parse_html_template("common/show_history",
 
1438                                    { "DATEN"          => $form->get_history($dbh, $daten, $restriction, $form->{order}),
 
1439                                      "SUCCESS"        => ($form->get_history($dbh, $daten, $restriction, $form->{order}) ne "0"),
 
1442                                      uc($sort) . "BY" => $sortby,
 
1443                                      'callback'       => $callback,
 
1447   $main::lxdebug->leave_sub();
 
1451   $main::lxdebug->enter_sub();
 
1453   my $form     = $main::form;
 
1454   my $locale   = $main::locale;
 
1456   $main::auth->assert('config');
 
1458   $form->{title} =  $locale->text('Add');
 
1460   $form->{callback} ||= "am.pl?action=add_tax";
 
1462   _get_taxaccount_selection();
 
1466   my $parameters_ref = {
 
1467 #    ChartTypeIsAccount         => $ChartTypeIsAccount,
 
1470   # Ausgabe des Templates
 
1471   print($form->parse_html_template('am/edit_tax', $parameters_ref));
 
1473   $main::lxdebug->leave_sub();
 
1477   $main::lxdebug->enter_sub();
 
1479   my $form     = $main::form;
 
1480   my %myconfig = %main::myconfig;
 
1481   my $locale   = $main::locale;
 
1483   $main::auth->assert('config');
 
1485   $form->{title} =  $locale->text('Edit');
 
1487   AM->get_tax(\%myconfig, \%$form);
 
1488   _get_taxaccount_selection();
 
1490   $form->{rate} = $form->format_amount(\%myconfig, $form->{rate}, 2);
 
1494   my $parameters_ref = {
 
1497   # Ausgabe des Templates
 
1498   print($form->parse_html_template('am/edit_tax', $parameters_ref));
 
1500   $main::lxdebug->leave_sub();
 
1504   $main::lxdebug->enter_sub();
 
1506   my $form     = $main::form;
 
1507   my %myconfig = %main::myconfig;
 
1508   my $locale   = $main::locale;
 
1510   $main::auth->assert('config');
 
1512   AM->taxes(\%myconfig, \%$form);
 
1514   map { $_->{rate} = $form->format_amount(\%myconfig, $_->{rate}, 2) } @{ $form->{TAX} };
 
1516   $form->{callback} = build_std_url('action=list_tax');
 
1518   $form->{title} = $locale->text('Tax-O-Matic');
 
1522   my $parameters_ref = {
 
1525   # Ausgabe des Templates
 
1526   print($form->parse_html_template('am/list_tax', $parameters_ref));
 
1528   $main::lxdebug->leave_sub();
 
1531 sub _get_taxaccount_selection{
 
1532   $main::lxdebug->enter_sub();
 
1534   my $form     = $main::form;
 
1535   my %myconfig = %main::myconfig;
 
1537   $main::auth->assert('config');
 
1539   AM->get_tax_accounts(\%myconfig, \%$form);
 
1541   map { $_->{selected} = $form->{chart_id} == $_->{id} } @{ $form->{ACCOUNTS} };
 
1543   $main::lxdebug->leave_sub();
 
1547   $main::lxdebug->enter_sub();
 
1549   my $form     = $main::form;
 
1550   my %myconfig = %main::myconfig;
 
1551   my $locale   = $main::locale;
 
1553   $main::auth->assert('config');
 
1555   $form->isblank("rate", $locale->text('Taxrate missing!'));
 
1556   $form->isblank("taxdescription", $locale->text('Taxdescription  missing!'));
 
1557   $form->isblank("taxkey", $locale->text('Taxkey  missing!'));
 
1559   $form->{rate} = $form->parse_amount(\%myconfig, $form->{rate});
 
1561   if ( $form->{rate} < 0 || $form->{rate} >= 100 ) {
 
1562     $form->error($locale->text('Tax Percent is a number between 0 and 100'));
 
1565   if ( $form->{rate} <= 0.99 && $form->{rate} > 0 ) {
 
1566     $form->error($locale->text('Tax Percent is a number between 0 and 100'));
 
1569   AM->save_tax(\%myconfig, \%$form);
 
1570   $form->redirect($locale->text('Tax saved!'));
 
1572   $main::lxdebug->leave_sub();
 
1576   $main::lxdebug->enter_sub();
 
1578   my $form     = $main::form;
 
1579   my %myconfig = %main::myconfig;
 
1580   my $locale   = $main::locale;
 
1582   $main::auth->assert('config');
 
1584   AM->delete_tax(\%myconfig, \%$form);
 
1585   $form->redirect($locale->text('Tax deleted!'));
 
1587   $main::lxdebug->leave_sub();
 
1590 sub add_price_factor {
 
1591   $main::lxdebug->enter_sub();
 
1593   my $form     = $main::form;
 
1594   my $locale   = $main::locale;
 
1596   $main::auth->assert('config');
 
1598   $form->{title}      = $locale->text('Add Price Factor');
 
1599   $form->{callback} ||= build_std_url('action=add_price_factor');
 
1600   $::request->{layout}->focus('#description');
 
1603   print $form->parse_html_template('am/edit_price_factor');
 
1605   $main::lxdebug->leave_sub();
 
1608 sub edit_price_factor {
 
1609   $main::lxdebug->enter_sub();
 
1611   my $form     = $main::form;
 
1612   my %myconfig = %main::myconfig;
 
1613   my $locale   = $main::locale;
 
1615   $main::auth->assert('config');
 
1617   $form->{title}      = $locale->text('Edit Price Factor');
 
1618   $form->{callback} ||= build_std_url('action=add_price_factor');
 
1619   $::request->{layout}->focus('#description');
 
1621   AM->get_price_factor(\%myconfig, $form);
 
1623   $form->{factor} = $form->format_amount(\%myconfig, $form->{factor} * 1);
 
1626   print $form->parse_html_template('am/edit_price_factor');
 
1628   $main::lxdebug->leave_sub();
 
1631 sub list_price_factors {
 
1632   $main::lxdebug->enter_sub();
 
1634   my $form     = $main::form;
 
1635   my %myconfig = %main::myconfig;
 
1636   my $locale   = $main::locale;
 
1638   $main::auth->assert('config');
 
1640   AM->get_all_price_factors(\%myconfig, \%$form);
 
1642   foreach my $current (@{ $form->{PRICE_FACTORS} }) {
 
1643     $current->{factor} = $form->format_amount(\%myconfig, $current->{factor} * 1);
 
1646   $form->{callback} = build_std_url('action=list_price_factors');
 
1647   $form->{title}    = $locale->text('Price Factors');
 
1648   $form->{url_base} = build_std_url('callback');
 
1651   print $form->parse_html_template('am/list_price_factors');
 
1653   $main::lxdebug->leave_sub();
 
1656 sub save_price_factor {
 
1657   $main::lxdebug->enter_sub();
 
1659   my $form     = $main::form;
 
1660   my %myconfig = %main::myconfig;
 
1661   my $locale   = $main::locale;
 
1663   $main::auth->assert('config');
 
1665   $form->isblank("description", $locale->text('Description missing!'));
 
1666   $form->isblank("factor", $locale->text('Factor missing!'));
 
1668   $form->{factor} = $form->parse_amount(\%myconfig, $form->{factor});
 
1670   AM->save_price_factor(\%myconfig, $form);
 
1672   $form->{callback} .= '&MESSAGE=' . $form->escape($locale->text('Price factor saved!')) if ($form->{callback});
 
1674   $form->redirect($locale->text('Price factor saved!'));
 
1676   $main::lxdebug->leave_sub();
 
1679 sub delete_price_factor {
 
1680   $main::lxdebug->enter_sub();
 
1682   my $form     = $main::form;
 
1683   my %myconfig = %main::myconfig;
 
1684   my $locale   = $main::locale;
 
1686   $main::auth->assert('config');
 
1688   AM->delete_price_factor(\%myconfig, \%$form);
 
1690   $form->{callback} .= '&MESSAGE=' . $form->escape($locale->text('Price factor deleted!')) if ($form->{callback});
 
1692   $form->redirect($locale->text('Price factor deleted!'));
 
1694   $main::lxdebug->leave_sub();
 
1698   $main::lxdebug->enter_sub();
 
1700   my $form     = $main::form;
 
1701   my $locale   = $main::locale;
 
1703   $main::auth->assert('config');
 
1705   $form->{title}      = $locale->text('Add Warehouse');
 
1706   $form->{callback} ||= build_std_url('action=add_warehouse');
 
1707   $::request->{layout}->focus('#description');
 
1710   print $form->parse_html_template('am/edit_warehouse');
 
1712   $main::lxdebug->leave_sub();
 
1715 sub edit_warehouse {
 
1716   $main::lxdebug->enter_sub();
 
1718   my $form     = $main::form;
 
1719   my %myconfig = %main::myconfig;
 
1720   my $locale   = $main::locale;
 
1722   $main::auth->assert('config');
 
1724   AM->get_warehouse(\%myconfig, $form);
 
1726   $form->get_lists('employees' => 'EMPLOYEES');
 
1728   $form->{title}      = $locale->text('Edit Warehouse');
 
1729   $form->{callback} ||= build_std_url('action=list_warehouses');
 
1730   $::request->{layout}->focus('#description');
 
1733   print $form->parse_html_template('am/edit_warehouse');
 
1735   $main::lxdebug->leave_sub();
 
1738 sub list_warehouses {
 
1739   $main::lxdebug->enter_sub();
 
1741   my $form     = $main::form;
 
1742   my %myconfig = %main::myconfig;
 
1743   my $locale   = $main::locale;
 
1745   $main::auth->assert('config');
 
1747   AM->get_all_warehouses(\%myconfig, $form);
 
1749   $form->{callback} = build_std_url('action=list_warehouses');
 
1750   $form->{title}    = $locale->text('Warehouses');
 
1751   $form->{url_base} = build_std_url('callback');
 
1754   print $form->parse_html_template('am/list_warehouses');
 
1756   $main::lxdebug->leave_sub();
 
1759 sub save_warehouse {
 
1760   $main::lxdebug->enter_sub();
 
1762   my $form     = $main::form;
 
1763   my %myconfig = %main::myconfig;
 
1764   my $locale   = $main::locale;
 
1766   $main::auth->assert('config');
 
1768   $form->isblank("description", $locale->text('Description missing!'));
 
1770   $form->{number_of_new_bins} = $form->parse_amount(\%myconfig, $form->{number_of_new_bins});
 
1772   AM->save_warehouse(\%myconfig, $form);
 
1774   $form->{callback} .= '&saved_message=' . E($locale->text('Warehouse saved.')) if ($form->{callback});
 
1776   $form->redirect($locale->text('Warehouse saved.'));
 
1778   $main::lxdebug->leave_sub();
 
1781 sub delete_warehouse {
 
1782   $main::lxdebug->enter_sub();
 
1784   my $form     = $main::form;
 
1785   my %myconfig = %main::myconfig;
 
1786   my $locale   = $main::locale;
 
1788   $main::auth->assert('config');
 
1790   if (!$form->{confirmed}) {
 
1791     $form->{title} = $locale->text('Confirmation');
 
1794     print $form->parse_html_template('am/confirm_delete_warehouse');
 
1798   if (AM->delete_warehouse(\%myconfig, $form)) {
 
1799     $form->{callback} .= '&saved_message=' . E($locale->text('Warehouse deleted.')) if ($form->{callback});
 
1800     $form->redirect($locale->text('Warehouse deleted.'));
 
1803     $form->error($locale->text('The warehouse could not be deleted because it has already been used.'));
 
1806   $main::lxdebug->leave_sub();
 
1810   $main::lxdebug->enter_sub();
 
1812   my $form     = $main::form;
 
1813   my %myconfig = %main::myconfig;
 
1814   my $locale   = $main::locale;
 
1816   $main::auth->assert('config');
 
1818   AM->save_bins(\%myconfig, $form);
 
1820   $form->{callback} .= '&saved_message=' . E($locale->text('Bins saved.')) if ($form->{callback});
 
1822   $form->redirect($locale->text('Bins saved.'));
 
1824   $main::lxdebug->leave_sub();