X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fis.pl;h=33a049f171131b2bbe53d9bd7be3a6313534bbbb;hb=7712480e4a082f84a2229f5b1a90d79a6c01255b;hp=b1258f83cbc2ce050739447e761d16bcd1a80225;hpb=036fe04d0f9d0ccfc7ef563530d3c118986ef0ca;p=kivitendo-erp.git diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index b1258f83c..33a049f17 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -37,6 +37,7 @@ use Data::Dumper; require "$form->{path}/io.pl"; require "$form->{path}/arap.pl"; +require "bin/mozilla/drafts.pl"; 1; @@ -44,7 +45,9 @@ require "$form->{path}/arap.pl"; sub add { $lxdebug->enter_sub(); - + + return $lxdebug->leave_sub() if (load_draft_maybe()); + if ($form->{type} eq "credit_note") { $form->{title} = $locale->text('Add Credit Note'); @@ -621,7 +624,7 @@ sub form_header { {storno}> {storno_id}> - +| . ($form->{saved_message} ? qq|

$form->{saved_message}

| : "") . qq| @@ -853,8 +856,8 @@ sub form_footer { $tax .= qq| - + |; @@ -894,7 +897,7 @@ sub form_footer { $tax .= qq| + . $form->{"${item}_rate"} * 100 .qq|% @@ -1150,7 +1153,9 @@ if ($form->{type} eq "credit_note") { |; + . $locale->text('Post') . qq|"> | . + NTI($cgi->submit('-name' => 'action', '-value' => $locale->text('Save draft'), + '-class' => 'submit')); } } @@ -1172,7 +1177,10 @@ if ($form->{type} eq "credit_note") { {rowcount}> - +| +. $cgi->hidden('-name' => 'draft_id', '-default' => [$form->{draft_id}]) +. $cgi->hidden('-name' => 'draft_description', '-default' => [$form->{draft_description}]) +. qq| {path}> {login}> {password}> @@ -1433,18 +1441,20 @@ sub post { $form->{id} = 0 if $form->{postasnew}; # get new invnumber in sequence if no invnumber is given or if posasnew was requested - if (!$form->{invnumber} || $form->{postasnew}) { + if ($form->{postasnew}) { if ($form->{type} eq "credit_note") { - $form->{invnumber} = $form->update_defaults(\%myconfig, "cnnumber"); + undef($form->{cnnumber}); } else { - $form->{invnumber} = $form->update_defaults(\%myconfig, "invnumber"); + undef($form->{invnumber}); } } + relink_accounts(); if ($print_post) { if (!(IS->post_invoice(\%myconfig, \%$form))) { $form->error($locale->text('Cannot post invoice!')); } + remove_draft() if $form->{remove_draft}; # saving the history if(!exists $form->{addition}) { $form->{addition} = "PRINTED AND POSTED"; @@ -1453,9 +1463,10 @@ sub post { # /saving the history } else { - if (IS->post_invoice(\%myconfig, \%$form)){ + if (IS->post_invoice(\%myconfig, \%$form)){ + remove_draft() if $form->{remove_draft}; # saving the history - if(!exists $form->{addition}) { + if(!exists $form->{addition}) { if($form->{storno}) { $form->{addition} = "STORNO"; }
$form->{"${item}_description"} | - . $form->{"${item}_rate"} * 100 .qq|%$form->{"${item}_description"} | + . $form->{"${item}_rate"} * 100 .qq|% $form->{"${item}_total"}
Enthaltene $form->{"${item}_description"} | - . $form->{"${item}_rate"} * 100 .qq|% $form->{"${item}_total"}