Revision fc577cb1
Von Bernd Bleßmann vor mehr als 4 Jahren hinzugefügt
templates/webpages/ir/_payments.html | ||
---|---|---|
81 | 81 |
[% SET forex = 'forex_' _ i %] |
82 | 82 |
[% SET exchangerate = 'exchangerate_' _ i %] |
83 | 83 |
[% IF $forex %] |
84 |
<input type="hidden" name="exchangerate_[% i %]" value="[% LxERP.format_amount($exchangerate, 2) %]">
|
|
85 |
[% LxERP.format_amount($forex, 2) %]
|
|
84 |
<input type="hidden" name="exchangerate_[% i %]" value="[% LxERP.format_amount($exchangerate, 5) %]">
|
|
85 |
[% LxERP.format_amount($forex, 5) %]
|
|
86 | 86 |
[% ELSE %] |
87 | 87 |
[% IF $changeable %] |
88 |
<input name="exchangerate_[% i %]" size="10" value="[% LxERP.format_amount($exchangerate, 2, 1) %]">
|
|
88 |
<input name="exchangerate_[% i %]" size="10" value="[% LxERP.format_amount($exchangerate, 5, 1) %]">
|
|
89 | 89 |
[% ELSE %] |
90 |
<input type="hidden" name="exchangerate_[% i %]" value="[% LxERP.format_amount($exchangerate, 2, 1) %]">
|
|
91 |
[% LxERP.format_amount($exchangerate, 2, 1) %]
|
|
90 |
<input type="hidden" name="exchangerate_[% i %]" value="[% LxERP.format_amount($exchangerate, 5, 1) %]">
|
|
91 |
[% LxERP.format_amount($exchangerate, 5, 1) %]
|
|
92 | 92 |
[% END %] |
93 | 93 |
[% END %] |
94 | 94 |
<input type="hidden" name="forex_[% i %]" value="[% $forex %]"> |
templates/webpages/ir/form_header.html | ||
---|---|---|
124 | 124 |
<th align="right">[% 'Exchangerate' | $T8 %]</th> |
125 | 125 |
<td> |
126 | 126 |
[%- IF forex %] |
127 |
[% LxERP.format_amount(exchangerate, 2) %]
|
|
127 |
[% LxERP.format_amount(exchangerate, 5) %]
|
|
128 | 128 |
[%- ELSE %] |
129 | 129 |
<input name="exchangerate" size="10" value="[% HTML.escape(LxERP.format_amount(exchangerate)) %]"> |
130 | 130 |
[%- END %] |
templates/webpages/is/_payments.html | ||
---|---|---|
89 | 89 |
[% SET forex = 'forex_' _ i %] |
90 | 90 |
[% SET exchangerate = 'exchangerate_' _ i %] |
91 | 91 |
[% IF $forex %] |
92 |
<input type="hidden" name="exchangerate_[% i %]" value="[% LxERP.format_amount($exchangerate, 2) %]">
|
|
93 |
[% LxERP.format_amount($forex, 2) %]
|
|
92 |
<input type="hidden" name="exchangerate_[% i %]" value="[% LxERP.format_amount($exchangerate, 5) %]">
|
|
93 |
[% LxERP.format_amount($forex, 5) %]
|
|
94 | 94 |
[% ELSE %] |
95 | 95 |
[% IF $changeable %] |
96 |
<input name="exchangerate_[% i %]" size="10" value="[% LxERP.format_amount($exchangerate, 2, 1) %]">
|
|
96 |
<input name="exchangerate_[% i %]" size="10" value="[% LxERP.format_amount($exchangerate, 5, 1) %]">
|
|
97 | 97 |
[% ELSE %] |
98 |
<input type="hidden" name="exchangerate_[% i %]" value="[% LxERP.format_amount($exchangerate, 2, 1) %]">
|
|
99 |
[% LxERP.format_amount($exchangerate, 2, 1) %]
|
|
98 |
<input type="hidden" name="exchangerate_[% i %]" value="[% LxERP.format_amount($exchangerate, 5, 1) %]">
|
|
99 |
[% LxERP.format_amount($exchangerate, 5, 1) %]
|
|
100 | 100 |
[% END %] |
101 | 101 |
[% END %] |
102 | 102 |
<input type="hidden" name="forex_[% i %]" value="[% $forex %]"> |
templates/webpages/is/form_header.html | ||
---|---|---|
163 | 163 |
<th align="right">[% 'Exchangerate' | $T8 %]</th> |
164 | 164 |
<td> |
165 | 165 |
[%- IF forex %] |
166 |
[% LxERP.format_amount(exchangerate, 2) %]
|
|
166 |
[% LxERP.format_amount(exchangerate, 5) %]
|
|
167 | 167 |
[%- ELSE %] |
168 | 168 |
<input name="exchangerate" size="10" value="[% HTML.escape(LxERP.format_amount(exchangerate)) %]"> |
169 | 169 |
[%- END %] |
templates/webpages/oe/form_header.html | ||
---|---|---|
127 | 127 |
<th align="right">[% 'Exchangerate' | $T8 %]</th> |
128 | 128 |
<td> |
129 | 129 |
[%- IF forex %] |
130 |
[% LxERP.format_amount(exchangerate, 2) %]
|
|
130 |
[% LxERP.format_amount(exchangerate, 5) %]
|
|
131 | 131 |
[%- ELSE %] |
132 | 132 |
<input name="exchangerate" size="10" value="[% HTML.escape(LxERP.format_amount(exchangerate)) %]"> |
133 | 133 |
[%- END %] |
Auch abrufbar als: Unified diff
Wechselkurs mit 5 Nachkommastellen anzeigen
sieh auch
"Debitorenbuchungen - Wechselkurs mit 5 Nachkommastellen anzeigen"
(commit 4291cf9efdf89ef6ad98aa877c1a31bee63fffad)