temporary precision notes
authorRolf Fluehmann <rolf.fluehmann@revamp-it.ch>
Thu, 30 Jun 2016 16:21:38 +0000 (18:21 +0200)
committerRolf Fluehmann <rolf.fluehmann@revamp-it.ch>
Thu, 30 Jun 2016 16:43:37 +0000 (18:43 +0200)
locale/de/all
locale/en/all
templates/webpages/admin/create_dataset.html

index b2bd702..a8907f0 100755 (executable)
@@ -2073,6 +2073,7 @@ $self->{texts} = {
   'Pre-defined Texts'           => 'Vordefinierte Textblöcke',
   'Preamble'                    => 'Einleitung',
   'Precision'                   => 'Genauigkeit',
+  'Precision Note'              => '<b>Achtung:</b> 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&auml;fix f&uuml;r die neuen Lagerpl&auml;tze',
index a37b368..f7e90a8 100644 (file)
@@ -1628,6 +1628,7 @@ $self->{texts} = {
   'Postscript'                  => '',
   'Posustva_coa'                => '',
   'Precision'                   => '',
+  'Precision Note'              => '<b>Attention:</b> 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'            => '',
index 49320eb..7a879d8 100644 (file)
@@ -33,7 +33,7 @@
 
   <tr>
    <th align="right" nowrap>[% LxERP.t8('Precision') %]</th>
-   <td>[% L.input_tag('precision_as_number', LxERP.format_amount(FORM.precision, 2)) %]</td>
+   <td>[% L.input_tag('precision_as_number', LxERP.format_amount(FORM.precision, 2)) %] [% LxERP.t8('Precision Note') %]</td>
   </tr>
 
   <tr>