Revision b3127204
Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt
SL/DB/DeliveryOrder.pm | ||
---|---|---|
taxincluded
|
||
taxzone_id
|
||
transaction_description
|
||
vendor_confirmation_number
|
||
vendor_id
|
||
);
|
||
# }}} for vim folds
|
locale/de/all | ||
---|---|---|
'Vendor & Transaction' => 'Lieferant & Buchung',
|
||
'Vendor (database ID)' => 'Lieferant (Datenbank-ID)',
|
||
'Vendor (name)' => 'Lieferant (Name)',
|
||
'Vendor Confirmation Number' => 'Bestätigungsnummer des Lieferanten',
|
||
'Vendor Discount' => 'Lieferantenrabatt',
|
||
'Vendor GLN' => 'GLN des Lieferanten',
|
||
'Vendor Invoice' => 'Einkaufsrechnung',
|
locale/en/all | ||
---|---|---|
'Vendor & Transaction' => '',
|
||
'Vendor (database ID)' => '',
|
||
'Vendor (name)' => '',
|
||
'Vendor Confirmation Number' => '',
|
||
'Vendor Discount' => '',
|
||
'Vendor GLN' => '',
|
||
'Vendor Invoice' => '',
|
t/workflow/delivery_order_reclamation.t | ||
---|---|---|
cp_id contact_id
|
||
cusordnumber cv_record_number
|
||
donumber record_number
|
||
vendor_confirmation_number
|
||
);
|
||
my @different_record_item_values = qw(
|
||
id delivery_order_id reclamation_id itime mtime
|
t/workflow/order_reclamation.t | ||
---|---|---|
cusordnumber cv_record_number
|
||
ordnumber record_number
|
||
intake
|
||
vendor_confirmation_number
|
||
);
|
||
my @different_record_item_values = qw(
|
||
id trans_id reclamation_id itime mtime
|
templates/design40_webpages/delivery_order/tabs/basic_data.html | ||
---|---|---|
<td>[% L.input_tag('order.ordnumber', SELF.order.ordnumber, class='wi-normal') %]</td>
|
||
</tr>
|
||
|
||
[%- IF SELF.type == 'purchase_delivery_order' %]
|
||
<tr>
|
||
<th>[% 'Vendor Confirmation Number' | $T8 %]</th>
|
||
<td>[% L.input_tag('order.vendor_confirmation_number', SELF.order.vendor_confirmation_number, class='wi-normal numeric') %]</td>
|
||
</tr>
|
||
[%- END %]
|
||
|
||
<tr>
|
||
<th>[% IF SELF.type_data.properties('is_customer') %][% 'Customer Order Number' | $T8 %][% ELSE %][% 'Vendor Order Number' | $T8 %][% END %]</th>
|
||
<td>[% L.input_tag('order.cusordnumber', SELF.order.cusordnumber, class='wi-normal numeric') %]</td>
|
templates/design40_webpages/order/tabs/basic_data.html | ||
---|---|---|
[%- END %]
|
||
</td>
|
||
</tr>
|
||
[% IF (SELF.type == "purchase_order_confirmation") -%]
|
||
<tr>
|
||
<th>[% 'Vendor Confirmation Number' | $T8 %]</th>
|
||
<td>[% L.input_tag('order.vendor_confirmation_number', SELF.order.vendor_confirmation_number, 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") %]
|
||
<tr>
|
||
<th>[% 'Customer Order Number' | $T8 %]</th>
|
templates/webpages/delivery_order/tabs/basic_data.html | ||
---|---|---|
<td>[% L.input_tag('order.ordnumber', SELF.order.ordnumber, size = 11) %]</td>
|
||
</tr>
|
||
|
||
[%- IF SELF.type == 'purchase_delivery_order' %]
|
||
<tr>
|
||
<th width="70%" align="right" nowrap>[% 'Vendor Confirmation Number' | $T8 %]</th>
|
||
<td>[% L.input_tag('order.vendor_confirmation_number', SELF.order.vendor_confirmation_number, size = 11) %]</td>
|
||
</tr>
|
||
[%- END %]
|
||
|
||
<tr>
|
||
<th width="70%" align="right" nowrap>[% IF SELF.type_data.properties('is_customer') %][% 'Customer Order Number' | $T8 %][% ELSE %][% 'Vendor Order Number' | $T8 %][% END %]</th>
|
||
<td>[% L.input_tag('order.cusordnumber', SELF.order.cusordnumber, size = 11) %]</td>
|
templates/webpages/order/tabs/basic_data.html | ||
---|---|---|
</td>
|
||
</tr>
|
||
|
||
[%- IF (SELF.type == "purchase_order_confirmation") -%]
|
||
<tr>
|
||
<th width="70%" align="right" nowrap>[% 'Vendor Confirmation Number' | $T8 %]</th>
|
||
<td>[% L.input_tag('order.vendor_confirmation_number', SELF.order.vendor_confirmation_number, size = 11) %]</td>
|
||
</tr>
|
||
[%- END -%]
|
||
|
||
[%- IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "purchase_order" || SELF.type == "purchase_order_confirmation") -%]
|
||
<tr>
|
||
<th width="70%" align="right" nowrap>[% 'Customer Order Number' | $T8 %]</th>
|
Auch abrufbar als: Unified diff
Lieferantenauftragsbestätigung: Bestätigungsnummer des Lieferanten: Maske und WF