Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7ccf0034

Von Bernd Bleßmann vor etwa 2 Jahren hinzugefügt

  • ID 7ccf0034c0c9024f60f8a258947c24cbf5f8c9a5
  • Vorgänger 1fb7174c
  • Nachfolger d5724551

Revert "Rechnungsmaske: "Browser-Zurück verhindern" konfigurierbar in Mandantenkonfig"

This reverts commit d58b1a04c2facd0a4484cf2b801b27b9741cce26.

Unterschiede anzeigen:

locale/de/all
'If enabled purchase and sales records cannot be saved if no transaction description has been entered.' => 'Wenn angeschaltet, so können Einkaufs- und Verkaufsbelege nicht gespeichert werden, solange keine Vorgangsbezeichnung eingegeben wurde.',
'If enabled sales invoices created using OpenDocument/OASIS format will include data for Swiss QR-Bill creation.' => 'Falls aktiviert, enthalten Rechnungen im OpenDocument/OASIS Format, Daten zur Schweizer QR-Rechnung.',
'If enabled the record links view starts always from the sales order including all sublevels' => 'Falls aktiv, werden die verknüpften Belege immer vom Verkaufsauftrag inkl. aller darunterliegenden Belege angezeigt',
'If enabled try to overrule the brower\'s back button to prevent double booking of sales invoices.' => 'Falls aktiviert, wird versucht, den Zurück-Knopf des Browsers auszuhebel, um doppeltes Buchen von Verkaufsrechnungen zu verhindern.',
'If enabled, when saving parts the partsgroup must be not be empty.' => 'Falls aktiviert muß beim Speichern von Artikeln eine Warengruppe ausgewählt sein.',
'If item not found, allow creation of new item' => 'Falls Artikel nicht gefunden, erlaube Erfassen eines Neuen',
'If left empty the default sender from the kivitendo configuration will be used (key \'email_from\' in section \'periodic_invoices\'; current value: #1).' => 'Falls leer, so wird der Standardabsender aus der kivitendo-Konfiguration genutzt (Schlüssel »email_from« in Abschnitt »periodic_invoices«; aktueller Wert: #1).',
......
'Preset email text for sales invoices with direct debit' => 'Vorbelegter E-Mail-Text für Rechnungen mit Bankeinzug',
'Preset email text for sales orders' => 'Vorbelegter E-Mail-Text für Aufträge',
'Preset email text for sales quotations' => 'Vorbelegter E-Mail-Text für Angebote',
'Prevent browser\'s back button in sales invoices' => 'Browser-Zurück-Knopf bei Verkaufsrechnungen verhindern',
'Preview' => 'Vorschau',
'Preview Mode' => 'Vorschaumodus',
'Previous month' => 'vorheriger Monat',
locale/en/all
'If enabled purchase and sales records cannot be saved if no transaction description has been entered.' => '',
'If enabled sales invoices created using OpenDocument/OASIS format will include data for Swiss QR-Bill creation.' => '',
'If enabled the record links view starts always from the sales order including all sublevels' => '',
'If enabled try to overrule the brower\'s back button to prevent double booking of sales invoices.' => '',
'If enabled, when saving parts the partsgroup must be not be empty.' => '',
'If item not found, allow creation of new item' => '',
'If left empty the default sender from the kivitendo configuration will be used (key \'email_from\' in section \'periodic_invoices\'; current value: #1).' => '',
......
'Preset email text for sales invoices with direct debit' => '',
'Preset email text for sales orders' => '',
'Preset email text for sales quotations' => '',
'Prevent browser\'s back button in sales invoices' => '',
'Preview' => '',
'Preview Mode' => '',
'Previous month' => '',
templates/webpages/client_config/_features.html
</td>
<td>[% LxERP.t8("If enabled sales invoices created using OpenDocument/OASIS format will include data for Swiss QR-Bill creation.") %]</td>
</tr>
<tr>
<td align="right">[% LxERP.t8("Prevent browser's back button in sales invoices") %]</td>
<td>[% L.yes_no_tag("defaults.invoice_prevent_browser_back", SELF.defaults.invoice_prevent_browser_back) %]</td>
<td>[% LxERP.t8("If enabled try to overrule the brower's back button to prevent double booking of sales invoices.") %]</td>
</tr>
<tr>
<td align="right">[% LxERP.t8("Lock RFQ/Quotation and Order Subversion") %]</td>
<td>[% L.yes_no_tag("defaults.lock_oe_subversions", SELF.defaults.lock_oe_subversions) %]</td>
templates/webpages/is/form_header.html
<script type="text/javascript">
<!--
$('document').ready(function(){
[% IF INSTANCE_CONF.get_invoice_prevent_browser_back %]
function disableBack() { window.history.forward() };
window.onload = disableBack();
window.onpageshow = function(evt) { if (evt.persisted) disableBack() };
[% END %]
[% IF resubmit && is_format_html %]
window.open('about:blank','Beleg');

Auch abrufbar als: Unified diff