Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a5f87211

Von Sven Schöling vor mehr als 9 Jahren hinzugefügt

  • ID a5f8721101cfb1308f99980fdc88311afa9e1049
  • Vorgänger 5058c99d
  • Nachfolger 49b00f2c

Bei Zahlungen per Knopfdruck auf Fehlbetrag setzen

Unterschiede anzeigen:

locale/de/all
2356 2356
  'Services'                    => 'Dienstleistungen',
2357 2357
  'Set (set to)'                => 'Setze',
2358 2358
  'Set eMail text'              => 'E-Mail Text eingeben',
2359
  'Set to paid missing'         => 'Fehlbetrag setzen',
2359 2360
  'Settings'                    => 'Einstellungen',
2360 2361
  'Setup Menu'                  => 'Menü-Variante',
2361 2362
  'Ship to'                     => 'Lieferadresse',
templates/webpages/is/_payments.html
18 18
      <th>[%- 'Source' | $T8 %]</th>
19 19
      <th>[%- 'Memo' | $T8 %]</th>
20 20
      <th>[%- 'Amount' | $T8 %]</th>
21
      <th></th>
21 22
[% IF show_exchangerate %]
22 23
      <th>[%- 'Exch' | $T8 %]</th>
23 24
[% END %]
......
77 78
       [% LxERP.format_amount($paid, 2, 1) %]
78 79
     [% END %]
79 80
     </td>
81
     <td>
82
       [% IF $changeable && loop.last && paid_missing > 0 %]
83
         <input type='button' id='is_set_to_paid_missing' value='[% 'Set to paid missing' | $T8 %]'>
84
       [% END %]
85
     </td>
80 86

  
81 87
[% IF show_exchangerate %]
82 88
     <td align="center">
......
144 150

  
145 151
    </td>
146 152
  </tr>
153
    <script type='text/javascript'>
154
     $('#is_set_to_paid_missing').click(function(){ $('input[name^="paid_"]:last').val('[% LxERP.format_amount(paid_missing, 2) %]') });
155
    </script>

Auch abrufbar als: Unified diff