Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6e23f1ee

Von Thomas Heck vor mehr als 11 Jahren hinzugefügt

  • ID 6e23f1ee6d4082f6cecb9adc69b14414e7059623
  • Vorgänger 42529955
  • Nachfolger 0e5caa79

Die wichtigsten Einstellungen oben darstellen

Haupt- und Nebensortierung in der Verkaufsberichte-Suchmaske
wieder oben darstellen.
fixt #2243

Unterschiede anzeigen:

templates/webpages/vk/search_invoice.html
9 9

  
10 10

  
11 11
  <table>
12

  
13
    <tr>
14
      <td align="right">[% 'Main sorting' | $T8 %]</td>
15
      <td>
16
        <select name="mainsort" id="mainsort">
17
          <option value="description">[% 'Part' | $T8 %]</option>
18
          <option value="customername">[% 'Customer' | $T8 %]</option>
19
          <option value="country">[% 'Country' | $T8 %]</option>
20
          <option value="partsgroup">[% 'Group' | $T8 %]</option>
21
          <option value="business">[% 'Customer type' | $T8 %]</option>
22
          <option value="salesman" selected="selected">[% 'Salesman' | $T8 %]</option>
23
          <option value="month">[% 'Month' | $T8 %]</option>
24
        </select>
25
      </td>
26
      <td align=left><input name="l_headers_mainsort" class=checkbox type=checkbox value=Y checked> [% 'Heading' | $T8 %]</td>
27
      <td align=left><input name="l_subtotal_mainsort" class=checkbox type=checkbox value=Y checked> [% 'Subtotal' | $T8 %]</td>
28
    </tr>
29

  
30
    <tr>
31
      <td align="right">[% 'Secondary sorting' | $T8 %]</td>
32
      <td>
33
        <select name="subsort" id="subsort">
34
          <option value="description">[% 'Part' | $T8 %]</option>
35
          <option value="customername">[% 'Customer' | $T8 %]</option>
36
          <option value="country">[% 'Country' | $T8 %]</option>
37
          <option value="partsgroup">[% 'Group' | $T8 %]</option>
38
          <option value="business">[% 'Customer type' | $T8 %]</option>
39
          <option value="salesman">[% 'Salesman' | $T8 %]</option>
40
          <option value="month" selected="selected">[% 'Month' | $T8 %]</option>
41
        </select>
42
      </td>
43
      <td align=left><input name="l_headers_subsort" class=checkbox type=checkbox value=Y checked> [% 'Heading' | $T8 %]</td>
44
      <td align=left><input name="l_subtotal_subsort" class=checkbox type=checkbox value=Y checked> [% 'Subtotal' | $T8 %]</td>
45
    </tr>
46

  
47
    <tr>
48
      <th align="right">[% 'Item mode' | $T8 %]</th>
49
      <td colspan="3" align=left><input name="l_parts" class=checkbox type=checkbox value=Y> ([%'Show items from invoices individually' | $T8 %]) </td>
50
    </tr>
51

  
52
    <tr>
53
      <th align="right">[% 'Total sum' | $T8 %]</th>
54
      <td colspan="1" align=left><input name="l_total" class=checkbox type=checkbox value=Y checked></td>
55
      <td align="right" nowrap>[% 'Decimalplaces' | $T8 %]: </td>
56
      <td colspan="2"><input name="decimalplaces" size="2" value="2"></td>
57
    </tr>
58

  
59
    <tr>
60
      <td></td>
61
      <td colspan="7">
62
        <hr size="1" noshade="">
63
      </td>
64
    <tr>
65

  
12 66
    <tr>
13 67
      <th align=right>[% 'Customer' | $T8 %]</th>
14 68
      <td>
......
265 319
      </td>
266 320
    </tr>
267 321

  
268

  
269

  
270
    <tr>
271
      <td></td>
272
      <td colspan="7">
273
        <hr size="1" noshade="">
274
      </td>
275
    <tr>
276

  
277

  
278

  
279
    <tr>
280
      <td align="right">[% 'Main sorting' | $T8 %]</td>
281
      <td>
282
        <select name="mainsort" id="mainsort">
283
          <option value="description">[% 'Part' | $T8 %]</option>
284
          <option value="customername">[% 'Customer' | $T8 %]</option>
285
          <option value="country">[% 'Country' | $T8 %]</option>
286
          <option value="partsgroup">[% 'Group' | $T8 %]</option>
287
          <option value="business">[% 'Customer type' | $T8 %]</option>
288
          <option value="salesman" selected="selected">[% 'Salesman' | $T8 %]</option>
289
          <option value="month">[% 'Month' | $T8 %]</option>
290
        </select>
291
      </td>
292
      <td align=left><input name="l_headers_mainsort" class=checkbox type=checkbox value=Y checked> [% 'Heading' | $T8 %]</td>
293
      <td align=left><input name="l_subtotal_mainsort" class=checkbox type=checkbox value=Y checked> [% 'Subtotal' | $T8 %]</td>
294
    </tr>
295

  
296
    <tr>
297
      <td align="right">[% 'Secondary sorting' | $T8 %]</td>
298
      <td>
299
        <select name="subsort" id="subsort">
300
          <option value="description">[% 'Part' | $T8 %]</option>
301
          <option value="customername">[% 'Customer' | $T8 %]</option>
302
          <option value="country">[% 'Country' | $T8 %]</option>
303
          <option value="partsgroup">[% 'Group' | $T8 %]</option>
304
          <option value="business">[% 'Customer type' | $T8 %]</option>
305
          <option value="salesman">[% 'Salesman' | $T8 %]</option>
306
          <option value="month" selected="selected">[% 'Month' | $T8 %]</option>
307
        </select>
308
      </td>
309
      <td align=left><input name="l_headers_subsort" class=checkbox type=checkbox value=Y checked> [% 'Heading' | $T8 %]</td>
310
      <td align=left><input name="l_subtotal_subsort" class=checkbox type=checkbox value=Y checked> [% 'Subtotal' | $T8 %]</td>
311
    </tr>
312

  
313
    <tr>
314
      <th align="right">[% 'Item mode' | $T8 %]</th>
315
      <td colspan="3" align=left><input name="l_parts" class=checkbox type=checkbox value=Y> ([%'Show items from invoices individually' | $T8 %]) </td>
316
    </tr>
317

  
318
    <tr>
319
      <th align="right">[% 'Total sum' | $T8 %]</th>
320
      <td colspan="1" align=left><input name="l_total" class=checkbox type=checkbox value=Y checked></td>
321
      <td align="right" nowrap>[% 'Decimalplaces' | $T8 %]: </td>
322
      <td colspan="2"><input name="decimalplaces" size="2" value="2"></td>
323
    </tr>
324 322
  </table>
325 323

  
326 324
  <hr size="3" noshade="">

Auch abrufbar als: Unified diff