Revision c588d5b4
Von Kivitendo Admin vor mehr als 11 Jahren hinzugefügt
bin/mozilla/vk.pl | ||
---|---|---|
124 | 124 |
|
125 | 125 |
&check_name('customer', no_select => 1); |
126 | 126 |
|
127 |
# $form->{customer_id} wurde schon von check_name gesetzt
|
|
127 |
# $form->{customer_id} was already set by check_name
|
|
128 | 128 |
$form->{customername} = $form->{customer}; |
129 | 129 |
}; |
130 |
# ist $form->{customer} leer passiert hier nichts weiter
|
|
130 |
# if $form->{customer} is empty nothing further happens here
|
|
131 | 131 |
|
132 |
# decimalplaces überprüfen oder auf Default 2 setzen
|
|
132 |
# test for decimalplaces or set to default of 2
|
|
133 | 133 |
$form->{decimalplaces} = 2 unless $form->{decimalplaces} > 0 && $form->{decimalplaces} < 6; |
134 | 134 |
|
135 | 135 |
my $cvar_configs_ct = CVar->get_configs('module' => 'CT'); |
... | ... | |
286 | 286 |
$callback = $form->escape($href); |
287 | 287 |
|
288 | 288 |
my @subtotal_columns = qw(qty weight sellprice sellprice_total lastcost lastcost_total marge_total marge_percent discount); |
289 |
# Gesamtsumme:
|
|
290 |
# Summe von sellprice_total, lastcost_total und marge_total
|
|
291 |
# Durchschnitt von marge_percent
|
|
289 |
# Total sum:
|
|
290 |
# sum of sellprice_total, lastcost_total and marge_total
|
|
291 |
# average of marge_percent
|
|
292 | 292 |
my @total_columns = qw(sellprice_total lastcost_total marge_total marge_percent ); |
293 | 293 |
|
294 | 294 |
my %totals = map { $_ => 0 } @total_columns; |
Auch abrufbar als: Unified diff
Verkaufsbericht: Kommenare übersetzt Deu->Eng