Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e7f13598

Von Jan Büren vor 3 Monaten hinzugefügt

  • ID e7f13598b268cb0676d9e8a72e65246084005266
  • Vorgänger b911ad45
  • Nachfolger ded786f8

Ergänzungen Doku/Rechtschreibung QS

Unterschiede anzeigen:

doc/changelog
51 51
    Auftragseingang, Angebotseingang und Lieferantenauftragsbestätigung,
52 52
    sowie für Anzahlungs- bzw. Schluss-Rechnung.
53 53
  - Möglichkeit einer Datenbank-Verklemmung bei CSV-Importen verringert.
54
  - Die SEPA END-TO-END wird extrahiert und kann zur Duplikatserkennung beim
55
    Bank-Import verwendet werden. Die Einstellung ist erstmal abgeschaltet und
56
    der kivi Admin kann selber entscheiden ab wann genügend END-TO-END IDs im
57
    Datenbestand vorhanden sind. Die Einstellung befindet sich in der
58
    Mandantenkonfiguration unter Buchungseinstellungen.
54 59

  
55 60
Bugfixes (Tracker: https://www.kivitendo.de/redmine):
56 61
  -
locale/de/all
2005 2005
  'If set to no the \'delivery date\' field for sales orders won\'t be set at all.' => 'Falls der Wert auf Nein gesetzt wird, wird überhaupt kein Lieferdatum in Verkaufsaufträgen gesetzt',
2006 2006
  'If set to no the \'valid until\' field for sales quotation won\'t be set at all.' => 'Falls der Wert auf Nein gesetzt wird, wird überhaupt kein Gültigkeitsdatum bei Verkaufs-Angeboten gesetzt',
2007 2007
  'If set to yes a percentage deviation will be allowed for otherwise strict skonto bookings. The deviation will booked to the skonto chart and the allowed deviation is also configurable.' => 'Falls aktiviert, wird der Zahlungsbedinung Skonto nach ZB auch erlaubt, wenn es eine Abweichung innerhalb des prozentualen Abweichungsrahmen gibt. Bei 0,5% erlaubter Abweichung wären das bspw. 50 Cent brutto bei einer 100,- € brutto Rechnung.',
2008
  'If set to yes and a end-to-end- id can be extracted from the transaction this will be used to detect duplicates instead of the transaction purpose.' => 'Falls aktiviert, wird die END-TO-END-ID zur Duplikaterkennung der Banktransaktion verwendet, insofern diese vorhanden ist. Anderfalls wird eine Erkennung über den Verwendungszweck ausgeführt.',
2008
  'If set to yes and an end-to-end id can be extracted from the transaction this will be used to detect duplicates instead of the transaction purpose.' => 'Falls aktiviert, wird die END-TO-END-ID zur Duplikaterkennung der Banktransaktion verwendet, insofern diese vorhanden ist. Anderfalls wird eine Erkennung über den Verwendungszweck ausgeführt.',
2009 2009
  'If the article type is set to \'mixed\' then a column called \'part_type\' or called \'pclass\' must be present.' => 'Falls der Artikeltyp auf \'mixed\' gesetzt ist muss entweder eine Spalte \'part_type\' oder \'pclass\' im Import vorhanden sein',
2010 2010
  'If the automatic creation of invoices for fees and interest is switched on for a dunning level then the following accounts will be used for the invoice.' => 'Wenn das automatische Erstellen einer Rechnung über Mahngebühren und Zinsen für ein Mahnlevel aktiviert ist, so werden die folgenden Konten für die Rechnung benutzt.',
2011 2011
  'If the counted quantity differs more than this threshold from the quantity in the database, a warning will be shown. Set to 0 to switch of this feature.' => 'Wenn die gezählte Menge mehr als diesen Schwellenwert von der Menge in der Datenbank abweicht, wird eine Warnmeldung angezeigt. Setzen Sie den Schwellenwert auf 0, um dieses Feature abzuschalten.',
locale/en/all
2004 2004
  'If set to no the \'delivery date\' field for sales orders won\'t be set at all.' => '',
2005 2005
  'If set to no the \'valid until\' field for sales quotation won\'t be set at all.' => '',
2006 2006
  'If set to yes a percentage deviation will be allowed for otherwise strict skonto bookings. The deviation will booked to the skonto chart and the allowed deviation is also configurable.' => '',
2007
  'If set to yes and an end-to-end id can be extracted from the transaction this will be used to detect duplicates instead of the transaction purpose.' => '',
2007 2008
  'If the article type is set to \'mixed\' then a column called \'part_type\' or called \'pclass\' must be present.' => '',
2008 2009
  'If the automatic creation of invoices for fees and interest is switched on for a dunning level then the following accounts will be used for the invoice.' => '',
2009 2010
  'If the counted quantity differs more than this threshold from the quantity in the database, a warning will be shown. Set to 0 to switch of this feature.' => '',
......
4705 4706
  'Use As New'                  => '',
4706 4707
  'Use Balance Sheet'           => '',
4707 4708
  'Use Datevautomatik'          => '',
4709
  'Use END-TO-END-ID to detect duplicates in bank import transactions' => '',
4708 4710
  'Use Erfolgsrechnung'         => '',
4709 4711
  'Use File Storage backend'    => '',
4710 4712
  'Use Filemanagement'          => '',
templates/design40_webpages/client_config/_posting_configuration.html
169 169
    <tr>
170 170
      <th>[% LxERP.t8('Use END-TO-END-ID to detect duplicates in bank import transactions') %]</th>
171 171
      <td>[% L.yes_no_tag('defaults.check_bt_duplicates_endtoend', SELF.defaults.check_bt_duplicates_endtoend) %]</td>
172
      <td>[% LxERP.t8("If set to yes and a end-to-end- id can be extracted from the transaction this will be used to detect duplicates instead of the transaction purpose.") %]</td>
172
      <td>[% LxERP.t8("If set to yes and an end-to-end id can be extracted from the transaction this will be used to detect duplicates instead of the transaction purpose.") %]</td>
173 173
    </tr>
174 174
  </tbody>
175 175
</table>
templates/webpages/client_config/_posting_configuration.html
151 151
  <tr>
152 152
   <td align="right">[% LxERP.t8('Use END-TO-END-ID to detect duplicates in bank import transactions') %]</td>
153 153
   <td>[% L.yes_no_tag('defaults.check_bt_duplicates_endtoend', SELF.defaults.check_bt_duplicates_endtoend) %]</td>
154
   <td>[% LxERP.t8("If set to yes and a end-to-end- id can be extracted from the transaction this will be used to detect duplicates instead of the transaction purpose.") %]</td>
154
   <td>[% LxERP.t8("If set to yes and an end-to-end id can be extracted from the transaction this will be used to detect duplicates instead of the transaction purpose.") %]</td>
155 155
  </tr>
156 156
 </table>
157 157
</div>

Auch abrufbar als: Unified diff