Revision 1e218446
Von Kivitendo Admin vor mehr als 1 Jahr hinzugefügt
SL/AM.pm | ||
---|---|---|
91 | 91 |
|
92 | 92 |
my @chart_fields = qw(accno description charttype category link pos_bilanz |
93 | 93 |
pos_eur pos_er new_chart_id valid_from pos_bwa datevautomatik |
94 |
invalid); |
|
94 |
invalid clearing);
|
|
95 | 95 |
foreach my $cf ( @chart_fields ) { |
96 | 96 |
$form->{"$cf"} = $chart_obj->$cf; |
97 | 97 |
} |
... | ... | |
234 | 234 |
new_chart_id = ?, |
235 | 235 |
valid_from = ?, |
236 | 236 |
datevautomatik = ?, |
237 |
clearing = ?, |
|
237 | 238 |
invalid = ? |
238 | 239 |
WHERE id = ?|; |
239 | 240 |
|
... | ... | |
250 | 251 |
conv_i($form->{new_chart_id}), |
251 | 252 |
conv_date($form->{valid_from}), |
252 | 253 |
($form->{datevautomatik} eq 'T') ? 'true':'false', |
254 |
($form->{clearing} == 1) ? 'true':'false', |
|
253 | 255 |
$form->{invalid} ? 'true' : 'false', |
254 | 256 |
$form->{id}, |
255 | 257 |
); |
locale/de/all | ||
---|---|---|
733 | 733 |
'City' => 'Stadt', |
734 | 734 |
'Classification' => 'Klassifizierung', |
735 | 735 |
'Clear' => 'Löschen', |
736 |
'Clear chart' => 'Ausziffern', |
|
736 | 737 |
'Clear fields' => 'Felder leeren', |
737 | 738 |
'Cleared Balance' => 'abgeschlossen', |
738 | 739 |
'Cleared/uncleared only' => 'Status abgeglichen', |
locale/en/all | ||
---|---|---|
733 | 733 |
'City' => '', |
734 | 734 |
'Classification' => '', |
735 | 735 |
'Clear' => '', |
736 |
'Clear chart' => '', |
|
736 | 737 |
'Clear fields' => '', |
737 | 738 |
'Cleared Balance' => '', |
738 | 739 |
'Cleared/uncleared only' => '', |
templates/webpages/am/edit_accounts.html | ||
---|---|---|
292 | 292 |
<th align="left">[% 'Valid from' | $T8 %]</th> |
293 | 293 |
<td><input name="valid_from" value="[% valid_from %]"></td> |
294 | 294 |
</tr> |
295 |
<tr> |
|
296 |
<th align="left">[% 'Clear chart' | $T8 %]</th> |
|
297 |
<td colspan="3">[% L.checkbox_tag('clearing', value => 1, checked => clearing, class => 'checkbox') %]</td> |
|
298 |
</tr> |
|
295 | 299 |
</table> |
296 | 300 |
[% END %] |
297 | 301 |
</fieldset> |
Auch abrufbar als: Unified diff
Konten ausziffern - Konto für Ausziffern konfigurieren
Eigene Checkbox in Kontoeinstellungen