Revision 5e34b4af
Von Martin Helmling mh@waldpark.octosoft.eu vor etwa 8 Jahren hinzugefügt
SL/Controller/Inventory.pm | ||
---|---|---|
39 | 39 |
$::form->{title} = t8('Stock'); |
40 | 40 |
|
41 | 41 |
$::request->layout->focus('#part_id_name'); |
42 |
$_[0]->render('inventory/warehouse_selection_stock', title => $::form->{title}); |
|
42 |
my $transfer_types = WH->retrieve_transfer_types('in'); |
|
43 |
map { $_->{description} = $main::locale->text($_->{description}) } @{ $transfer_types }; |
|
44 |
$self->render('inventory/warehouse_selection_stock', title => $::form->{title}, TRANSFER_TYPES => $transfer_types ); |
|
43 | 45 |
} |
44 | 46 |
|
45 | 47 |
sub action_stock { |
locale/de/all | ||
---|---|---|
2483 | 2483 |
'Select template to paste' => 'Einzufügende Vorlage auswählen', |
2484 | 2484 |
'Select type of removal' => 'Grund der Entnahme auswählen', |
2485 | 2485 |
'Select type of transfer' => 'Grund der Umlagerung auswählen', |
2486 |
'Select type of transfer in' => 'Grund der Einlagerung auswählen:', |
|
2486 | 2487 |
'Selected' => 'Ausgewählt', |
2487 | 2488 |
'Selection' => 'Auswahlbox', |
2488 | 2489 |
'Selection fields: The option field must contain the available options for the selection. Options are separated by \'##\', for example \'Early##Normal##Late\'.' => 'Auswahlboxen: Das Optionenfeld muss die für die Auswahl verfügbaren Einträge enthalten. Die Einträge werden mit \'##\' voneinander getrennt. Beispiel: \'Früh##Normal##Spät\'.', |
templates/webpages/inventory/warehouse_selection_stock.html | ||
---|---|---|
56 | 56 |
</td> |
57 | 57 |
</tr> |
58 | 58 |
|
59 |
<tr> |
|
60 |
<td>[% 'Select type of transfer in' | $T8 %]:</td> |
|
61 |
<td>[% L.select_tag('transfer_type_id', TRANSFER_TYPES, title_key='description') %] </td> |
|
62 |
</tr> |
|
63 |
|
|
59 | 64 |
<tr> |
60 | 65 |
<th align="right" nowrap>[% 'Optional comment' | $T8 %]</th> |
61 | 66 |
<td>[% L.input_tag('comment', FORM.comment, size=60) %]</td> |
Auch abrufbar als: Unified diff
Beim Einlagern Grund für Einlagerung mit aufnehmen