Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3fcf64fc

Von Bernd Bleßmann vor mehr als 11 Jahren hinzugefügt

  • ID 3fcf64fc989a816e02251ea66fdc2bb0552cd3bb
  • Vorgänger 9ed4151c
  • Nachfolger 30645d2c

Versandort und Steuersatz (Zone) im Auftragsbericht filter- und anzeigbar

Unterschiede anzeigen:

templates/webpages/oe/search.html
<th align="right">[% 'Salesman' | $T8 %]</th>
<td>[% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, style='width:250px') %]</td>
</tr>
<tr>
<th align="right">[% 'Steuersatz' | $T8 %]</th>
<td>[% L.select_tag('taxzone_id', ALL_TAXZONES, with_empty=1, title_key='description', style='width: 250px') %]</td>
</tr>
<tr>
<th align="right">[% 'Shipping Point' | $T8 %]</th>
<td colspan="3">[% L.input_tag('shippingpoint', '', style='width:250px') %]</td>
</tr>
<tr>
<th align="right">[% 'Transaction description' | $T8 %]</th>
<td colspan="3"><input name="transaction_description" style="width: 250px"></td>
......
<input name="l_customernumber" id="l_customernumber" class="checkbox" type="checkbox" value="Y">
<label for="l_customernumber">[% 'Customer Number' | $T8 %]</label>
</td>
<td>[%- L.checkbox_tag('l_taxzone', label => LxERP.t8('Steuersatz')) %]</td>
<td>[%- L.checkbox_tag('l_shippingpoint', label => LxERP.t8('Shipping Point')) %]</td>
</tr>
<tr>
<td>

Auch abrufbar als: Unified diff