X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fis.pl;h=852914e24e1626c427f5a7e8f8fd0daa2993e5de;hb=8299e7bc0d4463d5ba08e1feaccd8faa60f5c5ae;hp=51f3762533cb9574ba48226ec119235e4b5c6c75;hpb=a143b82a56e889cfda60c2d42fe7d0bdaf73aa83;p=kivitendo-erp.git diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 51f376253..852914e24 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -349,15 +349,15 @@ sub form_header { } else { $form->{selecttaxzone} =~ s/ selected//g; if ($form->{taxzone_id} ne "") { - $form->{selecttaxzone} =~ s/value=$form->{taxzone_id}/value=$form->{taxzone_id} selected/; + $form->{selecttaxzone} =~ s/value=\"$form->{taxzone_id}\"/value=\"$form->{taxzone_id}\" selected/; } } $taxzone = qq| - | . $locale->text('Steuersatz') . qq| - - + | . $locale->text('Steuersatz') . qq| + + |; my @old_project_ids = ($form->{"globalproject_id"}); @@ -371,7 +371,8 @@ sub form_header { "old_id" => \@old_project_ids }, "employees" => "ALL_SALESMEN"); - my (%labels, @values); + my %labels; + my @values = (undef); foreach my $item (@{ $form->{"ALL_CONTACTS"} }) { push(@values, $item->{"cp_id"}); $labels{$item->{"cp_id"}} = $item->{"cp_name"} . @@ -451,30 +452,30 @@ sub form_header { if ($form->{currency} ne $form->{defaultcurrency}) { if ($form->{forex}) { $exchangerate .= - qq|| + qq|| . $locale->text('Exchangerate') - . qq|$form->{exchangerate}{exchangerate}>|; + . qq|$form->{exchangerate}|; } else { $exchangerate .= - qq|| + qq|| . $locale->text('Exchangerate') - . qq|{exchangerate}>|; + . qq||; } } $exchangerate .= qq| -{forex}> + |; $customer = ($form->{selectcustomer}) - ? qq|\n| - : qq||; + ? qq|\n| + : qq||; $department = qq| | . $locale->text('Department') . qq| - - + + | if $form->{selectdepartment}; @@ -484,9 +485,9 @@ sub form_header { if ($form->{business}) { $business = qq| - | . $locale->text('Business') . qq| + | . $locale->text('Business') . qq| $form->{business} - | . $locale->text('Trade Discount') . qq| + | . $locale->text('Trade Discount') . qq| | . $form->format_amount(\%myconfig, $form->{tradediscount} * 100) . qq| % @@ -497,12 +498,12 @@ sub form_header { if ($form->{max_dunning_level}) { $dunning = qq| - + - + - + @@ -523,11 +524,10 @@ sub form_header { # with JavaScript Calendar $button1 = qq| - - - |; - + + |; + #write Trigger $jsscript = Form->write_trigger(\%myconfig, "1", @@ -537,28 +537,28 @@ sub form_header { # without JavaScript Calendar $button1 = - qq||; + qq||; $button2 = - qq||; + qq||; } } else { if ($form->{jsscript}) { # with JavaScript Calendar $button1 = qq| - - + + |; $button2 = qq| - - + + |; $button3 = qq| - - + + |; #write Trigger @@ -573,7 +573,7 @@ sub form_header { # without JavaScript Calendar $button1 = - qq||; + qq||; $button2 = qq||; } @@ -610,69 +610,45 @@ sub form_header { -{script}> - - -{id}> -{action}> - -{type}> -{media}> -{format}> - - - - + +| ; +map({print $cgi->hidden("-name" => $_ , "-value" => $form->{$_});} + qw(id action type media format queued printed emailed title vc discount + creditlimit creditremaining tradediscount business closedto locked shipped storno storno_id)) ; +print ($form->{saved_message} ? qq|

$form->{saved_message}

| : "") ; +print qq| - -{vc}> + -{discount}> -{creditlimit}> -{creditremaining}> - -{tradediscount}> -{business}> - -{closedto}> -{locked}> - -{shipped}> - -{storno}> -{storno_id}> - -| . ($form->{saved_message} ? qq|

$form->{saved_message}

| : "") . qq| - -
| . $locale->text('Max. Dunning Level') . qq|:| . $locale->text('Max. Dunning Level') . qq|: $form->{max_dunning_level}| . $locale->text('Dunning Amount') . qq|:| . $locale->text('Dunning Amount') . qq|: | . $form->format_amount(\%myconfig, $form->{dunning_amount},2) . qq|{invdate}>text('button') . qq|>{invdate}>{duedate}>{invdate}>text('button') . qq|>{duedate}>text('button') . qq|>{deliverydate}>text('button') . qq|>{invdate}>{duedate}>
- - +
$form->{title}
+ +
$form->{title}
- - +
+
- - - {customer_klass}> - {customer_id}> - - + + + + + - + - -
| . $locale->text('Customer') . qq|$customer| + | . $locale->text('Customer') . qq|$customer| . $locale->text('Contact Person') . qq|$contact$contact
+ - + @@ -683,28 +659,29 @@ sub form_header { $business $dunning - - - + + + $taxzone $department - - - - {defaultcurrency}> - {fxgain_accno}> - {fxloss_accno}> + + + + + + $exchangerate - - - + + - - + + |; # # print qq|
| . $locale->text('Credit Limit') . qq| $form->{creditlimit} | . $locale->text('Remaining') . qq| $form->{creditremaining}
| . $locale->text('Record in') . qq|| . $locale->text('Record in') . qq|
| . $locale->text('Currency') . qq|| . $locale->text('Currency') . qq|
| . $locale->text('Shipping Point') . qq|
| . $locale->text('Shipping Point') . qq| | . + $cgi->textfield("-name" => "shippingpoint", "-size" => 35, "-value" => $form->{shippingpoint}) . + qq|
| . $locale->text('Ship via') . qq|| . $locale->text('Ship via') . qq|
@@ -728,46 +705,46 @@ sub form_header { #
+ - - - + + + $salesman |; if ($form->{type} eq "credit_note") { print qq| - - + + - + $button1 |; } else { print qq| - - + + - + $button1 - + $button2 - + $button3 |; } print qq| - - + + @@ -775,8 +752,8 @@ print qq| - - + + @@ -784,8 +761,8 @@ print qq| - - + + @@ -801,37 +778,21 @@ print qq| - +| . $jsscript - +. qq| - - - - - - - - - - - - - - - - - - - -|; - - foreach $item (split / /, $form->{taxaccounts}) { - print qq| - - - -|; +| ; +map({ print($cgi->hidden("-name" => $_, "-value" => $form->{$_})); } + qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2)); +print qq| |; +map({ print($cgi->hidden("-name" => $_, "-value" => $form->{$_})); } + qw(message email subject cc bcc taxaccounts)); +print qq||; + + foreach $item (split(/ /, $form->{taxaccounts})) { + map({ print($cgi->hidden("-name" => $_, "-value" => $form->{$_})); } + ("${item}_rate", "${item}_description", "${item}_taxnumber")); } $lxdebug->leave_sub(); } @@ -849,16 +810,16 @@ sub form_footer { } $rows = ($rows > $introws) ? $rows : $introws; $notes = - qq||; + qq||; $intnotes = - qq||; + qq||; $form->{taxincluded} = ($form->{taxincluded}) ? "checked" : ""; $taxincluded = ""; if ($form->{taxaccounts}) { $taxincluded = qq| - {taxincluded}> | + {taxincluded}> | . $locale->text('Tax Included') . qq|

|; } @@ -876,9 +837,9 @@ sub form_footer { $tax .= qq|
- - + |; } @@ -889,8 +850,8 @@ sub form_footer { $subtotal = qq| - - + + |; @@ -916,13 +877,13 @@ sub form_footer { $tax .= qq| - - + - - + + |; } @@ -937,31 +898,31 @@ sub form_footer { print qq|
| . $locale->text('Employee') . qq|| . $locale->text('Employee') . qq|
| . $locale->text('Credit Note Number') . qq|| . $locale->text('Credit Note Number') . qq|
| . $locale->text('Credit Note Date') . qq|| . $locale->text('Credit Note Date') . qq|
| . $locale->text('Invoice Number') . qq|| . $locale->text('Invoice Number') . qq|
| . $locale->text('Invoice Date') . qq|| . $locale->text('Invoice Date') . qq|
| . $locale->text('Due Date') . qq|| . $locale->text('Due Date') . qq|
| . $locale->text('Delivery Date') . qq|| . $locale->text('Delivery Date') . qq|
| . $locale->text('Order Number') . qq|| . $locale->text('Order Number') . qq|
| . $locale->text('Order Date') . qq|
| . $locale->text('Quotation Number') . qq|| . $locale->text('Quotation Number') . qq|
| . $locale->text('Quotation Date') . qq|
| . $locale->text('Customer Order Number') . qq|| . $locale->text('Customer Order Number') . qq|
| . $locale->text('Project Number') . qq|
$form->{"${item}_description"} | + $form->{"${item}_description"} | . $form->{"${item}_rate"} * 100 .qq|%$form->{"${item}_total"}$form->{"${item}_total"}
| . $locale->text('Subtotal') . qq|$form->{invsubtotal}| . $locale->text('Subtotal') . qq|$form->{invsubtotal}
Enthaltene $form->{"${item}_description"} | + Enthaltene $form->{"${item}_description"} | . $form->{"${item}_rate"} * 100 .qq|%$form->{"${item}_total"}$form->{"${item}_total"}
Nettobetrag$form->{"${item}_netto"}Nettobetrag$form->{"${item}_netto"}
- - +
+ - @@ -973,20 +934,20 @@ sub form_footer { if ($webdav) { $webdav_list = qq| - + - + -
- - - + + + - + -
| . $locale->text('Notes') . qq|| . $locale->text('Internal Notes') . qq|| . $locale->text('Payment Terms') . qq|| . $locale->text('Notes') . qq|| . $locale->text('Internal Notes') . qq|| . $locale->text('Payment Terms') . qq|
$notes $intnotes
+ $taxincluded - +
$subtotal $tax - - + +
| . $locale->text('Total') . qq|$form->{invtotal}| . $locale->text('Total') . qq|$form->{invtotal}


Dokumente im Webdav-RepositoryDokumente im Webdav-Repository
- - +
DateinameWebdavlink
+ + |; foreach $file (keys %{ $form->{WEBDAV} }) { $webdav_list .= qq| - - + + |; } @@ -1001,9 +962,9 @@ if ($form->{type} eq "credit_note") { print qq|
DateinameWebdavlink
$file$form->{WEBDAV}{$file}$file$form->{WEBDAV}{$file}
- - -
| + + + |; @@ -1011,9 +972,9 @@ if ($form->{type} eq "credit_note") { print qq|
| . $locale->text('Payments') . qq|
- - - - +
| + + + |; @@ -1064,30 +1025,26 @@ if ($form->{type} eq "credit_note") { $exchangerate = qq| |; if ($form->{currency} ne $form->{defaultcurrency}) { if ($form->{"forex_$i"}) { - $exchangerate = - qq|{"exchangerate_$i"}>$form->{"exchangerate_$i"}|; + $exchangerate = qq|$form->{"exchangerate_$i"}|; } else { - $exchangerate = - qq|{"exchangerate_$i"}>|; + $exchangerate = qq||; } } - $exchangerate .= qq| -{"forex_$i"}> -|; + $exchangerate .= qq||; $column_data{"paid_$i"} = - qq||; - $column_data{"exchangerate_$i"} = qq||; + qq||; + $column_data{"exchangerate_$i"} = qq||; $column_data{"AR_paid_$i"} = - qq||; + qq||; $column_data{"datepaid_$i"} = - qq||; $column_data{"source_$i"} = - qq||; + qq||; $column_data{"memo_$i"} = - qq||; + qq||; map { print qq|$column_data{"${_}_$i"}\n| } @column_index; print " @@ -1095,16 +1052,13 @@ if ($form->{type} eq "credit_note") { push(@triggers, "datepaid_$i", "BL", "trigger_datepaid_$i"); } - print qq| -{paidaccounts}> - -{oldinvtotal}> - + map({ print($cgi->hidden("-name" => $_, "-value" => $form->{$_})); } qw(paidaccounts selectAR_paid oldinvtotal)); + print qq|
| . $locale->text('Incoming Payments') . qq|
{"paid_$i"}>$exchangerate$exchangerate{"datepaid_$i"}> + qq|{"datepaid_$i"}>


@@ -1125,31 +1079,31 @@ if ($form->{type} eq "credit_note") { my $show_storno = !$form->{storno} && !IS->has_storno(\%myconfig, $form, "ar"); print qq| - - - - |; - print qq| | if ($show_storno); - print qq| |; - print qq| |; if ($form->{id} && !($form->{type} eq "credit_note")) { print qq| - |; } if ($form->{radier}) { print qq| - |; } @@ -1157,24 +1111,24 @@ if ($form->{type} eq "credit_note") { if ($invdate > $closedto) { print qq| - |; } } else { if ($invdate > $closedto) { - print qq| - - - - - | . NTI($cgi->submit('-name' => 'action', '-value' => $locale->text('Save draft'), '-class' => 'submit')); @@ -1196,17 +1150,13 @@ if ($form->{type} eq "credit_note") { print $form->write_trigger(\%myconfig, scalar(@triggers) / 3, @triggers) . qq| -{rowcount}> - - -| + +| . +$cgi->hidden("-name" => "callback", "-value" => $form->{callback}) . $cgi->hidden('-name' => 'draft_id', '-default' => [$form->{draft_id}]) -. $cgi->hidden('-name' => 'draft_description', '-default' => [$form->{draft_description}]) -. qq| -{path}> -{login}> -{password}> - +. $cgi->hidden('-name' => 'draft_description', '-default' => [$form->{draft_description}]); +map({ print $cgi->hidden("-name" => $_ , "-value" => $form->{$_});} qw(path login password)); +print qq| @@ -1566,7 +1516,7 @@ sub delete { print qq| -
{script}> + |; # delete action variable @@ -1574,11 +1524,11 @@ sub delete { foreach $key (keys %$form) { $form->{$key} =~ s/\"/"/g; - print qq|\n|; + print qq|\n|; } print qq| -

| . $locale->text('Confirm!') . qq|

+

| . $locale->text('Confirm!') . qq|

| . $locale->text('Are you sure you want to delete Invoice Number') @@ -1586,7 +1536,7 @@ sub delete {

-

|;