Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision bfeecc47

Von Tamino Steinert vor etwa 1 Jahr hinzugefügt

  • ID bfeecc475370c7a34533d3be07d71cd7a99f0600
  • Vorgänger 745efbd0
  • Nachfolger e4746538

Dunning: Beim Erzeugen nach Typ(invoice/ar_transaction) filtern

Unterschiede anzeigen:

SL/DN.pm
625 625
    push(@values, $form->{payment_id});
626 626
  }
627 627

  
628
  if ($form->{invoice}) {
629
    $where .= " AND a.invoice = ?";
630
    push(@values, $form->{invoice});
631
  }
632

  
628 633
  my %columns = (
629 634
    "ordnumber" => "a.ordnumber",
630 635
    "invnumber" => "a.invnumber",
locale/de/all
103 103
  'AR Transaction/AccTrans Item row names' => 'Namen der Rechnungs/Buchungszeilen',
104 104
  'AR Transactions'             => 'Debitorenbuchungen',
105 105
  'AR transaction \'#1\' posted (ID: #2)' => 'Debitorenbuchung \'#1\' verbucht (Buchungsnummer: #2)',
106
  'AR transactions (Dunning Fees)' => 'Debitorenbuchen (Mahngebühren)',
106 107
  'AR transactions changeable'  => 'Änderbarkeit von Debitorenbuchungen',
107 108
  'ASSETS'                      => 'AKTIVA',
108 109
  '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.',
......
2022 2023
  'Invnumber'                   => 'Rechnungsnummer',
2023 2024
  'Invnumber missing!'          => 'Rechnungsnummer fehlt!',
2024 2025
  'Invoice'                     => 'Rechnung',
2026
  'Invoice (No Dunning Fees)'   => 'Rechnungen (Keine Mahngebühren)',
2025 2027
  'Invoice (one letter abbreviation)' => 'R',
2026 2028
  'Invoice Copy'                => 'Rechnungskopie',
2027 2029
  'Invoice Date'                => 'Rechnungsdatum',
locale/en/all
103 103
  'AR Transaction/AccTrans Item row names' => '',
104 104
  'AR Transactions'             => 'Sales Transactions',
105 105
  'AR transaction \'#1\' posted (ID: #2)' => '',
106
  'AR transactions (Dunning Fees)' => '',
106 107
  'AR transactions changeable'  => '',
107 108
  'ASSETS'                      => '',
108 109
  '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.' => '',
......
2021 2022
  'Invnumber'                   => '',
2022 2023
  'Invnumber missing!'          => '',
2023 2024
  'Invoice'                     => '',
2025
  'Invoice (No Dunning Fees)'   => '',
2024 2026
  'Invoice (one letter abbreviation)' => '',
2025 2027
  'Invoice Copy'                => '',
2026 2028
  'Invoice Date'                => '',
templates/design40_webpages/dunning/add.html
1 1
[% USE T8 %]
2 2
[% USE L %]
3
[% USE LxERP %]
3 4
[% USE HTML %]
4 5

  
5 6
<script type="text/javascript" src="js/common.js"></script>
......
50 51
      <th>[% 'Payment Term' | $T8 %]</th>
51 52
      <td>[% L.select_tag('payment_id', ALL_PAYMENT_TERMS, with_empty=1, title_key='description', with_empty=1, class="wi-lightwide") %]</td>
52 53
    </tr>
54
    <tr>
55
      <th>[% 'Type' | $T8 %]</th>
56
      <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") %]
57
    </tr>
53 58
    <tr>
54 59
      <th>[% 'Notes' | $T8 %]</th>
55 60
      <td><input type="text" name="notes" class="wi-lightwide"></td>
templates/webpages/dunning/add.html
1 1
[%- USE T8 %][%- USE L %]
2
[% USE LxERP %]
2 3
[% USE HTML %]<script type="text/javascript" src="js/common.js"></script>
3 4
<h1>[% title %]</h1>
4 5

  
......
48 49
    <td colspan="3">[% L.select_tag('payment_id', ALL_PAYMENT_TERMS, with_empty=1, title_key='description', with_empty=1) %]</td>
49 50
   </tr>
50 51

  
52
   <tr>
53
    <th align="right" nowrap>[% 'Type' | $T8 %]</th>
54
    <th>[% L.select_tag('invoice', [ ['t', LxERP.t8('Invoice (No Dunning Fees)')], ['f', LxERP.t8('AR transactions (Dunning Fees)')], ], with_empty=1) %]
55
   </tr>
56

  
51 57
   <tr>
52 58
    <th align="right" nowrap>[% 'Notes' | $T8 %]</th>
53 59
    <td colspan="3"><input name="notes" size="40"></td>

Auch abrufbar als: Unified diff