X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/e53cae0004bd4cfe8077745c8f05c94a2645ca5e..ec93aab75346a6caeeeca81ddc7a070e73a6a7c8:/bin/mozilla/io.pl
diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl
index e7e8b1337..d8b522de2 100644
--- a/bin/mozilla/io.pl
+++ b/bin/mozilla/io.pl
@@ -242,6 +242,13 @@ sub display_row {
$delvar = 'reqdate';
}
+ my %projectnumber_labels = ();
+ my @projectnumber_values = ("");
+ foreach my $item (@{ $form->{"ALL_PROJECTS"} }) {
+ push(@projectnumber_values, $item->{"id"});
+ $projectnumber_labels{$item->{"id"}} = $item->{"projectnumber"};
+ }
+
for $i (1 .. $numrows) {
# undo formatting
@@ -486,11 +493,12 @@ sub display_row {
$serialnumber |;
}
- print qq|
- $projectnumber
-
-
-|;
+ print qq|$projectnumber | .
+ NTI($cgi->popup_menu('-name' => "project_id_$i",
+ '-values' => \@projectnumber_values,
+ '-labels' => \%projectnumber_labels,
+ '-default' => $form->{"project_id_$i"}));
+
if ($form->{type} eq 'invoice' or $form->{type} =~ /order/) {
my $reqdate_term =
($form->{type} eq 'invoice')
@@ -667,7 +675,7 @@ sub select_item {
-
+
@@ -881,6 +889,9 @@ sub display_form {
relink_accounts();
+ my $new_rowcount = $form->{"rowcount"} * 1 + 1;
+ $form->{"project_id_${new_rowcount}"} = $form->{"globalproject_id"};
+
$form->language_payment(\%myconfig);
# if we have a display_form
@@ -889,6 +900,8 @@ sub display_form {
exit;
}
+ Common::webdav_folder($form) if ($webdav);
+
# if ( $form->{print_and_post}
# && $form->{second_run}
# && ($form->{action} eq "display_form")) {
@@ -981,10 +994,8 @@ sub check_form {
# remove any makes or model rows
if ($form->{item} eq 'part') {
- $lxdebug->message(0, "a1 $form->{sellprice}");
map { $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) }
qw(listprice sellprice lastcost weight rop);
- $lxdebug->message(0, "a2 $form->{sellprice}");
@flds = (make, model);
for my $i (1 .. ($form->{makemodel_rows})) {
@@ -997,9 +1008,7 @@ sub check_form {
}
}
- $lxdebug->message(0, "a3 $form->{sellprice}");
$form->redo_rows(\@flds, \@a, $count, $form->{makemodel_rows});
- $lxdebug->message(0, "a4 $form->{sellprice}");
$form->{makemodel_rows} = $count;
} elsif ($form->{item} eq 'assembly') {
@@ -1080,7 +1089,6 @@ sub check_form {
}
}
- $lxdebug->message(0, "a5 $form->{sellprice}");
#sk
# if pricegroups
if ( $form->{type} =~ (/sales_quotation/)
@@ -1095,10 +1103,8 @@ sub check_form {
set_pricegroup($form->{rowcount});
}
- $lxdebug->message(0, "a6 $form->{sellprice}");
&display_form;
- $lxdebug->message(0, "a7 $form->{sellprice}");
$lxdebug->leave_sub();
}
@@ -1336,7 +1342,7 @@ sub e_mail {
my $attachment_filename = $formname_translations{$form->{"formname"}};
my $prefix;
- if ($form->{"type"} =~ /invoice/) {
+ if (grep({ $form->{"type"} eq $_ } qw(invoice credit_note))) {
$prefix = "inv";
} elsif ($form->{"type"} =~ /_quotation$/) {
$prefix = "quo";
@@ -1554,20 +1560,6 @@ sub print_options {
. $locale->text('Credit Note');
}
- if ($form->{type} eq 'ship_order') {
- $type = qq|