Merge branch 'master' of vc.linet-services.de:public/lx-office-erp
authorJan Büren <jan@lx-office-hosting.de>
Wed, 18 Jan 2012 15:10:55 +0000 (16:10 +0100)
committerJan Büren <jan@lx-office-hosting.de>
Wed, 18 Jan 2012 15:10:55 +0000 (16:10 +0100)
locale/de/all
templates/webpages/amcvar/display_cvar_config_form.html

index 2b737d4..fc1b9fb 100644 (file)
@@ -843,6 +843,7 @@ $self->{texts} = {
   'For AR transactions it will replace the input taxkeys with sales taxkeys with the same tax rate.' => 'Bei Debitorenbuchungen werden die Vorsteuer-Steuerschlüssel durch Umsatzsteuer-Steuerschlüssel mit demselben Steuersatz ersetzt.',
   'For each unit there\'s either no or exactly one base unit. If you chose a base unit then you also have to chose a factor. That way the new unit will be defined as a multiple of the base unit. The base unit must be the &quot;smaller&quot; one. A factor may not be less than 1. Therefore you may define &quot;kg&quot; with the base unit &quot;g&quot; and a factor of &quot;1&quot;, but not the other way round.' => 'Einheiten haben entweder keine oder genau eine Basiseinheit, von der sie ein Vielfaches sind. Wenn Sie eine Basiseinheit ausw&auml;hlen, dann m&uuml;ssen Sie auch einen Faktor eingeben. Sie m&uuml;ssen Einheiten als ein Vielfaches einer kleineren Einheit eingeben. So ist die Definition von &quot;kg&quot; mit der Basiseinheit &quot;g&quot; und dem Faktor 1000 zul&auml;ssig, die Definition von &quot;g&quot; mit der Basiseinheit &quot;kg&quot; und dem Faktor &quot;0,001&quot; hingegen nicht.',
   'For further information read this: ' => 'Für weitere Informationen zu diesem Thema lesen Sie bitte: ',
+  'For type "customer" the perl module JSON is required. Please check this on system level: $ ./scripts/installation_check.pl' => 'Für den Typ "Kunde" wird das Perl Module JSON benötigt. Überprüfbar im Installationspfad mit: $ ./scripts/installation_check.pl',
   'Foreign Exchange Gain'       => 'Wechselkurserträge',
   'Foreign Exchange Loss'       => 'Wechselkursaufwendungen',
   'Foreign Expenses'            => 'Aufwand Ausland',
index fcbd5a7..3eccf69 100644 (file)
@@ -36,7 +36,7 @@
     </tr>
 
     <tr>
-     <td align="right">[% 'Type' | $T8 %]</td>
+     <td align="right">[% 'Type' | $T8 %]<sup><span class="small">(3)</span></sup></td>
      <td>
       <select name="type">
        [%- FOREACH row = TYPES %]
     </tr>
 
     <tr>
-     <td align="right">[% 'Default value' | $T8 %]<sup><span class="small">(3)</span></sup></td>
+     <td align="right">[% 'Default value' | $T8 %]<sup><span class="small">(4)</span></sup></td>
      <td><input name="default_value" value="[% HTML.escape(default_value) %]"></td>
     </tr>
 
     <tr>
-     <td align="right">[% 'Options' | $T8 %]<sup><span class="small">(4)</span></sup></td>
+     <td align="right">[% 'Options' | $T8 %]<sup><span class="small">(5)</span></sup></td>
      <td><input name="options" value="[% HTML.escape(options) %]"></td>
     </tr>
 
   <p>
    (2) [% 'The description is shown on the form. Chose something short and descriptive.' | $T8 %]
   </p>
+  <p>
+   (3) [% 'For type "customer" the perl module JSON is required. Please check this on system level: $ ./scripts/installation_check.pl' | $T8 %]
+  </p>
 
   <p>
-   (3) [% 'The default value depends on the variable type:' | $T8 %]
+   (4) [% 'The default value depends on the variable type:' | $T8 %]
    <br>
    <ul>
     <li>[%- 'Text, text field and number variables: The default value will be used as-is.' | $T8 %]</li>
   </p>
 
   <p>
-   (4) [% 'The available options depend on the varibale type:' | $T8 %]
+   (5) [% 'The available options depend on the varibale type:' | $T8 %]
    <br>
    <ul>
     <li>[%- 'Text variables: \'MAXLENGTH=n\' sets the maximum entry length to \'n\'.' | $T8 %]</li>
 
   [%- IF module == 'IC' %]
   <p>
-   (5)
+   (6)
 
    [%- 'A variable marked as \'editable\' can be changed in each quotation, order, invoice etc.' | $T8 %]