Unterstützung für PostgreSQL 12 Teil 3
[kivitendo-erp.git] / SL / IS.pm
1 #=====================================================================
2 # LX-Office ERP
3 # Copyright (C) 2004
4 # Based on SQL-Ledger Version 2.1.9
5 # Web http://www.lx-office.org
6 #
7 #=====================================================================
8 # SQL-Ledger Accounting
9 # Copyright (C) 1998-2002
10 #
11 #  Author: Dieter Simader
12 #   Email: dsimader@sql-ledger.org
13 #     Web: http://www.sql-ledger.org
14 #
15 #  Contributors:
16 #
17 # This program is free software; you can redistribute it and/or modify
18 # it under the terms of the GNU General Public License as published by
19 # the Free Software Foundation; either version 2 of the License, or
20 # (at your option) any later version.
21 #
22 # This program is distributed in the hope that it will be useful,
23 # but WITHOUT ANY WARRANTY; without even the implied warranty of
24 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25 # GNU General Public License for more details.
26 # You should have received a copy of the GNU General Public License
27 # along with this program; if not, write to the Free Software
28 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
29 # MA 02110-1335, USA.
30 #======================================================================
31 #
32 # Inventory invoicing module
33 #
34 #======================================================================
35
36 package IS;
37
38 use List::Util qw(max);
39
40 use Carp;
41 use SL::AM;
42 use SL::ARAP;
43 use SL::CVar;
44 use SL::Common;
45 use SL::DATEV qw(:CONSTANTS);
46 use SL::DBUtils;
47 use SL::DO;
48 use SL::GenericTranslations;
49 use SL::HTML::Restrict;
50 use SL::MoreCommon;
51 use SL::IC;
52 use SL::IO;
53 use SL::TransNumber;
54 use SL::DB::Default;
55 use SL::DB::Draft;
56 use SL::DB::Tax;
57 use SL::DB::TaxZone;
58 use SL::TransNumber;
59 use SL::DB;
60 use SL::Presenter::Part qw(type_abbreviation classification_abbreviation);
61 use Data::Dumper;
62
63 use strict;
64 use constant PCLASS_OK             =>   0;
65 use constant PCLASS_NOTFORSALE     =>   1;
66 use constant PCLASS_NOTFORPURCHASE =>   2;
67
68 sub invoice_details {
69   $main::lxdebug->enter_sub();
70
71   # prepare invoice for printing
72
73   my ($self, $myconfig, $form, $locale) = @_;
74
75   $form->{duedate} ||= $form->{invdate};
76
77   # connect to database
78   my $dbh = $form->get_standard_dbh;
79   my $sth;
80
81   my (@project_ids);
82   $form->{TEMPLATE_ARRAYS} = {};
83
84   push(@project_ids, $form->{"globalproject_id"}) if ($form->{"globalproject_id"});
85
86   $form->get_lists('price_factors' => 'ALL_PRICE_FACTORS');
87   my %price_factors;
88
89   foreach my $pfac (@{ $form->{ALL_PRICE_FACTORS} }) {
90     $price_factors{$pfac->{id}}  = $pfac;
91     $pfac->{factor}             *= 1;
92     $pfac->{formatted_factor}    = $form->format_amount($myconfig, $pfac->{factor});
93   }
94
95   # sort items by partsgroup
96   for my $i (1 .. $form->{rowcount}) {
97 #    $partsgroup = "";
98 #    if ($form->{"partsgroup_$i"} && $form->{groupitems}) {
99 #      $partsgroup = $form->{"partsgroup_$i"};
100 #    }
101 #    push @partsgroup, [$i, $partsgroup];
102     push(@project_ids, $form->{"project_id_$i"}) if ($form->{"project_id_$i"});
103   }
104
105   my $projects = [];
106   my %projects_by_id;
107   if (@project_ids) {
108     $projects = SL::DB::Manager::Project->get_all(query => [ id => \@project_ids ]);
109     %projects_by_id = map { $_->id => $_ } @$projects;
110   }
111
112   if ($projects_by_id{$form->{"globalproject_id"}}) {
113     $form->{globalprojectnumber} = $projects_by_id{$form->{"globalproject_id"}}->projectnumber;
114     $form->{globalprojectdescription} = $projects_by_id{$form->{"globalproject_id"}}->description;
115
116     for (@{ $projects_by_id{$form->{"globalproject_id"}}->cvars_by_config }) {
117       $form->{"project_cvar_" . $_->config->name} = $_->value_as_text;
118     }
119   }
120
121   my $tax = 0;
122   my $item;
123   my $i;
124   my @partsgroup = ();
125   my $partsgroup;
126
127   # sort items by partsgroup
128   for $i (1 .. $form->{rowcount}) {
129     $partsgroup = "";
130     if ($form->{"partsgroup_$i"} && $form->{groupitems}) {
131       $partsgroup = $form->{"partsgroup_$i"};
132     }
133     push @partsgroup, [$i, $partsgroup];
134   }
135
136   my $sameitem = "";
137   my @taxaccounts;
138   my %taxaccounts;
139   my %taxbase;
140   my $taxrate;
141   my $taxamount;
142   my $taxbase;
143   my $taxdiff;
144   my $nodiscount;
145   my $yesdiscount;
146   my $nodiscount_subtotal = 0;
147   my $discount_subtotal = 0;
148   my $position = 0;
149   my $subtotal_header = 0;
150   my $subposition = 0;
151
152   $form->{discount} = [];
153
154   # get some values of parts from db on store them in extra array,
155   # so that they can be sorted in later
156   my %prepared_template_arrays = IC->prepare_parts_for_printing(myconfig => $myconfig, form => $form);
157   my @prepared_arrays          = keys %prepared_template_arrays;
158   my @separate_totals          = qw(non_separate_subtotal);
159
160   my $ic_cvar_configs = CVar->get_configs(module => 'IC');
161   my $project_cvar_configs = CVar->get_configs(module => 'Projects');
162
163   my @arrays =
164     qw(runningnumber number description longdescription qty qty_nofmt unit bin
165        deliverydate_oe ordnumber_oe donumber_do transdate_oe invnumber invdate
166        partnotes serialnumber reqdate sellprice sellprice_nofmt listprice listprice_nofmt netprice netprice_nofmt
167        discount discount_nofmt p_discount discount_sub discount_sub_nofmt nodiscount_sub nodiscount_sub_nofmt
168        linetotal linetotal_nofmt nodiscount_linetotal nodiscount_linetotal_nofmt tax_rate projectnumber projectdescription
169        price_factor price_factor_name partsgroup weight weight_nofmt lineweight lineweight_nofmt);
170
171   push @arrays, map { "ic_cvar_$_->{name}" } @{ $ic_cvar_configs };
172   push @arrays, map { "project_cvar_$_->{name}" } @{ $project_cvar_configs };
173
174   my @tax_arrays = qw(taxbase tax taxdescription taxrate taxnumber);
175
176   my @payment_arrays = qw(payment paymentaccount paymentdate paymentsource paymentmemo);
177
178   map { $form->{TEMPLATE_ARRAYS}->{$_} = [] } (@arrays, @tax_arrays, @payment_arrays, @prepared_arrays);
179
180   my $totalweight = 0;
181   foreach $item (sort { $a->[1] cmp $b->[1] } @partsgroup) {
182     $i = $item->[0];
183
184     if ($item->[1] ne $sameitem) {
185       push(@{ $form->{TEMPLATE_ARRAYS}->{entry_type}  }, 'partsgroup');
186       push(@{ $form->{TEMPLATE_ARRAYS}->{description} }, qq|$item->[1]|);
187       $sameitem = $item->[1];
188
189       map({ push(@{ $form->{TEMPLATE_ARRAYS}->{$_} }, "") } grep({ $_ ne "description" } (@arrays, @prepared_arrays)));
190     }
191
192     $form->{"qty_$i"} = $form->parse_amount($myconfig, $form->{"qty_$i"});
193
194     if ($form->{"id_$i"} != 0) {
195
196       # Prepare linked items for printing
197       if ( $form->{"invoice_id_$i"} ) {
198
199         require SL::DB::InvoiceItem;
200         my $invoice_item = SL::DB::Manager::InvoiceItem->find_by( id => $form->{"invoice_id_$i"} );
201         my $linkeditems  = $invoice_item->linked_records( direction => 'from', recursive => 1 );
202
203         # check for (recursively) linked sales quotation items, sales order
204         # items and sales delivery order items.
205
206         # The checks for $form->{"ordnumber_$i"} and quo and do are for the old
207         # behaviour, where this data was stored in its own database fields in
208         # the invoice items, and there were no record links for the items.
209
210         # If this information were to be fetched in retrieve_invoice, e.g. for showing
211         # this information in the second row, then these fields will already have
212         # been set and won't be calculated again. This shouldn't be done there
213         # though, as each invocation creates several database calls per item, and would
214         # make the interface very slow for many items. So currently these
215         # requests are only made when printing the record.
216
217         # When using the workflow an invoice item can only be (recursively) linked to at
218         # most one sales quotation item and at most one delivery order item.  But it may
219         # be linked back to several order items, if collective orders were involved. If
220         # that is the case we will always choose the very first order item from the
221         # original order, i.e. where it first appeared in an order.
222
223         # TODO: credit note items aren't checked for a record link to their
224         # invoice item
225
226         unless ( $form->{"ordnumber_$i"} ) {
227
228           # $form->{"ordnumber_$i"} comes from ordnumber in invoice, if an
229           # entry exists this must be from before the change from ordnumber to linked items.
230           # So we just use that value and don't check for linked items.
231           # In that case there won't be any links for quo or do items either
232
233           # sales order items are fetched and sorted by id, the lowest id is first
234           # It is assumed that the id always grows, so the item we want (the original) will have the lowest id
235           # better solution: filter the order_item that doesn't have any links from other order_items
236           #                  or maybe fetch linked_records with param save_path and order by _record_length_depth
237           my @linked_orderitems = grep { $_->isa("SL::DB::OrderItem") && $_->record->type eq 'sales_order' } @{$linkeditems};
238           if ( scalar @linked_orderitems ) {
239             @linked_orderitems = sort { $a->id <=> $b->id } @linked_orderitems;
240             my $orderitem = $linked_orderitems[0]; # 0: the original order item, -1: the last collective order item
241
242             $form->{"ordnumber_$i"}       = $orderitem->record->record_number;
243             $form->{"transdate_oe_$i"}    = $orderitem->record->transdate->to_kivitendo;
244             $form->{"cusordnumber_oe_$i"} = $orderitem->record->cusordnumber;
245           };
246
247           my @linked_quoitems = grep { $_->isa("SL::DB::OrderItem") && $_->record->type eq 'sales_quotation' } @{$linkeditems};
248           if ( scalar @linked_quoitems ) {
249             croak "an invoice item may only be linked back to 1 sales quotation item, something is wrong\n" unless scalar @linked_quoitems == 1;
250             $form->{"quonumber_$i"}     = $linked_quoitems[0]->record->record_number;
251             $form->{"transdate_quo_$i"} = $linked_quoitems[0]->record->transdate->to_kivitendo;
252           };
253
254           my @linked_deliveryorderitems = grep { $_->isa("SL::DB::DeliveryOrderItem") && $_->record->type eq 'sales_delivery_order' } @{$linkeditems};
255           if ( scalar @linked_deliveryorderitems ) {
256             croak "an invoice item may only be linked back to 1 sales delivery item, something is wrong\n" unless scalar @linked_deliveryorderitems == 1;
257             $form->{"donumber_$i"}     = $linked_deliveryorderitems[0]->record->record_number;
258             $form->{"transdate_do_$i"} = $linked_deliveryorderitems[0]->record->transdate->to_kivitendo;
259           };
260         };
261       };
262
263
264       # add number, description and qty to $form->{number},
265       if ($form->{"subtotal_$i"} && !$subtotal_header) {
266         $subtotal_header = $i;
267         $position = int($position);
268         $subposition = 0;
269         $position++;
270       } elsif ($subtotal_header) {
271         $subposition += 1;
272         $position = int($position);
273         $position = $position.".".$subposition;
274       } else {
275         $position = int($position);
276         $position++;
277       }
278
279       my $price_factor = $price_factors{$form->{"price_factor_id_$i"}} || { 'factor' => 1 };
280
281       push(@{ $form->{TEMPLATE_ARRAYS}->{$_} },                $prepared_template_arrays{$_}[$i - 1]) for @prepared_arrays;
282
283       push @{ $form->{TEMPLATE_ARRAYS}->{entry_type} },        'normal';
284       push @{ $form->{TEMPLATE_ARRAYS}->{runningnumber} },     $position;
285       push @{ $form->{TEMPLATE_ARRAYS}->{number} },            $form->{"partnumber_$i"};
286       push @{ $form->{TEMPLATE_ARRAYS}->{serialnumber} },      $form->{"serialnumber_$i"};
287       push @{ $form->{TEMPLATE_ARRAYS}->{bin} },               $form->{"bin_$i"};
288       push @{ $form->{TEMPLATE_ARRAYS}->{partnotes} },         $form->{"partnotes_$i"};
289       push @{ $form->{TEMPLATE_ARRAYS}->{description} },       $form->{"description_$i"};
290       push @{ $form->{TEMPLATE_ARRAYS}->{longdescription} },   $form->{"longdescription_$i"};
291       push @{ $form->{TEMPLATE_ARRAYS}->{qty} },               $form->format_amount($myconfig, $form->{"qty_$i"});
292       push @{ $form->{TEMPLATE_ARRAYS}->{qty_nofmt} },         $form->{"qty_$i"};
293       push @{ $form->{TEMPLATE_ARRAYS}->{unit} },              $form->{"unit_$i"};
294       push @{ $form->{TEMPLATE_ARRAYS}->{deliverydate_oe} },   $form->{"reqdate_$i"};
295       push @{ $form->{TEMPLATE_ARRAYS}->{sellprice} },         $form->{"sellprice_$i"};
296       push @{ $form->{TEMPLATE_ARRAYS}->{sellprice_nofmt} },   $form->parse_amount($myconfig, $form->{"sellprice_$i"});
297       # linked item print variables
298       push @{ $form->{TEMPLATE_ARRAYS}->{quonumber_quo} },     $form->{"quonumber_$i"};
299       push @{ $form->{TEMPLATE_ARRAYS}->{transdate_quo} },     $form->{"transdate_quo_$i"};
300       push @{ $form->{TEMPLATE_ARRAYS}->{ordnumber_oe} },      $form->{"ordnumber_$i"};
301       push @{ $form->{TEMPLATE_ARRAYS}->{transdate_oe} },      $form->{"transdate_oe_$i"};
302       push @{ $form->{TEMPLATE_ARRAYS}->{cusordnumber_oe} },   $form->{"cusordnumber_oe_$i"};
303       push @{ $form->{TEMPLATE_ARRAYS}->{donumber_do} },       $form->{"donumber_$i"};
304       push @{ $form->{TEMPLATE_ARRAYS}->{transdate_do} },      $form->{"transdate_do_$i"};
305
306       push @{ $form->{TEMPLATE_ARRAYS}->{invnumber} },         $form->{"invnumber"};
307       push @{ $form->{TEMPLATE_ARRAYS}->{invdate} },           $form->{"invdate"};
308       push @{ $form->{TEMPLATE_ARRAYS}->{price_factor} },      $price_factor->{formatted_factor};
309       push @{ $form->{TEMPLATE_ARRAYS}->{price_factor_name} }, $price_factor->{description};
310       push @{ $form->{TEMPLATE_ARRAYS}->{partsgroup} },        $form->{"partsgroup_$i"};
311       push @{ $form->{TEMPLATE_ARRAYS}->{reqdate} },           $form->{"reqdate_$i"};
312       push @{ $form->{TEMPLATE_ARRAYS}->{listprice} },         $form->format_amount($myconfig, $form->{"listprice_$i"}, 2);
313       push(@{ $form->{TEMPLATE_ARRAYS}->{listprice_nofmt} },   $form->{"listprice_$i"});
314
315       my $sellprice     = $form->parse_amount($myconfig, $form->{"sellprice_$i"});
316       my ($dec)         = ($sellprice =~ /\.(\d+)/);
317       my $decimalplaces = max 2, length($dec);
318
319       my $parsed_discount            = $form->parse_amount($myconfig, $form->{"discount_$i"});
320
321       my $linetotal_exact            = $form->{"qty_$i"} * $sellprice * (100 - $parsed_discount) / 100 / $price_factor->{factor};
322       my $linetotal                  = $form->round_amount($linetotal_exact, 2);
323
324       my $nodiscount_exact_linetotal = $form->{"qty_$i"} * $sellprice                                  / $price_factor->{factor};
325       my $nodiscount_linetotal       = $form->round_amount($nodiscount_exact_linetotal,2);
326
327       my $discount                   = $nodiscount_linetotal - $linetotal; # is always rounded because $nodiscount_linetotal and $linetotal are rounded
328
329       my $discount_round_error       = $discount + ($linetotal_exact - $nodiscount_exact_linetotal); # not used
330
331       $form->{"netprice_$i"}   = $form->round_amount($form->{"qty_$i"} ? ($linetotal / $form->{"qty_$i"}) : 0, $decimalplaces);
332
333       push @{ $form->{TEMPLATE_ARRAYS}->{netprice} },       ($form->{"netprice_$i"} != 0) ? $form->format_amount($myconfig, $form->{"netprice_$i"}, $decimalplaces) : '';
334       push @{ $form->{TEMPLATE_ARRAYS}->{netprice_nofmt} }, ($form->{"netprice_$i"} != 0) ? $form->{"netprice_$i"} : '';
335
336       $linetotal = ($linetotal != 0) ? $linetotal : '';
337
338       push @{ $form->{TEMPLATE_ARRAYS}->{discount} },       ($discount != 0) ? $form->format_amount($myconfig, $discount * -1, 2) : '';
339       push @{ $form->{TEMPLATE_ARRAYS}->{discount_nofmt} }, ($discount != 0) ? $discount * -1 : '';
340       push @{ $form->{TEMPLATE_ARRAYS}->{p_discount} },     $form->{"discount_$i"};
341
342       if ( $prepared_template_arrays{separate}[$i - 1]  ) {
343         my $pabbr = $prepared_template_arrays{separate}[$i - 1];
344         if ( ! $form->{"separate_${pabbr}_subtotal"} ) {
345             push @separate_totals , "separate_${pabbr}_subtotal";
346             $form->{"separate_${pabbr}_subtotal"} = 0;
347         }
348         $form->{"separate_${pabbr}_subtotal"} += $linetotal;
349       } else {
350         $form->{non_separate_subtotal} += $linetotal;
351       }
352
353       $form->{total}            += $linetotal;
354       $form->{nodiscount_total} += $nodiscount_linetotal;
355       $form->{discount_total}   += $discount;
356
357       if ($subtotal_header) {
358         $discount_subtotal   += $linetotal;
359         $nodiscount_subtotal += $nodiscount_linetotal;
360       }
361
362       if ($form->{"subtotal_$i"} && $subtotal_header && ($subtotal_header != $i)) {
363         push @{ $form->{TEMPLATE_ARRAYS}->{discount_sub} },         $form->format_amount($myconfig, $discount_subtotal,   2);
364         push @{ $form->{TEMPLATE_ARRAYS}->{discount_sub_nofmt} },   $discount_subtotal;
365         push @{ $form->{TEMPLATE_ARRAYS}->{nodiscount_sub} },       $form->format_amount($myconfig, $nodiscount_subtotal, 2);
366         push @{ $form->{TEMPLATE_ARRAYS}->{nodiscount_sub_nofmt} }, $nodiscount_subtotal;
367
368         $discount_subtotal   = 0;
369         $nodiscount_subtotal = 0;
370         $subtotal_header     = 0;
371
372       } else {
373         push @{ $form->{TEMPLATE_ARRAYS}->{$_} }, "" for qw(discount_sub nodiscount_sub discount_sub_nofmt nodiscount_sub_nofmt);
374       }
375
376       if (!$form->{"discount_$i"}) {
377         $nodiscount += $linetotal;
378       }
379
380       push @{ $form->{TEMPLATE_ARRAYS}->{linetotal} },                  $form->format_amount($myconfig, $linetotal, 2);
381       push @{ $form->{TEMPLATE_ARRAYS}->{linetotal_nofmt} },            $linetotal_exact;
382       push @{ $form->{TEMPLATE_ARRAYS}->{nodiscount_linetotal} },       $form->format_amount($myconfig, $nodiscount_linetotal, 2);
383       push @{ $form->{TEMPLATE_ARRAYS}->{nodiscount_linetotal_nofmt} }, $nodiscount_linetotal;
384
385       my $project = $projects_by_id{$form->{"project_id_$i"}} || SL::DB::Project->new;
386
387       push @{ $form->{TEMPLATE_ARRAYS}->{projectnumber} },              $project->projectnumber;
388       push @{ $form->{TEMPLATE_ARRAYS}->{projectdescription} },         $project->description;
389
390       my $lineweight = $form->{"qty_$i"} * $form->{"weight_$i"};
391       $totalweight += $lineweight;
392       push @{ $form->{TEMPLATE_ARRAYS}->{weight} },            $form->format_amount($myconfig, $form->{"weight_$i"}, 3);
393       push @{ $form->{TEMPLATE_ARRAYS}->{weight_nofmt} },      $form->{"weight_$i"};
394       push @{ $form->{TEMPLATE_ARRAYS}->{lineweight} },        $form->format_amount($myconfig, $lineweight, 3);
395       push @{ $form->{TEMPLATE_ARRAYS}->{lineweight_nofmt} },  $lineweight;
396
397       @taxaccounts = split(/ /, $form->{"taxaccounts_$i"});
398       $taxrate     = 0;
399       $taxdiff     = 0;
400
401       map { $taxrate += $form->{"${_}_rate"} } @taxaccounts;
402
403       if ($form->{taxincluded}) {
404
405         # calculate tax
406         $taxamount = $linetotal * $taxrate / (1 + $taxrate);
407         $taxbase = $linetotal - $taxamount;
408       } else {
409         $taxamount = $linetotal * $taxrate;
410         $taxbase   = $linetotal;
411       }
412
413       if ($form->round_amount($taxrate, 7) == 0) {
414         if ($form->{taxincluded}) {
415           foreach my $accno (@taxaccounts) {
416             $taxamount            = $form->round_amount($linetotal * $form->{"${accno}_rate"} / (1 + abs($form->{"${accno}_rate"})), 2);
417
418             $taxaccounts{$accno} += $taxamount;
419             $taxdiff             += $taxamount;
420
421             $taxbase{$accno}     += $taxbase;
422           }
423           $taxaccounts{ $taxaccounts[0] } += $taxdiff;
424         } else {
425           foreach my $accno (@taxaccounts) {
426             $taxaccounts{$accno} += $linetotal * $form->{"${accno}_rate"};
427             $taxbase{$accno}     += $taxbase;
428           }
429         }
430       } else {
431         foreach my $accno (@taxaccounts) {
432           $taxaccounts{$accno} += $taxamount * $form->{"${accno}_rate"} / $taxrate;
433           $taxbase{$accno}     += $taxbase;
434         }
435       }
436       my $tax_rate = $taxrate * 100;
437       push(@{ $form->{TEMPLATE_ARRAYS}->{tax_rate} }, qq|$tax_rate|);
438       if ($form->{"part_type_$i"} eq 'assembly') {
439         $sameitem = "";
440
441         # get parts and push them onto the stack
442         my $sortorder = "";
443         if ($form->{groupitems}) {
444           $sortorder =
445             qq|ORDER BY pg.partsgroup, a.position|;
446         } else {
447           $sortorder = qq|ORDER BY a.position|;
448         }
449
450         my $query =
451           qq|SELECT p.partnumber, p.description, p.unit, a.qty, pg.partsgroup
452              FROM assembly a
453              JOIN parts p ON (a.parts_id = p.id)
454              LEFT JOIN partsgroup pg ON (p.partsgroup_id = pg.id)
455              WHERE (a.bom = '1') AND (a.id = ?) $sortorder|;
456         $sth = prepare_execute_query($form, $dbh, $query, conv_i($form->{"id_$i"}));
457
458         while (my $ref = $sth->fetchrow_hashref('NAME_lc')) {
459           if ($form->{groupitems} && $ref->{partsgroup} ne $sameitem) {
460             map({ push(@{ $form->{TEMPLATE_ARRAYS}->{$_} }, "") } grep({ $_ ne "description" } (@arrays, @prepared_arrays)));
461             $sameitem = ($ref->{partsgroup}) ? $ref->{partsgroup} : "--";
462             push(@{ $form->{TEMPLATE_ARRAYS}->{entry_type}  }, 'assembly-item-partsgroup');
463             push(@{ $form->{TEMPLATE_ARRAYS}->{description} }, $sameitem);
464           }
465
466           map { $form->{"a_$_"} = $ref->{$_} } qw(partnumber description);
467
468           push(@{ $form->{TEMPLATE_ARRAYS}->{entry_type}  }, 'assembly-item');
469           push(@{ $form->{TEMPLATE_ARRAYS}->{description} },
470                $form->format_amount($myconfig, $ref->{qty} * $form->{"qty_$i"}
471                  )
472                  . qq| -- $form->{"a_partnumber"}, $form->{"a_description"}|);
473           map({ push(@{ $form->{TEMPLATE_ARRAYS}->{$_} }, "") } grep({ $_ ne "description" } (@arrays, @prepared_arrays)));
474
475         }
476         $sth->finish;
477       }
478
479       CVar->get_non_editable_ic_cvars(form               => $form,
480                                       dbh                => $dbh,
481                                       row                => $i,
482                                       sub_module         => 'invoice',
483                                       may_converted_from => ['delivery_order_items', 'orderitems', 'invoice']);
484
485       push @{ $form->{TEMPLATE_ARRAYS}->{"ic_cvar_$_->{name}"} },
486         CVar->format_to_template(CVar->parse($form->{"ic_cvar_$_->{name}_$i"}, $_), $_)
487           for @{ $ic_cvar_configs };
488
489       push @{ $form->{TEMPLATE_ARRAYS}->{"project_cvar_" . $_->config->name} }, $_->value_as_text for @{ $project->cvars_by_config };
490     }
491   }
492
493   $form->{totalweight}       = $form->format_amount($myconfig, $totalweight, 3);
494   $form->{totalweight_nofmt} = $totalweight;
495   my $defaults = AM->get_defaults();
496   $form->{weightunit}        = $defaults->{weightunit};
497
498   foreach my $item (sort keys %taxaccounts) {
499     $tax += $taxamount = $form->round_amount($taxaccounts{$item}, 2);
500
501     push(@{ $form->{TEMPLATE_ARRAYS}->{taxbase} },        $form->format_amount($myconfig, $taxbase{$item}, 2));
502     push(@{ $form->{TEMPLATE_ARRAYS}->{taxbase_nofmt} },  $taxbase{$item});
503     push(@{ $form->{TEMPLATE_ARRAYS}->{tax} },            $form->format_amount($myconfig, $taxamount,      2));
504     push(@{ $form->{TEMPLATE_ARRAYS}->{tax_nofmt} },      $taxamount );
505     push(@{ $form->{TEMPLATE_ARRAYS}->{taxrate} },        $form->format_amount($myconfig, $form->{"${item}_rate"} * 100));
506     push(@{ $form->{TEMPLATE_ARRAYS}->{taxrate_nofmt} },  $form->{"${item}_rate"} * 100);
507     push(@{ $form->{TEMPLATE_ARRAYS}->{taxnumber} },      $form->{"${item}_taxnumber"});
508
509     # taxnumber is used for grouping the amount of the various taxes
510
511     # this code assumes that at most one tax entry can point to the same
512     # chart_id, even though chart_id does not have a unique constraint!
513
514     # this chart_id is then looked up via its accno, which is the key that is
515     # used to group the different taxes by for a record
516
517     # not every tax has a taxnumber (e.g. tax-free), but that is ok, because
518     # then there would be no tax amount to assign it to
519
520     my $tax_objs = SL::DB::Manager::Tax->get_objects_from_sql(
521       sql  => 'SELECT * FROM tax WHERE chart_id = (SELECT id FROM chart WHERE accno = ?)',
522       args => [ $form->{"${item}_taxnumber"} ]
523     );
524     my $tax_obj;
525     if ( $tax_objs ) {
526       $tax_obj     = $tax_objs->[0];
527     }
528     my $description = $tax_obj ? $tax_obj->translated_attribute('taxdescription',  $form->{language_id}, 0) : '';
529     push(@{ $form->{TEMPLATE_ARRAYS}->{taxdescription} }, $description . q{ } . 100 * $form->{"${item}_rate"} . q{%});
530   }
531
532   for my $i (1 .. $form->{paidaccounts}) {
533     if ($form->{"paid_$i"}) {
534       my ($accno, $description) = split(/--/, $form->{"AR_paid_$i"});
535
536       push(@{ $form->{TEMPLATE_ARRAYS}->{payment} },        $form->{"paid_$i"});
537       push(@{ $form->{TEMPLATE_ARRAYS}->{paymentaccount} }, $description);
538       push(@{ $form->{TEMPLATE_ARRAYS}->{paymentdate} },    $form->{"datepaid_$i"});
539       push(@{ $form->{TEMPLATE_ARRAYS}->{paymentsource} },  $form->{"source_$i"});
540       push(@{ $form->{TEMPLATE_ARRAYS}->{paymentmemo} },    $form->{"memo_$i"});
541
542       $form->{paid} += $form->parse_amount($myconfig, $form->{"paid_$i"});
543     }
544   }
545   if($form->{taxincluded}) {
546     $form->{subtotal}       = $form->format_amount($myconfig, $form->{total} - $tax, 2);
547     $form->{subtotal_nofmt} = $form->{total} - $tax;
548   }
549   else {
550     $form->{subtotal}       = $form->format_amount($myconfig, $form->{total}, 2);
551     $form->{subtotal_nofmt} = $form->{total};
552   }
553
554   $form->{nodiscount_subtotal} = $form->format_amount($myconfig, $form->{nodiscount_total}, 2);
555   $form->{discount_total}      = $form->format_amount($myconfig, $form->{discount_total}, 2);
556   $form->{nodiscount}          = $form->format_amount($myconfig, $nodiscount, 2);
557   $form->{yesdiscount}         = $form->format_amount($myconfig, $form->{nodiscount_total} - $nodiscount, 2);
558
559   my $grossamount = ($form->{taxincluded}) ? $form->{total} : $form->{total} + $tax;
560   $form->{invtotal} = $form->round_amount($grossamount, 2, 1);
561   $form->{rounding} = $form->round_amount(
562     $form->{invtotal} - $form->round_amount($grossamount, 2),
563     2
564   );
565
566   $form->{rounding} = $form->format_amount($myconfig, $form->{rounding}, 2);
567   $form->{total}    = $form->format_amount($myconfig, $form->{invtotal} - $form->{paid}, 2);
568   $form->{invtotal} = $form->format_amount($myconfig, $form->{invtotal}, 2);
569   $form->{paid}     = $form->format_amount($myconfig, $form->{paid}, 2);
570
571   $form->set_payment_options($myconfig, $form->{invdate}, 'sales_invoice');
572
573   $form->{department}    = SL::DB::Manager::Department->find_by(id => $form->{department_id})->description if $form->{department_id};
574   $form->{delivery_term} = SL::DB::Manager::DeliveryTerm->find_by(id => $form->{delivery_term_id} || undef);
575   $form->{delivery_term}->description_long($form->{delivery_term}->translated_attribute('description_long', $form->{language_id})) if $form->{delivery_term} && $form->{language_id};
576
577   $form->{username} = $myconfig->{name};
578   $form->{$_} = $form->format_amount($myconfig, $form->{$_}, 2) for @separate_totals;
579
580   $main::lxdebug->leave_sub();
581 }
582
583 sub customer_details {
584   $main::lxdebug->enter_sub();
585
586   my ($self, $myconfig, $form, @wanted_vars) = @_;
587
588   # connect to database
589   my $dbh = $form->get_standard_dbh;
590
591   my $language_id = $form->{language_id};
592
593   # get contact id, set it if nessessary
594   $form->{cp_id} *= 1;
595
596   my @values =  (conv_i($form->{customer_id}));
597
598   my $where = "";
599   if ($form->{cp_id}) {
600     $where = qq| AND (cp.cp_id = ?) |;
601     push(@values, conv_i($form->{cp_id}));
602   }
603
604   # get rest for the customer
605   my $query =
606     qq|SELECT ct.*, cp.*, ct.notes as customernotes,
607          ct.phone AS customerphone, ct.fax AS customerfax, ct.email AS customeremail,
608          cu.name AS currency
609        FROM customer ct
610        LEFT JOIN contacts cp on ct.id = cp.cp_cv_id
611        LEFT JOIN currencies cu ON (ct.currency_id = cu.id)
612        WHERE (ct.id = ?) $where
613        ORDER BY cp.cp_id
614        LIMIT 1|;
615   my $ref = selectfirst_hashref_query($form, $dbh, $query, @values);
616   # we have no values, probably a invalid contact person. hotfix and first idea for issue #10
617   if (!$ref) {
618     my $customer = SL::DB::Manager::Customer->find_by(id => $::form->{customer_id});
619     if ($customer) {
620       $ref->{name} = $customer->name;
621       $ref->{street} = $customer->street;
622       $ref->{zipcode} = $customer->zipcode;
623       $ref->{country} = $customer->country;
624       $ref->{gln} = $customer->gln;
625     }
626     my $contact = SL::DB::Manager::Contact->find_by(cp_id => $::form->{cp_id});
627     if ($contact) {
628       $ref->{cp_name} = $contact->cp_name;
629       $ref->{cp_givenname} = $contact->cp_givenname;
630       $ref->{cp_gender} = $contact->cp_gender;
631     }
632   }
633   # remove id,notes (double of customernotes) and taxincluded before copy back
634   delete @$ref{qw(id taxincluded notes)};
635
636   @wanted_vars = grep({ $_ } @wanted_vars);
637   if (scalar(@wanted_vars) > 0) {
638     my %h_wanted_vars;
639     map({ $h_wanted_vars{$_} = 1; } @wanted_vars);
640     map({ delete($ref->{$_}) unless ($h_wanted_vars{$_}); } keys(%{$ref}));
641   }
642
643   map { $form->{$_} = $ref->{$_} } keys %$ref;
644
645   if ($form->{delivery_customer_id}) {
646     $query =
647       qq|SELECT *, notes as customernotes
648          FROM customer
649          WHERE id = ?
650          LIMIT 1|;
651     $ref = selectfirst_hashref_query($form, $dbh, $query, conv_i($form->{delivery_customer_id}));
652
653     map { $form->{"dc_$_"} = $ref->{$_} } keys %$ref;
654   }
655
656   if ($form->{delivery_vendor_id}) {
657     $query =
658       qq|SELECT *, notes as customernotes
659          FROM customer
660          WHERE id = ?
661          LIMIT 1|;
662     $ref = selectfirst_hashref_query($form, $dbh, $query, conv_i($form->{delivery_vendor_id}));
663
664     map { $form->{"dv_$_"} = $ref->{$_} } keys %$ref;
665   }
666
667   my $custom_variables = CVar->get_custom_variables('dbh'      => $dbh,
668                                                     'module'   => 'CT',
669                                                     'trans_id' => $form->{customer_id});
670   map { $form->{"vc_cvar_$_->{name}"} = $_->{value} } @{ $custom_variables };
671
672   if ($form->{cp_id}) {
673     $custom_variables = CVar->get_custom_variables(dbh      => $dbh,
674                                                    module   => 'Contacts',
675                                                    trans_id => $form->{cp_id});
676     $form->{"cp_cvar_$_->{name}"} = $_->{value} for @{ $custom_variables };
677   }
678
679   $form->{cp_greeting} = GenericTranslations->get('dbh'              => $dbh,
680                                                   'translation_type' => 'greetings::' . ($form->{cp_gender} eq 'f' ? 'female' : 'male'),
681                                                   'language_id'      => $language_id,
682                                                   'allow_fallback'   => 1);
683
684
685   $main::lxdebug->leave_sub();
686 }
687
688 sub post_invoice {
689   my ($self, $myconfig, $form, $provided_dbh, %params) = @_;
690   $main::lxdebug->enter_sub();
691
692   my $rc = SL::DB->client->with_transaction(\&_post_invoice, $self, $myconfig, $form, $provided_dbh, %params);
693
694   $::lxdebug->leave_sub;
695   return $rc;
696 }
697
698 sub _post_invoice {
699   my ($self, $myconfig, $form, $provided_dbh, %params) = @_;
700
701   my $payments_only = $params{payments_only};
702   my $dbh = $provided_dbh || SL::DB->client->dbh;
703   my $restricter = SL::HTML::Restrict->create;
704
705   my ($query, $sth, $null, $project_id, @values);
706   my $exchangerate = 0;
707
708   my $ic_cvar_configs = CVar->get_configs(module => 'IC',
709                                           dbh    => $dbh);
710
711   if (!$form->{employee_id}) {
712     $form->get_employee($dbh);
713   }
714
715   $form->{defaultcurrency} = $form->get_default_currency($myconfig);
716   my $defaultcurrency = $form->{defaultcurrency};
717
718   my $all_units = AM->retrieve_units($myconfig, $form);
719
720   if (!$payments_only) {
721     if ($form->{storno}) {
722       _delete_transfers($dbh, $form, $form->{storno_id});
723     }
724     if ($form->{id}) {
725       &reverse_invoice($dbh, $form);
726       _delete_transfers($dbh, $form, $form->{id});
727
728     } else {
729       my $trans_number   = SL::TransNumber->new(type => $form->{type}, dbh => $dbh, number => $form->{invnumber}, save => 1);
730       $form->{invnumber} = $trans_number->create_unique unless $trans_number->is_unique;
731
732       $query = qq|SELECT nextval('glid')|;
733       ($form->{"id"}) = selectrow_query($form, $dbh, $query);
734
735       $query = qq|INSERT INTO ar (id, invnumber, currency_id, taxzone_id) VALUES (?, ?, (SELECT id FROM currencies WHERE name=?), ?)|;
736       do_query($form, $dbh, $query, $form->{"id"}, $form->{"id"}, $form->{currency}, $form->{taxzone_id});
737
738       if (!$form->{invnumber}) {
739         my $trans_number   = SL::TransNumber->new(type => $form->{type}, dbh => $dbh, number => $form->{invnumber}, id => $form->{id});
740         $form->{invnumber} = $trans_number->create_unique;
741       }
742     }
743   }
744
745   my ($netamount, $invoicediff) = (0, 0);
746   my ($amount, $linetotal, $lastincomeaccno);
747
748   if ($form->{currency} eq $defaultcurrency) {
749     $form->{exchangerate} = 1;
750   } else {
751     $exchangerate = $form->check_exchangerate($myconfig, $form->{currency}, $form->{invdate}, 'buy');
752   }
753
754   $form->{exchangerate} =
755     ($exchangerate)
756     ? $exchangerate
757     : $form->parse_amount($myconfig, $form->{exchangerate});
758
759   $form->{expense_inventory} = "";
760
761   my %baseunits;
762
763   $form->get_lists('price_factors' => 'ALL_PRICE_FACTORS');
764   my %price_factors = map { $_->{id} => $_->{factor} } @{ $form->{ALL_PRICE_FACTORS} };
765   my $price_factor;
766
767   $form->{amount}      = {};
768   $form->{amount_cogs} = {};
769
770   my @processed_invoice_ids;
771
772   foreach my $i (1 .. $form->{rowcount}) {
773     if ($form->{type} eq "credit_note") {
774       $form->{"qty_$i"} = $form->parse_amount($myconfig, $form->{"qty_$i"}) * -1;
775       $form->{shipped} = 1;
776     } else {
777       $form->{"qty_$i"} = $form->parse_amount($myconfig, $form->{"qty_$i"});
778     }
779     my $basefactor;
780     my $baseqty;
781
782     $form->{"marge_percent_$i"} = $form->parse_amount($myconfig, $form->{"marge_percent_$i"}) * 1;
783     $form->{"marge_absolut_$i"} = $form->parse_amount($myconfig, $form->{"marge_absolut_$i"}) * 1;
784     $form->{"lastcost_$i"} = $form->parse_amount($myconfig, $form->{"lastcost_$i"}) * 1;
785
786     if ($form->{storno}) {
787       $form->{"qty_$i"} *= -1;
788     }
789
790     if ($form->{"id_$i"}) {
791       my $item_unit;
792       my $position = $i;
793
794       if (defined($baseunits{$form->{"id_$i"}})) {
795         $item_unit = $baseunits{$form->{"id_$i"}};
796       } else {
797         # get item baseunit
798         $query = qq|SELECT unit FROM parts WHERE id = ?|;
799         ($item_unit) = selectrow_query($form, $dbh, $query, conv_i($form->{"id_$i"}));
800         $baseunits{$form->{"id_$i"}} = $item_unit;
801       }
802
803       if (defined($all_units->{$item_unit}->{factor})
804           && ($all_units->{$item_unit}->{factor} ne '')
805           && ($all_units->{$item_unit}->{factor} != 0)) {
806         $basefactor = $all_units->{$form->{"unit_$i"}}->{factor} / $all_units->{$item_unit}->{factor};
807       } else {
808         $basefactor = 1;
809       }
810       $baseqty = $form->{"qty_$i"} * $basefactor;
811
812       my ($allocated, $taxrate) = (0, 0);
813       my $taxamount;
814
815       # add tax rates
816       map { $taxrate += $form->{"${_}_rate"} } split(/ /, $form->{"taxaccounts_$i"});
817
818       # keep entered selling price
819       my $fxsellprice =
820         $form->parse_amount($myconfig, $form->{"sellprice_$i"});
821
822       my ($dec) = ($fxsellprice =~ /\.(\d+)/);
823       $dec = length $dec;
824       my $decimalplaces = ($dec > 2) ? $dec : 2;
825
826       # undo discount formatting
827       $form->{"discount_$i"} = $form->parse_amount($myconfig, $form->{"discount_$i"}) / 100;
828
829       # deduct discount
830       $form->{"sellprice_$i"} = $fxsellprice * (1 - $form->{"discount_$i"});
831
832       # round linetotal to 2 decimal places
833       $price_factor = $price_factors{ $form->{"price_factor_id_$i"} } || 1;
834       $linetotal    = $form->round_amount($form->{"sellprice_$i"} * $form->{"qty_$i"} / $price_factor, 2);
835
836       if ($form->{taxincluded}) {
837         $taxamount = $linetotal * ($taxrate / (1 + $taxrate));
838         $form->{"sellprice_$i"} =
839           $form->{"sellprice_$i"} * (1 / (1 + $taxrate));
840       } else {
841         $taxamount = $linetotal * $taxrate;
842       }
843
844       $netamount += $linetotal;
845
846       if ($taxamount != 0) {
847         map {
848           $form->{amount}{ $form->{id} }{$_} +=
849             $taxamount * $form->{"${_}_rate"} / $taxrate
850         } split(/ /, $form->{"taxaccounts_$i"});
851       }
852
853       # add amount to income, $form->{amount}{trans_id}{accno}
854       $amount = $form->{"sellprice_$i"} * $form->{"qty_$i"} * $form->{exchangerate} / $price_factor;
855
856       $linetotal = $form->round_amount($form->{"sellprice_$i"} * $form->{"qty_$i"} / $price_factor, 2) * $form->{exchangerate};
857       $linetotal = $form->round_amount($linetotal, 2);
858
859       # this is the difference from the inventory
860       $invoicediff += ($amount - $linetotal);
861
862       $form->{amount}{ $form->{id} }{ $form->{"income_accno_$i"} } +=
863         $linetotal;
864
865       $lastincomeaccno = $form->{"income_accno_$i"};
866
867       # adjust and round sellprice
868       $form->{"sellprice_$i"} =
869         $form->round_amount($form->{"sellprice_$i"} * $form->{exchangerate},
870                             $decimalplaces);
871
872       next if $payments_only;
873
874       if ($form->{"inventory_accno_$i"} || $form->{"part_type_$i"} eq 'assembly') {
875
876         if ($form->{"part_type_$i"} eq 'assembly') {
877           # record assembly item as allocated
878           &process_assembly($dbh, $myconfig, $form, $position, $form->{"id_$i"}, $baseqty);
879
880         } else {
881           $allocated = &cogs($dbh, $myconfig, $form, $form->{"id_$i"}, $baseqty, $basefactor, $i);
882         }
883       }
884
885       # Get pricegroup_id and save it. Unfortunately the interface
886       # also uses ID "0" for signalling that none is selected, but "0"
887       # must not be stored in the database. Therefore we cannot simply
888       # use conv_i().
889       ($null, my $pricegroup_id) = split(/--/, $form->{"sellprice_pg_$i"});
890       $pricegroup_id *= 1;
891       $pricegroup_id  = undef if !$pricegroup_id;
892
893       CVar->get_non_editable_ic_cvars(form               => $form,
894                                       dbh                => $dbh,
895                                       row                => $i,
896                                       sub_module         => 'invoice',
897                                       may_converted_from => ['delivery_order_items', 'orderitems', 'invoice']);
898
899       if (!$form->{"invoice_id_$i"}) {
900         # there is no persistent id, therefore create one with all necessary constraints
901         my $q_invoice_id = qq|SELECT nextval('invoiceid')|;
902         my $h_invoice_id = prepare_query($form, $dbh, $q_invoice_id);
903         do_statement($form, $h_invoice_id, $q_invoice_id);
904         $form->{"invoice_id_$i"}  = $h_invoice_id->fetchrow_array();
905         my $q_create_invoice_id = qq|INSERT INTO invoice (id, trans_id, position, parts_id) values (?, ?, ?, ?)|;
906         do_query($form, $dbh, $q_create_invoice_id, conv_i($form->{"invoice_id_$i"}),
907                  conv_i($form->{id}), conv_i($position), conv_i($form->{"id_$i"}));
908         $h_invoice_id->finish();
909       }
910
911       # save detail record in invoice table
912       $query = <<SQL;
913         UPDATE invoice SET trans_id = ?, position = ?, parts_id = ?, description = ?, longdescription = ?, qty = ?,
914                            sellprice = ?, fxsellprice = ?, discount = ?, allocated = ?, assemblyitem = ?,
915                            unit = ?, deliverydate = ?, project_id = ?, serialnumber = ?, pricegroup_id = ?,
916                            base_qty = ?, subtotal = ?,
917                            marge_percent = ?, marge_total = ?, lastcost = ?, active_price_source = ?, active_discount_source = ?,
918                            price_factor_id = ?, price_factor = (SELECT factor FROM price_factors WHERE id = ?), marge_price_factor = ?
919         WHERE id = ?
920 SQL
921
922       @values = (conv_i($form->{id}), conv_i($position), conv_i($form->{"id_$i"}),
923                  $form->{"description_$i"}, $restricter->process($form->{"longdescription_$i"}), $form->{"qty_$i"},
924                  $form->{"sellprice_$i"}, $fxsellprice,
925                  $form->{"discount_$i"}, $allocated, 'f',
926                  $form->{"unit_$i"}, conv_date($form->{"reqdate_$i"}), conv_i($form->{"project_id_$i"}),
927                  $form->{"serialnumber_$i"}, $pricegroup_id,
928                  $baseqty, $form->{"subtotal_$i"} ? 't' : 'f',
929                  $form->{"marge_percent_$i"}, $form->{"marge_absolut_$i"},
930                  $form->{"lastcost_$i"},
931                  $form->{"active_price_source_$i"}, $form->{"active_discount_source_$i"},
932                  conv_i($form->{"price_factor_id_$i"}), conv_i($form->{"price_factor_id_$i"}),
933                  conv_i($form->{"marge_price_factor_$i"}),
934                  conv_i($form->{"invoice_id_$i"}));
935       do_query($form, $dbh, $query, @values);
936       push @processed_invoice_ids, $form->{"invoice_id_$i"};
937
938       CVar->save_custom_variables(module       => 'IC',
939                                   sub_module   => 'invoice',
940                                   trans_id     => $form->{"invoice_id_$i"},
941                                   configs      => $ic_cvar_configs,
942                                   variables    => $form,
943                                   name_prefix  => 'ic_',
944                                   name_postfix => "_$i",
945                                   dbh          => $dbh);
946     }
947     # link previous items with invoice items
948     foreach (qw(delivery_order_items orderitems invoice)) {
949       if (!$form->{useasnew} && $form->{"converted_from_${_}_id_$i"}) {
950         RecordLinks->create_links('dbh'        => $dbh,
951                                   'mode'       => 'ids',
952                                   'from_table' => $_,
953                                   'from_ids'   => $form->{"converted_from_${_}_id_$i"},
954                                   'to_table'   => 'invoice',
955                                   'to_id'      => $form->{"invoice_id_$i"},
956         );
957       }
958       delete $form->{"converted_from_${_}_id_$i"};
959     }
960   }
961
962   # total payments, don't move we need it here
963   for my $i (1 .. $form->{paidaccounts}) {
964     if ($form->{type} eq "credit_note") {
965       $form->{"paid_$i"} = $form->parse_amount($myconfig, $form->{"paid_$i"}) * -1;
966     } else {
967       $form->{"paid_$i"} = $form->parse_amount($myconfig, $form->{"paid_$i"});
968     }
969     $form->{paid} += $form->{"paid_$i"};
970     $form->{datepaid} = $form->{"datepaid_$i"} if ($form->{"datepaid_$i"});
971   }
972
973   my ($tax, $diff) = (0, 0);
974
975   $netamount = $form->round_amount($netamount, 2);
976
977   # figure out rounding errors for total amount vs netamount + taxes
978   if ($form->{taxincluded}) {
979
980     $amount = $form->round_amount($netamount * $form->{exchangerate}, 2);
981     $diff += $amount - $netamount * $form->{exchangerate};
982     $netamount = $amount;
983
984     foreach my $item (split(/ /, $form->{taxaccounts})) {
985       $amount = $form->{amount}{ $form->{id} }{$item} * $form->{exchangerate};
986       $form->{amount}{ $form->{id} }{$item} = $form->round_amount($amount, 2);
987       $tax += $form->{amount}{ $form->{id} }{$item};
988       $netamount -= $form->{amount}{ $form->{id} }{$item};
989     }
990
991     $invoicediff += $diff;
992     ######## this only applies to tax included
993     if ($lastincomeaccno) {
994       $form->{amount}{ $form->{id} }{$lastincomeaccno} += $invoicediff;
995     }
996
997   } else {
998     $amount    = $form->round_amount($netamount * $form->{exchangerate}, 2);
999     $diff      = $amount - $netamount * $form->{exchangerate};
1000     $netamount = $amount;
1001     foreach my $item (split(/ /, $form->{taxaccounts})) {
1002       $form->{amount}{ $form->{id} }{$item} =
1003         $form->round_amount($form->{amount}{ $form->{id} }{$item}, 2);
1004       $amount =
1005         $form->round_amount(
1006                  $form->{amount}{ $form->{id} }{$item} * $form->{exchangerate},
1007                  2);
1008       $diff +=
1009         $amount - $form->{amount}{ $form->{id} }{$item} *
1010         $form->{exchangerate};
1011       $form->{amount}{ $form->{id} }{$item} = $form->round_amount($amount, 2);
1012       $tax += $form->{amount}{ $form->{id} }{$item};
1013     }
1014   }
1015
1016   # Invoice Summary includes Rounding
1017   my $grossamount = $netamount + $tax;
1018   my $rounding = $form->round_amount(
1019     $form->round_amount($grossamount, 2, 1) - $form->round_amount($grossamount, 2),
1020     2
1021   );
1022   my $rnd_accno = $rounding == 0 ? 0
1023                 : $rounding > 0  ? $form->{rndgain_accno}
1024                 :                  $form->{rndloss_accno}
1025   ;
1026   $form->{amount}{ $form->{id} }{ $form->{AR} } = $form->round_amount($grossamount, 2, 1);
1027   $form->{paid} = $form->round_amount(
1028     $form->{paid} * $form->{exchangerate} + $diff,
1029     2
1030   );
1031
1032   # reverse AR
1033   $form->{amount}{ $form->{id} }{ $form->{AR} } *= -1;
1034
1035   # update exchangerate
1036   if (($form->{currency} ne $defaultcurrency) && !$exchangerate) {
1037     $form->update_exchangerate($dbh, $form->{currency}, $form->{invdate},
1038                                $form->{exchangerate}, 0);
1039   }
1040
1041   $project_id = conv_i($form->{"globalproject_id"});
1042   # entsprechend auch beim Bestimmen des Steuerschlüssels in Taxkey.pm berücksichtigen
1043   my $taxdate = $form->{deliverydate} ? $form->{deliverydate} : $form->{invdate};
1044
1045   foreach my $trans_id (keys %{ $form->{amount_cogs} }) {
1046     foreach my $accno (keys %{ $form->{amount_cogs}{$trans_id} }) {
1047       next unless ($form->{expense_inventory} =~ /\Q$accno\E/);
1048
1049       $form->{amount_cogs}{$trans_id}{$accno} = $form->round_amount($form->{amount_cogs}{$trans_id}{$accno}, 2);
1050
1051       if (!$payments_only && ($form->{amount_cogs}{$trans_id}{$accno} != 0)) {
1052         $query =
1053           qq|INSERT INTO acc_trans (trans_id, chart_id, amount, transdate, tax_id, taxkey, project_id, chart_link)
1054                VALUES (?, (SELECT id FROM chart WHERE accno = ?), ?, ?, (SELECT id FROM tax WHERE taxkey=0), 0, ?, (SELECT link FROM chart WHERE accno = ?))|;
1055         @values = (conv_i($trans_id), $accno, $form->{amount_cogs}{$trans_id}{$accno}, conv_date($form->{invdate}), conv_i($project_id), $accno);
1056         do_query($form, $dbh, $query, @values);
1057         $form->{amount_cogs}{$trans_id}{$accno} = 0;
1058       }
1059     }
1060
1061     foreach my $accno (keys %{ $form->{amount_cogs}{$trans_id} }) {
1062       $form->{amount_cogs}{$trans_id}{$accno} = $form->round_amount($form->{amount_cogs}{$trans_id}{$accno}, 2);
1063
1064       if (!$payments_only && ($form->{amount_cogs}{$trans_id}{$accno} != 0)) {
1065         $query =
1066           qq|INSERT INTO acc_trans (trans_id, chart_id, amount, transdate, tax_id, taxkey, project_id, chart_link)
1067                VALUES (?, (SELECT id FROM chart WHERE accno = ?), ?, ?, (SELECT id FROM tax WHERE taxkey=0), 0, ?, (SELECT link FROM chart WHERE accno = ?))|;
1068         @values = (conv_i($trans_id), $accno, $form->{amount_cogs}{$trans_id}{$accno}, conv_date($form->{invdate}), conv_i($project_id), $accno);
1069         do_query($form, $dbh, $query, @values);
1070       }
1071     }
1072   }
1073
1074   foreach my $trans_id (keys %{ $form->{amount} }) {
1075     foreach my $accno (keys %{ $form->{amount}{$trans_id} }) {
1076       next unless ($form->{expense_inventory} =~ /\Q$accno\E/);
1077
1078       $form->{amount}{$trans_id}{$accno} = $form->round_amount($form->{amount}{$trans_id}{$accno}, 2);
1079
1080       if (!$payments_only && ($form->{amount}{$trans_id}{$accno} != 0)) {
1081         $query =
1082           qq|INSERT INTO acc_trans (trans_id, chart_id, amount, transdate, tax_id, taxkey, project_id, chart_link)
1083              VALUES (?, (SELECT id FROM chart WHERE accno = ?), ?, ?,
1084                      (SELECT tax_id
1085                       FROM taxkeys
1086                       WHERE chart_id= (SELECT id
1087                                        FROM chart
1088                                        WHERE accno = ?)
1089                       AND startdate <= ?
1090                       ORDER BY startdate DESC LIMIT 1),
1091                      (SELECT taxkey_id
1092                       FROM taxkeys
1093                       WHERE chart_id= (SELECT id
1094                                        FROM chart
1095                                        WHERE accno = ?)
1096                       AND startdate <= ?
1097                       ORDER BY startdate DESC LIMIT 1),
1098                      ?,
1099                      (SELECT link FROM chart WHERE accno = ?))|;
1100         @values = (conv_i($trans_id), $accno, $form->{amount}{$trans_id}{$accno}, conv_date($form->{invdate}), $accno, conv_date($taxdate), $accno, conv_date($taxdate), conv_i($project_id), $accno);
1101         do_query($form, $dbh, $query, @values);
1102         $form->{amount}{$trans_id}{$accno} = 0;
1103       }
1104     }
1105
1106     foreach my $accno (keys %{ $form->{amount}{$trans_id} }) {
1107       $form->{amount}{$trans_id}{$accno} = $form->round_amount($form->{amount}{$trans_id}{$accno}, 2);
1108
1109       if (!$payments_only && ($form->{amount}{$trans_id}{$accno} != 0)) {
1110         $query =
1111           qq|INSERT INTO acc_trans (trans_id, chart_id, amount, transdate, tax_id, taxkey, project_id, chart_link)
1112              VALUES (?, (SELECT id FROM chart WHERE accno = ?), ?, ?,
1113                      (SELECT tax_id
1114                       FROM taxkeys
1115                       WHERE chart_id= (SELECT id
1116                                        FROM chart
1117                                        WHERE accno = ?)
1118                       AND startdate <= ?
1119                       ORDER BY startdate DESC LIMIT 1),
1120                      (SELECT taxkey_id
1121                       FROM taxkeys
1122                       WHERE chart_id= (SELECT id
1123                                        FROM chart
1124                                        WHERE accno = ?)
1125                       AND startdate <= ?
1126                       ORDER BY startdate DESC LIMIT 1),
1127                      ?,
1128                      (SELECT link FROM chart WHERE accno = ?))|;
1129         @values = (conv_i($trans_id), $accno, $form->{amount}{$trans_id}{$accno}, conv_date($form->{invdate}), $accno, conv_date($taxdate), $accno, conv_date($taxdate), conv_i($project_id), $accno);
1130         do_query($form, $dbh, $query, @values);
1131       }
1132     }
1133     if (!$payments_only && ($rnd_accno != 0)) {
1134       $query =
1135         qq|INSERT INTO acc_trans (trans_id, chart_id, amount, transdate, tax_id, taxkey, project_id, chart_link)
1136              VALUES (?, (SELECT id FROM chart WHERE accno = ?), ?, ?, (SELECT id FROM tax WHERE taxkey=0), 0, ?, (SELECT link FROM chart WHERE accno = ?))|;
1137       @values = (conv_i($trans_id), $rnd_accno, $rounding, conv_date($form->{invdate}), conv_i($project_id), $rnd_accno);
1138       do_query($form, $dbh, $query, @values);
1139       $rnd_accno = 0;
1140     }
1141   }
1142
1143   # deduct payment differences from diff
1144   for my $i (1 .. $form->{paidaccounts}) {
1145     if ($form->{"paid_$i"} != 0) {
1146       $amount =
1147         $form->round_amount($form->{"paid_$i"} * $form->{exchangerate}, 2);
1148       $diff -= $amount - $form->{"paid_$i"} * $form->{exchangerate};
1149     }
1150   }
1151
1152   my %already_cleared = %{ $params{already_cleared} // {} };
1153
1154   # record payments and offsetting AR
1155   if (!$form->{storno}) {
1156     for my $i (1 .. $form->{paidaccounts}) {
1157
1158       if ($form->{"acc_trans_id_$i"}
1159           && $payments_only
1160           && (SL::DB::Default->get->payments_changeable == 0)) {
1161         next;
1162       }
1163
1164       next if ($form->{"paid_$i"} == 0);
1165
1166       my ($accno) = split(/--/, $form->{"AR_paid_$i"});
1167       $form->{"datepaid_$i"} = $form->{invdate}
1168       unless ($form->{"datepaid_$i"});
1169       $form->{datepaid} = $form->{"datepaid_$i"};
1170
1171       $exchangerate = 0;
1172
1173       if ($form->{currency} eq $defaultcurrency) {
1174         $form->{"exchangerate_$i"} = 1;
1175       } else {
1176         $exchangerate              = $form->check_exchangerate($myconfig, $form->{currency}, $form->{"datepaid_$i"}, 'buy');
1177         $form->{"exchangerate_$i"} = $exchangerate || $form->parse_amount($myconfig, $form->{"exchangerate_$i"});
1178       }
1179
1180       # record AR
1181       $amount = $form->round_amount($form->{"paid_$i"} * $form->{exchangerate} + $diff, 2);
1182
1183       my $new_cleared = !$form->{"acc_trans_id_$i"}                                                       ? 'f'
1184                       : !$already_cleared{$form->{"acc_trans_id_$i"}}                                     ? 'f'
1185                       : $already_cleared{$form->{"acc_trans_id_$i"}}->{amount} != $form->{"paid_$i"} * -1 ? 'f'
1186                       : $already_cleared{$form->{"acc_trans_id_$i"}}->{accno}  != $accno                  ? 'f'
1187                       : $already_cleared{$form->{"acc_trans_id_$i"}}->{cleared}                           ? 't'
1188                       :                                                                                     'f';
1189
1190       if ($form->{amount}{ $form->{id} }{ $form->{AR} } != 0) {
1191         $query =
1192         qq|INSERT INTO acc_trans (trans_id, chart_id, amount, transdate, tax_id, taxkey, project_id, cleared, chart_link)
1193            VALUES (?, (SELECT id FROM chart WHERE accno = ?), ?, ?,
1194                    (SELECT tax_id
1195                     FROM taxkeys
1196                     WHERE chart_id= (SELECT id
1197                                      FROM chart
1198                                      WHERE accno = ?)
1199                     AND startdate <= ?
1200                     ORDER BY startdate DESC LIMIT 1),
1201                    (SELECT taxkey_id
1202                     FROM taxkeys
1203                     WHERE chart_id= (SELECT id
1204                                      FROM chart
1205                                      WHERE accno = ?)
1206                     AND startdate <= ?
1207                     ORDER BY startdate DESC LIMIT 1),
1208                    ?, ?,
1209                    (SELECT link FROM chart WHERE accno = ?))|;
1210         @values = (conv_i($form->{"id"}), $form->{AR}, $amount, $form->{"datepaid_$i"}, $form->{AR}, conv_date($taxdate), $form->{AR}, conv_date($taxdate), $project_id, $new_cleared, $form->{AR});
1211         do_query($form, $dbh, $query, @values);
1212       }
1213
1214       # record payment
1215       $form->{"paid_$i"} *= -1;
1216       my $gldate = (conv_date($form->{"gldate_$i"}))? conv_date($form->{"gldate_$i"}) : conv_date($form->current_date($myconfig));
1217
1218       $query =
1219       qq|INSERT INTO acc_trans (trans_id, chart_id, amount, transdate, gldate, source, memo, tax_id, taxkey, project_id, cleared, chart_link)
1220          VALUES (?, (SELECT id FROM chart WHERE accno = ?), ?, ?, ?, ?, ?,
1221                  (SELECT tax_id
1222                   FROM taxkeys
1223                   WHERE chart_id= (SELECT id
1224                                    FROM chart
1225                                    WHERE accno = ?)
1226                   AND startdate <= ?
1227                   ORDER BY startdate DESC LIMIT 1),
1228                  (SELECT taxkey_id
1229                   FROM taxkeys
1230                   WHERE chart_id= (SELECT id
1231                                    FROM chart
1232                                    WHERE accno = ?)
1233                   AND startdate <= ?
1234                   ORDER BY startdate DESC LIMIT 1),
1235                  ?, ?,
1236                  (SELECT link FROM chart WHERE accno = ?))|;
1237       @values = (conv_i($form->{"id"}), $accno, $form->{"paid_$i"}, $form->{"datepaid_$i"},
1238                  $gldate, $form->{"source_$i"}, $form->{"memo_$i"}, $accno, conv_date($taxdate), $accno, conv_date($taxdate), $project_id, $new_cleared, $accno);
1239       do_query($form, $dbh, $query, @values);
1240
1241       # exchangerate difference
1242       $form->{fx}{$accno}{ $form->{"datepaid_$i"} } +=
1243         $form->{"paid_$i"} * ($form->{"exchangerate_$i"} - 1) + $diff;
1244
1245       # gain/loss
1246       $amount =
1247         $form->{"paid_$i"} * $form->{exchangerate} - $form->{"paid_$i"} *
1248         $form->{"exchangerate_$i"};
1249       if ($amount > 0) {
1250         $form->{fx}{ $form->{fxgain_accno} }{ $form->{"datepaid_$i"} } += $amount;
1251       } else {
1252         $form->{fx}{ $form->{fxloss_accno} }{ $form->{"datepaid_$i"} } += $amount;
1253       }
1254
1255       $diff = 0;
1256
1257       # update exchange rate
1258       if (($form->{currency} ne $defaultcurrency) && !$exchangerate) {
1259         $form->update_exchangerate($dbh, $form->{currency},
1260                                    $form->{"datepaid_$i"},
1261                                    $form->{"exchangerate_$i"}, 0);
1262       }
1263     }
1264
1265   } else {                      # if (!$form->{storno})
1266     $form->{marge_total} *= -1;
1267   }
1268
1269   IO->set_datepaid(table => 'ar', id => $form->{id}, dbh => $dbh);
1270
1271   # record exchange rate differences and gains/losses
1272   foreach my $accno (keys %{ $form->{fx} }) {
1273     foreach my $transdate (keys %{ $form->{fx}{$accno} }) {
1274       $form->{fx}{$accno}{$transdate} = $form->round_amount($form->{fx}{$accno}{$transdate}, 2);
1275       if ( $form->{fx}{$accno}{$transdate} != 0 ) {
1276
1277         $query =
1278           qq|INSERT INTO acc_trans (trans_id, chart_id, amount, transdate, cleared, fx_transaction, tax_id, taxkey, project_id, chart_link)
1279              VALUES (?, (SELECT id FROM chart WHERE accno = ?), ?, ?, '0', '1',
1280                  (SELECT tax_id
1281                   FROM taxkeys
1282                   WHERE chart_id= (SELECT id
1283                                    FROM chart
1284                                    WHERE accno = ?)
1285                   AND startdate <= ?
1286                   ORDER BY startdate DESC LIMIT 1),
1287                  (SELECT taxkey_id
1288                   FROM taxkeys
1289                   WHERE chart_id= (SELECT id
1290                                    FROM chart
1291                                    WHERE accno = ?)
1292                   AND startdate <= ?
1293                   ORDER BY startdate DESC LIMIT 1),
1294                  ?,
1295                  (SELECT link FROM chart WHERE accno = ?))|;
1296         @values = (conv_i($form->{"id"}), $accno, $form->{fx}{$accno}{$transdate}, conv_date($transdate), $accno, conv_date($taxdate), $accno, conv_date($taxdate), conv_i($project_id), $accno);
1297         do_query($form, $dbh, $query, @values);
1298       }
1299     }
1300   }
1301
1302   if ($payments_only) {
1303     $query = qq|UPDATE ar SET paid = ? WHERE id = ?|;
1304     do_query($form, $dbh, $query,  $form->{paid}, conv_i($form->{id}));
1305
1306     $form->new_lastmtime('ar');
1307
1308     return;
1309   }
1310
1311   $amount = $form->round_amount( $netamount + $tax, 2, 1);
1312
1313   # save AR record
1314   #erweiterung fuer lieferscheinnummer (donumber) 12.02.09 jb
1315
1316   $query = qq|UPDATE ar set
1317                 invnumber   = ?, ordnumber     = ?, quonumber     = ?, cusordnumber  = ?,
1318                 transdate   = ?, orddate       = ?, quodate       = ?, customer_id   = ?,
1319                 amount      = ?, netamount     = ?, paid          = ?,
1320                 duedate     = ?, deliverydate  = ?, invoice       = ?, shippingpoint = ?,
1321                 shipvia     = ?,                    notes         = ?, intnotes      = ?,
1322                 currency_id = (SELECT id FROM currencies WHERE name = ?),
1323                 department_id = ?, payment_id    = ?, taxincluded   = ?,
1324                 type        = ?, language_id   = ?, taxzone_id    = ?, shipto_id     = ?,
1325                 employee_id = ?, salesman_id   = ?, storno_id     = ?, storno        = ?,
1326                 cp_id       = ?, marge_total   = ?, marge_percent = ?,
1327                 globalproject_id               = ?, delivery_customer_id             = ?,
1328                 transaction_description        = ?, delivery_vendor_id               = ?,
1329                 donumber    = ?, invnumber_for_credit_note = ?,        direct_debit  = ?,
1330                 delivery_term_id = ?
1331               WHERE id = ?|;
1332   @values = (          $form->{"invnumber"},           $form->{"ordnumber"},             $form->{"quonumber"},          $form->{"cusordnumber"},
1333              conv_date($form->{"invdate"}),  conv_date($form->{"orddate"}),    conv_date($form->{"quodate"}),    conv_i($form->{"customer_id"}),
1334                        $amount,                        $netamount,                       $form->{"paid"},
1335              conv_date($form->{"duedate"}),  conv_date($form->{"deliverydate"}),    '1',                                $form->{"shippingpoint"},
1336                        $form->{"shipvia"},                                $restricter->process($form->{"notes"}),       $form->{"intnotes"},
1337                        $form->{"currency"},     conv_i($form->{"department_id"}), conv_i($form->{"payment_id"}),        $form->{"taxincluded"} ? 't' : 'f',
1338                        $form->{"type"},         conv_i($form->{"language_id"}),   conv_i($form->{"taxzone_id"}), conv_i($form->{"shipto_id"}),
1339                 conv_i($form->{"employee_id"}), conv_i($form->{"salesman_id"}),   conv_i($form->{storno_id}),           $form->{"storno"} ? 't' : 'f',
1340                 conv_i($form->{"cp_id"}),            1 * $form->{marge_total} ,      1 * $form->{marge_percent},
1341                 conv_i($form->{"globalproject_id"}),                              conv_i($form->{"delivery_customer_id"}),
1342                        $form->{transaction_description},                          conv_i($form->{"delivery_vendor_id"}),
1343                        $form->{"donumber"}, $form->{"invnumber_for_credit_note"},        $form->{direct_debit} ? 't' : 'f',
1344                 conv_i($form->{delivery_term_id}),
1345                 conv_i($form->{"id"}));
1346   do_query($form, $dbh, $query, @values);
1347
1348
1349   if ($form->{storno}) {
1350     $query =
1351       qq!UPDATE ar SET
1352            paid = amount,
1353            storno = 't',
1354            intnotes = ? || intnotes
1355          WHERE id = ?!;
1356     do_query($form, $dbh, $query, "Rechnung storniert am $form->{invdate} ", conv_i($form->{"storno_id"}));
1357     do_query($form, $dbh, qq|UPDATE ar SET paid = amount WHERE id = ?|, conv_i($form->{"id"}));
1358   }
1359
1360   # maybe we are in a larger transaction and the current
1361   # object is not yet persistent in the db, therefore we
1362   # need the current dbh to get the not yet committed mtime
1363   $form->new_lastmtime('ar', $provided_dbh);
1364
1365   # add shipto
1366   if (!$form->{shipto_id}) {
1367     $form->add_shipto($dbh, $form->{id}, "AR");
1368   }
1369
1370   # save printed, emailed and queued
1371   $form->save_status($dbh);
1372
1373   Common::webdav_folder($form);
1374
1375   if ($form->{convert_from_ar_ids}) {
1376     RecordLinks->create_links('dbh'        => $dbh,
1377                               'mode'       => 'ids',
1378                               'from_table' => 'ar',
1379                               'from_ids'   => $form->{convert_from_ar_ids},
1380                               'to_table'   => 'ar',
1381                               'to_id'      => $form->{id},
1382     );
1383     delete $form->{convert_from_ar_ids};
1384   }
1385
1386   # Link this record to the records it was created from.
1387   if ($form->{convert_from_oe_ids}) {
1388     RecordLinks->create_links('dbh'        => $dbh,
1389                               'mode'       => 'ids',
1390                               'from_table' => 'oe',
1391                               'from_ids'   => $form->{convert_from_oe_ids},
1392                               'to_table'   => 'ar',
1393                               'to_id'      => $form->{id},
1394       );
1395     delete $form->{convert_from_oe_ids};
1396   }
1397
1398   my @convert_from_do_ids = map { $_ * 1 } grep { $_ } split m/\s+/, $form->{convert_from_do_ids};
1399
1400   if (scalar @convert_from_do_ids) {
1401     DO->close_orders('dbh' => $dbh,
1402                      'ids' => \@convert_from_do_ids);
1403
1404     RecordLinks->create_links('dbh'        => $dbh,
1405                               'mode'       => 'ids',
1406                               'from_table' => 'delivery_orders',
1407                               'from_ids'   => \@convert_from_do_ids,
1408                               'to_table'   => 'ar',
1409                               'to_id'      => $form->{id},
1410       );
1411   }
1412   delete $form->{convert_from_do_ids};
1413
1414   ARAP->close_orders_if_billed('dbh'     => $dbh,
1415                                'arap_id' => $form->{id},
1416                                'table'   => 'ar',);
1417
1418   # search for orphaned invoice items
1419   $query  = sprintf 'SELECT id FROM invoice WHERE trans_id = ? AND NOT id IN (%s)', join ', ', ("?") x scalar @processed_invoice_ids;
1420   @values = (conv_i($form->{id}), map { conv_i($_) } @processed_invoice_ids);
1421   my @orphaned_ids = map { $_->{id} } selectall_hashref_query($form, $dbh, $query, @values);
1422   if (scalar @orphaned_ids) {
1423     # clean up invoice items
1424     $query  = sprintf 'DELETE FROM invoice WHERE id IN (%s)', join ', ', ("?") x scalar @orphaned_ids;
1425     do_query($form, $dbh, $query, @orphaned_ids);
1426   }
1427
1428   if ($form->{draft_id}) {
1429     SL::DB::Manager::Draft->delete_all(where => [ id => delete($form->{draft_id}) ]);
1430   }
1431
1432   # safety check datev export
1433   if ($::instance_conf->get_datev_check_on_sales_invoice) {
1434
1435     my $datev = SL::DATEV->new(
1436       dbh        => $dbh,
1437       trans_id   => $form->{id},
1438     );
1439
1440     $datev->generate_datev_data;
1441
1442     if ($datev->errors) {
1443       die join "\n", $::locale->text('DATEV check returned errors:'), $datev->errors;
1444     }
1445   }
1446
1447   return 1;
1448 }
1449
1450 sub transfer_out {
1451   $::lxdebug->enter_sub;
1452
1453   my ($self, $form, $dbh) = @_;
1454
1455   my (@errors, @transfers);
1456
1457   # do nothing, if transfer default is not requeseted at all
1458   if (!$::instance_conf->get_transfer_default) {
1459     $::lxdebug->leave_sub;
1460     return \@errors;
1461   }
1462
1463   require SL::WH;
1464
1465   foreach my $i (1 .. $form->{rowcount}) {
1466     next if !$form->{"id_$i"};
1467     my ($err, $wh_id, $bin_id) = _determine_wh_and_bin($dbh, $::instance_conf,
1468                                                        $form->{"id_$i"},
1469                                                        $form->{"qty_$i"},
1470                                                        $form->{"unit_$i"});
1471     if (!@{ $err } && $wh_id && $bin_id) {
1472       push @transfers, {
1473         'parts_id'         => $form->{"id_$i"},
1474         'qty'              => $form->{"qty_$i"},
1475         'unit'             => $form->{"unit_$i"},
1476         'transfer_type'    => 'shipped',
1477         'src_warehouse_id' => $wh_id,
1478         'src_bin_id'       => $bin_id,
1479         'project_id'       => $form->{"project_id_$i"},
1480         'invoice_id'       => $form->{"invoice_id_$i"},
1481         'comment'          => $::locale->text("Default transfer invoice"),
1482       };
1483     }
1484
1485     push @errors, @{ $err };
1486   }
1487
1488   if (!@errors) {
1489     WH->transfer(@transfers);
1490   }
1491
1492   $::lxdebug->leave_sub;
1493   return \@errors;
1494 }
1495
1496 sub _determine_wh_and_bin {
1497   $::lxdebug->enter_sub(2);
1498
1499   my ($dbh, $conf, $part_id, $qty, $unit) = @_;
1500   my @errors;
1501
1502   my $part = SL::DB::Part->new(id => $part_id)->load;
1503
1504   # ignore service if they are not configured to be transfered
1505   if ($part->is_service && !$conf->get_transfer_default_services) {
1506     $::lxdebug->leave_sub(2);
1507     return (\@errors);
1508   }
1509
1510   # test negative qty
1511   if ($qty < 0) {
1512     push @errors, $::locale->text("Cannot transfer negative quantities.");
1513     return (\@errors);
1514   }
1515
1516   # get/test default bin
1517   my ($default_wh_id, $default_bin_id);
1518   if ($conf->get_transfer_default_use_master_default_bin) {
1519     $default_wh_id  = $conf->get_warehouse_id if $conf->get_warehouse_id;
1520     $default_bin_id = $conf->get_bin_id       if $conf->get_bin_id;
1521   }
1522   my $wh_id  = $part->warehouse_id || $default_wh_id;
1523   my $bin_id = $part->bin_id       || $default_bin_id;
1524
1525   # check qty and bin
1526   if ($bin_id) {
1527     my ($max_qty, $error) = WH->get_max_qty_parts_bin(dbh      => $dbh,
1528                                                       parts_id => $part->id,
1529                                                       bin_id   => $bin_id);
1530     if ($error == 1) {
1531       push @errors, $::locale->text('Part "#1" has chargenumber or best before date set. So it cannot be transfered automatically.',
1532                                     $part->description);
1533     }
1534     my $form_unit_obj = SL::DB::Unit->new(name => $unit)->load;
1535     my $part_unit_qty = $form_unit_obj->convert_to($qty, $part->unit_obj);
1536     my $diff_qty      = $max_qty - $part_unit_qty;
1537     if (!@errors && $diff_qty < 0) {
1538       push @errors, $::locale->text('For part "#1" there are missing #2 #3 in the default warehouse/bin "#4/#5".',
1539                                     $part->description,
1540                                     $::form->format_amount(\%::myconfig, -1*$diff_qty),
1541                                     $part->unit_obj->name,
1542                                     SL::DB::Warehouse->new(id => $wh_id)->load->description,
1543                                     SL::DB::Bin->new(      id => $bin_id)->load->description);
1544     }
1545   } else {
1546     push @errors, $::locale->text('For part "#1" there is no default warehouse and bin defined.',
1547                                   $part->description);
1548   }
1549
1550   # transfer to special "ignore onhand" bin if requested and default bin does not work
1551   if (@errors && $conf->get_transfer_default_ignore_onhand && $conf->get_bin_id_ignore_onhand) {
1552     $wh_id  = $conf->get_warehouse_id_ignore_onhand;
1553     $bin_id = $conf->get_bin_id_ignore_onhand;
1554     if ($wh_id && $bin_id) {
1555       @errors = ();
1556     } else {
1557       push @errors, $::locale->text('For part "#1" there is no default warehouse and bin for ignoring onhand defined.',
1558                                     $part->description);
1559     }
1560   }
1561
1562   $::lxdebug->leave_sub(2);
1563   return (\@errors, $wh_id, $bin_id);
1564 }
1565
1566 sub _delete_transfers {
1567   $::lxdebug->enter_sub;
1568
1569   my ($dbh, $form, $id) = @_;
1570
1571   my $query = qq|DELETE FROM inventory WHERE invoice_id
1572                   IN (SELECT id FROM invoice WHERE trans_id = ?)|;
1573
1574   do_query($form, $dbh, $query, $id);
1575
1576   $::lxdebug->leave_sub;
1577 }
1578
1579 sub _delete_payments {
1580   $main::lxdebug->enter_sub();
1581
1582   my ($self, $form, $dbh) = @_;
1583
1584   my @delete_acc_trans_ids;
1585
1586   # Delete old payment entries from acc_trans.
1587   my $query =
1588     qq|SELECT acc_trans_id
1589        FROM acc_trans
1590        WHERE (trans_id = ?) AND fx_transaction
1591
1592        UNION
1593
1594        SELECT at.acc_trans_id
1595        FROM acc_trans at
1596        LEFT JOIN chart c ON (at.chart_id = c.id)
1597        WHERE (trans_id = ?) AND (c.link LIKE '%AR_paid%')|;
1598   push @delete_acc_trans_ids, selectall_array_query($form, $dbh, $query, conv_i($form->{id}), conv_i($form->{id}));
1599
1600   $query =
1601     qq|SELECT at.acc_trans_id
1602        FROM acc_trans at
1603        LEFT JOIN chart c ON (at.chart_id = c.id)
1604        WHERE (trans_id = ?)
1605          AND ((c.link = 'AR') OR (c.link LIKE '%:AR') OR (c.link LIKE 'AR:%'))
1606        ORDER BY at.acc_trans_id
1607        OFFSET 1|;
1608   push @delete_acc_trans_ids, selectall_array_query($form, $dbh, $query, conv_i($form->{id}));
1609
1610   if (@delete_acc_trans_ids) {
1611     $query = qq|DELETE FROM acc_trans WHERE acc_trans_id IN (| . join(", ", @delete_acc_trans_ids) . qq|)|;
1612     do_query($form, $dbh, $query);
1613   }
1614
1615   $main::lxdebug->leave_sub();
1616 }
1617
1618 sub post_payment {
1619   my ($self, $myconfig, $form, $locale) = @_;
1620   $main::lxdebug->enter_sub();
1621
1622   my $rc = SL::DB->client->with_transaction(\&_post_payment, $self, $myconfig, $form, $locale);
1623
1624   $::lxdebug->leave_sub;
1625   return $rc;
1626 }
1627
1628 sub _post_payment {
1629   my ($self, $myconfig, $form, $locale) = @_;
1630
1631   my $dbh = SL::DB->client->dbh;
1632
1633   my (%payments, $old_form, $row, $item, $query, %keep_vars);
1634
1635   $old_form = save_form();
1636
1637   $query = <<SQL;
1638     SELECT at.acc_trans_id, at.amount, at.cleared, c.accno
1639     FROM acc_trans at
1640     LEFT JOIN chart c ON (at.chart_id = c.id)
1641     WHERE (at.trans_id = ?)
1642 SQL
1643
1644   my %already_cleared = selectall_as_map($form, $dbh, $query, 'acc_trans_id', [ qw(amount cleared accno) ], $form->{id});
1645
1646   # Delete all entries in acc_trans from prior payments.
1647   if (SL::DB::Default->get->payments_changeable != 0) {
1648     $self->_delete_payments($form, $dbh);
1649   }
1650
1651   # Save the new payments the user made before cleaning up $form.
1652   map { $payments{$_} = $form->{$_} } grep m/^datepaid_\d+$|^gldate_\d+$|^acc_trans_id_\d+$|^memo_\d+$|^source_\d+$|^exchangerate_\d+$|^paid_\d+$|^AR_paid_\d+$|^paidaccounts$/, keys %{ $form };
1653
1654   # Clean up $form so that old content won't tamper the results.
1655   %keep_vars = map { $_, 1 } qw(login password id);
1656   map { delete $form->{$_} unless $keep_vars{$_} } keys %{ $form };
1657
1658   # Retrieve the invoice from the database.
1659   $self->retrieve_invoice($myconfig, $form);
1660
1661   # Set up the content of $form in the way that IS::post_invoice() expects.
1662   $form->{exchangerate} = $form->format_amount($myconfig, $form->{exchangerate});
1663
1664   for $row (1 .. scalar @{ $form->{invoice_details} }) {
1665     $item = $form->{invoice_details}->[$row - 1];
1666
1667     map { $item->{$_} = $form->format_amount($myconfig, $item->{$_}) } qw(qty sellprice discount);
1668
1669     map { $form->{"${_}_${row}"} = $item->{$_} } keys %{ $item };
1670   }
1671
1672   $form->{rowcount} = scalar @{ $form->{invoice_details} };
1673
1674   delete @{$form}{qw(invoice_details paidaccounts storno paid)};
1675
1676   # Restore the payment options from the user input.
1677   map { $form->{$_} = $payments{$_} } keys %payments;
1678
1679   # Get the AR accno (which is normally done by Form::create_links()).
1680   $query =
1681     qq|SELECT c.accno
1682        FROM acc_trans at
1683        LEFT JOIN chart c ON (at.chart_id = c.id)
1684        WHERE (trans_id = ?)
1685          AND ((c.link = 'AR') OR (c.link LIKE '%:AR') OR (c.link LIKE 'AR:%'))
1686        ORDER BY at.acc_trans_id
1687        LIMIT 1|;
1688
1689   ($form->{AR}) = selectfirst_array_query($form, $dbh, $query, conv_i($form->{id}));
1690
1691   # Post the new payments.
1692   $self->post_invoice($myconfig, $form, $dbh, payments_only => 1, already_cleared => \%already_cleared);
1693
1694   restore_form($old_form);
1695
1696   return 1;
1697 }
1698
1699 sub process_assembly {
1700   $main::lxdebug->enter_sub();
1701
1702   my ($dbh, $myconfig, $form, $position, $id, $totalqty) = @_;
1703
1704   my $query =
1705     qq|SELECT a.parts_id, a.qty, p.part_type, p.partnumber, p.description, p.unit
1706        FROM assembly a
1707        JOIN parts p ON (a.parts_id = p.id)
1708        WHERE (a.id = ?)|;
1709   my $sth = prepare_execute_query($form, $dbh, $query, conv_i($id));
1710
1711   while (my $ref = $sth->fetchrow_hashref('NAME_lc')) {
1712
1713     my $allocated = 0;
1714
1715     $ref->{inventory_accno_id} *= 1;
1716     $ref->{expense_accno_id}   *= 1;
1717
1718     # multiply by number of assemblies
1719     $ref->{qty} *= $totalqty;
1720
1721     if ($ref->{assembly}) {
1722       &process_assembly($dbh, $myconfig, $form, $position, $ref->{parts_id}, $ref->{qty});
1723       next;
1724     } else {
1725       if ($ref->{inventory_accno_id}) {
1726         $allocated = &cogs($dbh, $myconfig, $form, $ref->{parts_id}, $ref->{qty});
1727       }
1728     }
1729
1730     # save detail record for individual assembly item in invoice table
1731     $query =
1732       qq|INSERT INTO invoice (trans_id, position, description, parts_id, qty, sellprice, fxsellprice, allocated, assemblyitem, unit)
1733          VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)|;
1734     my @values = (conv_i($form->{id}), conv_i($position), $ref->{description},
1735                   conv_i($ref->{parts_id}), $ref->{qty}, 0, 0, $allocated, 't', $ref->{unit});
1736     do_query($form, $dbh, $query, @values);
1737
1738   }
1739
1740   $sth->finish;
1741
1742   $main::lxdebug->leave_sub();
1743 }
1744
1745 sub cogs {
1746   $main::lxdebug->enter_sub();
1747
1748   # adjust allocated in table invoice according to FIFO princicple
1749   # for a certain part with part_id $id
1750
1751   my ($dbh, $myconfig, $form, $id, $totalqty, $basefactor, $row) = @_;
1752
1753   $basefactor ||= 1;
1754
1755   $form->{taxzone_id} *=1;
1756   my $transdate  = $form->{invdate} ? $dbh->quote($form->{invdate}) : "current_date";
1757   my $taxzone_id = $form->{"taxzone_id"} * 1;
1758   my $query =
1759     qq|SELECT i.id, i.trans_id, i.base_qty, i.allocated, i.sellprice, i.price_factor,
1760          c1.accno AS inventory_accno, c1.new_chart_id AS inventory_new_chart, date($transdate) - c1.valid_from AS inventory_valid,
1761          c2.accno AS    income_accno, c2.new_chart_id AS    income_new_chart, date($transdate) - c2.valid_from AS    income_valid,
1762          c3.accno AS   expense_accno, c3.new_chart_id AS   expense_new_chart, date($transdate) - c3.valid_from AS   expense_valid
1763        FROM invoice i, parts p
1764        LEFT JOIN chart c1 ON ((SELECT inventory_accno_id FROM buchungsgruppen WHERE id = p.buchungsgruppen_id) = c1.id)
1765        LEFT JOIN chart c2 ON ((SELECT tc.income_accno_id FROM taxzone_charts tc WHERE tc.taxzone_id = '$taxzone_id' and tc.buchungsgruppen_id = p.buchungsgruppen_id) = c2.id)
1766        LEFT JOIN chart c3 ON ((SELECT tc.expense_accno_id FROM taxzone_charts tc WHERE tc.taxzone_id = '$taxzone_id' and tc.buchungsgruppen_id = p.buchungsgruppen_id) = c3.id)
1767        WHERE (i.parts_id = p.id)
1768          AND (i.parts_id = ?)
1769          AND ((i.base_qty + i.allocated) < 0)
1770        ORDER BY trans_id|;
1771   my $sth = prepare_execute_query($form, $dbh, $query, conv_i($id));
1772
1773   my $allocated = 0;
1774   my $qty;
1775
1776 # all invoice entries of an example part:
1777
1778 # id | trans_id | base_qty | allocated | sellprice | inventory_accno | income_accno | expense_accno
1779 # ---+----------+----------+-----------+-----------+-----------------+--------------+---------------
1780 #  4 |        4 |       -5 |         5 |  20.00000 | 1140            | 4400         | 5400     bought 5 for 20
1781 #  5 |        5 |        4 |        -4 |  50.00000 | 1140            | 4400         | 5400     sold   4 for 50
1782 #  6 |        6 |        1 |        -1 |  50.00000 | 1140            | 4400         | 5400     sold   1 for 50
1783 #  7 |        7 |       -5 |         1 |  20.00000 | 1140            | 4400         | 5400     bought 5 for 20
1784 #  8 |        8 |        1 |        -1 |  50.00000 | 1140            | 4400         | 5400     sold   1 for 50
1785
1786 # AND ((i.base_qty + i.allocated) < 0) filters out all but line with id=7, elsewhere i.base_qty + i.allocated has already reached 0
1787 # and all parts have been allocated
1788
1789 # so transaction 8 only sees transaction 7 with unallocated parts and adjusts allocated for that transaction, before allocated was 0
1790 #  7 |        7 |       -5 |         1 |  20.00000 | 1140            | 4400         | 5400     bought 5 for 20
1791
1792 # in this example there are still 4 unsold articles
1793
1794
1795   # search all invoice entries for the part in question, adjusting "allocated"
1796   # until the total number of sold parts has been reached
1797
1798   # ORDER BY trans_id ensures FIFO
1799
1800
1801   while (my $ref = $sth->fetchrow_hashref('NAME_lc')) {
1802     if (($qty = (($ref->{base_qty} * -1) - $ref->{allocated})) > $totalqty) {
1803       $qty = $totalqty;
1804     }
1805
1806     # update allocated in invoice
1807     $form->update_balance($dbh, "invoice", "allocated", qq|id = $ref->{id}|, $qty);
1808
1809     # total expenses and inventory
1810     # sellprice is the cost of the item
1811     my $linetotal = $form->round_amount(($ref->{sellprice} * $qty) / ( ($ref->{price_factor} || 1) * ( $basefactor || 1 )), 2);
1812
1813     if ( $::instance_conf->get_inventory_system eq 'perpetual' ) {
1814       # Bestandsmethode: when selling parts, deduct their purchase value from the inventory account
1815       $ref->{expense_accno} = ($form->{"expense_accno_$row"}) ? $form->{"expense_accno_$row"} : $ref->{expense_accno};
1816       # add to expense
1817       $form->{amount_cogs}{ $form->{id} }{ $ref->{expense_accno} } += -$linetotal;
1818       $form->{expense_inventory} .= " " . $ref->{expense_accno};
1819       $ref->{inventory_accno} = ($form->{"inventory_accno_$row"}) ? $form->{"inventory_accno_$row"} : $ref->{inventory_accno};
1820       # deduct inventory
1821       $form->{amount_cogs}{ $form->{id} }{ $ref->{inventory_accno} } -= -$linetotal;
1822       $form->{expense_inventory} .= " " . $ref->{inventory_accno};
1823     }
1824
1825     # add allocated
1826     $allocated -= $qty;
1827
1828     last if (($totalqty -= $qty) <= 0);
1829   }
1830
1831   $sth->finish;
1832
1833   $main::lxdebug->leave_sub();
1834
1835   return $allocated;
1836 }
1837
1838 sub reverse_invoice {
1839   $main::lxdebug->enter_sub();
1840
1841   my ($dbh, $form) = @_;
1842
1843   # reverse inventory items
1844   my $query =
1845     qq|SELECT i.id, i.parts_id, i.qty, i.assemblyitem, p.part_type
1846        FROM invoice i
1847        JOIN parts p ON (i.parts_id = p.id)
1848        WHERE i.trans_id = ?|;
1849   my $sth = prepare_execute_query($form, $dbh, $query, conv_i($form->{"id"}));
1850
1851   while (my $ref = $sth->fetchrow_hashref('NAME_lc')) {
1852
1853     if ($ref->{inventory_accno_id}) {
1854       # de-allocated purchases
1855       $query =
1856         qq|SELECT i.id, i.trans_id, i.allocated
1857            FROM invoice i
1858            WHERE (i.parts_id = ?) AND (i.allocated > 0)
1859            ORDER BY i.trans_id DESC|;
1860       my $sth2 = prepare_execute_query($form, $dbh, $query, conv_i($ref->{"parts_id"}));
1861
1862       while (my $inhref = $sth2->fetchrow_hashref('NAME_lc')) {
1863         my $qty = $ref->{qty};
1864         if (($ref->{qty} - $inhref->{allocated}) > 0) {
1865           $qty = $inhref->{allocated};
1866         }
1867
1868         # update invoice
1869         $form->update_balance($dbh, "invoice", "allocated", qq|id = $inhref->{id}|, $qty * -1);
1870
1871         last if (($ref->{qty} -= $qty) <= 0);
1872       }
1873       $sth2->finish;
1874     }
1875   }
1876
1877   $sth->finish;
1878
1879   # delete acc_trans
1880   my @values = (conv_i($form->{id}));
1881   do_query($form, $dbh, qq|DELETE FROM acc_trans WHERE trans_id = ?|, @values);
1882
1883   $query = qq|DELETE FROM custom_variables
1884               WHERE (config_id IN (SELECT id        FROM custom_variable_configs WHERE (module = 'ShipTo')))
1885                 AND (trans_id  IN (SELECT shipto_id FROM shipto                  WHERE (module = 'AR') AND (trans_id = ?)))|;
1886   do_query($form, $dbh, $query, @values);
1887   do_query($form, $dbh, qq|DELETE FROM shipto WHERE (trans_id = ?) AND (module = 'AR')|, @values);
1888
1889   $main::lxdebug->leave_sub();
1890 }
1891
1892 sub delete_invoice {
1893   my ($self, $myconfig, $form) = @_;
1894   $main::lxdebug->enter_sub();
1895
1896   my $rc = SL::DB->client->with_transaction(\&_delete_invoice, $self, $myconfig, $form);
1897
1898   $::lxdebug->leave_sub;
1899   return $rc;
1900 }
1901
1902 sub _delete_invoice {
1903   my ($self, $myconfig, $form) = @_;
1904
1905   my $dbh = SL::DB->client->dbh;
1906
1907   &reverse_invoice($dbh, $form);
1908   _delete_transfers($dbh, $form, $form->{id});
1909
1910   my @values = (conv_i($form->{id}));
1911
1912   # Falls wir ein Storno haben, müssen zwei Felder in der stornierten Rechnung wieder
1913   # zurückgesetzt werden. Vgl:
1914   #  id | storno | storno_id |  paid   |  amount
1915   #----+--------+-----------+---------+-----------
1916   # 18 | f      |           | 0.00000 | 119.00000
1917   # ZU:
1918   # 18 | t      |           |  119.00000 |  119.00000
1919   #
1920   if($form->{storno}){
1921     # storno_id auslesen und korrigieren
1922     my ($invoice_id) = selectfirst_array_query($form, $dbh, qq|SELECT storno_id FROM ar WHERE id = ?|,@values);
1923     do_query($form, $dbh, qq|UPDATE ar SET storno = 'f', paid = 0 WHERE id = ?|, $invoice_id);
1924   }
1925
1926   # delete spool files
1927   my @spoolfiles = selectall_array_query($form, $dbh, qq|SELECT spoolfile FROM status WHERE trans_id = ?|, @values);
1928
1929   my @queries = (
1930     qq|DELETE FROM status WHERE trans_id = ?|,
1931     qq|DELETE FROM periodic_invoices WHERE ar_id = ?|,
1932     qq|DELETE FROM invoice WHERE trans_id = ?|,
1933     qq|DELETE FROM ar WHERE id = ?|,
1934   );
1935
1936   map { do_query($form, $dbh, $_, @values) } @queries;
1937
1938   my $spool = $::lx_office_conf{paths}->{spool};
1939   map { unlink "$spool/$_" if -f "$spool/$_"; } @spoolfiles;
1940
1941   return 1;
1942 }
1943
1944 sub retrieve_invoice {
1945   my ($self, $myconfig, $form) = @_;
1946   $main::lxdebug->enter_sub();
1947
1948   my $rc = SL::DB->client->with_transaction(\&_retrieve_invoice, $self, $myconfig, $form);
1949
1950   $::lxdebug->leave_sub;
1951   return $rc;
1952 }
1953
1954 sub _retrieve_invoice {
1955   my ($self, $myconfig, $form) = @_;
1956
1957   my $dbh = SL::DB->client->dbh;
1958
1959   my ($sth, $ref, $query);
1960
1961   my $query_transdate = !$form->{id} ? ", current_date AS invdate" : '';
1962
1963   $query =
1964     qq|SELECT
1965          (SELECT c.accno FROM chart c WHERE d.inventory_accno_id = c.id) AS inventory_accno,
1966          (SELECT c.accno FROM chart c WHERE d.income_accno_id = c.id)    AS income_accno,
1967          (SELECT c.accno FROM chart c WHERE d.expense_accno_id = c.id)   AS expense_accno,
1968          (SELECT c.accno FROM chart c WHERE d.fxgain_accno_id = c.id)    AS fxgain_accno,
1969          (SELECT c.accno FROM chart c WHERE d.fxloss_accno_id = c.id)    AS fxloss_accno,
1970          (SELECT c.accno FROM chart c WHERE d.rndgain_accno_id = c.id)   AS rndgain_accno,
1971          (SELECT c.accno FROM chart c WHERE d.rndloss_accno_id = c.id)   AS rndloss_accno
1972          ${query_transdate}
1973        FROM defaults d|;
1974
1975   $ref = selectfirst_hashref_query($form, $dbh, $query);
1976   map { $form->{$_} = $ref->{$_} } keys %{ $ref };
1977
1978   if ($form->{id}) {
1979     my $id = conv_i($form->{id});
1980
1981     # retrieve invoice
1982     #erweiterung um das entsprechende feld lieferscheinnummer (a.donumber) in der html-maske anzuzeigen 12.02.2009 jb
1983
1984     $query =
1985       qq|SELECT
1986            a.invnumber, a.ordnumber, a.quonumber, a.cusordnumber,
1987            a.orddate, a.quodate, a.globalproject_id,
1988            a.transdate AS invdate, a.deliverydate, a.paid, a.storno, a.storno_id, a.gldate,
1989            a.shippingpoint, a.shipvia, a.notes, a.intnotes, a.taxzone_id,
1990            a.duedate, a.taxincluded, (SELECT cu.name FROM currencies cu WHERE cu.id=a.currency_id) AS currency, a.shipto_id, a.cp_id,
1991            a.employee_id, a.salesman_id, a.payment_id,
1992            a.mtime, a.itime,
1993            a.language_id, a.delivery_customer_id, a.delivery_vendor_id, a.type,
1994            a.transaction_description, a.donumber, a.invnumber_for_credit_note,
1995            a.marge_total, a.marge_percent, a.direct_debit, a.delivery_term_id,
1996            dc.dunning_description,
1997            e.name AS employee
1998          FROM ar a
1999          LEFT JOIN employee e ON (e.id = a.employee_id)
2000          LEFT JOIN dunning_config dc ON (a.dunning_config_id = dc.id)
2001          WHERE a.id = ?|;
2002     $ref = selectfirst_hashref_query($form, $dbh, $query, $id);
2003     map { $form->{$_} = $ref->{$_} } keys %{ $ref };
2004     $form->{mtime} = $form->{itime} if !$form->{mtime};
2005     $form->{lastmtime} = $form->{mtime};
2006
2007     $form->{exchangerate} = $form->get_exchangerate($dbh, $form->{currency}, $form->{invdate}, "buy");
2008
2009     foreach my $vc (qw(customer vendor)) {
2010       next if !$form->{"delivery_${vc}_id"};
2011       ($form->{"delivery_${vc}_string"}) = selectrow_query($form, $dbh, qq|SELECT name FROM customer WHERE id = ?|, $id);
2012     }
2013
2014     # get shipto
2015     $query = qq|SELECT * FROM shipto WHERE (trans_id = ?) AND (module = 'AR')|;
2016     $ref = selectfirst_hashref_query($form, $dbh, $query, $id);
2017     $form->{$_} = $ref->{$_} for grep { m{^shipto(?!_id$)} } keys %$ref;
2018
2019     # get printed, emailed
2020     $query = qq|SELECT printed, emailed, spoolfile, formname FROM status WHERE trans_id = ?|;
2021     $sth = prepare_execute_query($form, $dbh, $query, $id);
2022
2023     while ($ref = $sth->fetchrow_hashref('NAME_lc')) {
2024       $form->{printed} .= "$ref->{formname} " if $ref->{printed};
2025       $form->{emailed} .= "$ref->{formname} " if $ref->{emailed};
2026       $form->{queued} .= "$ref->{formname} $ref->{spoolfile} " if $ref->{spoolfile};
2027     }
2028     $sth->finish;
2029     map { $form->{$_} =~ s/ +$//g } qw(printed emailed queued);
2030
2031     my $transdate = $form->{deliverydate} ? $dbh->quote($form->{deliverydate})
2032                   : $form->{invdate}      ? $dbh->quote($form->{invdate})
2033                   :                         "current_date";
2034
2035
2036     my $taxzone_id = $form->{taxzone_id} *= 1;
2037     $taxzone_id = SL::DB::Manager::TaxZone->get_default->id unless SL::DB::Manager::TaxZone->find_by(id => $taxzone_id);
2038
2039     # retrieve individual items
2040     $query =
2041       qq|SELECT
2042            c1.accno AS inventory_accno, c1.new_chart_id AS inventory_new_chart, date($transdate) - c1.valid_from AS inventory_valid,
2043            c2.accno AS income_accno,    c2.new_chart_id AS income_new_chart,    date($transdate) - c2.valid_from as income_valid,
2044            c3.accno AS expense_accno,   c3.new_chart_id AS expense_new_chart,   date($transdate) - c3.valid_from AS expense_valid,
2045
2046            i.id AS invoice_id,
2047            i.description, i.longdescription, i.qty, i.fxsellprice AS sellprice, i.discount, i.parts_id AS id, i.unit, i.deliverydate AS reqdate,
2048            i.project_id, i.serialnumber, i.pricegroup_id, i.ordnumber, i.donumber, i.transdate, i.cusordnumber, i.subtotal, i.lastcost,
2049            i.price_factor_id, i.price_factor, i.marge_price_factor, i.active_price_source, i.active_discount_source,
2050            p.partnumber, p.part_type, p.notes AS partnotes, p.formel, p.listprice,
2051            p.classification_id,
2052            pr.projectnumber, pg.partsgroup, prg.pricegroup
2053
2054          FROM invoice i
2055          LEFT JOIN parts p ON (i.parts_id = p.id)
2056          LEFT JOIN project pr ON (i.project_id = pr.id)
2057          LEFT JOIN partsgroup pg ON (p.partsgroup_id = pg.id)
2058          LEFT JOIN pricegroup prg ON (i.pricegroup_id = prg.id)
2059
2060          LEFT JOIN chart c1 ON ((SELECT inventory_accno_id             FROM buchungsgruppen WHERE id = p.buchungsgruppen_id) = c1.id)
2061          LEFT JOIN chart c2 ON ((SELECT tc.income_accno_id FROM taxzone_charts tc WHERE tc.taxzone_id = '$taxzone_id' and tc.buchungsgruppen_id = p.buchungsgruppen_id) = c2.id)
2062          LEFT JOIN chart c3 ON ((SELECT tc.expense_accno_id FROM taxzone_charts tc WHERE tc.taxzone_id = '$taxzone_id' and tc.buchungsgruppen_id = p.buchungsgruppen_id) = c3.id)
2063
2064          WHERE (i.trans_id = ?) AND NOT (i.assemblyitem = '1') ORDER BY i.position|;
2065
2066     $sth = prepare_execute_query($form, $dbh, $query, $id);
2067
2068     while (my $ref = $sth->fetchrow_hashref('NAME_lc')) {
2069       # Retrieve custom variables.
2070       my $cvars = CVar->get_custom_variables(dbh        => $dbh,
2071                                              module     => 'IC',
2072                                              sub_module => 'invoice',
2073                                              trans_id   => $ref->{invoice_id},
2074                                             );
2075       map { $ref->{"ic_cvar_$_->{name}"} = $_->{value} } @{ $cvars };
2076
2077       map({ delete($ref->{$_}); } qw(inventory_accno inventory_new_chart inventory_valid)) if !$ref->{"part_inventory_accno_id"};
2078       delete($ref->{"part_inventory_accno_id"});
2079
2080       foreach my $type (qw(inventory income expense)) {
2081         while ($ref->{"${type}_new_chart"} && ($ref->{"${type}_valid"} >=0)) {
2082           my $query = qq|SELECT accno, new_chart_id, date($transdate) - valid_from FROM chart WHERE id = ?|;
2083           @$ref{ map $type.$_, qw(_accno _new_chart _valid) } = selectrow_query($form, $dbh, $query, $ref->{"${type}_new_chart"});
2084         }
2085       }
2086
2087       # get tax rates and description
2088       my $accno_id = ($form->{vc} eq "customer") ? $ref->{income_accno} : $ref->{expense_accno};
2089       $query =
2090         qq|SELECT c.accno, t.taxdescription, t.rate, c.accno as taxnumber
2091            FROM tax t
2092            LEFT JOIN chart c ON (c.id = t.chart_id)
2093            WHERE t.id IN
2094              (SELECT tk.tax_id FROM taxkeys tk
2095               WHERE tk.chart_id = (SELECT id FROM chart WHERE accno = ?)
2096                 AND startdate <= date($transdate)
2097               ORDER BY startdate DESC LIMIT 1)
2098            ORDER BY c.accno|;
2099       my $stw = prepare_execute_query($form, $dbh, $query, $accno_id);
2100       $ref->{taxaccounts} = "";
2101       my $i=0;
2102       while (my $ptr = $stw->fetchrow_hashref('NAME_lc')) {
2103
2104         if (($ptr->{accno} eq "") && ($ptr->{rate} == 0)) {
2105           $i++;
2106           $ptr->{accno} = $i;
2107         }
2108         $ref->{taxaccounts} .= "$ptr->{accno} ";
2109
2110         if (!($form->{taxaccounts} =~ /\Q$ptr->{accno}\E/)) {
2111           $form->{"$ptr->{accno}_rate"}        = $ptr->{rate};
2112           $form->{"$ptr->{accno}_description"} = $ptr->{taxdescription};
2113           $form->{"$ptr->{accno}_taxnumber"}   = $ptr->{taxnumber};
2114           $form->{taxaccounts} .= "$ptr->{accno} ";
2115         }
2116
2117       }
2118
2119       $ref->{qty} *= -1 if $form->{type} eq "credit_note";
2120
2121       chop $ref->{taxaccounts};
2122       push @{ $form->{invoice_details} }, $ref;
2123       $stw->finish;
2124     }
2125     $sth->finish;
2126
2127     # Fetch shipping address.
2128     $query = qq|SELECT s.* FROM shipto s WHERE s.trans_id = ? AND s.module = 'AR'|;
2129     $ref   = selectfirst_hashref_query($form, $dbh, $query, $form->{id});
2130
2131     $form->{$_} = $ref->{$_} for grep { $_ ne 'id' } keys %$ref;
2132
2133     if ($form->{shipto_id}) {
2134       my $cvars = CVar->get_custom_variables(
2135         dbh      => $dbh,
2136         module   => 'ShipTo',
2137         trans_id => $form->{shipto_id},
2138       );
2139       $form->{"shiptocvar_$_->{name}"} = $_->{value} for @{ $cvars };
2140     }
2141
2142     Common::webdav_folder($form);
2143   }
2144
2145   return 1;
2146 }
2147
2148 sub get_customer {
2149   $main::lxdebug->enter_sub();
2150
2151   my ($self, $myconfig, $form) = @_;
2152
2153   # connect to database
2154   my $dbh = $form->get_standard_dbh;
2155
2156   my $dateformat = $myconfig->{dateformat};
2157   $dateformat .= "yy" if $myconfig->{dateformat} !~ /^y/;
2158
2159   my (@values, $ref, $query);
2160
2161   my $cid = conv_i($form->{customer_id});
2162   my $payment_id;
2163
2164   # get customer
2165   my $where = '';
2166   if ($cid) {
2167     $where .= 'AND c.id = ?';
2168     push @values, $cid;
2169   }
2170   $query =
2171     qq|SELECT
2172          c.id AS customer_id, c.name AS customer, c.discount as customer_discount, c.creditlimit,
2173          c.email, c.cc, c.bcc, c.language_id, c.payment_id, c.delivery_term_id,
2174          c.street, c.zipcode, c.city, c.country,
2175          c.notes AS intnotes, c.pricegroup_id as customer_pricegroup_id, c.taxzone_id, c.salesman_id, cu.name AS curr,
2176          c.taxincluded_checked, c.direct_debit,
2177          b.discount AS tradediscount, b.description AS business
2178        FROM customer c
2179        LEFT JOIN business b ON (b.id = c.business_id)
2180        LEFT JOIN currencies cu ON (c.currency_id=cu.id)
2181        WHERE 1 = 1 $where|;
2182   $ref = selectfirst_hashref_query($form, $dbh, $query, @values);
2183
2184   delete $ref->{salesman_id} if !$ref->{salesman_id};
2185   delete $ref->{payment_id}  if !$ref->{payment_id};
2186
2187   map { $form->{$_} = $ref->{$_} } keys %$ref;
2188
2189   if ($form->{payment_id}) {
2190     my $reference_date = $form->{invdate} ? DateTime->from_kivitendo($form->{invdate}) : undef;
2191     $form->{duedate}   = SL::DB::PaymentTerm->new(id => $form->{payment_id})->load->calc_date(reference_date => $reference_date)->to_kivitendo;
2192   } else {
2193     $form->{duedate}   = DateTime->today_local->to_kivitendo;
2194   }
2195
2196   # use customer currency
2197   $form->{currency} = $form->{curr};
2198
2199   $query =
2200     qq|SELECT sum(amount - paid) AS dunning_amount
2201        FROM ar
2202        WHERE (paid < amount)
2203          AND (customer_id = ?)
2204          AND (dunning_config_id IS NOT NULL)|;
2205   $ref = selectfirst_hashref_query($form, $dbh, $query, $cid);
2206   map { $form->{$_} = $ref->{$_} } keys %$ref;
2207
2208   $query =
2209     qq|SELECT dnn.dunning_description AS max_dunning_level
2210        FROM dunning_config dnn
2211        WHERE id IN (SELECT dunning_config_id
2212                     FROM ar
2213                     WHERE (paid < amount) AND (customer_id = ?) AND (dunning_config_id IS NOT NULL))
2214        ORDER BY dunning_level DESC LIMIT 1|;
2215   $ref = selectfirst_hashref_query($form, $dbh, $query, $cid);
2216   map { $form->{$_} = $ref->{$_} } keys %$ref;
2217
2218   $form->{creditremaining} = $form->{creditlimit};
2219   $query = qq|SELECT SUM(amount - paid) FROM ar WHERE customer_id = ?|;
2220   my ($value) = selectrow_query($form, $dbh, $query, $cid);
2221   $form->{creditremaining} -= $value;
2222
2223   $query =
2224     qq|SELECT o.amount,
2225          (SELECT e.buy FROM exchangerate e
2226           WHERE e.currency_id = o.currency_id
2227             AND e.transdate = o.transdate)
2228        FROM oe o
2229        WHERE o.customer_id = ?
2230          AND o.quotation = '0'
2231          AND o.closed = '0'|;
2232   my $sth = prepare_execute_query($form, $dbh, $query, $cid);
2233
2234   while (my ($amount, $exch) = $sth->fetchrow_array) {
2235     $exch = 1 unless $exch;
2236     $form->{creditremaining} -= $amount * $exch;
2237   }
2238   $sth->finish;
2239
2240   $main::lxdebug->leave_sub();
2241 }
2242
2243 sub retrieve_item {
2244   $main::lxdebug->enter_sub();
2245
2246   my ($self, $myconfig, $form) = @_;
2247
2248   # connect to database
2249   my $dbh = $form->get_standard_dbh;
2250
2251   my $i = $form->{rowcount};
2252
2253   my $where = qq|NOT p.obsolete = '1'|;
2254   my @values;
2255
2256   foreach my $column (qw(p.partnumber p.description pgpartsgroup )) {
2257     my ($table, $field) = split m/\./, $column;
2258     next if !$form->{"${field}_${i}"};
2259     $where .= qq| AND lower(${column}) ILIKE ?|;
2260     push @values, like($form->{"${field}_${i}"});
2261   }
2262
2263   my (%mm_by_id);
2264   if ($form->{"partnumber_$i"} && !$form->{"description_$i"}) {
2265     $where .= qq| OR (NOT p.obsolete = '1' AND p.ean = ? )|;
2266     push @values, $form->{"partnumber_$i"};
2267
2268     # also search hits in makemodels, but only cache the results by id and merge later
2269     my $mm_query = qq|
2270       SELECT parts_id, model FROM makemodel LEFT JOIN parts ON parts.id = parts_id WHERE NOT parts.obsolete AND model ILIKE ?;
2271     |;
2272     my $mm_results = selectall_hashref_query($::form, $dbh, $mm_query, like($form->{"partnumber_$i"}));
2273     my @mm_ids     = map { $_->{parts_id} } @$mm_results;
2274     push @{$mm_by_id{ $_->{parts_id} } ||= []}, $_ for @$mm_results;
2275
2276     if (@mm_ids) {
2277       $where .= qq| OR p.id IN (| . join(',', ('?') x @mm_ids) . qq|)|;
2278       push @values, @mm_ids;
2279     }
2280   }
2281
2282   # Search for part ID overrides all other criteria.
2283   if ($form->{"id_${i}"}) {
2284     $where  = qq|p.id = ?|;
2285     @values = ($form->{"id_${i}"});
2286   }
2287
2288   if ($form->{"description_$i"}) {
2289     $where .= qq| ORDER BY p.description|;
2290   } else {
2291     $where .= qq| ORDER BY p.partnumber|;
2292   }
2293
2294   my $transdate;
2295   if ($form->{type} eq "invoice") {
2296     $transdate =
2297       $form->{deliverydate} ? $dbh->quote($form->{deliverydate}) :
2298       $form->{invdate}      ? $dbh->quote($form->{invdate}) :
2299                               "current_date";
2300   } else {
2301     $transdate =
2302       $form->{transdate}    ? $dbh->quote($form->{transdate}) :
2303                               "current_date";
2304   }
2305
2306   my $taxzone_id = $form->{taxzone_id} * 1;
2307   $taxzone_id = 0 if (0 > $taxzone_id) || (3 < $taxzone_id);
2308
2309   my $query =
2310     qq|SELECT
2311          p.id, p.partnumber, p.description, p.sellprice,
2312          p.listprice, p.part_type, p.lastcost,
2313          p.ean, p.notes,
2314          p.classification_id,
2315
2316          c1.accno AS inventory_accno,
2317          c1.new_chart_id AS inventory_new_chart,
2318          date($transdate) - c1.valid_from AS inventory_valid,
2319
2320          c2.accno AS income_accno,
2321          c2.new_chart_id AS income_new_chart,
2322          date($transdate)  - c2.valid_from AS income_valid,
2323
2324          c3.accno AS expense_accno,
2325          c3.new_chart_id AS expense_new_chart,
2326          date($transdate) - c3.valid_from AS expense_valid,
2327
2328          p.unit, p.part_type, p.onhand,
2329          p.notes AS partnotes, p.notes AS longdescription,
2330          p.not_discountable, p.formel, p.payment_id AS part_payment_id,
2331          p.price_factor_id, p.weight,
2332
2333          pfac.factor AS price_factor,
2334          pt.used_for_sale AS used_for_sale,
2335          pg.partsgroup
2336
2337        FROM parts p
2338        LEFT JOIN chart c1 ON
2339          ((SELECT inventory_accno_id
2340            FROM buchungsgruppen
2341            WHERE id = p.buchungsgruppen_id) = c1.id)
2342        LEFT JOIN chart c2 ON
2343          ((SELECT tc.income_accno_id
2344            FROM taxzone_charts tc
2345            WHERE tc.buchungsgruppen_id = p.buchungsgruppen_id and tc.taxzone_id = ${taxzone_id}) = c2.id)
2346        LEFT JOIN chart c3 ON
2347          ((SELECT tc.expense_accno_id
2348            FROM taxzone_charts tc
2349            WHERE tc.buchungsgruppen_id = p.buchungsgruppen_id and tc.taxzone_id = ${taxzone_id}) = c3.id)
2350        LEFT JOIN partsgroup pg ON (pg.id = p.partsgroup_id)
2351        LEFT JOIN part_classifications pt ON (pt.id = p.classification_id)
2352        LEFT JOIN price_factors pfac ON (pfac.id = p.price_factor_id)
2353        WHERE $where|;
2354   my $sth = prepare_execute_query($form, $dbh, $query, @values);
2355
2356   my @translation_queries = ( [ qq|SELECT tr.translation, tr.longdescription
2357                                    FROM translation tr
2358                                    WHERE tr.language_id = ? AND tr.parts_id = ?| ],
2359                               [ qq|SELECT tr.translation, tr.longdescription
2360                                    FROM translation tr
2361                                    WHERE tr.language_id IN
2362                                      (SELECT id
2363                                       FROM language
2364                                       WHERE article_code = (SELECT article_code FROM language WHERE id = ?))
2365                                      AND tr.parts_id = ?
2366                                    LIMIT 1| ] );
2367   map { push @{ $_ }, prepare_query($form, $dbh, $_->[0]) } @translation_queries;
2368
2369   my $has_wrong_pclass = PCLASS_OK;
2370   while (my $ref = $sth->fetchrow_hashref('NAME_lc')) {
2371
2372     if ($mm_by_id{$ref->{id}}) {
2373       $ref->{makemodels} = $mm_by_id{$ref->{id}};
2374       push @{ $ref->{matches} ||= [] }, $::locale->text('Model') . ': ' . join ', ', map { $_->{model} } @{ $mm_by_id{$ref->{id}} };
2375     }
2376
2377     if (($::form->{"partnumber_$i"} ne '') && ($ref->{ean} eq $::form->{"partnumber_$i"})) {
2378       push @{ $ref->{matches} ||= [] }, $::locale->text('EAN') . ': ' . $ref->{ean};
2379     }
2380
2381     $ref->{type_and_classific} = type_abbreviation($ref->{part_type}) .
2382                                  classification_abbreviation($ref->{classification_id});
2383     if (! $ref->{used_for_sale} ) {
2384       $has_wrong_pclass = PCLASS_NOTFORSALE ;
2385       next;
2386     }
2387     # In der Buchungsgruppe ist immer ein Bestandskonto verknuepft, auch wenn
2388     # es sich um eine Dienstleistung handelt. Bei Dienstleistungen muss das
2389     # Buchungskonto also aus dem Ergebnis rausgenommen werden.
2390     if (!$ref->{inventory_accno_id}) {
2391       map({ delete($ref->{"inventory_${_}"}); } qw(accno new_chart valid));
2392     }
2393     delete($ref->{inventory_accno_id});
2394
2395     foreach my $type (qw(inventory income expense)) {
2396       while ($ref->{"${type}_new_chart"} && ($ref->{"${type}_valid"} >=0)) {
2397         my $query =
2398           qq|SELECT accno, new_chart_id, date($transdate) - valid_from
2399              FROM chart
2400              WHERE id = ?|;
2401         ($ref->{"${type}_accno"},
2402          $ref->{"${type}_new_chart"},
2403          $ref->{"${type}_valid"})
2404           = selectrow_query($form, $dbh, $query, $ref->{"${type}_new_chart"});
2405       }
2406     }
2407
2408     if ($form->{payment_id} eq "") {
2409       $form->{payment_id} = $form->{part_payment_id};
2410     }
2411
2412     # get tax rates and description
2413     my $accno_id = ($form->{vc} eq "customer") ? $ref->{income_accno} : $ref->{expense_accno};
2414     $query =
2415       qq|SELECT c.accno, t.taxdescription, t.rate, c.accno as taxnumber
2416          FROM tax t
2417          LEFT JOIN chart c ON (c.id = t.chart_id)
2418          WHERE t.id in
2419            (SELECT tk.tax_id
2420             FROM taxkeys tk
2421             WHERE tk.chart_id = (SELECT id from chart WHERE accno = ?)
2422               AND startdate <= ?
2423             ORDER BY startdate DESC
2424             LIMIT 1)
2425          ORDER BY c.accno|;
2426     @values = ($accno_id, $transdate eq "current_date" ? "now" : $transdate);
2427     my $stw = $dbh->prepare($query);
2428     $stw->execute(@values) || $form->dberror($query);
2429
2430     $ref->{taxaccounts} = "";
2431     my $i = 0;
2432     while (my $ptr = $stw->fetchrow_hashref('NAME_lc')) {
2433
2434       if (($ptr->{accno} eq "") && ($ptr->{rate} == 0)) {
2435         $i++;
2436         $ptr->{accno} = $i;
2437       }
2438       $ref->{taxaccounts} .= "$ptr->{accno} ";
2439
2440       if (!($form->{taxaccounts} =~ /\Q$ptr->{accno}\E/)) {
2441         $form->{"$ptr->{accno}_rate"}        = $ptr->{rate};
2442         $form->{"$ptr->{accno}_description"} = $ptr->{taxdescription};
2443         $form->{"$ptr->{accno}_taxnumber"}   = $ptr->{taxnumber};
2444         $form->{taxaccounts} .= "$ptr->{accno} ";
2445       }
2446
2447     }
2448
2449     $stw->finish;
2450     chop $ref->{taxaccounts};
2451
2452     if ($form->{language_id}) {
2453       for my $spec (@translation_queries) {
2454         do_statement($form, $spec->[1], $spec->[0], conv_i($form->{language_id}), conv_i($ref->{id}));
2455         my ($translation, $longdescription) = $spec->[1]->fetchrow_array;
2456         next unless $translation;
2457         $ref->{description} = $translation;
2458         $ref->{longdescription} = $longdescription;
2459         last;
2460       }
2461     }
2462
2463     $ref->{onhand} *= 1;
2464     push @{ $form->{item_list} }, $ref;
2465   }
2466   $sth->finish;
2467   $_->[1]->finish for @translation_queries;
2468
2469   $form->{is_wrong_pclass} = $has_wrong_pclass;
2470   $form->{NOTFORSALE}      = PCLASS_NOTFORSALE;
2471   $form->{NOTFORPURCHASE}  = PCLASS_NOTFORPURCHASE;
2472   foreach my $item (@{ $form->{item_list} }) {
2473     my $custom_variables = CVar->get_custom_variables(module   => 'IC',
2474                                                       trans_id => $item->{id},
2475                                                       dbh      => $dbh,
2476                                                      );
2477     $form->{is_wrong_pclass} = PCLASS_OK; # one correct type
2478     map { $item->{"ic_cvar_" . $_->{name} } = $_->{value} } @{ $custom_variables };
2479   }
2480   $main::lxdebug->leave_sub();
2481 }
2482
2483 sub has_storno {
2484   $main::lxdebug->enter_sub();
2485
2486   my ($self, $myconfig, $form, $table) = @_;
2487
2488   $main::lxdebug->leave_sub() and return 0 unless ($form->{id});
2489
2490   # make sure there's no funny stuff in $table
2491   # ToDO: die when this happens and throw an error
2492   $main::lxdebug->leave_sub() and return 0 if ($table =~ /\W/);
2493
2494   my $dbh = $form->get_standard_dbh;
2495
2496   my $query = qq|SELECT storno FROM $table WHERE storno_id = ?|;
2497   my ($result) = selectrow_query($form, $dbh, $query, $form->{id});
2498
2499   $main::lxdebug->leave_sub();
2500
2501   return $result;
2502 }
2503
2504 sub is_storno {
2505   $main::lxdebug->enter_sub();
2506
2507   my ($self, $myconfig, $form, $table, $id) = @_;
2508
2509   $main::lxdebug->leave_sub() and return 0 unless ($id);
2510
2511   # make sure there's no funny stuff in $table
2512   # ToDO: die when this happens and throw an error
2513   $main::lxdebug->leave_sub() and return 0 if ($table =~ /\W/);
2514
2515   my $dbh = $form->get_standard_dbh;
2516
2517   my $query = qq|SELECT storno FROM $table WHERE id = ?|;
2518   my ($result) = selectrow_query($form, $dbh, $query, $id);
2519
2520   $main::lxdebug->leave_sub();
2521
2522   return $result;
2523 }
2524
2525 sub get_standard_accno_current_assets {
2526   $main::lxdebug->enter_sub();
2527
2528   my ($self, $myconfig, $form) = @_;
2529
2530   my $dbh = $form->get_standard_dbh;
2531
2532   my $query = qq| SELECT accno FROM chart WHERE id = (SELECT ar_paid_accno_id FROM defaults)|;
2533   my ($result) = selectrow_query($form, $dbh, $query);
2534
2535   $main::lxdebug->leave_sub();
2536
2537   return $result;
2538 }
2539
2540 1;