From 4e0bef2d1ee1fa29e3fa85a97f34e707fe4e287d Mon Sep 17 00:00:00 2001 From: Rolf Fluehmann Date: Thu, 30 Jun 2016 18:21:38 +0200 Subject: [PATCH] temporary precision notes --- locale/de/all | 1 + locale/en/all | 3 ++- templates/webpages/admin/create_dataset.html | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/locale/de/all b/locale/de/all index b2bd7023e..a8907f0a8 100755 --- a/locale/de/all +++ b/locale/de/all @@ -2073,6 +2073,7 @@ $self->{texts} = { 'Pre-defined Texts' => 'Vordefinierte Textblöcke', 'Preamble' => 'Einleitung', 'Precision' => 'Genauigkeit', + 'Precision Note' => 'Achtung: Bei Genauigkeit 0.05 dürfen Verkaufsbelege aktuell nur in Standardwährung erstellt werden.', 'Preferences' => 'Einstellungen', 'Preferences saved!' => 'Einstellungen gespeichert!', 'Prefix for the new bins\' names' => 'Namenspräfix für die neuen Lagerplätze', diff --git a/locale/en/all b/locale/en/all index a37b3686c..f7e90a82f 100644 --- a/locale/en/all +++ b/locale/en/all @@ -1628,6 +1628,7 @@ $self->{texts} = { 'Postscript' => '', 'Posustva_coa' => '', 'Precision' => '', + 'Precision Note' => 'Attention: currently with a precision of 0.05 sales sheets have to use the default currency.', 'Preferences' => '', 'Preferences saved!' => '', 'Prefix for the new bins\' names' => '', @@ -2448,7 +2449,7 @@ $self->{texts} = { 'Updating the client fields in the database "#1" on host "#2:#3" failed.' => '', 'Uploaded on #1, size #2 kB' => '', 'Use As New' => '', - 'Use Income' => 'Use GUV and BWA', + 'Use Income' => 'Use GUV and BWA', 'Use WebDAV Repository' => '', 'Use existing templates' => '', 'Use linked items' => '', diff --git a/templates/webpages/admin/create_dataset.html b/templates/webpages/admin/create_dataset.html index 49320eb6b..7a879d8aa 100644 --- a/templates/webpages/admin/create_dataset.html +++ b/templates/webpages/admin/create_dataset.html @@ -33,7 +33,7 @@ [% LxERP.t8('Precision') %] - [% L.input_tag('precision_as_number', LxERP.format_amount(FORM.precision, 2)) %] + [% L.input_tag('precision_as_number', LxERP.format_amount(FORM.precision, 2)) %] [% LxERP.t8('Precision Note') %] -- 2.20.1