Revision 24849636
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
templates/webpages/ir/_payments.html | ||
---|---|---|
19 | 19 |
<th>[% 'Source' | $T8 %]</th> |
20 | 20 |
<th>[% 'Memo' | $T8 %]</th> |
21 | 21 |
<th>[% 'Amount' | $T8 %]</th> |
22 |
<th></th> |
|
22 | 23 |
[% IF show_exchangerate %] |
23 | 24 |
<th>[% 'Exch' | $T8 %]</th> |
24 | 25 |
[% END %] |
... | ... | |
75 | 76 |
[% LxERP.format_amount($paid, 2, 1) %] |
76 | 77 |
[% END %] |
77 | 78 |
</td> |
79 |
<td> |
|
80 |
[% IF $changeable && loop.last && paid_missing > 0 %] |
|
81 |
<input type='button' id='is_set_to_paid_missing' value='[% 'Set to paid missing' | $T8 %]'> |
|
82 |
[% END %] |
|
83 |
</td> |
|
78 | 84 |
|
79 | 85 |
[% IF show_exchangerate %] |
80 | 86 |
<td align="center"> |
... | ... | |
129 | 135 |
|
130 | 136 |
</td> |
131 | 137 |
</tr> |
138 |
<script type='text/javascript'> |
|
139 |
$('#is_set_to_paid_missing').click(function(){ $('input[name^="paid_"]:last').val('[% LxERP.format_amount(paid_missing, 2) %]') }); |
|
140 |
</script> |
Auch abrufbar als: Unified diff
Bei Zahlungen per Knopfdruck auf Fehlbetrag setzen