Revision 6f4b00d5
Von Cem Aydin vor 11 Monaten hinzugefügt
templates/design40_webpages/ap/form_header.html | ||
---|---|---|
224 | 224 |
<tbody> |
225 | 225 |
[% FOREACH i IN [1..rowcount] %] |
226 | 226 |
<tr> |
227 |
<td class="wi-wide"> |
|
227 |
<td class="wi-wider">
|
|
228 | 228 |
[% SET selected_chart_id = "AP_amount_chart_id_"_ i %] |
229 |
[% P.chart.picker("AP_amount_chart_id_" _ i, $selected_chart_id, style="width: 400px", type="AP_amount", invalid=0, disabled=readonly, class=(initial_focus == 'row_' _ i ? "initial_focus" : "")) %]
|
|
229 |
[% P.chart.picker("AP_amount_chart_id_" _ i, $selected_chart_id, type="AP_amount", invalid=0, disabled=readonly, class=(initial_focus == 'row_' _ i ? "initial_focus" : "")) %] |
|
230 | 230 |
[% L.hidden_tag("previous_AP_amount_chart_id_" _ i, $selected_chart_id) %] |
231 | 231 |
<input type="hidden" name="tax_[% i %]" value="[% temp = " tax"_ i %][% $temp | html %]"> |
232 | 232 |
</td> |
233 | 233 |
<td class="numeric"> |
234 |
<input type="text" name="amount_[% i %]" size="10" [% readonly ? 'readonly' : '' %] value="[% temp = "amount_"_ i %][% $temp | html %]" class="numeric-wi-small">
|
|
234 |
<input type="text" name="amount_[% i %]" [% readonly ? 'readonly' : '' %] value="[% temp = "amount_"_ i %][% $temp | html %]" class="numeric wi-small">
|
|
235 | 235 |
</td> |
236 | 236 |
<td class="numeric"> |
237 | 237 |
[% temp_r = "tax_reverse_"_ i %] |
... | ... | |
256 | 256 |
</tbody> |
257 | 257 |
<tfoot> |
258 | 258 |
<tr> |
259 |
<td class="wi-wide">[% P.chart.picker('AP_chart_id', AP_chart_id, class="wi-wide", type="AP") %] </td>
|
|
259 |
<td>[% P.chart.picker('AP_chart_id', AP_chart_id, type="AP", class="wi-wider") %] </td>
|
|
260 | 260 |
<td class="numeric">[% invtotal | html %]</td> |
261 | 261 |
<td colspan="3"></td> |
262 | 262 |
</tr> |
... | ... | |
271 | 271 |
<th>[% 'Date' | $T8 %]</th> |
272 | 272 |
<th>[% 'Source' | $T8 %]</th> |
273 | 273 |
<th>[% 'Memo' | $T8 %]</th> |
274 |
<th>[% 'Amount' | $T8 %]</th> |
|
274 |
<th class="right">[% 'Amount' | $T8 %]</th>
|
|
275 | 275 |
<th></th> |
276 | 276 |
[% IF ( !defaultcurrency || (currency != defaultcurrency) ) %] |
277 | 277 |
<th>[% 'Exch' | $T8 %]</th> |
Auch abrufbar als: Unified diff
Design4.0: Kreditorenbuchung Tabellenansicht vereinheitlichen
- style=.. entfernt
- Breiten angepasst