Revision bfeecc47
Von Tamino Steinert vor fast 2 Jahren hinzugefügt
SL/DN.pm | ||
---|---|---|
push(@values, $form->{payment_id});
|
||
}
|
||
|
||
if ($form->{invoice}) {
|
||
$where .= " AND a.invoice = ?";
|
||
push(@values, $form->{invoice});
|
||
}
|
||
|
||
my %columns = (
|
||
"ordnumber" => "a.ordnumber",
|
||
"invnumber" => "a.invnumber",
|
locale/de/all | ||
---|---|---|
'AR Transaction/AccTrans Item row names' => 'Namen der Rechnungs/Buchungszeilen',
|
||
'AR Transactions' => 'Debitorenbuchungen',
|
||
'AR transaction \'#1\' posted (ID: #2)' => 'Debitorenbuchung \'#1\' verbucht (Buchungsnummer: #2)',
|
||
'AR transactions (Dunning Fees)' => 'Debitorenbuchen (Mahngebühren)',
|
||
'AR transactions changeable' => 'Änderbarkeit von Debitorenbuchungen',
|
||
'ASSETS' => 'AKTIVA',
|
||
'ATTENTION! If you enabled this feature you can not simply turn it off again without taking care that best_before fields are emptied in the database.' => 'ACHTUNG! Wenn Sie diese Einstellung aktivieren, dann können Sie sie später nicht ohne Weiteres deaktivieren, ohne dafür zu sorgen, dass die Felder der Mindeshaltbarkeitsdaten in der Datenbank leer gemacht werden.',
|
||
... | ... | |
'Invnumber' => 'Rechnungsnummer',
|
||
'Invnumber missing!' => 'Rechnungsnummer fehlt!',
|
||
'Invoice' => 'Rechnung',
|
||
'Invoice (No Dunning Fees)' => 'Rechnungen (Keine Mahngebühren)',
|
||
'Invoice (one letter abbreviation)' => 'R',
|
||
'Invoice Copy' => 'Rechnungskopie',
|
||
'Invoice Date' => 'Rechnungsdatum',
|
locale/en/all | ||
---|---|---|
'AR Transaction/AccTrans Item row names' => '',
|
||
'AR Transactions' => 'Sales Transactions',
|
||
'AR transaction \'#1\' posted (ID: #2)' => '',
|
||
'AR transactions (Dunning Fees)' => '',
|
||
'AR transactions changeable' => '',
|
||
'ASSETS' => '',
|
||
'ATTENTION! If you enabled this feature you can not simply turn it off again without taking care that best_before fields are emptied in the database.' => '',
|
||
... | ... | |
'Invnumber' => '',
|
||
'Invnumber missing!' => '',
|
||
'Invoice' => '',
|
||
'Invoice (No Dunning Fees)' => '',
|
||
'Invoice (one letter abbreviation)' => '',
|
||
'Invoice Copy' => '',
|
||
'Invoice Date' => '',
|
templates/design40_webpages/dunning/add.html | ||
---|---|---|
[% USE T8 %]
|
||
[% USE L %]
|
||
[% USE LxERP %]
|
||
[% USE HTML %]
|
||
|
||
<script type="text/javascript" src="js/common.js"></script>
|
||
... | ... | |
<th>[% 'Payment Term' | $T8 %]</th>
|
||
<td>[% L.select_tag('payment_id', ALL_PAYMENT_TERMS, with_empty=1, title_key='description', with_empty=1, class="wi-lightwide") %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Type' | $T8 %]</th>
|
||
<th>[% L.select_tag('invoice', [ ['t', LxERP.t8('Invoice (No Dunning Fees)')], ['f', LxERP.t8('AR transactions (Dunning Fees)')], ], with_empty=1, class="wi-lightwide") %]
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Notes' | $T8 %]</th>
|
||
<td><input type="text" name="notes" class="wi-lightwide"></td>
|
templates/webpages/dunning/add.html | ||
---|---|---|
[%- USE T8 %][%- USE L %]
|
||
[% USE LxERP %]
|
||
[% USE HTML %]<script type="text/javascript" src="js/common.js"></script>
|
||
<h1>[% title %]</h1>
|
||
|
||
... | ... | |
<td colspan="3">[% L.select_tag('payment_id', ALL_PAYMENT_TERMS, with_empty=1, title_key='description', with_empty=1) %]</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th align="right" nowrap>[% 'Type' | $T8 %]</th>
|
||
<th>[% L.select_tag('invoice', [ ['t', LxERP.t8('Invoice (No Dunning Fees)')], ['f', LxERP.t8('AR transactions (Dunning Fees)')], ], with_empty=1) %]
|
||
</tr>
|
||
|
||
<tr>
|
||
<th align="right" nowrap>[% 'Notes' | $T8 %]</th>
|
||
<td colspan="3"><input name="notes" size="40"></td>
|
Auch abrufbar als: Unified diff
Dunning: Beim Erzeugen nach Typ(invoice/ar_transaction) filtern