Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9a4357aa

Von Tamino Steinert vor etwa 2 Jahren hinzugefügt

  • ID 9a4357aad9460031e45ba198eea7f694f685038a
  • Vorgänger 3ba519ac
  • Nachfolger 2e5e0496

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

Unterschiede anzeigen:

templates/webpages/dunning/add.html
[%- USE T8 %][%- USE L %]
[% USE LxERP %]
[% USE HTML %]<script type="text/javascript" src="js/common.js"></script>
<h1>[% title %]</h1>
......
<td colspan="3">[% L.select_tag('payment_id', ALL_PAYMENT_TERMS, with_empty=1, title_key='description', with_empty=1) %]</td>
</tr>
<tr>
<th align="right" nowrap>[% 'Type' | $T8 %]</th>
<th>[% L.select_tag('invoice', [ ['t', LxERP.t8('Invoice (No Dunning Fees)')], ['f', LxERP.t8('AR transactions (Dunning Fees)')], ], with_empty=1) %]
</tr>
<tr>
<th align="right" nowrap>[% 'Notes' | $T8 %]</th>
<td colspan="3"><input name="notes" size="40"></td>

Auch abrufbar als: Unified diff