Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5e34b4af

Von Martin Helmling mh@waldpark.octosoft.eu vor mehr als 8 Jahren hinzugefügt

  • ID 5e34b4afb0b02edb4e24253bf4bfc8336bff8cce
  • Vorgänger 4b1bcc47
  • Nachfolger 34035b33

Beim Einlagern Grund für Einlagerung mit aufnehmen

Unterschiede anzeigen:

SL/Controller/Inventory.pm
$::form->{title} = t8('Stock');
$::request->layout->focus('#part_id_name');
$_[0]->render('inventory/warehouse_selection_stock', title => $::form->{title});
my $transfer_types = WH->retrieve_transfer_types('in');
map { $_->{description} = $main::locale->text($_->{description}) } @{ $transfer_types };
$self->render('inventory/warehouse_selection_stock', title => $::form->{title}, TRANSFER_TYPES => $transfer_types );
}
sub action_stock {
locale/de/all
'Select template to paste' => 'Einzufügende Vorlage auswählen',
'Select type of removal' => 'Grund der Entnahme auswählen',
'Select type of transfer' => 'Grund der Umlagerung auswählen',
'Select type of transfer in' => 'Grund der Einlagerung auswählen:',
'Selected' => 'Ausgewählt',
'Selection' => 'Auswahlbox',
'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
</td>
</tr>
<tr>
<td>[% 'Select type of transfer in' | $T8 %]:</td>
<td>[% L.select_tag('transfer_type_id', TRANSFER_TYPES, title_key='description') %] </td>
</tr>
<tr>
<th align="right" nowrap>[% 'Optional comment' | $T8 %]</th>
<td>[% L.input_tag('comment', FORM.comment, size=60) %]</td>

Auch abrufbar als: Unified diff