1 #=====================================================================
4 # Based on SQL-Ledger Version 2.1.9
5 # Web http://www.lx-office.org
6 #############################################################################
7 # Veraendert 2005-01-05 - Marco Welter <mawe@linux-studio.de> - Neue Optik #
8 #############################################################################
9 # SQL-Ledger, Accounting
10 # Copyright (c) 1998-2002
12 # Author: Dieter Simader
13 # Email: dsimader@sql-ledger.org
14 # Web: http://www.sql-ledger.org
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.
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., 675 Mass Ave, Cambridge, MA 02139, USA.
30 #######################################################################
32 # common routines used in is, ir, oe
34 #######################################################################
38 use List::Util qw(max);
44 require "bin/mozilla/common.pl";
46 # any custom scripts for this one
47 if (-f "bin/mozilla/custom_io.pl") {
48 eval { require "bin/mozilla/custom_io.pl"; };
50 if (-f "bin/mozilla/$form->{login}_io.pl") {
51 eval { require "bin/mozilla/$form->{login}_io.pl"; };
58 # this is for our long dates
59 # $locale->text('January')
60 # $locale->text('February')
61 # $locale->text('March')
62 # $locale->text('April')
63 # $locale->text('May ')
64 # $locale->text('June')
65 # $locale->text('July')
66 # $locale->text('August')
67 # $locale->text('September')
68 # $locale->text('October')
69 # $locale->text('November')
70 # $locale->text('December')
72 # this is for our short month
73 # $locale->text('Jan')
74 # $locale->text('Feb')
75 # $locale->text('Mar')
76 # $locale->text('Apr')
77 # $locale->text('May')
78 # $locale->text('Jun')
79 # $locale->text('Jul')
80 # $locale->text('Aug')
81 # $locale->text('Sep')
82 # $locale->text('Oct')
83 # $locale->text('Nov')
84 # $locale->text('Dec')
89 ########################################
90 # Eintrag fuer Version 2.2.0 geaendert #
91 # neue Optik im Rechnungsformular #
92 ########################################
94 $lxdebug->enter_sub();
98 (substr($form->{type}, 0, 6) eq "sales_")
99 || (($form->{type} eq "invoice") && ($form->{script} eq "is.pl"))
100 || ($form->{type} eq 'credit_note');
102 if ($lizenzen && $form->{vc} eq "customer") {
103 if ($form->{type} =~ /sales_order/) {
104 @column_index = (runningnumber, partnumber, description, ship, qty);
105 } elsif ($form->{type} =~ /sales_quotation/) {
106 @column_index = (runningnumber, partnumber, description, qty);
108 @column_index = (runningnumber, partnumber, description, qty);
111 if ( ($form->{type} =~ /purchase_order/)
112 || ($form->{type} =~ /sales_order/)) {
113 @column_index = (runningnumber, partnumber, description, ship, qty);
115 @column_index = (runningnumber, partnumber, description, qty);
118 ############## ENDE Neueintrag ##################
120 my $dimension_units = AM->retrieve_units(\%myconfig, $form, "dimension");
121 my $service_units = AM->retrieve_units(\%myconfig, $form, "service");
122 my $all_units = AM->retrieve_units(\%myconfig, $form);
124 push @column_index, qw(unit);
126 #for pricegroups column
127 if ( $form->{type} =~ (/sales_quotation/)
128 or (($form->{level} =~ /Sales/) and ($form->{type} =~ /invoice/))
129 or (($form->{level} eq undef) and ($form->{type} =~ /invoice/))
130 or ($form->{type} =~ /sales_order/)) {
131 push @column_index, qw(sellprice_pg);
134 push @column_index, qw(sellprice);
136 if ($form->{vc} eq 'customer') {
137 push @column_index, qw(discount);
140 push @column_index, "linetotal";
142 my $colspan = $#column_index + 1;
144 $form->{invsubtotal} = 0;
145 map { $form->{"${_}_base"} = 0 } (split(/ /, $form->{taxaccounts}));
147 ########################################
148 # Eintrag fuer Version 2.2.0 geaendert #
149 # neue Optik im Rechnungsformular #
150 ########################################
151 $column_data{runningnumber} =
152 qq|<th align="left" nowrap width="5" class="listheading">|
153 . $locale->text('No.')
155 $column_data{partnumber} =
156 qq|<th align="left" nowrap width="12" class="listheading">|
157 . $locale->text('Number')
159 $column_data{description} =
160 qq|<th align="left" nowrap width="30" class="listheading">|
161 . $locale->text('Part Description')
163 if ($form->{"type"} eq "purchase_order") {
165 qq|<th align="left" nowrap width="5" class="listheading">|
166 . $locale->text('Ship rcvd')
170 qq|<th align="left" nowrap width="5" class="listheading">|
171 . $locale->text('Ship')
175 qq|<th align="left" nowrap width="5" class="listheading">|
176 . $locale->text('Qty')
179 qq|<th align="left" nowrap width="5" class="listheading">|
180 . $locale->text('Unit')
182 $column_data{license} =
183 qq|<th align="left" nowrap width="10" class="listheading">|
184 . $locale->text('License')
186 $column_data{serialnr} =
187 qq|<th align="left" nowrap width="10" class="listheading">|
188 . $locale->text('Serial No.')
190 $column_data{projectnr} =
191 qq|<th align="left" nowrap width="10" class="listheading">|
192 . $locale->text('Project')
194 $column_data{sellprice} =
195 qq|<th align="left" nowrap width="15" class="listheading">|
196 . $locale->text('Price')
198 $column_data{sellprice_pg} =
199 qq|<th align="left" nowrap width="15" class="listheading">|
200 . $locale->text('Pricegroup')
202 $column_data{discount} =
203 qq|<th align="left" class="listheading">|
204 . $locale->text('Discount')
206 $column_data{linetotal} =
207 qq|<th align="left" nowrap width="10" class="listheading">|
208 . $locale->text('Extended')
211 qq|<th align="left" nowrap width="10" class="listheading">|
212 . $locale->text('Bin')
214 ############## ENDE Neueintrag ##################
216 $myconfig{"show_form_details"} = 1
217 unless (defined($myconfig{"show_form_details"}));
218 $form->{"show_details"} = $myconfig{"show_form_details"}
219 unless (defined($form->{"show_details"}));
220 $form->{"show_details"} = $form->{"show_details"} ? 1 : 0;
221 my $show_details_new = 1 - $form->{"show_details"};
222 my $show_details_checked = $form->{"show_details"} ? "checked" : "";
226 <td>| . $cgi->hidden("-name" => "show_details", "-value" => $form->{show_details}) . qq|
227 <input type="checkbox" id="cb_show_details" onclick="show_form_details($show_details_new);" $show_details_checked>
228 <label for="cb_show_details">| . $locale->text("Show details") . qq|</label><br>
230 <tr class="listheading">|;
232 map { print "\n$column_data{$_}" } @column_index;
238 $runningnumber = $locale->text('No.');
239 $deliverydate = $locale->text('Delivery Date');
240 $serialnumber = $locale->text('Serial No.');
241 $projectnumber = $locale->text('Project');
242 $partsgroup = $locale->text('Group');
243 $reqdate = $locale->text('Reqdate');
245 $delvar = 'deliverydate';
247 if ($form->{type} =~ /_order$/ || $form->{type} =~ /_quotation$/) {
248 $deliverydate = $locale->text('Required by');
252 $form->{marge_total} = 0;
253 $form->{sellprice_total} = 0;
254 $form->{lastcost_total} = 0;
255 my %projectnumber_labels = ();
256 my @projectnumber_values = ("");
257 foreach my $item (@{ $form->{"ALL_PROJECTS"} }) {
258 push(@projectnumber_values, $item->{"id"});
259 $projectnumber_labels{$item->{"id"}} = $item->{"projectnumber"};
262 for $i (1 .. $numrows) {
267 $form->parse_amount(\%myconfig, $form->{"${_}_$i"})
268 } qw(qty ship discount sellprice price_new price_old) unless ($form->{simple_save});
270 if (!$form->{"unit_old_$i"}) {
271 # Neue Ware aus der Datenbank. In diesem Fall ist unit_$i die
272 # Einheit, wie sie in den Stammdaten hinterlegt wurde.
273 # Es sollte also angenommen werden, dass diese ausgewaehlt war.
274 $form->{"unit_old_$i"} = $form->{"unit_$i"};
277 # Die zuletzt ausgewaehlte mit der aktuell ausgewaehlten Einheit
278 # vergleichen und bei Unterschied den Preis entsprechend umrechnen.
279 $form->{"selected_unit_$i"} = $form->{"unit_$i"} unless ($form->{"selected_unit_$i"});
281 my $check_units = $form->{"inventory_accno_$i"} ? $dimension_units : $service_units;
282 if (!$check_units->{$form->{"selected_unit_$i"}} ||
283 ($check_units->{$form->{"selected_unit_$i"}}->{"base_unit"} ne
284 $all_units->{$form->{"unit_old_$i"}}->{"base_unit"})) {
285 # Die ausgewaehlte Einheit ist fuer diesen Artikel nicht gueltig
286 # (z.B. Dimensionseinheit war ausgewaehlt, es handelt sich aber
287 # um eine Dienstleistung). Dann keinerlei Umrechnung vornehmen.
288 $form->{"unit_old_$i"} = $form->{"selected_unit_$i"} = $form->{"unit_$i"};
290 if ((!$form->{"prices_$i"}) || ($form->{"new_pricegroup_$i"} == $form->{"old_pricegroup_$i"})) {
291 if ($form->{"unit_old_$i"} ne $form->{"selected_unit_$i"}) {
293 if (defined($all_units->{$form->{"unit_old_$i"}}->{"factor"}) &&
294 $all_units->{$form->{"unit_old_$i"}}->{"factor"}) {
295 $basefactor = $all_units->{$form->{"selected_unit_$i"}}->{"factor"} /
296 $all_units->{$form->{"unit_old_$i"}}->{"factor"};
298 $form->{"sellprice_$i"} *= $basefactor;
299 $form->{"unit_old_$i"} = $form->{"selected_unit_$i"};
303 ($dec) = ($form->{"sellprice_$i"} =~ /\.(\d+)/);
304 $decimalplaces = max length($dec), 2;
306 $discount = (100 - $form->{"discount_$i"} * 1) / 100;
307 $linetotal = $form->round_amount($form->{"sellprice_$i"} * $form->{"qty_$i"} * $discount, $decimalplaces);
309 my $real_sellprice = $form->{"sellprice_$i"} * $discount;
312 my ($marge_font_start, $marge_font_end);
314 $form->{"lastcost_$i"} *= 1;
316 if ($real_sellprice && ($form->{"qty_$i"} * 1)) {
317 $form->{"marge_percent_$i"} = ($real_sellprice - $form->{"lastcost_$i"}) * 100 / $real_sellprice;
318 $myconfig{"marge_percent_warn"} = 15 unless (defined($myconfig{"marge_percent_warn"}));
320 if ($form->{"id_$i"} &&
321 ($form->{"marge_percent_$i"} < (1 * $myconfig{"marge_percent_warn"}))) {
322 $marge_font_start = "<font color=\"#ff0000\">";
323 $marge_font_end = "</font>";
327 $form->{"marge_percent_$i"} = 0;
330 my $marge_adjust_credit_note = $form->{type} eq 'credit_note' ? -1 : 1;
331 $form->{"marge_absolut_$i"} = ($real_sellprice - $form->{"lastcost_$i"}) * $form->{"qty_$i"} * $marge_adjust_credit_note;
332 $form->{"marge_total"} += $form->{"marge_absolut_$i"};
333 $form->{"lastcost_total"} += $form->{"lastcost_$i"} * $form->{"qty_$i"};
334 $form->{"sellprice_total"} += $real_sellprice * $form->{"qty_$i"};
336 map { $form->{"${_}_$i"} = $form->format_amount(\%myconfig, $form->{"${_}_$i"}, 2) } qw(marge_absolut marge_percent);
338 # convert " to "
339 map { $form->{"${_}_$i"} =~ s/\"/"/g }
340 qw(partnumber description unit unit_old);
342 ########################################
343 # Eintrag fuer Version 2.2.0 geaendert #
344 # neue Optik im Rechnungsformular #
345 ########################################
346 $column_data{runningnumber} =
347 qq|<td><input name="runningnumber_$i" size="5" value="$i"></td>|; # HuT
348 ############## ENDE Neueintrag ##################
350 $column_data{partnumber} =
351 qq|<td><input name="partnumber_$i" size=12 value="$form->{"partnumber_$i"}"></td>|;
353 if (($rows = $form->numtextrows($form->{"description_$i"}, 30, 6)) > 1) {
354 $column_data{description} =
355 qq|<td><textarea name="description_$i" rows="$rows" cols="30" wrap="soft">| . H($form->{"description_$i"}) . qq|</textarea><button type="button" onclick="set_longdescription_window('longdescription_$i')">| . $locale->text('L') . qq|</button></td>|;
357 $column_data{description} =
358 qq|<td><input name="description_$i" size="30" value="| . $form->quote($form->{"description_$i"}) . qq|"><button type="button" onclick="set_longdescription_window('longdescription_$i')">| . $locale->text('L') . qq|</button></td>|;
361 (my $qty_dec) = ($form->{"qty_$i"} =~ /\.(\d+)/);
362 $qty_dec = length $qty_dec;
365 qq|<td align="right"><input name="qty_$i" size="5" value="|
366 . $form->format_amount(\%myconfig, $form->{"qty_$i"}, $qty_dec) .qq|">|;
367 if ($form->{"formel_$i"}) {
368 $column_data{qty} .= qq|<button type="button" onclick="calculate_qty_selection_window('qty_$i','alu_$i', 'formel_$i', $i)">| . $locale->text('*/') . qq|</button>|
369 . $cgi->hidden("-name" => "formel_$i", "-value" => $form->{"formel_$i"}) . $cgi->hidden("-name" => "alu_$i", "-value" => $form->{"alu_$i"});
371 $column_data{qty} .= qq|</td>|;
373 qq|<td align="right"><input name="ship_$i" size=5 value="|
374 . $form->format_amount(\%myconfig, $form->{"ship_$i"})
377 my $is_part = $form->{"inventory_accno_$i"};
378 my $is_assembly = $form->{"assembly_$i"};
379 my $is_assigned = $form->{"id_$i"};
380 my $this_unit = $form->{"unit_$i"};
381 if ($form->{"selected_unit_$i"} && $this_unit &&
382 $all_units->{$form->{"selected_unit_$i"}} && $all_units->{$this_unit} &&
383 ($all_units->{$form->{"selected_unit_$i"}}->{"base_unit"} eq $all_units->{$this_unit}->{"base_unit"})) {
384 $this_unit = $form->{"selected_unit_$i"};
385 } elsif (!$is_assigned ||
386 ($is_part && !$this_unit && ($all_units->{$this_unit} && ($all_units->{$this_unit}->{"base_unit"} eq $all_units->{"kg"}->{"base_unit"})))) {
390 $column_data{"unit"} = "<td>" .
391 AM->unit_select_html($is_part || $is_assembly ? $dimension_units :
392 $is_assigned ? $service_units : $all_units,
393 "unit_$i", $this_unit,
394 $is_assigned ? $form->{"unit_$i"} : undef)
397 # build in drop down list for pricesgroups
398 if ($form->{"prices_$i"}) {
399 if ($form->{"new_pricegroup_$i"} != $form->{"old_pricegroup_$i"}) {
400 $price_tmp = $form->format_amount(\%myconfig, $form->{"price_new_$i"}, $decimalplaces);
402 $price_tmp = $form->format_amount(\%myconfig, $form->{"sellprice_$i"}, $decimalplaces);
405 $column_data{sellprice_pg} =
406 qq|<td align="right"><select name="sellprice_pg_$i">$form->{"prices_$i"}</select></td>|;
407 $column_data{sellprice} =
408 qq|<td><input name="sellprice_$i" size="10" value="$price_tmp" onBlur=\"check_right_number_format(this)\"></td>|;
411 # for last row and report
412 # set pricegroup drop down list from report menu
413 if ($form->{"sellprice_$i"} != 0) {
415 qq|<option value="$form->{"sellprice_$i"}--$form->{"pricegroup_id_$i"}" selected>$form->{"pricegroup_$i"}</option>\n|;
417 $form->{"pricegroup_old_$i"} = $form->{"pricegroup_id_$i"};
419 $column_data{sellprice_pg} =
420 qq|<td align="right"><select name="sellprice_pg_$i">$prices</select></td>|;
425 $column_data{sellprice_pg} = qq|<td align="right"> </td>|;
428 $column_data{sellprice} =
429 qq|<td><input name="sellprice_$i" size="10" onBlur=\"check_right_number_format(this)\" value="|
430 . $form->format_amount(\%myconfig, $form->{"sellprice_$i"},
434 $column_data{discount} =
435 qq|<td align="right"><input name="discount_$i" size=3 value="|
436 . $form->format_amount(\%myconfig, $form->{"discount_$i"})
438 $column_data{linetotal} =
439 qq|<td align="right">|
440 . $form->format_amount(\%myconfig, $linetotal, 2)
442 $column_data{bin} = qq|<td>$form->{"bin_$i"}</td>|;
444 ########################################
445 # Eintrag fuer Version 2.2.0 geaendert #
446 # neue Optik im Rechnungsformular #
447 ########################################
448 # if ($lizenzen && $form->{type} eq "invoice" && $form->{vc} eq "customer") {
449 # $column_data{license} = qq|<td><select name="licensenumber_$i">$form->{"lizenzen_$i"}></select></td>|;
452 # if ($form->{type} !~ /_quotation/) {
453 # $column_data{serialnr} = qq|<td><input name="serialnumber_$i" size=10 value="$form->{"serialnumber_$i"}"></td>|;
456 # $column_data{projectnr} = qq|<td><input name="projectnumber_$i" size=10 value="$form->{"projectnumber_$i"}"></td>|;
457 ############## ENDE Neueintrag ##################
461 <tr valign="top" class="listrow$j">|;
463 map { print "\n$column_data{$_}" } @column_index;
466 $cgi->hidden("-name" => "unit_old_$i",
467 "-value" => $form->{"selected_unit_$i"})
469 $cgi->hidden("-name" => "price_new_$i",
470 "-value" => $form->format_amount(\%myconfig, $form->{"price_new_$i"}))
472 map({ print($cgi->hidden("-name" => $_, "-value" => $form->{$_}) . "\n"); }
473 ("orderitems_id_$i", "bo_$i", "pricegroup_old_$i", "price_old_$i",
474 "id_$i", "inventory_accno_$i", "bin_$i", "partsgroup_$i", "partnotes_$i",
475 "income_accno_$i", "expense_accno_$i", "listprice_$i", "assembly_$i",
476 "taxaccounts_$i", "ordnumber_$i", "transdate_$i", "cusordnumber_$i",
477 "longdescription_$i", "basefactor_$i", "marge_absolut_$i", "marge_percent_$i", "lastcost_$i"));
479 ########################################
480 # Eintrag fuer Version 2.2.0 geaendert #
481 # neue Optik im Rechnungsformular #
482 ########################################
485 'style="display:none;"' if (!$form->{"show_details"});
489 <tr class="listrow$j" $row_style_attr>
490 <td colspan="$colspan">
492 if ($lizenzen && $form->{type} eq "invoice" && $form->{vc} eq "customer") {
493 my $selected = $form->{"licensenumber_$i"};
495 $form->{"lizenzen_$i"} =~ s/ selected//g;
496 $form->{"lizenzen_$i"} =~
497 s/value="${selected}"\>/value="${selected}" selected\>/;
498 $lizenzen_quoted = $form->{"lizenzen_$i"};
499 $lizenzen_quoted =~ s/\"/"/g;
501 <b>Lizenz\#</b> <select name="licensenumber_$i" size="1">
502 $form->{"lizenzen_$i"}
504 <input type="hidden" name="lizenzen_$i" value="${lizenzen_quoted}">
507 if ($form->{type} !~ /_quotation/) {
509 <b>$serialnumber</b> <input name="serialnumber_$i" size="15" value="$form->{"serialnumber_$i"}">|;
512 print qq|<b>$projectnumber</b> | .
513 NTI($cgi->popup_menu('-name' => "project_id_$i",
514 '-values' => \@projectnumber_values,
515 '-labels' => \%projectnumber_labels,
516 '-default' => $form->{"project_id_$i"}));
518 if ($form->{type} eq 'invoice' or $form->{type} =~ /order/) {
520 ($form->{type} eq 'invoice')
522 : 'reqdate'; # invoice uses a different term for the same thing.
524 <b>${$reqdate_term}</b> <input name="${reqdate_term}_$i" size="11" onBlur="check_right_date_format(this)" value="$form->{"${reqdate_term}_$i"}">
527 my $subtotalchecked = ($form->{"subtotal_$i"}) ? "checked" : "";
529 <b>|.$locale->text('Subtotal').qq|</b> <input type="checkbox" name="subtotal_$i" value="1" $subtotalchecked>
532 if ($form->{"id_$i"} && $is_sales) {
534 ${marge_font_start}<b>| . $locale->text('Ertrag') . qq|</b> $form->{"marge_absolut_$i"} $form->{"marge_percent_$i"} % ${marge_font_end}
535 <b>| . $locale->text('LP') . qq|</b> | . $form->format_amount(\%myconfig, $form->{"listprice_$i"}, 2) . qq|
536 <b>| . $locale->text('EK') . qq|</b> | . $form->format_amount(\%myconfig, $form->{"lastcost_$i"}, 2);
544 ############## ENDE Neueintrag ##################
546 map { $form->{"${_}_base"} += $linetotal }
547 (split(/ /, $form->{"taxaccounts_$i"}));
549 $form->{invsubtotal} += $linetotal;
558 if (0 != ($form->{sellprice_total} * 1)) {
559 $form->{marge_percent} = ($form->{sellprice_total} - $form->{lastcost_total}) / $form->{sellprice_total} * 100;
562 $lxdebug->leave_sub();
565 ##################################################
566 # build html-code for pricegroups in variable $form->{prices_$j}
569 $lxdebug->enter_sub();
570 my $rowcount = shift;
571 for $j (1 .. $rowcount) {
572 my $pricegroup_old = $form->{"pricegroup_old_$i"};
573 if ($form->{PRICES}{$j}) {
575 $prices = '<option value="--">' . $locale->text("none (pricegroup)") . '</option>';
577 foreach $item (@{ $form->{PRICES}{$j} }) {
579 #$price = $form->round_amount($myconfig, $item->{price}, 5);
580 #$price = $form->format_amount($myconfig, $item->{price}, 2);
581 $price = $item->{price};
582 $pricegroup_id = $item->{pricegroup_id};
583 $pricegroup = $item->{pricegroup};
585 # build drop down list for pricegroups
587 qq|<option value="$price--$pricegroup_id"$item->{selected}>$pricegroup</option>\n|;
592 # $form->{"${_}_$j"} =
593 # $form->format_amount(\%myconfig, $form->{"${_}_$j"})
594 # } qw(sellprice price_new price_old);
596 # set new selectedpricegroup_id and prices for "Preis"
597 if ($item->{selected} && ($pricegroup_id != 0)) {
598 $form->{"pricegroup_old_$j"} = $pricegroup_id;
599 $form->{"price_new_$j"} = $price;
600 $form->{"sellprice_$j"} = $price;
602 if ($pricegroup_id == 0) {
603 $form->{"price_new_$j"} = $form->{"sellprice_$j"};
606 $form->{"prices_$j"} = $prices;
609 $lxdebug->leave_sub();
613 $lxdebug->enter_sub();
614 @column_index = qw(ndx partnumber description onhand unit sellprice);
616 $column_data{ndx} = qq|<th> </th>|;
617 $column_data{partnumber} =
618 qq|<th class="listheading">| . $locale->text('Number') . qq|</th>|;
619 $column_data{description} =
620 qq|<th class="listheading">| . $locale->text('Part Description') . qq|</th>|;
621 $column_data{sellprice} =
622 qq|<th class="listheading">| . $locale->text('Price') . qq|</th>|;
623 $column_data{onhand} =
624 qq|<th class="listheading">| . $locale->text('Qty') . qq|</th>|;
626 qq|<th class="listheading">| . $locale->text('Unit') . qq|</th>|;
627 # list items with radio button on a form
630 $title = $locale->text('Select from one of the items below');
631 $colspan = $#column_index + 1;
636 <form method="post" action="$form->{script}">
640 <th class="listtop" colspan="$colspan">$title</th>
643 <tr class="listheading">|;
645 map { print "\n$column_data{$_}" } @column_index;
650 foreach $ref (@{ $form->{item_list} }) {
651 $checked = ($i++) ? "" : "checked";
654 if ($ref->{inventory_accno} > 0) {
655 $ref->{"lizenzen"} = qq|<option></option>|;
656 foreach $item (@{ $form->{LIZENZEN}{ $ref->{"id"} } }) {
657 $ref->{"lizenzen"} .=
658 qq|<option value=\"$item->{"id"}\">$item->{"licensenumber"}</option>|;
660 $ref->{"lizenzen"} .= qq|<option value="-1">Neue Lizenz</option>|;
661 $ref->{"lizenzen"} =~ s/\"/"/g;
665 map { $ref->{$_} =~ s/\"/"/g } qw(partnumber description unit);
669 $form->round_amount($ref->{sellprice} * (1 - $form->{tradediscount}), 2);
671 qq|<td><input name="ndx" class="radio" type="radio" value="$i" $checked></td>|;
672 $column_data{partnumber} =
673 qq|<td><input name="new_partnumber_$i" type="hidden" value="$ref->{partnumber}">$ref->{partnumber}</td>|;
674 $column_data{description} =
675 qq|<td><input name="new_description_$i" type="hidden" value="$ref->{description}">$ref->{description}</td>|;
676 $column_data{sellprice} =
677 qq|<td align="right"><input name="new_sellprice_$i" type="hidden" value="$ref->{sellprice}">|
678 . $form->format_amount(\%myconfig, $ref->{sellprice}, 2, " ")
680 $column_data{onhand} =
681 qq|<td align="right"><input name="new_onhand_$i" type="hidden" value="$ref->{onhand}">|
682 . $form->format_amount(\%myconfig, $ref->{onhand}, '', " ")
685 qq|<td>$ref->{unit}</td>|;
689 <tr class=listrow$j>|;
691 map { print "\n$column_data{$_}" } @column_index;
696 qw(bin listprice inventory_accno income_accno expense_accno unit weight
697 assembly taxaccounts partsgroup formel longdescription not_discountable
698 part_payment_id partnotes id lastcost);
699 push(@new_fields, "lizenzen") if ($lizenzen);
701 print join "\n", map { $cgi->hidden("-name" => "new_${_}_$i", "-value" => $ref->{$_}) } @new_fields;
706 <tr><td colspan="8"><hr size="3" noshade></td></tr>
709 <input name="lastndx" type="hidden" value="$i">
713 # delete action variable
714 map { delete $form->{$_} } qw(action item_list header);
716 # save all other form variables
717 foreach $key (keys %${form}) {
718 $form->{$key} =~ s/\"/"/g;
719 print qq|<input name="$key" type="hidden" value="$form->{$key}">\n|;
723 <input type="hidden" name="nextsub" value="item_selected">
726 <input class="submit" type="submit" name="action" value="|
727 . $locale->text('Continue') . qq|">
734 $lxdebug->leave_sub();
738 $lxdebug->enter_sub();
740 # replace the last row with the checked row
741 $i = $form->{rowcount};
742 $i = $form->{assembly_rows} if ($form->{item} eq 'assembly');
748 #($form->{"sellprice_$i"},$form->{"$pricegroup_old_$i"}) = split /--/, $form->{"sellprice_$i"};
749 #$form->{"sellprice_$i"} = $form->{"sellprice_$i"};
751 # if there was a price entered, override it
752 $sellprice = $form->parse_amount(\%myconfig, $form->{"sellprice_$i"});
754 map { $form->{"${_}_$i"} = $form->{"new_${_}_$j"} }
755 qw(id partnumber description sellprice listprice inventory_accno
756 income_accno expense_accno bin unit weight assembly taxaccounts
757 partsgroup formel longdescription not_discountable partnotes lastcost);
758 if ($form->{"part_payment_id_$i"} ne "") {
759 $form->{payment_id} = $form->{"part_payment_id_$i"};
763 map { $form->{"${_}_$i"} = $form->{"new_${_}_$j"} } qw(lizenzen);
766 ($dec) = ($form->{"sellprice_$i"} =~ /\.(\d+)/);
768 $decimalplaces = ($dec > 2) ? $dec : 2;
771 $form->{"sellprice_$i"} = $sellprice;
774 # if there is an exchange rate adjust sellprice
775 if (($form->{exchangerate} * 1) != 0) {
776 $form->{"sellprice_$i"} /= $form->{exchangerate};
777 $form->{"sellprice_$i"} =
778 $form->round_amount($form->{"sellprice_$i"}, $decimalplaces);
782 map { $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) }
783 qw(sellprice listprice weight);
785 $form->{sellprice} += ($form->{"sellprice_$i"} * $form->{"qty_$i"});
786 $form->{weight} += ($form->{"weight_$i"} * $form->{"qty_$i"});
788 if ($form->{"not_discountable_$i"}) {
789 $form->{"discount_$i"} = 0;
793 $form->{"sellprice_$i"} * (1 - $form->{"discount_$i"} / 100) *
795 map { $form->{"${_}_base"} += $amount }
796 (split / /, $form->{"taxaccounts_$i"});
797 map { $amount += ($form->{"${_}_base"} * $form->{"${_}_rate"}) } split / /,
798 $form->{"taxaccounts_$i"}
799 if !$form->{taxincluded};
801 $form->{creditremaining} -= $amount;
803 $form->{"runningnumber_$i"} = $i;
805 # delete all the new_ variables
806 for $i (1 .. $form->{lastndx}) {
807 map { delete $form->{"new_${_}_$i"} }
808 qw(partnumber description sellprice bin listprice inventory_accno income_accno expense_accno unit assembly taxaccounts id);
811 map { delete $form->{$_} } qw(ndx lastndx nextsub);
816 $form->format_amount(\%myconfig, $form->{"${_}_$i"}, $decimalplaces)
817 } qw(sellprice listprice) if $form->{item} ne 'assembly';
819 # get pricegroups for parts
820 IS->get_pricegroups_for_parts(\%myconfig, \%$form);
822 # build up html code for prices_$i
823 set_pricegroup($form->{rowcount});
827 $lxdebug->leave_sub();
831 $lxdebug->enter_sub();
834 $form->{old_callback} = $form->escape($form->{callback}, 1);
835 $form->{callback} = $form->escape("$form->{script}?action=display_form", 1);
838 delete $form->{action};
840 # save all other form variables in a previousform variable
841 foreach $key (keys %$form) {
844 $form->{$key} =~ s/&/%26/g;
845 $previousform .= qq|$key=$form->{$key}&|;
848 $previousform = $form->escape($previousform, 1);
850 $i = $form->{rowcount};
851 map { $form->{"${_}_$i"} =~ s/\"/"/g } qw(partnumber description);
858 <h4 class="error">| . $locale->text('Item not on file!') . qq|
861 | . $locale->text('What type of item is this?') . qq|</h4>
863 <form method="post" action="ic.pl">
867 <input class="radio" type="radio" name="item" value="part" checked> |
868 . $locale->text('Part') . qq|<br>
869 <input class="radio" type="radio" name="item" value="service"> |
870 . $locale->text('Service');
872 print $cgi->hidden("-name" => "previousform", "-value" => $previousform);
873 map { print $cgi->hidden("-name" => $_, "-value" => $form->{$_}); } qw(rowcount vc login password);
874 map { print $cgi->hidden("-name" => $_, "-value" => $form->{"${_}_$i"}); } qw(partnumber description unit sellprice);
875 print $cgi->hidden("-name" => "taxaccount2", "-value" => $form->{taxaccounts});
878 <input type="hidden" name="nextsub" value="add">
881 <input class="submit" type="submit" name="action" value="|
882 . $locale->text('Continue') . qq|">
889 $lxdebug->leave_sub();
893 $lxdebug->enter_sub();
897 my $new_rowcount = $form->{"rowcount"} * 1 + 1;
898 $form->{"project_id_${new_rowcount}"} = $form->{"globalproject_id"};
900 $form->language_payment(\%myconfig);
902 # if we have a display_form
903 if ($form->{display_form}) {
904 call_sub($form->{"display_form"});
908 Common::webdav_folder($form) if ($webdav);
910 # if ( $form->{print_and_post}
911 # && $form->{second_run}
912 # && ($form->{action} eq "display_form")) {
913 # for (keys %$form) { $old_form->{$_} = $form->{$_} }
914 # $old_form->{rowcount}++;
916 # #$form->{rowcount}--;
917 # #$form->{rowcount}--;
919 # $form->{print_and_post} = 0;
921 # &print_form($old_form);
925 # $form->{action} = "";
926 # $form->{resubmit} = 0;
928 # if ($form->{print_and_post} && !$form->{second_run}) {
929 # $form->{second_run} = 1;
930 # $form->{action} = "display_form";
931 # $form->{rowcount}--;
932 # my $rowcount = $form->{rowcount};
934 # # get pricegroups for parts
935 # IS->get_pricegroups_for_parts(\%myconfig, \%$form);
937 # # build up html code for prices_$i
938 # set_pricegroup($rowcount);
940 # $form->{resubmit} = 1;
945 $numrows = ++$form->{rowcount};
946 $subroutine = "display_row";
948 if ($form->{item} eq 'part') {
950 #set preisgruppenanzahl
951 $numrows = $form->{price_rows};
952 $subroutine = "price_row";
954 &{$subroutine}($numrows);
956 $numrows = ++$form->{makemodel_rows};
957 $subroutine = "makemodel_row";
959 if ($form->{item} eq 'assembly') {
960 $numrows = $form->{price_rows};
961 $subroutine = "price_row";
963 &{$subroutine}($numrows);
965 $numrows = ++$form->{makemodel_rows};
966 $subroutine = "makemodel_row";
968 # create makemodel rows
969 &{$subroutine}($numrows);
971 $numrows = ++$form->{assembly_rows};
972 $subroutine = "assembly_row";
974 if ($form->{item} eq 'service') {
975 $numrows = $form->{price_rows};
976 $subroutine = "price_row";
978 &{$subroutine}($numrows);
984 &{$subroutine}($numrows) if $numrows;
988 $lxdebug->leave_sub();
992 $lxdebug->enter_sub();
996 qw(id partnumber description qty ship sellprice unit discount inventory_accno income_accno expense_accno listprice taxaccounts bin assembly weight projectnumber project_id oldprojectnumber runningnumber serialnumber partsgroup payment_id not_discountable shop ve gv buchungsgruppen_id language_values sellprice_pg pricegroup_old price_old price_new unit_old ordnumber transdate longdescription basefactor marge_absolut marge_percent lastcost )
1000 # remove any makes or model rows
1001 if ($form->{item} eq 'part') {
1002 map { $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) }
1003 qw(listprice sellprice lastcost weight rop);
1005 @flds = (make, model);
1006 for my $i (1 .. ($form->{makemodel_rows})) {
1007 if (($form->{"make_$i"} ne "") || ($form->{"model_$i"} ne "")) {
1011 map { $a[$j]->{$_} = $form->{"${_}_$i"} } @flds;
1016 $form->redo_rows(\@flds, \@a, $count, $form->{makemodel_rows});
1017 $form->{makemodel_rows} = $count;
1019 } elsif ($form->{item} eq 'assembly') {
1021 $form->{sellprice} = 0;
1022 $form->{weight} = 0;
1023 map { $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) }
1024 qw(listprice rop stock);
1027 qw(id qty unit bom partnumber description sellprice weight runningnumber partsgroup);
1029 for my $i (1 .. ($form->{assembly_rows} - 1)) {
1030 if ($form->{"qty_$i"}) {
1034 $form->{"qty_$i"} = $form->parse_amount(\%myconfig, $form->{"qty_$i"});
1036 map { $a[$j]->{$_} = $form->{"${_}_$i"} } @flds;
1038 #($form->{"sellprice_$i"},$form->{"$pricegroup_old_$i"}) = split /--/, $form->{"sellprice_$i"};
1040 $form->{sellprice} += ($form->{"qty_$i"} * $form->{"sellprice_$i"});
1041 $form->{weight} += ($form->{"qty_$i"} * $form->{"weight_$i"});
1046 $form->{sellprice} = $form->round_amount($form->{sellprice}, 2);
1048 $form->redo_rows(\@flds, \@a, $count, $form->{assembly_rows});
1049 $form->{assembly_rows} = $count;
1052 @flds = qw(make model);
1055 for my $i (1 .. ($form->{makemodel_rows})) {
1056 if (($form->{"make_$i"} ne "") || ($form->{"model_$i"} ne "")) {
1060 map { $a[$j]->{$_} = $form->{"${_}_$i"} } @flds;
1065 $form->redo_rows(\@flds, \@a, $count, $form->{makemodel_rows});
1066 $form->{makemodel_rows} = $count;
1068 } elsif ($form->{item} eq 'service') {
1069 map { $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) } qw(listprice sellprice lastcost);
1073 # this section applies to invoices and orders
1074 # remove any empty numbers
1075 if ($form->{rowcount}) {
1076 for my $i (1 .. $form->{rowcount} - 1) {
1077 if ($form->{"partnumber_$i"}) {
1081 map { $a[$j]->{$_} = $form->{"${_}_$i"} } @flds;
1084 if ($form->{"licensenumber_$i"} == -1) {
1092 $form->redo_rows(\@flds, \@a, $count, $form->{rowcount});
1093 $form->{rowcount} = $count;
1095 $form->{creditremaining} -= &invoicetotal;
1102 if ( $form->{type} =~ (/sales_quotation/)
1103 or (($form->{level} =~ /Sales/) and ($form->{type} =~ /invoice/))
1104 or (($form->{level} eq undef) and ($form->{type} =~ /invoice/))
1105 or ($form->{type} =~ /sales_order/)) {
1107 # get pricegroups for parts
1108 IS->get_pricegroups_for_parts(\%myconfig, \%$form);
1110 # build up html code for prices_$i
1111 set_pricegroup($form->{rowcount});
1117 $lxdebug->leave_sub();
1121 $lxdebug->enter_sub();
1123 $form->{oldinvtotal} = 0;
1125 # add all parts and deduct paid
1126 map { $form->{"${_}_base"} = 0 } split / /, $form->{taxaccounts};
1128 my ($amount, $sellprice, $discount, $qty);
1130 for my $i (1 .. $form->{rowcount}) {
1131 $sellprice = $form->parse_amount(\%myconfig, $form->{"sellprice_$i"});
1132 $discount = $form->parse_amount(\%myconfig, $form->{"discount_$i"});
1133 $qty = $form->parse_amount(\%myconfig, $form->{"qty_$i"});
1135 #($form->{"sellprice_$i"}, $form->{"$pricegroup_old_$i"}) = split /--/, $form->{"sellprice_$i"};
1137 $amount = $sellprice * (1 - $discount / 100) * $qty;
1138 map { $form->{"${_}_base"} += $amount }
1139 (split (/ /, $form->{"taxaccounts_$i"}));
1140 $form->{oldinvtotal} += $amount;
1143 map { $form->{oldinvtotal} += ($form->{"${_}_base"} * $form->{"${_}_rate"}) }
1144 split(/ /, $form->{taxaccounts})
1145 if !$form->{taxincluded};
1147 $form->{oldtotalpaid} = 0;
1148 for $i (1 .. $form->{paidaccounts}) {
1149 $form->{oldtotalpaid} += $form->{"paid_$i"};
1152 $lxdebug->leave_sub();
1155 return ($form->{oldinvtotal} - $form->{oldtotalpaid});
1158 sub validate_items {
1159 $lxdebug->enter_sub();
1161 # check if items are valid
1162 if ($form->{rowcount} == 1) {
1167 for $i (1 .. $form->{rowcount} - 1) {
1168 $form->isblank("partnumber_$i",
1169 $locale->text('Number missing in Row') . " $i");
1172 $lxdebug->leave_sub();
1176 $lxdebug->enter_sub();
1177 if ($form->{second_run}) {
1178 $form->{print_and_post} = 0;
1180 $form->{ordnumber} = $form->{invnumber};
1182 $form->{old_employee_id} = $form->{employee_id};
1183 $form->{old_salesman_id} = $form->{salesman_id};
1185 map { delete $form->{$_} } qw(id printed emailed queued);
1186 if ($form->{script} eq 'ir.pl' || $form->{type} eq 'request_quotation') {
1187 $form->{title} = $locale->text('Add Purchase Order');
1188 $form->{vc} = 'vendor';
1189 $form->{type} = 'purchase_order';
1192 if ($form->{script} eq 'is.pl' || $form->{type} eq 'sales_quotation') {
1193 $form->{title} = $locale->text('Add Sales Order');
1194 $form->{vc} = 'customer';
1195 $form->{type} = 'sales_order';
1198 $form->{script} = 'oe.pl';
1200 $form->{shipto} = 1;
1202 $form->{rowcount}--;
1204 $form->{cp_id} *= 1;
1206 require "bin/mozilla/$form->{script}";
1207 my $script = $form->{"script"};
1209 $script =~ s|.pl$||;
1210 $locale = new Locale($language, $script);
1212 map { $form->{"select$_"} = "" } ($form->{vc}, currency);
1214 $currency = $form->{currency};
1218 $form->{currency} = $currency;
1219 $form->{exchangerate} = "";
1220 $form->{forex} = "";
1221 $form->{exchangerate} = $exchangerate
1225 $form->check_exchangerate(
1226 \%myconfig, $form->{currency}, $form->{transdate}, $buysell
1229 for $i (1 .. $form->{rowcount}) {
1230 map({ $form->{"${_}_${i}"} = $form->parse_amount(\%myconfig,
1231 $form->{"${_}_${i}"})
1232 if ($form->{"${_}_${i}"}) }
1233 qw(ship qty sellprice listprice basefactor));
1239 $lxdebug->leave_sub();
1243 $lxdebug->enter_sub();
1244 if ($form->{second_run}) {
1245 $form->{print_and_post} = 0;
1247 map { delete $form->{$_} } qw(id printed emailed queued);
1249 if ($form->{script} eq 'ir.pl' || $form->{type} eq 'purchase_order') {
1250 $form->{title} = $locale->text('Add Request for Quotation');
1251 $form->{vc} = 'vendor';
1252 $form->{type} = 'request_quotation';
1255 if ($form->{script} eq 'is.pl' || $form->{type} eq 'sales_order') {
1256 $form->{title} = $locale->text('Add Quotation');
1257 $form->{vc} = 'customer';
1258 $form->{type} = 'sales_quotation';
1262 $form->{cp_id} *= 1;
1264 $form->{script} = 'oe.pl';
1266 $form->{shipto} = 1;
1268 $form->{rowcount}--;
1270 require "bin/mozilla/$form->{script}";
1272 map { $form->{"select$_"} = "" } ($form->{vc}, currency);
1274 $currency = $form->{currency};
1278 $form->{currency} = $currency;
1279 $form->{exchangerate} = "";
1280 $form->{forex} = "";
1281 $form->{exchangerate} = $exchangerate
1285 $form->check_exchangerate(
1286 \%myconfig, $form->{currency}, $form->{transdate}, $buysell
1289 for $i (1 .. $form->{rowcount}) {
1290 map({ $form->{"${_}_${i}"} = $form->parse_amount(\%myconfig,
1291 $form->{"${_}_${i}"})
1292 if ($form->{"${_}_${i}"}) }
1293 qw(ship qty sellprice listprice basefactor));
1299 $lxdebug->leave_sub();
1302 sub request_for_quotation {
1307 $lxdebug->enter_sub();
1308 if ($form->{second_run}) {
1309 $form->{print_and_post} = 0;
1310 $form->{resubmit} = 0;
1313 $form->{email} = $form->{shiptoemail} if $form->{shiptoemail} && $form->{formname} =~ /(pick|packing|bin)_list/;
1315 if ($form->{"cp_id"} && !$form->{"email"}) {
1316 CT->get_contact(\%myconfig, $form);
1317 $form->{"email"} = $form->{"cp_email"};
1320 $title = $locale->text('E-mail') . " " . $form->get_formname_translation();
1322 $form->{oldmedia} = $form->{media};
1323 $form->{media} = "email";
1325 my $attachment_filename = $form->generate_attachment_filename();
1327 $form->{"fokus"} = $form->{"email"} ? "Form.subject" : "Form.email";
1330 my (@dont_hide_key_list, %dont_hide_key, @hidden_keys);
1331 @dont_hide_key_list = qw(action email cc bcc subject message formname sendmode format header override);
1332 @dont_hide_key{@dont_hide_key_list} = (1) x @dont_hide_key_list;
1333 @hidden_keys = grep { !$dont_hide_key{$_} } grep { !ref $form->{$_} } keys %$form;
1335 print $form->parse_html_template('generic/edit_email',
1337 a_filename => $attachment_filename,
1338 _print_options_ => print_options({ 'inline' => 1 }),
1339 HIDDEN => [ map +{ name => $_, value => $form->{$_} }, @hidden_keys ],
1340 SHOW_BCC => $myconfig{role} eq 'admin' });
1342 $lxdebug->leave_sub();
1346 $lxdebug->enter_sub();
1348 my $callback = $form->{script} . "?action=edit";
1349 map({ $callback .= "\&${_}=" . E($form->{$_}); }
1350 qw(login password type id));
1352 print_form("return");
1354 Common->save_email_status(\%myconfig, $form);
1356 $form->{callback} = $callback;
1359 $lxdebug->leave_sub();
1362 # generate the printing options displayed at the bottom of oe and is forms.
1363 # this function will attempt to guess what type of form is displayed, and will generate according options
1366 # this version builds the arrays of options pretty directly. if you have trouble understanding how,
1367 # the opthash function builds hashrefs which are then pieced together for the template arrays.
1368 # unneeded options are "undef"ed out, and then grepped out.
1370 # the inline options is untested, but intended to be used later in metatemplating
1372 $lxdebug->enter_sub();
1378 # names 3 parameters and returns a hashref, for use in templates
1379 sub opthash { +{ value => shift, selected => shift, oname => shift } }
1380 (@FORMNAME, @FORMNAME, @LANGUAGE_ID, @FORMAT, @SENDMODE, @MEDIA, @PRINTER_ID, @SELECTS) = ();
1382 # note: "||"-selection is only correct for values where "0" is _not_ a correct entry
1383 $form->{sendmode} = "attachment";
1384 $form->{format} = $form->{format} || $myconfig{template_format} || "pdf";
1385 $form->{copies} = $form->{copies} || $myconfig{copies} || 3;
1386 $form->{media} = $form->{media} || $myconfig{default_media} || "screen";
1387 $form->{printer_id} = defined $form->{printer_id} ? $form->{printer_id} :
1388 defined $myconfig{default_printer_id} ? $myconfig{default_printer_id} : "";
1390 $form->{PD}{ $form->{formname} } = "selected";
1391 $form->{DF}{ $form->{format} } = "selected";
1392 $form->{OP}{ $form->{media} } = "selected";
1393 $form->{SM}{ $form->{formname} } = "selected";
1395 push @FORMNAME, grep $_,
1396 ($form->{type} eq 'purchase_order') ? (
1397 opthash("purchase_order", $form->{PD}{purchase_order}, $locale->text('Purchase Order')),
1398 opthash("bin_list", $form->{PD}{bin_list}, $locale->text('Bin List'))
1400 ($form->{type} eq 'credit_note') ?
1401 opthash("credit_note", $form->{PD}{credit_note}, $locale->text('Credit Note')) : undef,
1402 ($form->{type} eq 'sales_order') ? (
1403 opthash("sales_order", $form->{PD}{sales_order}, $locale->text('Confirmation')),
1404 opthash("proforma", $form->{PD}{proforma}, $locale->text('Proforma Invoice')),
1405 opthash("pick_list", $form->{PD}{pick_list}, $locale->text('Pick List')),
1406 opthash("packing_list", $form->{PD}{packing_list}, $locale->text('Packing List'))
1408 ($form->{type} =~ /_quotation$/) ?
1409 opthash("$`_quotation", $form->{PD}{"$`_quotation"}, $locale->text('Quotation')) : undef,
1410 ($form->{type} eq 'invoice') ? (
1411 opthash("invoice", $form->{PD}{invoice}, $locale->text('Invoice')),
1412 opthash("proforma", $form->{PD}{proforma}, $locale->text('Proforma Invoice')),
1413 opthash("packing_list", $form->{PD}{packing_list}, $locale->text('Packing List'))
1415 ($form->{type} eq 'invoice' && $form->{storno}) ? (
1416 opthash("storno_invoice", $form->{PD}{storno_invoice}, $locale->text('Storno Invoice')),
1417 opthash("storno_packing_list", $form->{PD}{storno_packing_list}, $locale->text('Storno Packing List'))
1419 ($form->{type} eq 'credit_note') ?
1420 opthash("credit_note", $form->{PD}{credit_note}, $locale->text('Credit Note')) : undef;
1423 opthash("attachment", $form->{SM}{attachment}, $locale->text('Attachment')),
1424 opthash("inline", $form->{SM}{inline}, $locale->text('In-line'))
1425 if ($form->{media} eq 'email');
1427 push @MEDIA, grep $_,
1428 opthash("screen", $form->{OP}{screen}, $locale->text('Screen')),
1429 (scalar @{ $form->{printers} } && $latex_templates) ?
1430 opthash("printer", $form->{OP}{printer}, $locale->text('Printer')) : undef,
1431 ($latex_templates && !$options->{no_queue}) ?
1432 opthash("queue", $form->{OP}{queue}, $locale->text('Queue')) : undef
1433 if ($form->{media} ne 'email');
1435 push @FORMAT, grep $_,
1436 ($opendocument_templates && $openofficeorg_writer_bin && $xvfb_bin && (-x $openofficeorg_writer_bin) && (-x $xvfb_bin)
1437 && !$options->{no_opendocument_pdf}) ?
1438 opthash("opendocument_pdf", $form->{DF}{"opendocument_pdf"}, $locale->text("PDF (OpenDocument/OASIS)")) : undef,
1439 ($latex_templates) ?
1440 opthash("pdf", $form->{DF}{pdf}, $locale->text('PDF')) : undef,
1441 ($latex_templates && !$options->{no_postscript}) ?
1442 opthash("postscript", $form->{DF}{postscript}, $locale->text('Postscript')) : undef,
1443 (!$options->{no_html}) ?
1444 opthash("html", $form->{DF}{html}, "HTML") : undef,
1445 ($opendocument_templates && !$options->{no_opendocument}) ?
1446 opthash("opendocument", $form->{DF}{opendocument}, $locale->text("OpenDocument/OASIS")) : undef;
1449 map { opthash($_->{id}, ($_->{id} eq $form->{language_id} ? 'selected' : ''), $_->{description}) } +{}, @{ $form->{languages} }
1450 if (ref $form->{languages} eq 'ARRAY');
1453 map { opthash($_->{id}, ($_->{id} eq $form->{printer_id} ? 'selected' : ''), $_->{printer_description}) } +{}, @{ $form->{printers} }
1454 if ((ref $form->{printers} eq 'ARRAY') && scalar @{ $form->{printers } });
1456 @SELECTS = map { sname => lc $_, DATA => \@$_, show => scalar @$_ }, qw(FORMNAME LANGUAGE_ID FORMAT SENDMODE MEDIA PRINTER_ID);
1458 my %dont_display_groupitems = (
1463 display_copies => scalar @{ $form->{printers} } && $latex_templates && $form->{media} ne 'email',
1464 display_remove_draft => (!$form->{id} && $form->{draft_id}),
1465 display_groupitems => !$dont_display_groupitems{$form->{type}},
1466 groupitems_checked => $form->{groupitems} ? "checked" : '',
1467 remove_draft_checked => $form->{remove_draft} ? "checked" : ''
1470 my $print_options = $form->parse_html_template("generic/print_options", { SELECTS => \@SELECTS, %template_vars } );
1472 if ($options->{inline}) {
1473 $lxdebug->leave_sub() and return $print_options;
1475 print $print_options; $lxdebug->leave_sub();
1480 $lxdebug->enter_sub();
1482 if ($form->{print_nextsub}) {
1483 call_sub($form->{print_nextsub});
1484 $lxdebug->leave_sub();
1488 # if this goes to the printer pass through
1489 if ($form->{media} eq 'printer' || $form->{media} eq 'queue') {
1490 $form->error($locale->text('Select postscript or PDF!'))
1491 if ($form->{format} !~ /(postscript|pdf)/);
1493 $old_form = new Form;
1494 map { $old_form->{$_} = $form->{$_} } keys %$form;
1497 if (!$form->{id} || (($form->{formname} eq "proforma") && !$form->{proforma} && (($form->{type} =~ /_order$/) || ($form->{type} =~ /_quotation$/)))) {
1498 if ($form->{formname} eq "proforma") {
1499 $form->{proforma} = 1;
1501 $form->{print_and_save} = 1;
1502 my $formname = $form->{formname};
1504 $form->{formname} = $formname;
1509 &print_form($old_form);
1511 $lxdebug->leave_sub();
1515 $lxdebug->enter_sub();
1516 my ($old_form) = @_;
1520 $numberfld = "invnumber";
1523 ($form->{display_form}) ? $form->{display_form} : "display_form";
1525 # $form->{"notes"} will be overridden by the customer's/vendor's "notes" field. So save it here.
1526 $form->{ $form->{"formname"} . "notes" } = $form->{"notes"};
1528 if ($form->{formname} eq "invoice") {
1529 $form->{label} = $locale->text('Invoice');
1531 if ($form->{formname} eq "packing_list") {
1533 # this is from an invoice
1534 $form->{label} = $locale->text('Packing List');
1536 if ($form->{formname} eq 'sales_order') {
1539 $form->{"${inv}date"} = $form->{transdate};
1540 $form->{label} = $locale->text('Confirmation');
1541 $numberfld = "sonumber";
1545 if (($form->{type} eq 'invoice') && ($form->{formname} eq 'proforma') ) {
1548 $form->{"${inv}date"} = $form->{invdate};
1549 $form->{label} = $locale->text('Proforma Invoice');
1550 $numberfld = "sonumber";
1554 if (($form->{type} eq 'sales_order') && ($form->{formname} eq 'proforma') ) {
1557 $form->{"${inv}date"} = $form->{transdate};
1558 $form->{"invdate"} = $form->{transdate};
1559 $form->{invnumber} = $form->{ordnumber};
1560 $form->{label} = $locale->text('Proforma Invoice');
1561 $numberfld = "sonumber";
1565 if ($form->{formname} eq 'packing_list' && $form->{type} ne 'invoice') {
1567 # we use the same packing list as from an invoice
1570 $form->{invdate} = $form->{"${inv}date"} = $form->{transdate};
1571 $form->{label} = $locale->text('Packing List');
1573 # set invnumber for template packing_list
1574 $form->{invnumber} = $form->{ordnumber};
1576 if ($form->{formname} eq 'pick_list') {
1579 $form->{"${inv}date"} =
1580 ($form->{transdate}) ? $form->{transdate} : $form->{invdate};
1581 $form->{label} = $locale->text('Pick List');
1582 $order = 1 unless $form->{type} eq 'invoice';
1584 if ($form->{formname} eq 'purchase_order') {
1587 $form->{"${inv}date"} = $form->{transdate};
1588 $form->{label} = $locale->text('Purchase Order');
1589 $numberfld = "ponumber";
1592 if ($form->{formname} eq 'bin_list') {
1595 $form->{"${inv}date"} = $form->{transdate};
1596 $form->{label} = $locale->text('Bin List');
1599 if ($form->{formname} eq 'sales_quotation') {
1602 $form->{"${inv}date"} = $form->{transdate};
1603 $form->{label} = $locale->text('Quotation');
1604 $numberfld = "sqnumber";
1608 if (($form->{type} eq 'sales_quotation') && ($form->{formname} eq 'proforma') ) {
1611 $form->{"${inv}date"} = $form->{transdate};
1612 $form->{"invdate"} = $form->{transdate};
1613 $form->{label} = $locale->text('Proforma Invoice');
1614 $numberfld = "sqnumber";
1618 if ($form->{formname} eq 'request_quotation') {
1621 $form->{"${inv}date"} = $form->{transdate};
1622 $form->{label} = $locale->text('RFQ');
1623 $numberfld = "rfqnumber";
1627 $form->isblank("email", $locale->text('E-mail address missing!'))
1628 if ($form->{media} eq 'email');
1629 $form->isblank("${inv}date",
1630 $locale->text($form->{label})
1632 . $locale->text(' Date missing!'));
1634 # $locale->text('Invoice Number missing!')
1635 # $locale->text('Invoice Date missing!')
1636 # $locale->text('Packing List Number missing!')
1637 # $locale->text('Packing List Date missing!')
1638 # $locale->text('Order Number missing!')
1639 # $locale->text('Order Date missing!')
1640 # $locale->text('Quotation Number missing!')
1641 # $locale->text('Quotation Date missing!')
1644 $form->{what_done} = $form->{formname};
1645 if (!$form->{"${inv}number"} && !$form->{preview} && !$form->{id}) {
1646 $form->{"${inv}number"} = $form->update_defaults(\%myconfig, $numberfld);
1647 if ($form->{media} ne 'email') {
1649 # get pricegroups for parts
1650 IS->get_pricegroups_for_parts(\%myconfig, \%$form);
1652 # build up html code for prices_$i
1653 set_pricegroup($form->{rowcount});
1655 $form->{rowcount}--;
1657 call_sub($display_form);
1658 # saving the history
1659 if(!exists $form->{addition}) {
1660 $form->{snumbers} = qq|ordnumber_| . $form->{ordnumber};
1661 $form->{addition} = "PRINTED";
1662 $form->save_history($form->dbconnect(\%myconfig));
1664 # /saving the history
1671 # Save the email address given in the form because it should override the setting saved for the customer/vendor.
1672 my ($saved_email, $saved_cc, $saved_bcc) =
1673 ($form->{"email"}, $form->{"cc"}, $form->{"bcc"});
1675 $language_saved = $form->{language_id};
1676 $payment_id_saved = $form->{payment_id};
1677 $salesman_id_saved = $form->{salesman_id};
1678 $cp_id_saved = $form->{cp_id};
1680 call_sub("$form->{vc}_details");
1682 $form->{language_id} = $language_saved;
1683 $form->{payment_id} = $payment_id_saved;
1685 $form->{"email"} = $saved_email if ($saved_email);
1686 $form->{"cc"} = $saved_cc if ($saved_cc);
1687 $form->{"bcc"} = $saved_bcc if ($saved_bcc);
1689 if (!$cp_id_saved) {
1690 # No contact was selected. Delete all contact variables because
1691 # IS->customer_details() and IR->vendor_details() get the default
1693 map({ delete($form->{$_}); } grep(/^cp_/, keys(%{ $form })));
1696 my ($language_tc, $output_numberformat, $output_dateformat, $output_longdates);
1697 if ($form->{"language_id"}) {
1698 ($language_tc, $output_numberformat, $output_dateformat, $output_longdates) =
1699 AM->get_language_details(\%myconfig, $form, $form->{language_id});
1701 $output_dateformat = $myconfig{"dateformat"};
1702 $output_numberformat = $myconfig{"numberformat"};
1703 $output_longdates = 1;
1706 ($form->{employee}) = split /--/, $form->{employee};
1708 # create the form variables
1710 OE->order_details(\%myconfig, \%$form);
1712 IS->invoice_details(\%myconfig, \%$form, $locale);
1715 $form->get_salesman(\%myconfig, $salesman_id_saved);
1717 if ($form->{shipto_id}) {
1718 $form->get_shipto(\%myconfig);
1721 @a = qw(name street zipcode city country);
1725 # if there is no shipto fill it in from billto
1726 foreach $item (@a) {
1727 if ($form->{"shipto$item"}) {
1734 if ( $form->{formname} eq 'purchase_order'
1735 || $form->{formname} eq 'request_quotation') {
1736 $form->{shiptoname} = $myconfig{company};
1737 $form->{shiptostreet} = $myconfig{address};
1739 map { $form->{"shipto$_"} = $form->{$_} } @a;
1743 $form->{notes} =~ s/^\s+//g;
1745 $form->{templates} = "$myconfig{templates}";
1747 delete $form->{printer_command};
1749 $form->{language} = $form->get_template_language(\%myconfig);
1752 if ($form->{media} ne 'email') {
1753 $printer_code = $form->get_printer_code(\%myconfig);
1754 if ($printer_code ne "") {
1755 $printer_code = "_" . $printer_code;
1759 if ($form->{language} ne "") {
1760 map({ $form->{"unit"}->[$_] =
1761 AM->translate_units($form, $form->{"language"},
1762 $form->{"unit"}->[$_], $form->{"qty"}->[$_]); }
1763 (0..scalar(@{$form->{"unit"}}) - 1));
1764 $form->{language} = "_" . $form->{language};
1768 format_dates($output_dateformat, $output_longdates,
1769 qw(invdate orddate quodate pldate duedate reqdate transdate
1770 shippingdate deliverydate validitydate paymentdate
1771 datepaid transdate_oe deliverydate_oe
1772 employee_startdate employee_enddate
1774 grep({ /^datepaid_\d+$/ ||
1775 /^transdate_oe_\d+$/ ||
1776 /^deliverydate_oe_\d+$/ ||
1778 /^deliverydate_\d+$/ ||
1782 reformat_numbers($output_numberformat, 2,
1783 qw(invtotal ordtotal quototal subtotal linetotal
1784 listprice sellprice netprice discount
1785 tax taxbase total paid),
1786 grep({ /^linetotal_\d+$/ ||
1787 /^listprice_\d+$/ ||
1788 /^sellprice_\d+$/ ||
1798 reformat_numbers($output_numberformat, undef,
1803 $form->{IN} = "$form->{formname}$form->{language}${printer_code}.html";
1804 if ($form->{format} eq 'postscript') {
1805 $form->{postscript} = 1;
1806 $form->{IN} =~ s/html$/tex/;
1807 } elsif ($form->{"format"} =~ /pdf/) {
1809 if ($form->{"format"} =~ /opendocument/) {
1810 $form->{IN} =~ s/html$/odt/;
1812 $form->{IN} =~ s/html$/tex/;
1814 } elsif ($form->{"format"} =~ /opendocument/) {
1815 $form->{"opendocument"} = 1;
1816 $form->{"IN"} =~ s/html$/odt/;
1819 delete $form->{OUT};
1821 if ($form->{media} eq 'printer') {
1822 $form->{OUT} = "| $form->{printer_command} &>/dev/null";
1823 $form->{printed} .= " $form->{formname}";
1824 $form->{printed} =~ s/^ //;
1826 $printed = $form->{printed};
1828 if ($form->{media} eq 'email') {
1829 $form->{subject} = qq|$form->{label} $form->{"${inv}number"}|
1830 unless $form->{subject};
1832 $form->{emailed} .= " $form->{formname}";
1833 $form->{emailed} =~ s/^ //;
1835 $emailed = $form->{emailed};
1837 if ($form->{media} eq 'queue') {
1838 %queued = map { s|.*/|| } split / /, $form->{queued};
1840 if ($filename = $queued{ $form->{formname} }) {
1841 $form->{queued} =~ s/$form->{formname} $filename//;
1842 unlink "$spool/$filename";
1843 $filename =~ s/\..*$//g;
1849 $filename .= ($form->{postscript}) ? '.ps' : '.pdf';
1850 $form->{OUT} = ">$spool/$filename";
1853 $form->{queued} .= " $form->{formname} $filename";
1855 $form->{queued} =~ s/^ //;
1857 $queued = $form->{queued};
1859 # saving the history
1860 if(!exists $form->{addition}) {
1861 $form->{snumbers} = qq|ordnumber_| . $form->{ordnumber};
1862 if($form->{media} =~ /printer/) {
1863 $form->{addition} = "PRINTED";
1865 elsif($form->{media} =~ /email/) {
1866 $form->{addition} = "MAILED";
1868 elsif($form->{media} =~ /queue/) {
1869 $form->{addition} = "QUEUED";
1871 elsif($form->{media} =~ /screen/) {
1872 $form->{addition} = "SCREENED";
1874 $form->save_history($form->dbconnect(\%myconfig));
1876 # /saving the history
1878 $form->parse_template(\%myconfig, $userspath);
1880 $form->{callback} = "";
1882 if ($form->{media} eq 'email') {
1883 $form->{message} = $locale->text('sent') unless $form->{message};
1885 $message = $form->{message};
1887 # if we got back here restore the previous form
1888 if ($form->{media} =~ /(printer|email|queue)/) {
1890 $form->update_status(\%myconfig)
1891 if ($form->{media} eq 'queue' && $form->{id});
1893 return $lxdebug->leave_sub() if ($old_form eq "return");
1897 $old_form->{"${inv}number"} = $form->{"${inv}number"};
1899 # restore and display form
1900 map { $form->{$_} = $old_form->{$_} } keys %$old_form;
1902 $form->{queued} = $queued;
1903 $form->{printed} = $printed;
1904 $form->{emailed} = $emailed;
1905 $form->{message} = $message;
1907 $form->{rowcount}--;
1908 map { $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) }
1909 qw(exchangerate creditlimit creditremaining);
1911 for $i (1 .. $form->{paidaccounts}) {
1913 $form->{"${_}_$i"} =
1914 $form->parse_amount(\%myconfig, $form->{"${_}_$i"})
1915 } qw(paid exchangerate);
1918 call_sub($display_form);
1923 ($form->{media} eq 'printer')
1924 ? $locale->text('sent to printer')
1925 : $locale->text('emailed to') . " $form->{email}";
1926 $form->redirect(qq|$form->{label} $form->{"${inv}number"} $msg|);
1928 if ($form->{printing}) {
1929 call_sub($display_form);
1933 $lxdebug->leave_sub();
1936 sub customer_details {
1937 $lxdebug->enter_sub();
1938 IS->customer_details(\%myconfig, \%$form, @_);
1939 $lxdebug->leave_sub();
1942 sub vendor_details {
1943 $lxdebug->enter_sub();
1945 IR->vendor_details(\%myconfig, \%$form, @_);
1947 $lxdebug->leave_sub();
1951 $lxdebug->enter_sub();
1953 $form->{postasnew} = 1;
1954 map { delete $form->{$_} } qw(printed emailed queued);
1958 $lxdebug->leave_sub();
1962 $lxdebug->enter_sub();
1963 if ($form->{second_run}) {
1964 $form->{print_and_post} = 0;
1967 $title = $form->{title};
1968 $form->{title} = $locale->text('Ship to');
1970 map { $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) }
1971 qw(exchangerate creditlimit creditremaining);
1974 qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry
1975 shiptocontact shiptophone shiptofax shiptoemail
1976 shiptodepartment_1 shiptodepartment_2);
1979 (qw(name department_1 department_2 street zipcode city country
1980 contact email phone fax));
1982 # get details for name
1983 call_sub("$form->{vc}_details", @addr_vars);
1986 ($form->{vc} eq 'customer')
1987 ? $locale->text('Customer Number')
1988 : $locale->text('Vendor Number');
1990 # get pricegroups for parts
1991 IS->get_pricegroups_for_parts(\%myconfig, \%$form);
1993 # build up html code for prices_$i
1994 set_pricegroup($form->{rowcount});
1996 $nextsub = ($form->{display_form}) ? $form->{display_form} : "display_form";
1998 $form->{rowcount}--;
2005 <form method="post" action="$form->{script}">
2007 <table width="100%">
2011 <tr class="listheading">
2012 <th class="listheading" colspan="2" width="50%">|
2013 . $locale->text('Billing Address') . qq|</th>
2014 <th class="listheading" width="50%">|
2015 . $locale->text('Shipping Address') . qq|</th>
2017 <tr height="5"></tr>
2019 <th align="right" nowrap>$number</th>
2020 <td>$form->{"$form->{vc}number"}</td>
2023 <th align="right" nowrap>| . $locale->text('Company Name') . qq|</th>
2024 <td>$form->{name}</td>
2025 <td><input name="shiptoname" size="35" value="$form->{shiptoname}"></td>
2028 <th align="right" nowrap>| . $locale->text('Department') . qq|</th>
2029 <td>$form->{department_1}</td>
2030 <td><input name="shiptodepartment_1" size="35" value="$form->{shiptodepartment_1}"></td>
2033 <th align="right" nowrap> </th>
2034 <td>$form->{department_2}</td>
2035 <td><input name="shiptodepartment_2" size="35" value="$form->{shiptodepartment_2}"></td>
2038 <th align="right" nowrap>| . $locale->text('Street') . qq|</th>
2039 <td>$form->{street}</td>
2040 <td><input name="shiptostreet" size="35" value="$form->{shiptostreet}"></td>
2043 <th align="right" nowrap>| . $locale->text('Zipcode') . qq|</th>
2044 <td>$form->{zipcode}</td>
2045 <td><input name="shiptozipcode" size="35" value="$form->{shiptozipcode}"></td>
2048 <th align="right" nowrap>| . $locale->text('City') . qq|</th>
2049 <td>$form->{city}</td>
2050 <td><input name="shiptocity" size="35" value="$form->{shiptocity}"></td>
2053 <th align="right" nowrap>| . $locale->text('Country') . qq|</th>
2054 <td>$form->{country}</td>
2055 <td><input name="shiptocountry" size="35" value="$form->{shiptocountry}"></td>
2058 <th align="right" nowrap>| . $locale->text('Contact') . qq|</th>
2059 <td>$form->{contact}</td>
2060 <td><input name="shiptocontact" size="35" value="$form->{shiptocontact}"></td>
2063 <th align="right" nowrap>| . $locale->text('Phone') . qq|</th>
2064 <td>$form->{phone}</td>
2065 <td><input name="shiptophone" size="20" value="$form->{shiptophone}"></td>
2068 <th align="right" nowrap>| . $locale->text('Fax') . qq|</th>
2069 <td>$form->{fax}</td>
2070 <td><input name="shiptofax" size="20" value="$form->{shiptofax}"></td>
2073 <th align="right" nowrap>| . $locale->text('E-mail') . qq|</th>
2074 <td>$form->{email}</td>
2075 <td><input name="shiptoemail" size="35" value="$form->{shiptoemail}"></td>
2081 | . $cgi->hidden("-name" => "nextsub", "-value" => $nextsub);
2087 map({ delete $form->{$_} } (@shipto_vars, qw(header)));
2088 $form->{title} = $title;
2090 foreach $key (keys %$form) {
2091 $form->{$key} =~ s/\"/"/g;
2092 print qq|<input type="hidden" name="$key" value="$form->{$key}">\n|;
2097 <hr size="3" noshade>
2100 <input class="submit" type="submit" name="action" value="|
2101 . $locale->text('Continue') . qq|">
2108 $lxdebug->leave_sub();
2112 $lxdebug->enter_sub();
2117 $form->{old_callback} = $form->escape($form->{callback}, 1);
2118 $form->{callback} = $form->escape("$form->{script}?action=display_form", 1);
2119 $form->{old_callback} = $form->escape($form->{old_callback}, 1);
2122 delete $form->{action};
2123 $customer = $form->{customer};
2124 map { $form->{"old_$_"} = $form->{"${_}_$row"} } qw(partnumber description);
2126 # save all other form variables in a previousform variable
2127 $form->{row} = $row;
2128 foreach $key (keys %$form) {
2131 $form->{$key} =~ s/&/%26/g;
2132 $previousform .= qq|$key=$form->{$key}&|;
2135 $previousform = $form->escape($previousform, 1);
2137 $form->{script} = "licenses.pl";
2139 map { $form->{$_} = $form->{"old_$_"} } qw(partnumber description);
2140 map { $form->{$_} = $form->escape($form->{$_}, 1) }
2141 qw(partnumber description);
2143 qq|$form->{script}?login=$form->{login}&password=$form->{password}&action=add&vc=$form->{db}&$form->{db}_id=$form->{id}&$form->{db}=$name&type=$form->{type}&customer=$customer&partnumber=$form->{partnumber}&description=$form->{description}&previousform="$previousform"&initial=1|;
2146 $lxdebug->leave_sub();
2149 sub relink_accounts {
2150 $lxdebug->enter_sub();
2152 $form->{"taxaccounts"} =~ s/\s*$//;
2153 $form->{"taxaccounts"} =~ s/^\s*//;
2154 foreach my $accno (split(/\s*/, $form->{"taxaccounts"})) {
2155 map({ delete($form->{"${accno}_${_}"}); } qw(rate description taxnumber));
2157 $form->{"taxaccounts"} = "";
2159 for (my $i = 1; $i <= $form->{"rowcount"}; $i++) {
2160 if ($form->{"id_$i"}) {
2161 IC->retrieve_accounts(\%myconfig, $form, $form->{"id_$i"}, $i, 1);
2165 $lxdebug->leave_sub();
2169 $lxdebug->enter_sub();
2171 $form->get_duedate(\%myconfig);
2174 $result = "$form->{duedate}";
2177 $lxdebug->leave_sub();