Revision e7f13598
doc/changelog | ||
---|---|---|
Auftragseingang, Angebotseingang und Lieferantenauftragsbestätigung,
|
||
sowie für Anzahlungs- bzw. Schluss-Rechnung.
|
||
- Möglichkeit einer Datenbank-Verklemmung bei CSV-Importen verringert.
|
||
- Die SEPA END-TO-END wird extrahiert und kann zur Duplikatserkennung beim
|
||
Bank-Import verwendet werden. Die Einstellung ist erstmal abgeschaltet und
|
||
der kivi Admin kann selber entscheiden ab wann genügend END-TO-END IDs im
|
||
Datenbestand vorhanden sind. Die Einstellung befindet sich in der
|
||
Mandantenkonfiguration unter Buchungseinstellungen.
|
||
|
||
Bugfixes (Tracker: https://www.kivitendo.de/redmine):
|
||
-
|
locale/de/all | ||
---|---|---|
'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',
|
||
'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',
|
||
'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.',
|
||
'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.',
|
||
'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.',
|
||
'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',
|
||
'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.',
|
||
'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 | ||
---|---|---|
'If set to no the \'delivery date\' field for sales orders won\'t be set at all.' => '',
|
||
'If set to no the \'valid until\' field for sales quotation won\'t be set at all.' => '',
|
||
'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.' => '',
|
||
'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.' => '',
|
||
'If the article type is set to \'mixed\' then a column called \'part_type\' or called \'pclass\' must be present.' => '',
|
||
'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.' => '',
|
||
'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.' => '',
|
||
... | ... | |
'Use As New' => '',
|
||
'Use Balance Sheet' => '',
|
||
'Use Datevautomatik' => '',
|
||
'Use END-TO-END-ID to detect duplicates in bank import transactions' => '',
|
||
'Use Erfolgsrechnung' => '',
|
||
'Use File Storage backend' => '',
|
||
'Use Filemanagement' => '',
|
templates/design40_webpages/client_config/_posting_configuration.html | ||
---|---|---|
<tr>
|
||
<th>[% LxERP.t8('Use END-TO-END-ID to detect duplicates in bank import transactions') %]</th>
|
||
<td>[% L.yes_no_tag('defaults.check_bt_duplicates_endtoend', SELF.defaults.check_bt_duplicates_endtoend) %]</td>
|
||
<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>
|
||
<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>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
templates/webpages/client_config/_posting_configuration.html | ||
---|---|---|
<tr>
|
||
<td align="right">[% LxERP.t8('Use END-TO-END-ID to detect duplicates in bank import transactions') %]</td>
|
||
<td>[% L.yes_no_tag('defaults.check_bt_duplicates_endtoend', SELF.defaults.check_bt_duplicates_endtoend) %]</td>
|
||
<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>
|
||
<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>
|
||
</tr>
|
||
</table>
|
||
</div>
|
Auch abrufbar als: Unified diff
Ergänzungen Doku/Rechtschreibung QS