X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fam.pl;h=8f380aa20238e34b61d311c3e4fafd3ed32d2aba;hb=74e345d0723f81c5f6668f7dc532dbf2cd245f23;hp=51f8f69815352725787ea2d930d5a572a1bddb04;hpb=8c7e44938a661e035f62840e1e177353240ace5d;p=kivitendo-erp.git diff --git a/bin/mozilla/am.pl b/bin/mozilla/am.pl index 51f8f6981..8f380aa20 100644 --- a/bin/mozilla/am.pl +++ b/bin/mozilla/am.pl @@ -38,6 +38,7 @@ use SL::Form; use SL::User; use SL::USTVA; use SL::Iconv; +use SL::TODO; use CGI::Ajax; use CGI; @@ -54,6 +55,7 @@ sub delete { call_sub("delete_$form->{type}"); } sub save { call_sub("save_$form->{type}"); } sub edit { call_sub("edit_$form->{type}"); } sub continue { call_sub($form->{"nextsub"}); } +sub save_as_new { call_sub("save_as_new_$form->{type}"); } sub add_account { $lxdebug->enter_sub(); @@ -97,8 +99,8 @@ sub account_header { if ( $form->{action} eq 'edit_account') { $form->{account_exists} = '1'; - } - + } + $form->{title} = $locale->text("$form->{title} Account"); $form->{"$form->{charttype}_checked"} = "checked"; @@ -107,9 +109,9 @@ sub account_header { $form->{select_tax} = ""; my @tax_report_pos = USTVA->report_variables({ - myconfig => \%myconfig, - form => $form, - type => '', + myconfig => \%myconfig, + form => $form, + type => '', attribute => 'position', calc => '', }); @@ -145,27 +147,27 @@ sub account_header { if ($item->{id} == $taxkey_used->{tax_id}) { $form->{ACCOUNT_TAXKEYS}[$i]{selecttaxkey} .= qq||; @@ -213,7 +215,7 @@ sub account_header { 14 => "Steuern, Versich., Beiträge", 15 => "Kfz-Steuern", 16 => "Kfz-Versicherungen", - 17 => "Sonst. Fahrtkosten", + 17 => "Sonst. Fahrzeugkosten", 18 => "Werbe- und Reisekosten", 19 => "Instandhaltung u. Werkzeuge", 20 => "Fachzeitschriften, Bücher", @@ -286,18 +288,18 @@ sub account_header { # this is for our parser only! Do not remove. # type=submit $locale->text('Add Account') # type=submit $locale->text('Edit Account') - + $form->{type} = "account"; # preselections category - + $select_category = q|\n|; %category = ( 'A' => $locale->text('Asset'), 'L' => $locale->text('Liability'), 'Q' => $locale->text('Equity'), - 'I' => $locale->text('Revenue'), + 'I' => $locale->text('Revenue'), 'E' => $locale->text('Expense'), 'C' => $locale->text('Costs'), ); @@ -309,7 +311,7 @@ sub account_header { } } - + # preselection chart type my $select_charttype = q{}; @@ -317,7 +319,7 @@ sub account_header { 'A' => $locale->text('Account'), 'H' => $locale->text('Header'), ); - + foreach $item ( sort({ $a <=> $b } keys %charttype) ) { if ($item eq $form->{charttype}) { $select_charttype .= qq|