Revision 0a5c2a2f
Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
207 | 207 |
'bin' => { 'text' => $locale->text('Default Bin'), }, |
208 | 208 |
'make' => { 'text' => $locale->text('Make'), }, |
209 | 209 |
'model' => { 'text' => $locale->text('Model'), }, |
210 |
'price_factor_description' => { 'text' => $locale->text('Price Factor'), }, |
|
210 | 211 |
); |
211 | 212 |
|
212 | 213 |
$revers = $form->{revers}; |
... | ... | |
391 | 392 |
|
392 | 393 |
my @columns = qw( |
393 | 394 |
partnumber type_and_classific description notes partsgroup warehouse bin |
394 |
make model assembly_qty onhand rop soldtotal unit listprice |
|
395 |
make model assembly_qty onhand rop soldtotal unit price_factor_description listprice
|
|
395 | 396 |
linetotallistprice sellprice linetotalsellprice lastcost assembly_lastcost linetotallastcost |
396 | 397 |
priceupdate weight image drawing microfiche invnumber ordnumber quonumber |
397 | 398 |
transdate name serialnumber deliverydate ean projectnumber projectdescription |
... | ... | |
420 | 421 |
|
421 | 422 |
%column_defs = (%column_defs, %column_defs_cvars, %column_defs_pricegroups); |
422 | 423 |
map { $column_defs{$_}->{visible} ||= $form->{"l_$_"} ? 1 : 0 } @columns; |
423 |
map { $column_defs{$_}->{align} = 'right' } qw(assembly_qty onhand sellprice listprice lastcost assembly_lastcost linetotalsellprice linetotallastcost linetotallistprice rop weight soldtotal shop), @pricegroup_columns; |
|
424 |
map { $column_defs{$_}->{align} = 'right' } qw(assembly_qty onhand sellprice listprice lastcost assembly_lastcost linetotalsellprice linetotallastcost linetotallistprice rop weight soldtotal shop price_factor_description), @pricegroup_columns;
|
|
424 | 425 |
|
425 | 426 |
my @hidden_variables = ( |
426 | 427 |
qw(l_subtotal l_linetotal searchitems itemstatus bom l_pricegroups insertdatefrom insertdateto), |
... | ... | |
436 | 437 |
|
437 | 438 |
my $callback = build_std_url('action=generate_report', grep { $form->{$_} } @hidden_variables); |
438 | 439 |
|
439 |
my @sort_full = qw(partnumber description onhand soldtotal deliverydate insertdate shop); |
|
440 |
my @sort_full = qw(partnumber description onhand soldtotal deliverydate insertdate shop price_factor_description);
|
|
440 | 441 |
my @sort_no_revers = qw(partsgroup invnumber ordnumber quonumber name image drawing serialnumber); |
441 | 442 |
|
442 | 443 |
foreach my $col (@sort_full) { |
Auch abrufbar als: Unified diff
Artikelbericht: Preisfaktor anzeigen können