Revision 744b106b
Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt
SL/Presenter/Record.pm | ||
---|---|---|
title => $::locale->text('Purchase Order Confirmations'),
|
||
type => 'purchase_order_confirmation',
|
||
columns => [
|
||
[ $::locale->text('Order Date'), 'transdate' ],
|
||
[ $::locale->text('Order Number'), sub { $_[0]->presenter->purchase_order_confirmation(display => 'table-cell') } ],
|
||
[ $::locale->text('Confirmation Date'), 'transdate' ],
|
||
[ $::locale->text('Confirmation Number'), sub { $_[0]->presenter->purchase_order_confirmation(display => 'table-cell') } ],
|
||
[ $::locale->text('Vendor'), 'vendor' ],
|
||
[ $::locale->text('Net amount'), 'netamount' ],
|
||
[ $::locale->text('Transaction description'), 'transaction_description' ],
|
locale/de/all | ||
---|---|---|
'Configure' => 'Konfigurieren',
|
||
'Confirm!' => 'Bestätigen Sie!',
|
||
'Confirmation' => 'Auftragsbestätigung',
|
||
'Confirmation Date' => 'Bestätigungsdatum',
|
||
'Confirmation Number' => 'Bestätigungsnummer',
|
||
'Consume average' => 'Durchschnittsverbrauch',
|
||
'Contact' => 'Kontakt',
|
||
'Contact Departments' => 'Abteilungen von Ansprechpersonen',
|
locale/en/all | ||
---|---|---|
'Configure' => '',
|
||
'Confirm!' => '',
|
||
'Confirmation' => '',
|
||
'Confirmation Date' => '',
|
||
'Confirmation Number' => '',
|
||
'Consume average' => '',
|
||
'Contact' => '',
|
||
'Contact Departments' => '',
|
templates/design40_webpages/order/tabs/basic_data.html | ||
---|---|---|
<td>[% L.input_tag('order.cusordnumber', SELF.order.cusordnumber, class='wi-normal') %]</td>
|
||
</tr>
|
||
[% END %]
|
||
[% IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "purchase_order" || SELF.type == "purchase_order_confirmation") %]
|
||
[% IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "purchase_order") %]
|
||
[% SET transdate_txt = 'Order Date' %]
|
||
[% ELSIF SELF.type == "purchase_order_confirmation" -%]
|
||
[%- SET transdate_txt = 'Confirmation Date' -%]
|
||
[% ELSIF (SELF.type == "sales_quotation" || SELF.type == "purchase_quotation_intake") %]
|
||
[% SET transdate_txt = 'Quotation Date' %]
|
||
[% ELSE %]
|
templates/webpages/order/tabs/basic_data.html | ||
---|---|---|
</tr>
|
||
[%- END -%]
|
||
|
||
[%- IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "purchase_order" || SELF.type == "purchase_order_confirmation") -%]
|
||
[%- IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "purchase_order") -%]
|
||
[%- SET transdate_txt = 'Order Date' -%]
|
||
[%- ELSIF SELF.type == "purchase_order_confirmation" -%]
|
||
[%- SET transdate_txt = 'Confirmation Date' -%]
|
||
[%- ELSIF (SELF.type == "sales_quotation" || SELF.type == "purchase_quotation_intake") -%]
|
||
[%- SET transdate_txt = 'Quotation Date' -%]
|
||
[%- ELSE -%]
|
Auch abrufbar als: Unified diff
Lieferantenauftragsbestätigung: Datum- u. Nummernbezeichnung in Makse geändert.
Und bei Anzeige der Verknüpfungen