Revision dab2f724
Von Bernd Blessmann vor fast 13 Jahren hinzugefügt
bin/mozilla/am.pl | ||
---|---|---|
345 | 345 |
|
346 | 346 |
} |
347 | 347 |
|
348 |
# account where AR_tax or AP_tax is set are not orphaned if they are used as |
|
349 |
# tax-o-matic account |
|
350 |
if ( $form->{id} && !$form->{orphaned} && ($form->{link} =~ m/(AP_tax|AR_tax)/) ) { |
|
351 |
if (SL::DB::Manager::Tax->find_by(chart_id => $form->{id})) { |
|
352 |
$form->{orphaned} = 0; |
|
353 |
} |
|
354 |
} |
|
355 |
|
|
348 | 356 |
my $ChartTypeIsAccount = ($form->{charttype} eq "A") ? "1":""; |
349 | 357 |
my $AccountIsPosted = ($form->{orphaned} ) ? "":"1"; |
350 | 358 |
|
doc/changelog | ||
---|---|---|
42 | 42 |
ein "Bullet" ersetzt. Dafür kann mit <bullet> ein Aufzählungspunkt erzeugt |
43 | 43 |
werden. |
44 | 44 |
|
45 |
- Bebuchte Konten und als Steuerautomatik-Konten dienende Konten lassen sich |
|
46 |
löschen und nur bedingt umkonfigurieren (Häkchen bei Forderungen o. |
|
47 |
Verbindlichkeiten). |
|
48 |
|
|
45 | 49 |
|
46 | 50 |
Liste gefixter Bugs aus dem Bugtracker: |
47 | 51 |
|
locale/de/all | ||
---|---|---|
178 | 178 |
'An invalid character was used (invalid characters: #1).' => 'Ein ungültiges Zeichen wurde benutzt (ungültige Zeichen: #1).', |
179 | 179 |
'An invalid character was used (valid characters: #1).' => 'Ein ungültiges Zeichen wurde benutzt (gültige Zeichen: #1).', |
180 | 180 |
'An upper-case character is required.' => 'Ein Großbuchstabe ist vorgeschrieben.', |
181 |
'And if the account does not act as tax-o-matic account.' => 'Und wenn das Konto kein Steuerautomatik-Konto ist.', |
|
181 | 182 |
'Annotations' => 'Anmerkungen', |
182 | 183 |
'Another user with the login #1 does already exist.' => 'Es existiert bereits ein anderer Benutzer mit diesem Login.', |
183 | 184 |
'Ap aging on %s' => 'Offene Verbindlichkeiten zum %s', |
locale/de_DE/all | ||
---|---|---|
185 | 185 |
'An invalid character was used (invalid characters: #1).' => '', |
186 | 186 |
'An invalid character was used (valid characters: #1).' => '', |
187 | 187 |
'An upper-case character is required.' => '', |
188 |
'And if the account does not act as tax-o-matic account.' => 'Und wenn das Konto kein Steuerautomatik-Konto ist.', |
|
188 | 189 |
'Annotations' => 'Hilfe', |
189 | 190 |
'Another user with the login #1 does already exist.' => 'Es existiert bereits ein anderer Benutzer mit diesem Login.', |
190 | 191 |
'Ap aging on %s' => 'Offene Verbindlichkeiten zum %s', |
locale/en/all | ||
---|---|---|
186 | 186 |
'An invalid character was used (invalid characters: #1).' => '', |
187 | 187 |
'An invalid character was used (valid characters: #1).' => '', |
188 | 188 |
'An upper-case character is required.' => '', |
189 |
'And if the account does not act as tax-o-matic account.' => '', |
|
189 | 190 |
'Annotations' => '', |
190 | 191 |
'Another user with the login #1 does already exist.' => '', |
191 | 192 |
'Ap aging on %s' => '', |
templates/webpages/am/edit_accounts.html | ||
---|---|---|
93 | 93 |
<fieldset class="DEPENDS ON charttype BEING A"> |
94 | 94 |
<legend>[% 'Include in drop-down menus' | $T8 %]</legend> |
95 | 95 |
<p style='font-weight:normal'>[% 'These will only be effective if the account is NOT a summary account AND there exists at least one taxkey. Setting the account as a summary account will erase these settings.' | $T8 %]</p> |
96 |
<p style='font-weight:normal'>[% 'Changes to Receivables and Payables are only possible if no transactions to this account are posted yet.' | $T8 %]</p> |
|
96 |
<p style='font-weight:normal'>[% 'Changes to Receivables and Payables are only possible if no transactions to this account are posted yet.' | $T8 %] |
|
97 |
[% 'And if the account does not act as tax-o-matic account.' | $T8 %]</p> |
|
97 | 98 |
<table width="100%"> |
98 | 99 |
<tr> |
99 | 100 |
<th align="left">[% 'Receivables' | $T8 %]</th> |
Auch abrufbar als: Unified diff
Löschen und Häkchen Ändern bei Konten, die als Automatikkonten für andere Konten dienen, verhindern.
Zumindest bei Forderungen und Verbindlichkeiten.