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 #======================================================================
39 require "$form->{path}/arap.pl";
40 require "bin/mozilla/common.pl";
47 $lxdebug->enter_sub();
49 $form->{ARAP} = ($form->{type} eq 'receipt') ? "AR" : "AP";
50 $form->{arap} = lc $form->{ARAP};
52 # setup customer/vendor selection for open invoices
53 if ($form->{all_vc}) {
54 $form->all_vc(\%myconfig, $form->{vc}, $form->{ARAP});
56 CP->get_openvc(\%myconfig, \%$form);
59 $form->{"select$form->{vc}"} = "";
61 if ($form->{"all_$form->{vc}"}) {
62 $form->{"$form->{vc}_id"} = $form->{"all_$form->{vc}"}->[0]->{id};
63 map { $form->{"select$form->{vc}"} .= "<option>$_->{name}--$_->{id}\n" }
64 @{ $form->{"all_$form->{vc}"} };
68 if (@{ $form->{all_departments} }) {
69 $form->{selectdepartment} = "<option>\n";
70 $form->{department} = "$form->{department}--$form->{department_id}";
73 $form->{selectdepartment} .=
74 "<option>$_->{description}--$_->{id}\n"
75 } (@{ $form->{all_departments} });
78 CP->paymentaccounts(\%myconfig, \%$form);
80 $form->{selectaccount} = "";
81 $form->{"select$form->{ARAP}"} = "";
83 map { $form->{selectaccount} .= "<option>$_->{accno}--$_->{description}\n" }
84 @{ $form->{PR}{"$form->{ARAP}_paid"} };
86 $form->{"select$form->{ARAP}"} .=
87 "<option>$_->{accno}--$_->{description}\n"
88 } @{ $form->{PR}{ $form->{ARAP} } };
91 @curr = split(/:/, $form->{currencies});
93 $form->{defaultcurrency} = $form->{currency} = $form->{oldcurrency} =
96 $form->{selectcurrency} = "";
97 map { $form->{selectcurrency} .= "<option>$_\n" } @curr;
99 $form->{media} = "screen";
104 $lxdebug->leave_sub();
108 $lxdebug->enter_sub();
110 $vclabel = ucfirst $form->{vc};
111 $vclabel = $locale->text($vclabel);
113 if ($form->{type} eq 'receipt') {
114 $form->{title} = $locale->text('Receipt');
115 $form->{origtitle} = "Receipt";
117 if ($form->{type} eq 'check') {
118 $form->{title} = $locale->text('Payment');
119 $form->{origtitle} = "Payment";
122 # $locale->text('Customer')
123 # $locale->text('Vendor')
125 if ($form->{ $form->{vc} } eq "") {
126 map { $form->{"addr$_"} = "" } (1 .. 4);
129 if ($form->{currency} ne $form->{defaultcurrency}) {
130 $form->{exchangerate} =
131 $form->format_amount(\%myconfig, $form->{exchangerate});
132 if ($form->{forex}) {
135 <th align=right nowrap>| . $locale->text('Exchangerate') . qq|</th>
136 <td colspan=3><input type=hidden name=exchangerate size=10 value=$form->{exchangerate}>$form->{exchangerate}</td>
142 <th align=right nowrap>| . $locale->text('Exchangerate') . qq|</th>
143 <td colspan=3><input name=exchangerate size=10 value=$form->{exchangerate}></td>
149 foreach $item ($form->{vc}, account, currency, $form->{ARAP}, department) {
150 $form->{"select$item"} =~ s/ selected//;
151 $form->{"select$item"} =~
152 s/option>\Q$form->{$item}\E/option selected>$form->{$item}/;
156 ($form->{"select$form->{vc}"})
157 ? qq|<select name=$form->{vc}>$form->{"select$form->{vc}"}\n</select>|
158 : qq|<input name=$form->{vc} size=35 value="$form->{$form->{vc}}">|;
160 if ($form->{all_vc}) {
162 $form->{openinvoices} = "";
165 $form->{openinvoices} = 1;
168 # $locale->text('AR')
169 # $locale->text('AP')
173 <th align="right" nowrap>| . $locale->text('Department') . qq|</th>
174 <td><select name=department>$form->{selectdepartment}</select>
175 <input type=hidden name=selectdepartment value="$form->{selectdepartment}">
179 | if $form->{selectdepartment};
181 $form->{jsscript} = $jscalendar;
183 if ($form->{jsscript}) {
185 # with JavaScript Calendar
187 <td><input name=datepaid id=datepaid size=11 title="$myconfig{dateformat}" value="$form->{datepaid}" onBlur=\"check_right_date_format(this)\">
188 <input type=button name=datepaid id="trigger1" value=|
189 . $locale->text('button') . qq|></td>
194 Form->write_trigger(\%myconfig, "1", "datepaid", "BL", "trigger1");
197 # without JavaScript Calendar
199 <td><input name=transdatefrom id=transdatefrom size=11 title="$myconfig{dateformat}" onBlur=\"check_right_date_format(this)\"></td>|;
201 $form->{javascript} .= qq|<script type="text/javascript" src="js/common.js"></script>|;
204 $arap = lc $form->{ARAP};
205 $onload = qq|focus()|;
206 $onload .= qq|;setupDateFormat('|. $myconfig{dateformat} .qq|', '|. $locale->text("Falsches Datumsformat!") .qq|')|;
207 $onload .= qq|;setupPoints('|. $myconfig{numberformat} .qq|', '|. $locale->text("wrongformat") .qq|')|;
209 <body onLoad="$onload">
211 <form method=post action=$form->{script}>
213 <input type=hidden name=defaultcurrency value=$form->{defaultcurrency}>
214 <input type=hidden name=closedto value=$form->{closedto}>
215 <input type=hidden name=vc value=$form->{vc}>
216 <input type=hidden name=type value=$form->{type}>
217 <input type=hidden name=formname value=$form->{type}>
218 <input type=hidden name=queued value="$form->{queued}">
219 <input type=hidden name=arap value=$arap>
220 <input type=hidden name=ARAP value=$form->{ARAP}>
221 <input type=hidden name=openinvoices value=$form->{openinvoices}>
222 <input type=hidden name=title value="$form->{title}">
223 <input type=hidden name=origtitle value="$form->{origtitle}">
227 <th class=listtop>$form->{title}</th>
238 <input name=all_vc type=checkbox style=checkbox value=Y $allvc>
239 <input type=hidden name="oldall_vc" value="$form->{all_vc}"></td>
240 <th align=left>| . $locale->text('All') . qq|</th>
243 <th align=right>$vclabel</th>
245 <input type=hidden name="select$form->{vc}" value="$form->{"select$form->{vc}"}">
246 <input type=hidden name="$form->{vc}_id" value=$form->{"$form->{vc}_id"}>
247 <input type=hidden name="old$form->{vc}" value="$form->{"old$form->{vc}"}">
250 <th align=right nowrap>| . $locale->text('Address') . qq|</th>
254 <td>$form->{street}</td>
257 <td>$form->{zipcode}</td>
260 <td>$form->{city}</td>
263 <td>$form->{country}</td>
267 <input type=hidden name=street value="$form->{street}">
268 <input type=hidden name=zipcode value="$form->{zipcode}">
269 <input type=hidden name=city value="$form->{city}">
270 <input type=hidden name=country value="$form->{country}">
273 <th align=right>| . $locale->text('Memo') . qq|</th>
274 <td colspan=2><input name="memo" size=30 value="$form->{memo}"></td>
282 <th align=right nowrap>| . $locale->text($form->{ARAP}) . qq|</th>
283 <td colspan=3><select name=$form->{ARAP}>$form->{"select$form->{ARAP}"}</select>
285 <input type=hidden name="select$form->{ARAP}" value="$form->{"select$form->{ARAP}"}">
288 <th align=right nowrap>| . $locale->text('Account') . qq|</th>
289 <td colspan=3><select name=account>$form->{selectaccount}</select>
290 <input type=hidden name=selectaccount value="$form->{selectaccount}">
294 <th align=right nowrap>| . $locale->text('Date') . qq|</th>
298 <th align=right nowrap>| . $locale->text('Currency') . qq|</th>
299 <td><select name=currency>$form->{selectcurrency}</select></td>
300 <input type=hidden name=selectcurrency value="$form->{selectcurrency}">
301 <input type=hidden name=oldcurrency value=$form->{oldcurrency}>
305 <th align=right nowrap>| . $locale->text('Source') . qq|</th>
306 <td colspan=3><input name=source value="$form->{source}" size=10></td>
309 <th align=right nowrap>| . $locale->text('Amount') . qq|</th>
310 <td colspan=3><input name=amount size=10 value=|
311 . $form->format_amount(\%myconfig, $form->{amount}, 2) . qq| onBlur=\"check_right_number_format(this)\"></td>
323 $lxdebug->leave_sub();
327 $lxdebug->enter_sub();
329 @column_index = qw(invnumber transdate amount due checked paid);
331 $colspan = $#column_index + 1;
333 $invoice = $locale->text('Invoices');
336 <input type=hidden name=column_index value="id @column_index">
341 <th class=listheading colspan=$colspan>$invoice</th>
345 $column_data{invnumber} =
346 qq|<th nowrap class=listheading>| . $locale->text('Invoice') . "</th>";
347 $column_data{transdate} =
348 qq|<th nowrap class=listheading>| . $locale->text('Date') . "</th>";
349 $column_data{amount} =
350 qq|<th nowrap class=listheading>| . $locale->text('Amount') . "</th>";
352 qq|<th nowrap class=listheading>| . $locale->text('Due') . "</th>";
354 qq|<th nowrap class=listheading>| . $locale->text('Amount') . "</th>";
355 $column_data{checked} =
356 qq|<th nowrap class=listheading>| . $locale->text('Select') . "</th>";
361 map { print "$column_data{$_}\n" } @column_index;
366 for $i (1 .. $form->{rowcount}) {
370 $form->parse_amount(\%myconfig, $form->{"${_}_$i"})
371 } qw(amount due paid);
373 $totalamount += $form->{"amount_$i"};
374 $totaldue += $form->{"due_$i"};
375 $totalpaid += $form->{"paid_$i"};
379 $form->format_amount(\%myconfig, $form->{"${_}_$i"}, 2)
380 } qw(amount due paid);
382 $column_data{invnumber} = qq|<td>$form->{"invnumber_$i"}</td>
383 <input type=hidden name="invnumber_$i" value="$form->{"invnumber_$i"}">
384 <input type=hidden name="id_$i" value=$form->{"id_$i"}>|;
385 $column_data{transdate} = qq|<td width=15%>$form->{"transdate_$i"}</td>
386 <input type=hidden name="transdate_$i" value=$form->{"transdate_$i"}>|;
387 $column_data{amount} =
388 qq|<td align=right width=15%>$form->{"amount_$i"}</td>
389 <input type=hidden name="amount_$i" value=$form->{"amount_$i"}>|;
390 $column_data{due} = qq|<td align=right width=15%>$form->{"due_$i"}</td>
391 <input type=hidden name="due_$i" value=$form->{"due_$i"}>|;
394 qq|<td align=right width=15%><input name="paid_$i" size=10 value=$form->{"paid_$i"}></td>|;
396 $form->{"checked_$i"} = ($form->{"checked_$i"}) ? "checked" : "";
397 $column_data{checked} =
398 qq|<td align=center width=10%><input name="checked_$i" type=checkbox style=checkbox $form->{"checked_$i"}></td>|;
405 map { print "$column_data{$_}\n" } @column_index;
411 map { $column_data{$_} = "<td> </td>" } @column_index;
413 $column_data{amount} =
414 qq|<th class=listtotal align=right>|
415 . $form->format_amount(\%myconfig, $totalamount, 2, " ")
418 qq|<th class=listtotal align=right>|
419 . $form->format_amount(\%myconfig, $totaldue, 2, " ")
422 qq|<th class=listtotal align=right>|
423 . $form->format_amount(\%myconfig, $totalpaid, 2, " ")
429 map { print "$column_data{$_}\n" } @column_index;
437 $lxdebug->leave_sub();
441 $lxdebug->enter_sub();
443 $form->{DF}{ $form->{format} } = "selected";
444 $form->{OP}{ $form->{media} } = "selected";
447 <option value=screen $form->{OP}{screen}>| . $locale->text('Screen');
449 if ($myconfig{printer} && $latex_templates) {
451 <option value=printer $form->{OP}{printer}>|
452 . $locale->text('Printer');
454 if ($latex_templates) {
456 <option value=queue $form->{OP}{queue}>| . $locale->text('Queue');
458 <option value=postscript $form->{DF}{postscript}>|
459 . $locale->text('Postscript') . qq|
460 <option value=pdf $form->{DF}{pdf}>| . $locale->text('PDF');
465 <td><hr size=3 noshade></td>
468 <input type=hidden name=rowcount value=$form->{rowcount}>
470 <input type=hidden name=path value=$form->{path}>
471 <input type=hidden name=login value=$form->{login}>
472 <input type=hidden name=password value=$form->{password}>
475 <input class=submit type=submit name=action value="|
476 . $locale->text('Update') . qq|">
477 <input class=submit type=submit name=action value="|
478 . $locale->text('Post') . qq|">|;
480 if ($latex_templates) {
482 <input class=submit type=submit name=action value="|
483 . $locale->text('Print') . qq|">|;
487 <select name=format>$format</select>
488 <select name=media>$media</select>
496 $lxdebug->leave_sub();
500 $lxdebug->enter_sub();
502 my ($new_name_selected) = @_;
504 if ($form->{vc} eq 'customer') {
510 # if we switched to all_vc
511 if ($form->{all_vc} ne $form->{oldall_vc}) {
513 $form->{openinvoices} = ($form->{all_vc}) ? 0 : 1;
515 $form->{"select$form->{vc}"} = "";
517 if ($form->{all_vc}) {
518 $form->all_vc(\%myconfig, $form->{vc}, $form->{ARAP});
520 if ($form->{"all_$form->{vc}"}) {
522 $form->{"select$form->{vc}"} .=
523 "<option>$_->{name}--$_->{id}\n"
524 } @{ $form->{"all_$form->{vc}"} };
527 CP->get_openvc(\%myconfig, \%$form);
529 if ($form->{"all_$form->{vc}"}) {
531 qq|$form->{"all_$form->{vc}"}[0]->{name}--$form->{"all_$form->{vc}"}[0]->{id}|;
533 $form->{"select$form->{vc}"} .=
534 "<option>$_->{name}--$_->{id}\n"
535 } @{ $form->{"all_$form->{vc}"} };
538 # if the name is not the same
539 if ($form->{"select$form->{vc}"} !~ /$form->{$form->{vc}}/) {
540 $form->{ $form->{vc} } = $newvc;
545 # get customer and invoices
546 $updated = &check_name($form->{vc});
548 if ($new_name_selected || $updated) {
549 CP->get_openinvoices(\%myconfig, \%$form);
550 ($newvc) = split /--/, $form->{ $form->{vc} };
551 $form->{"old$form->{vc}"} = qq|$newvc--$form->{"$form->{vc}_id"}|;
555 if ($form->{currency} ne $form->{oldcurrency}) {
556 $form->{oldcurrency} = $form->{currency};
558 CP->get_openinvoices(\%myconfig, \%$form);
563 $form->{exchangerate} = $exchangerate
567 $form->check_exchangerate(
568 \%myconfig, $form->{currency}, $form->{datepaid}, $buysell
571 $amount = $form->{amount} = $form->parse_amount(\%myconfig, $form->{amount});
574 $form->{rowcount} = 0;
576 $form->{queued} = "";
579 foreach $ref (@{ $form->{PR} }) {
581 $form->{"id_$i"} = $ref->{id};
582 $form->{"invnumber_$i"} = $ref->{invnumber};
583 $form->{"transdate_$i"} = $ref->{transdate};
584 $ref->{exchangerate} = 1 unless $ref->{exchangerate};
585 $form->{"amount_$i"} = $ref->{amount} / $ref->{exchangerate};
587 ($ref->{amount} - $ref->{paid}) / $ref->{exchangerate};
588 $form->{"checked_$i"} = "";
589 $form->{"paid_$i"} = "";
594 $form->format_amount(\%myconfig, $form->{"${_}_$i"}, 2)
598 $form->{rowcount} = $i;
603 # Modified from $amount = $form->{amount} by J.Zach to update amount to total
604 # payment amount in Zahlungsausgang
606 for $i (1 .. $form->{rowcount}) {
610 $form->parse_amount(\%myconfig, $form->{"${_}_$i"})
611 } qw(amount due paid);
613 if ($form->{"checked_$i"}) {
616 if (!$form->{"paid_$i"}) {
617 $form->{"paid_$i"} = $form->{"due_$i"};
620 # Modified by J.Zach, see abovev
621 $amount += $form->{"paid_$i"};
624 $form->{"paid_$i"} = "";
629 $form->format_amount(\%myconfig, $form->{"${_}_$i"}, 2)
630 } qw(amount due paid);
634 # Line added by J.Zach, see above
635 $form->{amount}=$amount;
641 $lxdebug->leave_sub();
645 $lxdebug->enter_sub();
649 if ($form->{currency} ne $form->{defaultcurrency}) {
650 $form->error($locale->text('Exchangerate missing!'))
651 unless $form->{exchangerate};
654 $msg1 = "$form->{origtitle} posted!";
655 $msg2 = "Cannot post $form->{origtitle}!";
657 # $locale->text('Payment posted!')
658 # $locale->text('Receipt posted!')
659 # $locale->text('Cannot post Payment!')
660 # $locale->text('Cannot post Receipt!')
662 $form->redirect($locale->text($msg1))
663 if (CP->process_payment(\%myconfig, \%$form));
664 $form->error($locale->text($msg2));
666 $lxdebug->leave_sub();
670 $lxdebug->enter_sub();
674 ($whole, $form->{decimal}) = split(/\./, $form->{amount});
676 $form->{amount} = $form->format_amount(\%myconfig, $form->{amount}, 2);
678 $form->{decimal} .= "00";
679 $form->{decimal} = substr($form->{decimal}, 0, 2);
681 $check = new CP $myconfig{countrycode};
683 $form->{text_amount} = $check->num2text($whole);
685 call_sub("$form->{vc}_details");
687 $form->{callback} = "";
689 $form->{templates} = "$myconfig{templates}";
690 $form->{IN} = "$form->{formname}.tex";
692 if ($form->{format} eq 'postscript') {
693 $form->{postscript} = 1;
695 if ($form->{format} eq 'pdf') {
699 if ($form->{media} eq 'printer') {
700 $form->{OUT} = "| $myconfig{printer}";
702 if ($form->{media} eq 'queue') {
703 %queued = split / /, $form->{queued};
705 if ($filename = $queued{ $form->{formname} }) {
706 unlink "$spool/$filename";
707 $filename =~ s/\..*$//g;
712 $filename .= ($form->{postscript}) ? '.ps' : '.pdf';
713 $form->{queued} = "$form->{formname} $filename";
714 $form->{OUT} = ">$spool/$filename";
716 $form->update_status(\%myconfig);
720 $form->{company} = $myconfig{company};
721 $form->{address} = $myconfig{address};
723 $form->parse_template(\%myconfig, $userspath);
725 if ($form->{media} ne 'screen') {
727 "$form->{script}?action=payment&vc=$form->{vc}&path=$form->{path}&login=$form->{login}&password=$form->{password}&all_vc=$form->{all_vc}";
729 $form->redirect if (CP->process_payment(\%myconfig, \%$form));
730 $form->error($locale->text('Cannot post payment!'));
733 $lxdebug->leave_sub();
736 sub customer_details { IS->customer_details(\%myconfig, \%$form) }
737 sub vendor_details { IR->vendor_details(\%myconfig, \%$form) }
740 $lxdebug->enter_sub();
742 &check_name($form->{vc});
744 if ($form->{currency} ne $form->{oldcurrency}) {
749 $form->error($locale->text('Date missing!')) unless $form->{datepaid};
751 $closedto = $form->datetonum($form->{closedto}, \%myconfig);
752 $datepaid = $form->datetonum($form->{datepaid}, \%myconfig);
754 $form->error($locale->text('Cannot process payment for a closed period!'))
755 if ($datepaid <= $closedto);
757 $amount = $form->parse_amount(\%myconfig, $form->{amount});
758 $form->{amount} = $amount;
760 for $i (1 .. $form->{rowcount}) {
761 if ($form->parse_amount(\%myconfig, $form->{"paid_$i"})) {
762 $amount -= $form->parse_amount($myconfig, $form->{"paid_$i"});
764 push(@{ $form->{paid} }, $form->{"paid_$i"});
765 push(@{ $form->{due} }, $form->{"due_$i"});
766 push(@{ $form->{invnumber} }, $form->{"invnumber_$i"});
767 push(@{ $form->{invdate} }, $form->{"transdate_$i"});
771 if ($form->round_amount($amount, 2) != 0) {
772 push(@{ $form->{paid} }, $form->format_amount(\%myconfig, $amount, 2));
773 push(@{ $form->{due} }, $form->format_amount(\%myconfig, 0, "0"));
774 push(@{ $form->{invnumber} },
775 ($form->{ARAP} eq 'AR')
776 ? $locale->text('Deposit')
777 : $locale->text('Prepayment'));
778 push(@{ $form->{invdate} }, $form->{datepaid});
781 $lxdebug->leave_sub();