Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3fcf64fc

Von Bernd Bleßmann vor fast 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
61 61
     <th align="right">[% 'Salesman' | $T8 %]</th>
62 62
     <td>[% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, style='width:250px') %]</td>
63 63
    </tr>
64
    <tr>
65
     <th align="right">[% 'Steuersatz' | $T8 %]</th>
66
     <td>[% L.select_tag('taxzone_id', ALL_TAXZONES, with_empty=1, title_key='description', style='width: 250px') %]</td>
67
    </tr>
68
    <tr>
69
     <th align="right">[% 'Shipping Point' | $T8 %]</th>
70
     <td colspan="3">[% L.input_tag('shippingpoint', '', style='width:250px') %]</td>
71
    </tr>
64 72
    <tr>
65 73
     <th align="right">[% 'Transaction description' | $T8 %]</th>
66 74
     <td colspan="3"><input name="transaction_description" style="width: 250px"></td>
......
183 191
         <input name="l_customernumber" id="l_customernumber" class="checkbox" type="checkbox" value="Y">
184 192
         <label for="l_customernumber">[% 'Customer Number' | $T8 %]</label>
185 193
        </td>
194
        <td>[%- L.checkbox_tag('l_taxzone',       label => LxERP.t8('Steuersatz'))     %]</td>
195
        <td>[%- L.checkbox_tag('l_shippingpoint', label => LxERP.t8('Shipping Point')) %]</td>
186 196
       </tr>
187 197
       <tr>
188 198
        <td>

Auch abrufbar als: Unified diff