Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision dab2f724

Von Bernd Blessmann vor mehr als 13 Jahren hinzugefügt

  • ID dab2f724f162a7183d5782d79fde672f4f443a6d
  • Vorgänger 004ecc3f
  • Nachfolger 2828d156

Löschen und Häkchen Ändern bei Konten, die als Automatikkonten für andere Konten dienen, verhindern.

Zumindest bei Forderungen und Verbindlichkeiten.

Unterschiede anzeigen:

bin/mozilla/am.pl
}
# account where AR_tax or AP_tax is set are not orphaned if they are used as
# tax-o-matic account
if ( $form->{id} && !$form->{orphaned} && ($form->{link} =~ m/(AP_tax|AR_tax)/) ) {
if (SL::DB::Manager::Tax->find_by(chart_id => $form->{id})) {
$form->{orphaned} = 0;
}
}
my $ChartTypeIsAccount = ($form->{charttype} eq "A") ? "1":"";
my $AccountIsPosted = ($form->{orphaned} ) ? "":"1";
doc/changelog
ein "Bullet" ersetzt. Dafür kann mit <bullet> ein Aufzählungspunkt erzeugt
werden.
- Bebuchte Konten und als Steuerautomatik-Konten dienende Konten lassen sich
löschen und nur bedingt umkonfigurieren (Häkchen bei Forderungen o.
Verbindlichkeiten).
Liste gefixter Bugs aus dem Bugtracker:
locale/de/all
'An invalid character was used (invalid characters: #1).' => 'Ein ungültiges Zeichen wurde benutzt (ungültige Zeichen: #1).',
'An invalid character was used (valid characters: #1).' => 'Ein ungültiges Zeichen wurde benutzt (gültige Zeichen: #1).',
'An upper-case character is required.' => 'Ein Großbuchstabe ist vorgeschrieben.',
'And if the account does not act as tax-o-matic account.' => 'Und wenn das Konto kein Steuerautomatik-Konto ist.',
'Annotations' => 'Anmerkungen',
'Another user with the login #1 does already exist.' => 'Es existiert bereits ein anderer Benutzer mit diesem Login.',
'Ap aging on %s' => 'Offene Verbindlichkeiten zum %s',
locale/de_DE/all
'An invalid character was used (invalid characters: #1).' => '',
'An invalid character was used (valid characters: #1).' => '',
'An upper-case character is required.' => '',
'And if the account does not act as tax-o-matic account.' => 'Und wenn das Konto kein Steuerautomatik-Konto ist.',
'Annotations' => 'Hilfe',
'Another user with the login #1 does already exist.' => 'Es existiert bereits ein anderer Benutzer mit diesem Login.',
'Ap aging on %s' => 'Offene Verbindlichkeiten zum %s',
locale/en/all
'An invalid character was used (invalid characters: #1).' => '',
'An invalid character was used (valid characters: #1).' => '',
'An upper-case character is required.' => '',
'And if the account does not act as tax-o-matic account.' => '',
'Annotations' => '',
'Another user with the login #1 does already exist.' => '',
'Ap aging on %s' => '',
templates/webpages/am/edit_accounts.html
<fieldset class="DEPENDS ON charttype BEING A">
<legend>[% 'Include in drop-down menus' | $T8 %]</legend>
<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>
<p style='font-weight:normal'>[% 'Changes to Receivables and Payables are only possible if no transactions to this account are posted yet.' | $T8 %]</p>
<p style='font-weight:normal'>[% 'Changes to Receivables and Payables are only possible if no transactions to this account are posted yet.' | $T8 %]
[% 'And if the account does not act as tax-o-matic account.' | $T8 %]</p>
<table width="100%">
<tr>
<th align="left">[% 'Receivables' | $T8 %]</th>

Auch abrufbar als: Unified diff