Revision 25755954
Von Moritz Bunkus vor etwa 8 Jahren hinzugefügt
SL/Controller/Inventory.pm | ||
---|---|---|
101 | 101 |
warehouse_id bin_id partnumber description bestbefore chargenumber partstypes_id); |
102 | 102 |
my %column_defs = ( |
103 | 103 |
'partnumber' => { 'text' => $locale->text('Part Number'), }, |
104 |
# 'partclass' => { 'text' => $locale->text('Part Classification'), }, |
|
105 | 104 |
'partdescription' => { 'text' => $locale->text('Part_br_Description'), }, |
106 | 105 |
'unit' => { 'text' => $locale->text('Unit'), }, |
107 | 106 |
'stock' => { 'text' => $locale->text('stock_br'), }, |
... | ... | |
385 | 384 |
$row->{outcorrection}->{data} - $row->{incorrection}->{data}; |
386 | 385 |
$row->{averconsumed}->{data} = $row->{consumed}->{data}*30/$days ; |
387 | 386 |
map { $row->{$_}->{data} = $form->format_amount($myconfig,$row->{$_}->{data},2); } $self->getnumcolumns(); |
388 |
# $row->{partclass}->{data} = ''; |
|
389 | 387 |
$row->{partnumber}->{link} = 'ic.pl?action=edit&id='.$partid; |
390 | 388 |
# $row->{partdescription}->{link} = 'ic.pl?action=edit&id='.$partid; |
391 | 389 |
} |
Auch abrufbar als: Unified diff
Übersetzungen aktualisiert