Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision bfeecc47

Von Tamino Steinert vor etwa 1 Jahr hinzugefügt

  • ID bfeecc475370c7a34533d3be07d71cd7a99f0600
  • Vorgänger 745efbd0
  • Nachfolger e4746538

Dunning: Beim Erzeugen nach Typ(invoice/ar_transaction) filtern

Unterschiede anzeigen:

templates/design40_webpages/dunning/add.html
1 1
[% USE T8 %]
2 2
[% USE L %]
3
[% USE LxERP %]
3 4
[% USE HTML %]
4 5

  
5 6
<script type="text/javascript" src="js/common.js"></script>
......
50 51
      <th>[% 'Payment Term' | $T8 %]</th>
51 52
      <td>[% L.select_tag('payment_id', ALL_PAYMENT_TERMS, with_empty=1, title_key='description', with_empty=1, class="wi-lightwide") %]</td>
52 53
    </tr>
54
    <tr>
55
      <th>[% 'Type' | $T8 %]</th>
56
      <th>[% L.select_tag('invoice', [ ['t', LxERP.t8('Invoice (No Dunning Fees)')], ['f', LxERP.t8('AR transactions (Dunning Fees)')], ], with_empty=1, class="wi-lightwide") %]
57
    </tr>
53 58
    <tr>
54 59
      <th>[% 'Notes' | $T8 %]</th>
55 60
      <td><input type="text" name="notes" class="wi-lightwide"></td>

Auch abrufbar als: Unified diff