Revision a59f11b0
Von Moritz Bunkus vor mehr als 7 Jahren hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
1134 | 1134 |
t8('E-mail'), |
1135 | 1135 |
call => [ 'kivi.Order.email' ], |
1136 | 1136 |
], |
1137 |
action => [ |
|
1138 |
t8('Download attachments of all parts'), |
|
1139 |
call => [ 'kivi.File.downloadOrderitemsFiles', $::form->{type}, $::form->{id} ], |
|
1140 |
disabled => !$self->order->id ? t8('This object has not been saved yet.') : undef, |
|
1141 |
only_if => $::instance_conf->get_doc_storage, |
|
1142 |
], |
|
1137 | 1143 |
], # end of combobox "Export" |
1138 | 1144 |
|
1139 | 1145 |
action => [ |
bin/mozilla/oe.pl | ||
---|---|---|
406 | 406 |
call => [ 'kivi.SalesPurchase.show_email_dialog' ], |
407 | 407 |
checks => [ @req_trans_desc ], |
408 | 408 |
], |
409 |
action => [ |
|
410 |
t8('Download attachments of all parts'), |
|
411 |
call => [ 'kivi.File.downloadOrderitemsFiles', $::form->{type}, $::form->{id} ], |
|
412 |
disabled => !$form->{id} ? t8('This record has not been saved yet.') : undef, |
|
413 |
only_if => $::instance_conf->get_doc_storage, |
|
414 |
], |
|
409 | 415 |
], #end of combobox "Export" |
410 | 416 |
|
411 | 417 |
combobox => [ |
locale/de/all | ||
---|---|---|
1020 | 1020 |
'Download PDF' => 'PDF herunterladen', |
1021 | 1021 |
'Download PDF, do not print' => 'Nicht drucken, sondern PDF herunterladen', |
1022 | 1022 |
'Download SEPA XML export file' => 'SEPA-XML-Exportdatei herunterladen', |
1023 |
'Download attachments of all parts' => 'Anhänge aller Artikel herunterladen', |
|
1023 | 1024 |
'Download list of payments as PDF' => 'Zahlungsliste als PDF herunterladen', |
1024 | 1025 |
'Download picture' => 'Bild herunterladen', |
1025 | 1026 |
'Download sample file' => 'Beispieldatei herunterladen', |
Auch abrufbar als: Unified diff
ActionBar: »Anhänge aller Artikel herunterladen« bei Angeboten/Aufträgen wieder implementiert