Revision c12ca9b1
Von Tamino Steinert vor 10 Monaten hinzugefügt
SL/Presenter/Record.pm | ||
---|---|---|
189 | 189 |
title => $::locale->text('Purchase Order Confirmations'), |
190 | 190 |
type => 'purchase_order_confirmation', |
191 | 191 |
columns => [ |
192 |
[ $::locale->text('Order Date'), 'transdate' ],
|
|
193 |
[ $::locale->text('Order Number'), sub { $_[0]->presenter->purchase_order_confirmation(display => 'table-cell') } ],
|
|
192 |
[ $::locale->text('Confirmation Date'), 'transdate' ],
|
|
193 |
[ $::locale->text('Confirmation Number'), sub { $_[0]->presenter->purchase_order_confirmation(display => 'table-cell') } ],
|
|
194 | 194 |
[ $::locale->text('Request for Quotation'), 'quonumber' ], |
195 | 195 |
[ $::locale->text('Vendor'), 'vendor' ], |
196 | 196 |
[ $::locale->text('Net amount'), 'netamount' ], |
locale/de/all | ||
---|---|---|
812 | 812 |
'Configure' => 'Konfigurieren', |
813 | 813 |
'Confirm!' => 'Bestätigen Sie!', |
814 | 814 |
'Confirmation' => 'Auftragsbestätigung', |
815 |
'Confirmation Date' => 'Bestätigungsdatum', |
|
816 |
'Confirmation Number' => 'Bestätigungsnummer', |
|
815 | 817 |
'Consume average' => 'Durchschnittsverbrauch', |
816 | 818 |
'Contact' => 'Kontakt', |
817 | 819 |
'Contact Departments' => 'Abteilungen von Ansprechpersonen', |
locale/en/all | ||
---|---|---|
812 | 812 |
'Configure' => '', |
813 | 813 |
'Confirm!' => '', |
814 | 814 |
'Confirmation' => '', |
815 |
'Confirmation Date' => '', |
|
816 |
'Confirmation Number' => '', |
|
815 | 817 |
'Consume average' => '', |
816 | 818 |
'Contact' => '', |
817 | 819 |
'Contact Departments' => '', |
Auch abrufbar als: Unified diff
FIX: Lieferantenauftragsbestätigung: Datum- u. Nummernbezeichnung bei ...