Revision 15acd53d
Von Sven Schöling vor mehr als 15 Jahren hinzugefügt
templates/webpages/ic/form_header_de.html | ||
---|---|---|
152 | 152 |
|
153 | 153 |
<tr> |
154 | 154 |
<th align="right" nowrap="true">Listenpreis</th> |
155 |
<td><input name="listprice" size="11" value="[% LxERP.format_amount(listprice) %]"></td> |
|
155 |
<td><input name="listprice" size="11" value="[% LxERP.format_amount(listprice, -2) %]"></td>
|
|
156 | 156 |
</tr> |
157 | 157 |
|
158 | 158 |
<tr> |
159 | 159 |
<th align="right" nowrap="true">Verkaufspreis</th> |
160 |
<td><input name="sellprice" size="11" value="[% LxERP.format_amount(sellprice) %]"></td> |
|
160 |
<td><input name="sellprice" size="11" value="[% LxERP.format_amount(sellprice, -2) %]"></td>
|
|
161 | 161 |
</tr> |
162 | 162 |
|
163 | 163 |
[%- UNLESS is_assembly %] |
164 | 164 |
<tr> |
165 | 165 |
<th align="right" nowrap="true">Einkaufspreis</th> |
166 |
<td><input name="lastcost" size="11" value="[% LxERP.format_amount(lastcost) %]"></td> |
|
166 |
<td><input name="lastcost" size="11" value="[% LxERP.format_amount(lastcost, -2) %]"></td>
|
|
167 | 167 |
</tr> |
168 | 168 |
[%- END %] |
169 | 169 |
|
templates/webpages/ic/form_header_master.html | ||
---|---|---|
152 | 152 |
|
153 | 153 |
<tr> |
154 | 154 |
<th align="right" nowrap="true"><translate>List Price</translate></th> |
155 |
<td><input name="listprice" size="11" value="[% LxERP.format_amount(listprice) %]"></td> |
|
155 |
<td><input name="listprice" size="11" value="[% LxERP.format_amount(listprice, -2) %]"></td>
|
|
156 | 156 |
</tr> |
157 | 157 |
|
158 | 158 |
<tr> |
159 | 159 |
<th align="right" nowrap="true"><translate>Sell Price</translate></th> |
160 |
<td><input name="sellprice" size="11" value="[% LxERP.format_amount(sellprice) %]"></td> |
|
160 |
<td><input name="sellprice" size="11" value="[% LxERP.format_amount(sellprice, -2) %]"></td>
|
|
161 | 161 |
</tr> |
162 | 162 |
|
163 | 163 |
[%- UNLESS is_assembly %] |
164 | 164 |
<tr> |
165 | 165 |
<th align="right" nowrap="true"><translate>Last Cost</translate></th> |
166 |
<td><input name="lastcost" size="11" value="[% LxERP.format_amount(lastcost) %]"></td> |
|
166 |
<td><input name="lastcost" size="11" value="[% LxERP.format_amount(lastcost, -2) %]"></td>
|
|
167 | 167 |
</tr> |
168 | 168 |
[%- END %] |
169 | 169 |
|
Auch abrufbar als: Unified diff
Waren:
Preise auf mindestens 2 Stellen runden.