1 #=====================================================================
4 # Based on SQL-Ledger Version 2.1.9
5 # Web http://www.lx-office.org
7 #=====================================================================
8 # SQL-Ledger Accounting
11 # Author: Dieter Simader
12 # Email: dsimader@sql-ledger.org
13 # Web: http://www.sql-ledger.org
16 # This program is free software; you can redistribute it and/or modify
17 # it under the terms of the GNU General Public License as published by
18 # the Free Software Foundation; either version 2 of the License, or
19 # (at your option) any later version.
21 # This program is distributed in the hope that it will be useful,
22 # but WITHOUT ANY WARRANTY; without even the implied warranty of
23 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 # GNU General Public License for more details.
25 # You should have received a copy of the GNU General Public License
26 # along with this program; if not, write to the Free Software
27 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
28 #======================================================================
32 #======================================================================
38 require "$form->{path}/arap.pl";
39 require "bin/mozilla/common.pl";
40 require "bin/mozilla/drafts.pl";
46 # this is for our long dates
47 # $locale->text('January')
48 # $locale->text('February')
49 # $locale->text('March')
50 # $locale->text('April')
51 # $locale->text('May ')
52 # $locale->text('June')
53 # $locale->text('July')
54 # $locale->text('August')
55 # $locale->text('September')
56 # $locale->text('October')
57 # $locale->text('November')
58 # $locale->text('December')
60 # this is for our short month
61 # $locale->text('Jan')
62 # $locale->text('Feb')
63 # $locale->text('Mar')
64 # $locale->text('Apr')
65 # $locale->text('May')
66 # $locale->text('Jun')
67 # $locale->text('Jul')
68 # $locale->text('Aug')
69 # $locale->text('Sep')
70 # $locale->text('Oct')
71 # $locale->text('Nov')
72 # $locale->text('Dec')
75 $lxdebug->enter_sub();
77 return $lxdebug->leave_sub() if (load_draft_maybe());
79 $form->{title} = "Add";
82 "$form->{script}?action=add&path=$form->{path}&login=$form->{login}&password=$form->{password}"
83 unless $form->{callback};
85 AP->get_transdate(\%myconfig, $form);
86 $form->{initial_transdate} = $form->{transdate};
88 $form->{transdate} = $form->{initial_transdate};
91 $lxdebug->leave_sub();
95 $lxdebug->enter_sub();
97 $form->{javascript} = qq|<script type="text/javascript" src="js/show_history.js"></script>|;
98 #/show hhistory button
100 $form->{title} = "Edit";
105 $lxdebug->leave_sub();
109 $lxdebug->enter_sub();
114 $lxdebug->leave_sub();
118 $lxdebug->enter_sub();
120 $form->create_links("AP", \%myconfig, "vendor");
121 $taxincluded = $form->{taxincluded};
122 $duedate = $form->{duedate};
124 IR->get_vendor(\%myconfig, \%$form);
125 $form->{taxincluded} = $taxincluded;
126 $form->{duedate} = $duedate if $duedate;
127 $form->{oldvendor} = "$form->{vendor}--$form->{vendor_id}";
128 $form->{rowcount} = 1;
130 # build the popup menus
131 $form->{taxincluded} = ($form->{id}) ? $form->{taxincluded} : "checked";
134 $form->{notes} = $form->{intnotes} unless $form->{notes};
137 @curr = split(/:/, $form->{currencies});
139 $form->{defaultcurrency} = $curr[0];
141 map { $form->{selectcurrency} .= "<option>$_\n" } @curr;
144 if (@{ $form->{all_vendor} }) {
145 $form->{vendor} = qq|$form->{vendor}--$form->{vendor_id}|;
146 map { $form->{selectvendor} .= "<option>$_->{name}--$_->{id}\n" }
147 (@{ $form->{all_vendor} });
151 if (@{ $form->{all_departments} }) {
152 $form->{selectdepartment} = "<option>\n";
153 $form->{department} = "$form->{department}--$form->{department_id}";
156 $form->{selectdepartment} .=
157 "<option>$_->{description}--$_->{id}\n"
158 } (@{ $form->{all_departments} });
161 $form->{employee} = "$form->{employee}--$form->{employee_id}";
164 $form->{forex} = $form->{exchangerate};
165 $exchangerate = ($form->{exchangerate}) ? $form->{exchangerate} : 1;
167 foreach $key (keys %{ $form->{AP_links} }) {
168 foreach $ref (@{ $form->{AP_links}{$key} }) {
169 if ($key eq "AP_paid") {
170 $form->{"select$key"} .=
171 "<option value=\"$ref->{accno}\">$ref->{accno}--$ref->{description}</option>\n";
173 $form->{"select$key"} .=
174 "<option value=\"$ref->{accno}--$ref->{tax_id}\">$ref->{accno}--$ref->{description}</option>\n";
178 $form->{$key} = $form->{"select$key"};
180 # if there is a value we have an old entry
184 for $i (1 .. scalar @{ $form->{acc_trans}{$key} }) {
186 if ($key eq "AP_paid") {
188 $form->{"AP_paid_$j"} =
189 "$form->{acc_trans}{$key}->[$i-1]->{accno}--$form->{acc_trans}{$key}->[$i-1]->{description}";
190 $form->{"paid_$j"} = $form->{acc_trans}{$key}->[$i - 1]->{amount};
191 $form->{"datepaid_$j"} =
192 $form->{acc_trans}{$key}->[$i - 1]->{transdate};
193 $form->{"source_$j"} = $form->{acc_trans}{$key}->[$i - 1]->{source};
194 $form->{"memo_$j"} = $form->{acc_trans}{$key}->[$i - 1]->{memo};
196 $form->{"forex_$j"} = $form->{"exchangerate_$i"} =
197 $form->{acc_trans}{$key}->[$i - 1]->{exchangerate};
198 $form->{"AP_paid_$j"} = "$form->{acc_trans}{$key}->[$i-1]->{accno}";
199 $form->{"paid_project_id_$j"} = $form->{acc_trans}{$key}->[$i - 1]->{project_id};
200 $form->{paidaccounts}++;
206 if (($key eq "AP_tax") || ($key eq "AR_tax")) {
207 $form->{"${key}_$form->{acc_trans}{$key}->[$i-1]->{accno}"} =
208 "$form->{acc_trans}{$key}->[$i-1]->{accno}--$form->{acc_trans}{$key}->[$i-1]->{description}";
209 $form->{"${akey}_$form->{acc_trans}{$key}->[$i-1]->{accno}"} =
211 $form->{acc_trans}{$key}->[$i - 1]->{amount} / $exchangerate,
214 if ($form->{"$form->{acc_trans}{$key}->[$i-1]->{accno}_rate"} > 0) {
216 $form->{"${akey}_$form->{acc_trans}{$key}->[$i-1]->{accno}"};
219 $form->{"${akey}_$form->{acc_trans}{$key}->[$i-1]->{accno}"};
221 $form->{"$form->{acc_trans}{$key}->[$i-1]->{accno}_rate"};
223 $index = $form->{acc_trans}{$key}->[$i - 1]->{index};
224 $form->{"tax_$index"} =
225 $form->{acc_trans}{$key}->[$i - 1]->{amount} * -1;
226 $totaltax += $form->{"tax_$index"};
230 $form->{"${akey}_$k"} =
232 $form->{acc_trans}{$key}->[$i - 1]->{amount} / $exchangerate,
234 if ($akey eq 'amount') {
236 $form->{"${akey}_$i"} *= -1;
237 $totalamount += $form->{"${akey}_$i"};
238 $form->{taxrate} = $form->{acc_trans}{$key}->[$i - 1]->{rate};
239 $form->{"oldprojectnumber_$k"} = $form->{"projectnumber_$k"} =
240 "$form->{acc_trans}{$key}->[$i-1]->{projectnumber}";
241 $form->{"project_id_$k"} =
242 "$form->{acc_trans}{$key}->[$i-1]->{project_id}";
244 $form->{"${key}_$k"} =
245 "$form->{acc_trans}{$key}->[$i-1]->{accno}--$form->{acc_trans}{$key}->[$i-1]->{description}";
246 my $q_description = quotemeta($form->{acc_trans}{$key}->[$i-1]->{description});
247 $form->{"select${key}"} =~
248 /<option value=\"($form->{acc_trans}{$key}->[$i-1]->{accno}--[^\"]*)\">$form->{acc_trans}{$key}->[$i-1]->{accno}--${q_description}<\/option>\n/;
249 $form->{"${key}_$k"} = $1;
252 $form->{APselected} = $form->{acc_trans}{$key}->[$i-1]->{accno};
254 } elsif ($akey eq 'amount') {
255 $form->{"${key}_$k"} = $form->{acc_trans}{$key}->[$i-1]->{accno} .
256 "--" . $form->{acc_trans}{$key}->[$i-1]->{id};
257 $form->{"taxchart_$k"} = $form->{acc_trans}{$key}->[$i-1]->{id} .
258 "--" . $form->{acc_trans}{$key}->[$i-1]->{rate};
265 $form->{taxincluded} = $taxincluded if ($form->{id});
266 $form->{paidaccounts} = 1 if not defined $form->{paidaccounts};
268 if ($form->{taxincluded} && $form->{taxrate} && $totalamount) {
270 # add tax to amounts and invtotal
271 for $i (1 .. $form->{rowcount}) {
273 ($totaltax + $totalwithholding) * $form->{"amount_$i"} / $totalamount;
274 $tax = $form->round_amount($taxamount, 2);
275 $diff += ($taxamount - $tax);
276 $form->{"amount_$i"} += $form->{"tax_$i"};
278 $form->{amount_1} += $form->round_amount($diff, 2);
281 $taxamount = $form->round_amount($taxamount, 2);
283 $form->{invtotal} = $totalamount + $totaltax;
286 ($form->datetonum($form->{transdate}, \%myconfig) <=
287 $form->datetonum($form->{closedto}, \%myconfig));
289 $lxdebug->leave_sub();
293 $lxdebug->enter_sub();
295 $title = $form->{title};
296 $form->{title} = $locale->text("$title Accounts Payables Transaction");
298 $form->{taxincluded} = ($form->{taxincluded}) ? "checked" : "";
300 # type=submit $locale->text('Add Accounts Payables Transaction')
301 # type=submit $locale->text('Edit Accounts Payables Transaction')
303 $form->{javascript} = qq|<script type="text/javascript">
305 function setTaxkey(accno, row) {
306 var taxkey = accno.options[accno.selectedIndex].value;
307 var reg = /--([0-9]*)/;
308 var found = reg.exec(taxkey);
309 var index = found[1];
310 index = parseInt(index);
311 var tax = 'taxchart_' + row;
312 for (var i = 0; i < document.getElementById(tax).options.length; ++i) {
313 var reg2 = new RegExp("^"+ index, "");
314 if (reg2.exec(document.getElementById(tax).options[i].value)) {
315 document.getElementById(tax).options[i].selected = true;
323 # set option selected
324 foreach $item (qw(vendor currency department)) {
325 $form->{"select$item"} =~ s/ selected//;
326 $form->{"select$item"} =~
327 s/option>\Q$form->{$item}\E/option selected>$form->{$item}/;
329 $readonly = ($form->{id}) ? "readonly" : "";
332 ($form->current_date(\%myconfig) eq $form->{gldate}) ? 1 : 0;
333 $readonly = ($form->{radier}) ? "" : $readonly;
336 $form->{exchangerate} =
337 $form->format_amount(\%myconfig, $form->{exchangerate});
339 $form->{creditlimit} =
340 $form->format_amount(\%myconfig, $form->{creditlimit}, 0, "0");
341 $form->{creditremaining} =
342 $form->format_amount(\%myconfig, $form->{creditremaining}, 0, "0");
345 <input type=hidden name=forex value=$form->{forex}>
347 if ($form->{currency} ne $form->{defaultcurrency}) {
348 if ($form->{forex}) {
351 <th align=right>| . $locale->text('Exchangerate') . qq|</th>
352 <td><input type=hidden name=exchangerate value=$form->{exchangerate}>$form->{exchangerate}</td>
357 <th align=right>| . $locale->text('Exchangerate') . qq|</th>
358 <td><input name=exchangerate size=10 value=$form->{exchangerate}></td>
367 <td align=right><input name=taxincluded class=checkbox type=checkbox value=1 $form->{taxincluded}></td>
368 <th align=left nowrap>|
369 . $locale->text('Tax Included') . qq|</th>
373 if (($rows = $form->numtextrows($form->{notes}, 50)) < 2) {
377 qq|<textarea name=notes rows=$rows cols=50 wrap=soft $readonly>$form->{notes}</textarea>|;
381 <th align="right" nowrap>| . $locale->text('Department') . qq|</th>
382 <td colspan=3><select name=department>$form->{selectdepartment}</select>
383 <input type=hidden name=selectdepartment value="$form->{selectdepartment}">
386 | if $form->{selectdepartment};
388 $n = ($form->{creditremaining} =~ /-/) ? "0" : "1";
391 ($form->{selectvendor})
392 ? qq|<select name="vendor"
393 onchange="document.getElementById('update_button').click();">$form->{
394 selectvendor } </select>|
395 : qq|<input name=vendor value="$form->{vendor}" size=35>|;
397 my @old_project_ids = ();
398 map({ push(@old_project_ids, $form->{"project_id_$_"})
399 if ($form->{"project_id_$_"}); } (1..$form->{"rowcount"}));
401 $form->get_lists("projects" => { "key" => "ALL_PROJECTS",
403 "old_id" => \@old_project_ids },
404 "charts" => { "key" => "ALL_CHARTS",
405 "transdate" => $form->{transdate} },
406 "taxcharts" => "ALL_TAXCHARTS");
408 map({ $_->{link_split} = [ split(/:/, $_->{link}) ]; }
409 @{ $form->{ALL_CHARTS} });
411 my %project_labels = ();
412 my @project_values = ("");
413 foreach my $item (@{ $form->{"ALL_PROJECTS"} }) {
414 push(@project_values, $item->{"id"});
415 $project_labels{$item->{"id"}} = $item->{"projectnumber"};
418 my (%AP_amount_labels, @AP_amount_values);
419 my (%AP_labels, @AP_values);
420 my (%AP_paid_labels, @AP_paid_values);
424 foreach my $item (@{ $form->{ALL_CHARTS} }) {
425 if (grep({ $_ eq "AP_amount" } @{ $item->{link_split} })) {
426 $taxchart_init = $item->{tax_id} if ($taxchart_init eq "");
427 my $key = "$item->{accno}--$item->{tax_id}";
428 push(@AP_amount_values, $key);
429 $AP_amount_labels{$key} =
430 "$item->{accno}--$item->{description}";
432 } elsif (grep({ $_ eq "AP" } @{ $item->{link_split} })) {
433 push(@AP_values, $item->{accno});
434 $AP_labels{$item->{accno}} = "$item->{accno}--$item->{description}";
436 } elsif (grep({ $_ eq "AP_paid" } @{ $item->{link_split} })) {
437 push(@AP_paid_values, $item->{accno});
438 $AP_paid_labels{$item->{accno}} =
439 "$item->{accno}--$item->{description}";
442 $charts{$item->{accno}} = $item;
445 my %taxchart_labels = ();
446 my @taxchart_values = ();
448 foreach my $item (@{ $form->{ALL_TAXCHARTS} }) {
449 my $key = "$item->{id}--$item->{rate}";
450 $taxchart_init = $key if ($taxchart_init eq $item->{id});
451 push(@taxchart_values, $key);
452 $taxchart_labels{$key} =
453 "$item->{taxdescription} " . ($item->{rate} * 100) . ' %';
454 $taxcharts{$item->{id}} = $item;
457 # use JavaScript Calendar or not
458 $form->{jsscript} = $jscalendar;
460 if ($form->{jsscript}) {
462 # with JavaScript Calendar
464 <td><input name=transdate id=transdate size=11 title="$myconfig{dateformat}" value=$form->{transdate}> $readonly</td>
465 <td><input type=button name=transdate id="trigger1" value=|
466 . $locale->text('button') . qq|></td>
469 <td><input name=duedate id=duedate size=11 title="$myconfig{dateformat}" value=$form->{duedate}> $readonly</td>
470 <td><input type=button name=duedate id="trigger2" value=|
471 . $locale->text('button') . qq|></td></td>
476 Form->write_trigger(\%myconfig, "2", "transdate", "BL", "trigger1",
477 "duedate", "BL", "trigger2");
480 # without JavaScript Calendar
482 qq|<td><input name=transdate id=transdate size=11 title="$myconfig{dateformat}" value=$form->{transdate}> $readonly</td>|;
484 qq|<td><input name=duedate id=duedate size=11 title="$myconfig{dateformat}" value=$form->{duedate}> $readonly</td>|;
492 <form method=post action=$form->{script}>
494 <input type=hidden name=id value=$form->{id}>
495 <input type=hidden name=sort value=$form->{sort}>
496 <input type=hidden name=closedto value=$form->{closedto}>
497 <input type=hidden name=locked value=$form->{locked}>
498 <input type=hidden name=title value="$title">
500 | . ($form->{saved_message} ? qq|<p>$form->{saved_message}</p>| : "") . qq|
504 <th class=listtop>$form->{title}</th>
514 <th align=right nowrap>| . $locale->text('Vendor') . qq|</th>
515 <td colspan=3>$vendor</td>
516 <input type=hidden name=selectvendor value="$form->{selectvendor}">
517 <input type=hidden name=oldvendor value="$form->{oldvendor}">
518 <input type=hidden name=vendor_id value="$form->{vendor_id}">
519 <input type=hidden name=terms value=$form->{terms}>
526 <th align=left nowrap>| . $locale->text('Credit Limit') . qq|</th>
527 <td>$form->{creditlimit}</td>
528 <th align=left nowrap>| . $locale->text('Remaining') . qq|</th>
529 <td class="plus$n">$form->{creditremaining}</td>
530 <input type=hidden name=creditlimit value=$form->{creditlimit}>
531 <input type=hidden name=creditremaining value=$form->{creditremaining}>
536 <th align=right nowrap>| . $locale->text('Currency') . qq|</th>
537 <td><select name=currency>$form->{selectcurrency}</select></td>
538 <input type=hidden name=selectcurrency value="$form->{selectcurrency}">
539 <input type=hidden name=defaultcurrency value=$form->{defaultcurrency}>
540 <input type=hidden name=fxgain_accno value=$form->{fxgain_accno}>
541 <input type=hidden name=fxloss_accno value=$form->{fxloss_accno}>
551 <th align=right nowrap>| . $locale->text('Invoice Number') . qq|</th>
552 <td><input name=invnumber size=11 value="$form->{invnumber}" $readonly></td>
555 <th align=right nowrap>| . $locale->text('Order Number') . qq|</th>
556 <td><input name=ordnumber size=11 value="$form->{ordnumber}" $readonly></td>
559 <th align=right nowrap>| . $locale->text('Invoice Date') . qq|</th>
563 <th align=right nowrap>| . $locale->text('Due Date') . qq|</th>
576 <input type=hidden name=rowcount value=$form->{rowcount}>
580 <tr class=listheading>
581 <th class=listheading style="width:15%">|
582 . $locale->text('Account') . qq|</th>
583 <th class=listheading style="width:10%">|
584 . $locale->text('Amount') . qq|</th>
585 <th class=listheading style="width:10%">|
586 . $locale->text('Tax') . qq|</th>
587 <th class=listheading style="width:5%">|
588 . $locale->text('Korrektur') . qq|</th>
589 <th class=listheading style="width:10%">|
590 . $locale->text('Taxkey') . qq|</th>
591 <th class=listheading style="width:10%">|
592 . $locale->text('Project') . qq|</th>
596 $amount = $locale->text('Amount');
597 $project = $locale->text('Project');
599 for $i (1 .. $form->{rowcount}) {
602 $form->{"amount_$i"} =
603 $form->format_amount(\%myconfig, $form->{"amount_$i"}, 2);
604 $form->{"tax_$i"} = $form->format_amount(\%myconfig, $form->{"tax_$i"}, 2);
606 my $selected_accno_full;
607 my ($accno_row) = split(/--/, $form->{"AP_amount_$i"});
608 my $item = $charts{$accno_row};
609 $selected_accno_full = "$item->{accno}--$item->{tax_id}";
611 my $selected_taxchart = $form->{"taxchart_$i"};
612 my ($selected_accno, $selected_tax_id) = split(/--/, $selected_accno_full);
613 my ($previous_accno, $previous_tax_id) = split(/--/, $form->{"previous_AP_amount_$i"});
615 if ($previous_accno &&
616 ($previous_accno eq $selected_accno) &&
617 ($previous_tax_id ne $selected_tax_id)) {
618 my $item = $taxcharts{$selected_tax_id};
619 $selected_taxchart = "$item->{id}--$item->{rate}";
622 $selected_taxchart = $taxchart_init unless ($form->{"taxchart_$i"});
625 NTI($cgi->popup_menu('-name' => "AP_amount_$i",
626 '-id' => "AP_amount_$i",
627 '-style' => 'width:400px',
628 '-onChange' => "setTaxkey(this, $i)",
629 '-values' => \@AP_amount_values,
630 '-labels' => \%AP_amount_labels,
631 '-default' => $selected_accno_full))
632 . $cgi->hidden('-name' => "previous_AP_amount_$i",
633 '-default' => $selected_accno_full);
636 NTI($cgi->popup_menu('-name' => "taxchart_$i",
637 '-id' => "taxchart_$i",
638 '-style' => 'width:200px',
639 '-values' => \@taxchart_values,
640 '-labels' => \%taxchart_labels,
641 '-default' => $selected_taxchart))
644 my $korrektur = $form->{"korrektur_$i"} ? 'checked' : '';
647 NTI($cgi->popup_menu('-name' => "project_id_$i",
648 '-values' => \@project_values,
649 '-labels' => \%project_labels,
650 '-default' => $form->{"project_id_$i"} ));
654 <td>$selectAP_amount</td>
655 <td><input name="amount_$i" size=10 value=$form->{"amount_$i"}></td>
656 <td><input name="tax_$i" size=10 value=$form->{"tax_$i"}></td>
657 <td><input type="checkbox" name="korrektur_$i" value="1" "$korrektur"></td>
659 <td>$projectnumber</td>
667 ($form->{taxincluded})
668 ? $locale->text('Tax Included')
669 : $locale->text('Tax');
671 $form->{invtotal} = $form->format_amount(\%myconfig, $form->{invtotal}, 2);
674 NTI($cgi->popup_menu('-name' => "APselected", '-id' => "APselected",
675 '-style' => 'width:400px',
676 '-values' => \@AP_values, '-labels' => \%AP_labels,
677 '-default' => $form->{APselected}));
685 <td>${APselected}</td>
686 <th align=left>$form->{invtotal}</th>
688 <input type=hidden name=oldinvtotal value=$form->{oldinvtotal}>
689 <input type=hidden name=oldtotalpaid value=$form->{oldtotalpaid}>
691 <input type=hidden name=taxaccounts value="$form->{taxaccounts}">
704 <th align=left width=1%>| . $locale->text('Notes') . qq|</th>
705 <td align=left>$notes</td>
713 <tr class=listheading>
714 <th class=listheading colspan=7>| . $locale->text('Payments') . qq|</th>
718 if ($form->{currency} eq $form->{defaultcurrency}) {
719 @column_index = qw(datepaid source memo paid AP_paid paid_project_id);
721 @column_index = qw(datepaid source memo paid exchangerate AP_paid paid_project_id);
724 $column_data{datepaid} = "<th>" . $locale->text('Date') . "</th>";
725 $column_data{paid} = "<th>" . $locale->text('Amount') . "</th>";
726 $column_data{exchangerate} = "<th>" . $locale->text('Exch') . "</th>";
727 $column_data{AP_paid} = "<th>" . $locale->text('Account') . "</th>";
728 $column_data{source} = "<th>" . $locale->text('Source') . "</th>";
729 $column_data{memo} = "<th>" . $locale->text('Memo') . "</th>";
730 $column_data{paid_project_id} = "<th>" . $locale->text('Project Number') . "</th>";
735 map { print "$column_data{$_}\n" } @column_index;
741 $form->{paidaccounts}++ if ($form->{"paid_$form->{paidaccounts}"});
742 for $i (1 .. $form->{paidaccounts}) {
748 NTI($cgi->popup_menu('-name' => "AP_paid_$i",
749 '-id' => "AP_paid_$i",
750 '-values' => \@AP_paid_values,
751 '-labels' => \%AP_paid_labels,
752 '-default' => $form->{"AP_paid_$i"}));
755 if ($form->{"paid_$i"}) {
757 $form->format_amount(\%myconfig, $form->{"paid_$i"}, 2);
759 $form->{"exchangerate_$i"} =
760 $form->format_amount(\%myconfig, $form->{"exchangerate_$i"});
762 $exchangerate = qq| |;
763 if ($form->{currency} ne $form->{defaultcurrency}) {
764 if ($form->{"forex_$i"}) {
766 qq|<input type=hidden name="exchangerate_$i" value=$form->{"exchangerate_$i"}>$form->{"exchangerate_$i"}|;
769 qq|<input name="exchangerate_$i" size=10 value=$form->{"exchangerate_$i"}>|;
774 <input type=hidden name="forex_$i" value=$form->{"forex_$i"}>
777 $column_data{"paid_$i"} =
778 qq|<td align=center><input name="paid_$i" size=11 value=$form->{"paid_$i"}></td>|;
779 $column_data{"AP_paid_$i"} =
780 qq|<td align=center>${selectAP_paid}</td>|;
781 $column_data{"exchangerate_$i"} = qq|<td align=center>$exchangerate</td>|;
782 $column_data{"datepaid_$i"} =
783 qq|<td align=center><input name="datepaid_$i" id="datepaid_$i" size=11 title="($myconfig{'dateformat'})" value=$form->{"datepaid_$i"}>
784 <input type="button" name="datepaid_$i" id="trigger_datepaid_$i" value="?"></td>|;
785 $column_data{"source_$i"} =
786 qq|<td align=center><input name="source_$i" size=11 value="$form->{"source_$i"}"></td>|;
787 $column_data{"memo_$i"} =
788 qq|<td align=center><input name="memo_$i" size=11 value="$form->{"memo_$i"}"></td>|;
789 $column_data{"paid_project_id_$i"} =
791 . NTI($cgi->popup_menu('-name' => "paid_project_id_$i",
792 '-values' => \@project_values,
793 '-labels' => \%project_labels,
794 '-default' => $form->{"paid_project_id_$i"} ))
797 map { print qq|$column_data{"${_}_$i"}\n| } @column_index;
802 push(@triggers, "datepaid_$i", "BL", "trigger_datepaid_$i");
804 print $form->write_trigger(\%myconfig, scalar(@triggers) / 3, @triggers) .
806 <input type=hidden name=paidaccounts value=$form->{paidaccounts}>
812 <td><hr size=3 noshade></td>
817 $lxdebug->leave_sub();
821 $lxdebug->enter_sub();
825 <input name=callback type=hidden value="$form->{callback}">
826 <input name="gldate" type="hidden" value="| . Q($form->{gldate}) . qq|">
828 <input type=hidden name=path value=$form->{path}>
829 <input type=hidden name=login value=$form->{login}>
830 <input type=hidden name=password value=$form->{password}>
832 . $cgi->hidden('-name' => 'draft_id', '-default' => [$form->{draft_id}])
833 . $cgi->hidden('-name' => 'draft_description', '-default' => [$form->{draft_description}])
839 if (!$form->{id} && $form->{draft_id}) {
840 print(NTI($cgi->checkbox('-name' => 'remove_draft', '-id' => 'remove_draft',
841 '-value' => 1, '-checked' => $form->{remove_draft},
843 qq| <label for="remove_draft">| .
844 $locale->text("Remove draft when posting") .
848 $transdate = $form->datetonum($form->{transdate}, \%myconfig);
849 $closedto = $form->datetonum($form->{closedto}, \%myconfig);
851 print qq|<input class="submit" type="submit" name="action" id="update_button" value="|
852 . $locale->text('Update') . qq|">|;
856 # print qq|<input class=submit type=submit name=action value="|.$locale->text('Update').qq|">
858 if ($form->{radier}) {
860 <input class=submit type=submit name=action value="|
861 . $locale->text('Post') . qq|">
862 <input class=submit type=submit name=action value="|
863 . $locale->text('Delete') . qq|">
868 <input class=submit type=submit name=action value="|
869 . $locale->text('Use As Template') . qq|">
870 <input class=submit type=submit name=action value="|
871 . $locale->text('Post Payment') . qq|">
873 } elsif (($transdate > $closedto) && !$form->{id}) {
875 <input class=submit type=submit name=action value="|
876 . $locale->text('Post') . qq|"> | .
877 NTI($cgi->submit('-name' => 'action', '-value' => $locale->text('Save draft'),
878 '-class' => 'submit'));
880 # button for saving history
881 if($form->{id} ne "") {
883 <input type=button class=submit onclick=set_history_window(|
885 . qq|); name=history id=history value=|
886 . $locale->text('history')
889 # /button for saving history
897 $lxdebug->leave_sub();
901 $lxdebug->enter_sub();
905 $form->{invtotal} = 0;
907 map { $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) }
908 qw(exchangerate creditlimit creditremaining);
910 @flds = qw(amount AP_amount projectnumber oldprojectnumber project_id);
912 for $i (1 .. $form->{rowcount}) {
913 $form->{"amount_$i"} =
914 $form->parse_amount(\%myconfig, $form->{"amount_$i"});
915 $form->{"tax_$i"} = $form->parse_amount(\%myconfig, $form->{"tax_$i"});
916 if ($form->{"amount_$i"}) {
919 if (!$form->{"korrektur_$i"}) {
920 ($taxkey, $rate) = split(/--/, $form->{"taxchart_$i"});
922 if ($form->{taxincluded}) {
923 $form->{"tax_$i"} = $form->{"amount_$i"} / ($rate + 1) * $rate;
925 $form->{"tax_$i"} = $form->{"amount_$i"} * $rate;
928 $form->{"tax_$i"} = 0;
931 $form->{"tax_$i"} = $form->round_amount($form->{"tax_$i"}, 2);
933 $totaltax += $form->{"tax_$i"};
934 map { $a[$j]->{$_} = $form->{"${_}_$i"} } @flds;
938 $form->redo_rows(\@flds, \@a, $count, $form->{rowcount});
940 map { $form->{invtotal} += $form->{"amount_$_"} } (1 .. $form->{rowcount});
942 $form->{exchangerate} = $exchangerate
946 $form->check_exchangerate(
947 \%myconfig, $form->{currency}, $form->{transdate}, 'sell'
950 $form->{invdate} = $form->{transdate};
951 $save_AP = $form->{AP};
953 $form->{AP} = $save_AP;
955 $form->{rowcount} = $count + 1;
958 ($form->{taxincluded}) ? $form->{invtotal} : $form->{invtotal} + $totaltax;
960 for $i (1 .. $form->{paidaccounts}) {
961 if ($form->parse_amount(\%myconfig, $form->{"paid_$i"})) {
964 $form->parse_amount(\%myconfig, $form->{"${_}_$i"})
965 } qw(paid exchangerate);
967 $totalpaid += $form->{"paid_$i"};
969 $form->{"exchangerate_$i"} = $exchangerate
971 $form->{"forex_$i"} = (
973 $form->check_exchangerate(
974 \%myconfig, $form->{currency}, $form->{"datepaid_$i"}, 'sell'
979 $form->{creditremaining} -=
980 ($form->{invtotal} - $totalpaid + $form->{oldtotalpaid} -
981 $form->{oldinvtotal});
982 $form->{oldinvtotal} = $form->{invtotal};
983 $form->{oldtotalpaid} = $totalpaid;
987 $lxdebug->leave_sub();
992 $lxdebug->enter_sub();
993 for $i (1 .. $form->{paidaccounts}) {
994 if ($form->{"paid_$i"}) {
995 $datepaid = $form->datetonum($form->{"datepaid_$i"}, \%myconfig);
997 $form->isblank("datepaid_$i", $locale->text('Payment date missing!'));
999 $form->error($locale->text('Cannot post payment for a closed period!'))
1000 if ($datepaid <= $closedto);
1002 if ($form->{currency} ne $form->{defaultcurrency}) {
1003 $form->{"exchangerate_$i"} = $form->{exchangerate}
1004 if ($invdate == $datepaid);
1005 $form->isblank("exchangerate_$i",
1006 $locale->text('Exchangerate for payment missing!'));
1011 ($form->{AP}) = split /--/, $form->{AP};
1012 ($form->{AP_paid}) = split /--/, $form->{AP_paid};
1013 $form->redirect($locale->text(' Payment posted!'))
1014 if (AP->post_payment(\%myconfig, \%$form));
1015 $form->error($locale->text('Cannot post payment!'));
1018 $lxdebug->leave_sub();
1023 $lxdebug->enter_sub();
1025 # check if there is a vendor, invoice and due date
1026 $form->isblank("transdate", $locale->text("Invoice Date missing!"));
1027 $form->isblank("duedate", $locale->text("Due Date missing!"));
1028 $form->isblank("vendor", $locale->text('Vendor missing!'));
1030 $closedto = $form->datetonum($form->{closedto}, \%myconfig);
1031 $transdate = $form->datetonum($form->{transdate}, \%myconfig);
1033 $form->error($locale->text('Cannot post transaction for a closed period!'))
1034 if ($transdate <= $closedto);
1036 $form->isblank("exchangerate", $locale->text('Exchangerate missing!'))
1037 if ($form->{currency} ne $form->{defaultcurrency});
1038 delete($form->{AP});
1040 for $i (1 .. $form->{paidaccounts}) {
1041 if ($form->parse_amount(\%myconfig, $form->{"paid_$i"})) {
1042 $datepaid = $form->datetonum($form->{"datepaid_$i"}, \%myconfig);
1044 $form->isblank("datepaid_$i", $locale->text('Payment date missing!'));
1046 $form->error($locale->text('Cannot post payment for a closed period!'))
1047 if ($datepaid <= $closedto);
1049 if ($form->{currency} ne $form->{defaultcurrency}) {
1050 $form->{"exchangerate_$i"} = $form->{exchangerate}
1051 if ($transdate == $datepaid);
1052 $form->isblank("exchangerate_$i",
1053 $locale->text('Exchangerate for payment missing!'));
1059 # if old vendor ne vendor redo form
1060 ($vendor) = split /--/, $form->{vendor};
1061 if ($form->{oldvendor} ne "$vendor--$form->{vendor_id}") {
1065 ($debitaccno, $debittaxkey) = split /--/, $form->{AP_amountselected};
1066 ($taxkey, $NULL) = split /--/, $form->{taxchartselected};
1067 ($payablesaccno, $payablestaxkey) = split /--/, $form->{APselected};
1068 $form->{AP}{amount_1} = $debitaccno;
1069 $form->{AP}{payables} = $payablesaccno;
1070 $form->{taxkey} = $taxkey;
1072 $form->{id} = 0 if $form->{postasnew};
1074 if (AP->post_transaction(\%myconfig, \%$form)) {
1075 # saving the history
1076 if(!exists $form->{addition} && $form->{id} ne "") {
1077 $form->{addition} = "POSTED";
1078 $form->save_history($form->dbconnect(\%myconfig));
1080 # /saving the history
1081 remove_draft() if $form->{remove_draft};
1082 $form->redirect($locale->text('Transaction posted!'));
1084 $form->error($locale->text('Cannot post transaction!'));
1086 $lxdebug->leave_sub();
1090 $lxdebug->enter_sub();
1092 $form->{postasnew} = 1;
1093 # saving the history
1094 if(!exists $form->{addition} && $form->{id} ne "") {
1095 $form->{addition} = "POSTED AS NEW";
1096 $form->save_history($form->dbconnect(\%myconfig));
1098 # /saving the history
1101 $lxdebug->leave_sub();
1104 sub use_as_template {
1105 $lxdebug->enter_sub();
1107 map { delete $form->{$_} } qw(printed emailed queued invnumber invdate deliverydate id datepaid_1 source_1 memo_1 paid_1 exchangerate_1 AP_paid_1 storno);
1108 $form->{paidaccounts} = 1;
1109 $form->{rowcount}--;
1110 $form->{invdate} = $form->current_date(\%myconfig);
1113 $lxdebug->leave_sub();
1117 $lxdebug->enter_sub();
1119 $form->{title} = $locale->text('Confirm!');
1123 delete $form->{header};
1128 <form method=post action=$form->{script}>
1131 foreach $key (keys %$form) {
1132 $form->{$key} =~ s/\"/"/g;
1133 print qq|<input type=hidden name=$key value="$form->{$key}">\n|;
1137 <h2 class=confirm>$form->{title}</h2>
1140 . $locale->text('Are you sure you want to delete Transaction')
1141 . qq| $form->{invnumber}</h4>
1143 <input name=action class=submit type=submit value="|
1144 . $locale->text('Yes') . qq|">
1151 $lxdebug->leave_sub();
1155 $lxdebug->enter_sub();
1156 if (AP->delete_transaction(\%myconfig, \%$form, $spool)) {
1157 # saving the history
1158 if(!exists $form->{addition}) {
1159 $form->{addition} = "DELETED";
1160 $form->save_history($form->dbconnect(\%myconfig));
1162 # /saving the history
1163 $form->redirect($locale->text('Transaction deleted!'));
1165 $form->error($locale->text('Cannot delete transaction!'));
1167 $lxdebug->leave_sub();
1171 $lxdebug->enter_sub();
1173 # setup vendor selection
1174 $form->all_vc(\%myconfig, "vendor", "AP");
1176 if (@{ $form->{all_vendor} }) {
1177 map { $vendor .= "<option>$_->{name}--$_->{id}\n" }
1178 @{ $form->{all_vendor} };
1179 $vendor = qq|<select name=vendor><option>\n$vendor\n</select>|;
1181 $vendor = qq|<input name=vendor size=35>|;
1185 if (@{ $form->{all_departments} }) {
1186 $form->{selectdepartment} = "<option>\n";
1189 $form->{selectdepartment} .=
1190 "<option>$_->{description}--$_->{id}\n"
1191 } (@{ $form->{all_departments} });
1196 <th align=right nowrap>| . $locale->text('Department') . qq|</th>
1197 <td colspan=3><select name=department>$form->{selectdepartment}</select></td>
1199 | if $form->{selectdepartment};
1201 $form->{title} = $locale->text('AP Transactions');
1203 # use JavaScript Calendar or not
1204 $form->{jsscript} = $jscalendar;
1206 if ($form->{jsscript}) {
1208 # with JavaScript Calendar
1210 <td><input name=transdatefrom id=transdatefrom size=11 title="$myconfig{dateformat}">
1211 <input type=button name=transdatefrom id="trigger1" value=|
1212 . $locale->text('button') . qq|></td>
1215 <td><input name=transdateto id=transdateto size=11 title="$myconfig{dateformat}">
1216 <input type=button name=transdateto name=transdateto id="trigger2" value=|
1217 . $locale->text('button') . qq|></td>
1222 Form->write_trigger(\%myconfig, "2", "transdatefrom", "BR", "trigger1",
1223 "transdateto", "BL", "trigger2");
1226 # without JavaScript Calendar
1228 <td><input name=transdatefrom id=transdatefrom size=11 title="$myconfig{dateformat}"></td>|;
1230 <td><input name=transdateto id=transdateto size=11 title="$myconfig{dateformat}"></td>|;
1233 $form->get_lists("projects" => { "key" => "ALL_PROJECTS",
1238 foreach my $item (@{ $form->{"ALL_PROJECTS"} }) {
1239 push(@values, $item->{"id"});
1240 $labels{$item->{"id"}} = $item->{"projectnumber"};
1243 NTI($cgi->popup_menu('-name' => 'project_id', '-values' => \@values,
1244 '-labels' => \%labels));
1251 <form method=post action=$form->{script}>
1255 <th class=listtop>$form->{title}</th>
1257 <tr height="5"></tr>
1262 <th align=right>| . $locale->text('Vendor') . qq|</th>
1263 <td colspan=3>$vendor</td>
1267 <th align=right nowrap>| . $locale->text('Invoice Number') . qq|</th>
1268 <td colspan=3><input name=invnumber size=20></td>
1271 <th align=right nowrap>| . $locale->text('Order Number') . qq|</th>
1272 <td colspan=3><input name=ordnumber size=20></td>
1275 <th align=right nowrap>| . $locale->text('Notes') . qq|</th>
1276 <td colspan=3><input name=notes size=40></td>
1279 <th align="right">| . $locale->text("Project Number") . qq|</th>
1280 <td colspan="3">$projectnumber</td>
1283 <th align=right nowrap>| . $locale->text('From') . qq|</th>
1285 <th align=right>| . $locale->text('Bis') . qq|</th>
1288 <input type=hidden name=sort value=transdate>
1296 <th align=right nowrap>| . $locale->text('Include in Report') . qq|</th>
1300 <td align=right><input name=open class=checkbox type=checkbox value=Y checked></td>
1301 <td nowrap>| . $locale->text('Open') . qq|</td>
1302 <td align=right><input name=closed class=checkbox type=checkbox value=Y></td>
1303 <td nowrap>| . $locale->text('Closed') . qq|</td>
1306 <td align=right><input name="l_id" class=checkbox type=checkbox value=Y></td>
1307 <td nowrap>| . $locale->text('ID') . qq|</td>
1308 <td align=right><input name="l_invnumber" class=checkbox type=checkbox value=Y checked></td>
1309 <td nowrap>| . $locale->text('Invoice Number') . qq|</td>
1310 <td align=right><input name="l_ordnumber" class=checkbox type=checkbox value=Y></td>
1311 <td nowrap>| . $locale->text('Order Number') . qq|</td>
1314 <td align=right><input name="l_name" class=checkbox type=checkbox value=Y checked></td>
1315 <td nowrap>| . $locale->text('Vendor') . qq|</td>
1316 <td align=right><input name="l_transdate" class=checkbox type=checkbox value=Y checked></td>
1317 <td nowrap>| . $locale->text('Invoice Date') . qq|</td>
1318 <td align=right><input name="l_netamount" class=checkbox type=checkbox value=Y></td>
1319 <td nowrap>| . $locale->text('Amount') . qq|</td>
1322 <td align=right><input name="l_tax" class=checkbox type=checkbox value=Y></td>
1323 <td nowrap>| . $locale->text('Tax') . qq|</td>
1324 <td align=right><input name="l_amount" class=checkbox type=checkbox value=Y checked></td>
1325 <td nowrap>| . $locale->text('Total') . qq|</td>
1326 <td align=right><input name="l_datepaid" class=checkbox type=checkbox value=Y></td>
1327 <td nowrap>| . $locale->text('Date Paid') . qq|</td>
1330 <td align=right><input name="l_paid" class=checkbox type=checkbox value=Y checked></td>
1331 <td nowrap>| . $locale->text('Paid') . qq|</td>
1332 <td align=right><input name="l_duedate" class=checkbox type=checkbox value=Y></td>
1333 <td nowrap>| . $locale->text('Due Date') . qq|</td>
1334 <td align=right><input name="l_due" class=checkbox type=checkbox value=Y></td>
1335 <td nowrap>| . $locale->text('Amount Due') . qq|</td>
1338 <td align=right><input name="l_notes" class=checkbox type=checkbox value=Y></td>
1339 <td nowrap>| . $locale->text('Notes') . qq|</td>
1340 <td align=right><input name="l_employee" class=checkbox type=checkbox value=Y></td>
1341 <td nowrap>| . $locale->text('Employee') . qq|</td>
1344 <td align=right><input name="l_subtotal" class=checkbox type=checkbox value=Y></td>
1345 <td nowrap>| . $locale->text('Subtotal') . qq|</td>
1346 <td align=right><input name="l_globalprojectnumber" class=checkbox type=checkbox value=Y></td>
1347 <td nowrap>| . $locale->text('Project Number') . qq|</td>
1356 <td><hr size=3 noshade></td>
1363 <input type=hidden name=nextsub value=$form->{nextsub}>
1364 <input type=hidden name=path value=$form->{path}>
1365 <input type=hidden name=login value=$form->{login}>
1366 <input type=hidden name=password value=$form->{password}>
1368 <input class=submit type=submit name=action value="|
1369 . $locale->text('Continue') . qq|">
1376 $lxdebug->leave_sub();
1379 sub ap_transactions {
1380 $lxdebug->enter_sub();
1382 $form->{vendor} = $form->unescape($form->{vendor});
1383 ($form->{vendor}, $form->{vendor_id}) = split(/--/, $form->{vendor});
1385 AP->ap_transactions(\%myconfig, \%$form);
1388 "$form->{script}?action=ap_transactions&path=$form->{path}&login=$form->{login}&password=$form->{password}";
1391 if ($form->{vendor}) {
1392 $callback .= "&vendor=" . $form->escape($form->{vendor}, 1);
1393 $href .= "&vendor=" . $form->escape($form->{vendor});
1394 $option .= $locale->text('Vendor') . " : $form->{vendor}";
1396 if ($form->{department}) {
1397 $callback .= "&department=" . $form->escape($form->{department}, 1);
1398 $href .= "&department=" . $form->escape($form->{department});
1399 ($department) = split /--/, $form->{department};
1400 $option .= "\n<br>" if ($option);
1401 $option .= $locale->text('Department') . " : $department";
1403 if ($form->{invnumber}) {
1404 $callback .= "&invnumber=" . $form->escape($form->{invnumber}, 1);
1405 $href .= "&invnumber=" . $form->escape($form->{invnumber});
1406 $option .= "\n<br>" if ($option);
1407 $option .= $locale->text('Invoice Number') . " : $form->{invnumber}";
1409 if ($form->{ordnumber}) {
1410 $callback .= "&ordnumber=" . $form->escape($form->{ordnumber}, 1);
1411 $href .= "&ordnumber=" . $form->escape($form->{ordnumber});
1412 $option .= "\n<br>" if ($option);
1413 $option .= $locale->text('Order Number') . " : $form->{ordnumber}";
1415 if ($form->{notes}) {
1416 $callback .= "¬es=" . $form->escape($form->{notes}, 1);
1417 $href .= "¬es=" . $form->escape($form->{notes});
1418 $option .= "\n<br>" if $option;
1419 $option .= $locale->text('Notes') . " : $form->{notes}";
1422 if ($form->{transdatefrom}) {
1423 $callback .= "&transdatefrom=$form->{transdatefrom}";
1424 $href .= "&transdatefrom=$form->{transdatefrom}";
1425 $option .= "\n<br>" if ($option);
1427 $locale->text('From') . " "
1428 . $locale->date(\%myconfig, $form->{transdatefrom}, 1);
1430 if ($form->{transdateto}) {
1431 $callback .= "&transdateto=$form->{transdateto}";
1432 $href .= "&transdateto=$form->{transdateto}";
1433 $option .= "\n<br>" if ($option);
1435 $locale->text('Bis') . " "
1436 . $locale->date(\%myconfig, $form->{transdateto}, 1);
1438 if ($form->{open}) {
1439 $callback .= "&open=$form->{open}";
1440 $href .= "&open=$form->{open}";
1441 $option .= "\n<br>" if ($option);
1442 $option .= $locale->text('Open');
1444 if ($form->{closed}) {
1445 $callback .= "&closed=$form->{closed}";
1446 $href .= "&closed=$form->{closed}";
1447 $option .= "\n<br>" if ($option);
1448 $option .= $locale->text('Closed');
1450 if ($form->{globalproject_id}) {
1451 $callback .= "&globalproject_id=" . E($form->{globalproject_id});
1452 $href .= "&globalproject_id=" . E($form->{globalproject_id});
1456 qw(transdate id invnumber ordnumber name netamount tax amount paid datepaid
1457 due duedate notes employee globalprojectnumber);
1459 foreach $item (@columns) {
1460 if ($form->{"l_$item"} eq "Y") {
1461 push @column_index, $item;
1463 # add column to href and callback
1464 $callback .= "&l_$item=Y";
1465 $href .= "&l_$item=Y";
1469 if ($form->{l_subtotal} eq 'Y') {
1470 $callback .= "&l_subtotal=Y";
1471 $href .= "&l_subtotal=Y";
1474 $column_header{id} =
1475 qq|<th><a class=listheading href=$href&sort=id>|
1476 . $locale->text('ID')
1478 $column_header{transdate} =
1479 qq|<th><a class=listheading href=$href&sort=transdate>|
1480 . $locale->text('Date')
1482 $column_header{duedate} =
1483 qq|<th><a class=listheading href=$href&sort=duedate>|
1484 . $locale->text('Due Date')
1486 $column_header{due} =
1487 qq|<th class=listheading>| . $locale->text('Amount Due') . qq|</th>|;
1488 $column_header{invnumber} =
1489 qq|<th><a class=listheading href=$href&sort=invnumber>|
1490 . $locale->text('Invoice')
1492 $column_header{ordnumber} =
1493 qq|<th><a class=listheading href=$href&sort=ordnumber>|
1494 . $locale->text('Order')
1496 $column_header{name} =
1497 qq|<th><a class=listheading href=$href&sort=name>|
1498 . $locale->text('Vendor')
1500 $column_header{netamount} =
1501 qq|<th class=listheading>| . $locale->text('Amount') . qq|</th>|;
1502 $column_header{tax} =
1503 qq|<th class=listheading>| . $locale->text('Tax') . qq|</th>|;
1504 $column_header{amount} =
1505 qq|<th class=listheading>| . $locale->text('Total') . qq|</th>|;
1506 $column_header{paid} =
1507 qq|<th class=listheading>| . $locale->text('Paid') . qq|</th>|;
1508 $column_header{datepaid} =
1509 qq|<th><a class=listheading href=$href&sort=datepaid>|
1510 . $locale->text('Date Paid')
1512 $column_header{notes} =
1513 qq|<th class=listheading>| . $locale->text('Notes') . qq|</th>|;
1514 $column_header{employee} =
1515 "<th><a class=listheading href=$href&sort=employee>"
1516 . $locale->text('Employee') . "</th>";
1517 $column_header{globalprojectnumber} =
1518 qq|<th class="listheading">| . $locale->text('Project Number') . qq|</th>|;
1520 $form->{title} = $locale->text('AP Transactions');
1529 <th class=listtop>$form->{title}</th>
1531 <tr height="5"></tr>
1538 <tr class=listheading>
1541 map { print "\n$column_header{$_}" } @column_index;
1547 # add sort and escape callback
1548 $form->{callback} = "$callback&sort=$form->{sort}";
1549 $callback = $form->escape($form->{callback});
1551 if (@{ $form->{AP} }) {
1552 $sameitem = $form->{AP}->[0]->{ $form->{sort} };
1555 # sums and tax on reports by Antonio Gallardo
1557 foreach $ap (@{ $form->{AP} }) {
1559 if ($form->{l_subtotal} eq 'Y') {
1560 if ($sameitem ne $ap->{ $form->{sort} }) {
1562 $sameitem = $ap->{ $form->{sort} };
1566 $column_data{netamount} =
1568 . $form->format_amount(\%myconfig, $ap->{netamount}, 2, " ")
1570 $column_data{tax} = "<td align=right>"
1571 . $form->format_amount(\%myconfig, $ap->{amount} - $ap->{netamount},
1574 $column_data{amount} =
1576 . $form->format_amount(\%myconfig, $ap->{amount}, 2, " ") . "</td>";
1577 $column_data{paid} =
1579 . $form->format_amount(\%myconfig, $ap->{paid}, 2, " ") . "</td>";
1580 $column_data{due} = "<td align=right>"
1581 . $form->format_amount(\%myconfig, $ap->{amount} - $ap->{paid},
1585 $totalnetamount += $ap->{netamount};
1586 $totalamount += $ap->{amount};
1587 $totalpaid += $ap->{paid};
1588 $totaldue += ($ap->{amount} - $ap->{paid});
1590 $subtotalnetamount += $ap->{netamount};
1591 $subtotalamount += $ap->{amount};
1592 $subtotalpaid += $ap->{paid};
1593 $subtotaldue += ($ap->{amount} - $ap->{paid});
1595 $column_data{transdate} = "<td>$ap->{transdate} </td>";
1596 $column_data{duedate} = "<td>$ap->{duedate} </td>";
1597 $column_data{datepaid} = "<td>$ap->{datepaid} </td>";
1599 $module = ($ap->{invoice}) ? "ir.pl" : $form->{script};
1601 $column_data{invnumber} =
1602 qq|<td><a href="$module?action=edit&path=$form->{path}&id=$ap->{id}&login=$form->{login}&password=$form->{password}&callback=$callback">$ap->{invnumber}</a></td>|;
1603 $column_data{id} = "<td>$ap->{id}</td>";
1604 $column_data{ordnumber} = "<td>$ap->{ordnumber} </td>";
1605 $column_data{name} = "<td>$ap->{name}</td>";
1606 $ap->{notes} =~ s/\r\n/<br>/g;
1607 $column_data{notes} = "<td>$ap->{notes} </td>";
1608 $column_data{employee} = "<td>$ap->{employee} </td>";
1609 $column_data{globalprojectnumber} =
1610 "<td>" . H($ap->{globalprojectnumber}) . "</td>";
1615 <tr class=listrow$i >
1618 map { print "\n$column_data{$_}" } @column_index;
1626 if ($form->{l_subtotal} eq 'Y') {
1632 <tr class=listtotal>
1635 map { $column_data{$_} = "<td> </td>" } @column_index;
1637 $column_data{netamount} =
1638 "<th class=listtotal align=right>"
1639 . $form->format_amount(\%myconfig, $totalnetamount, 2, " ") . "</th>";
1640 $column_data{tax} = "<th class=listtotal align=right>"
1641 . $form->format_amount(\%myconfig, $totalamount - $totalnetamount,
1644 $column_data{amount} =
1645 "<th class=listtotal align=right>"
1646 . $form->format_amount(\%myconfig, $totalamount, 2, " ") . "</th>";
1647 $column_data{paid} =
1648 "<th class=listtotal align=right>"
1649 . $form->format_amount(\%myconfig, $totalpaid, 2, " ") . "</th>";
1651 "<th class=listtotal align=right>"
1652 . $form->format_amount(\%myconfig, $totaldue, 2, " ") . "</th>";
1654 map { print "$column_data{$_}\n" } @column_index;
1662 <td><hr size=3 noshade></td>
1667 <form method=post action=$form->{script}>
1669 <input name=callback type=hidden value="$form->{callback}">
1671 <input type=hidden name=path value=$form->{path}>
1672 <input type=hidden name=login value=$form->{login}>
1673 <input type=hidden name=password value=$form->{password}>
1675 <input class=submit type=submit name=action value="|
1676 . $locale->text('AP Transaction') . qq|">
1678 <input class=submit type=submit name=action value="|
1679 . $locale->text('Vendor Invoice') . qq|">
1687 $lxdebug->leave_sub();
1691 $lxdebug->enter_sub();
1693 map { $column_data{$_} = "<td> </td>" } @column_index;
1695 $column_data{netamount} =
1696 "<th class=listsubtotal align=right>"
1697 . $form->format_amount(\%myconfig, $subtotalnetamount, 2, " ")
1699 $column_data{tax} = "<th class=listsubtotal align=right>"
1700 . $form->format_amount(\%myconfig, $subtotalamount - $subtotalnetamount,
1703 $column_data{amount} =
1704 "<th class=listsubtotal align=right>"
1705 . $form->format_amount(\%myconfig, $subtotalamount, 2, " ") . "</th>";
1706 $column_data{paid} =
1707 "<th class=listsubtotal align=right>"
1708 . $form->format_amount(\%myconfig, $subtotalpaid, 2, " ") . "</th>";
1710 "<th class=listsubtotal align=right>"
1711 . $form->format_amount(\%myconfig, $subtotaldue, 2, " ") . "</th>";
1713 $subtotalnetamount = 0;
1714 $subtotalamount = 0;
1718 print "<tr class=listsubtotal>";
1720 map { print "\n$column_data{$_}" } @column_index;
1726 $lxdebug->leave_sub();