Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a179a61b

Von Jan Büren vor fast 13 Jahren hinzugefügt

  • ID a179a61b49d7fb7a59efc9fe04eaff160e95026a
  • Vorgänger 9ba3a010
  • Nachfolger 6e15c0a9

Noch genaueren Hinweis auf das JSON-Module für CVAR Kunde

Unterschiede anzeigen:

locale/de/all
843 843
  '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.',
844 844
  '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 "smaller" one. A factor may not be less than 1. Therefore you may define "kg" with the base unit "g" and a factor of "1", 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ählen, dann müssen Sie auch einen Faktor eingeben. Sie müssen Einheiten als ein Vielfaches einer kleineren Einheit eingeben. So ist die Definition von "kg" mit der Basiseinheit "g" und dem Faktor 1000 zulässig, die Definition von "g" mit der Basiseinheit "kg" und dem Faktor "0,001" hingegen nicht.',
845 845
  'For further information read this: ' => 'Für weitere Informationen zu diesem Thema lesen Sie bitte: ',
846
  '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',
846 847
  'Foreign Exchange Gain'       => 'Wechselkurserträge',
847 848
  'Foreign Exchange Loss'       => 'Wechselkursaufwendungen',
848 849
  'Foreign Expenses'            => 'Aufwand Ausland',
templates/webpages/amcvar/display_cvar_config_form.html
36 36
    </tr>
37 37

  
38 38
    <tr>
39
     <td align="right">[% 'Type' | $T8 %]</td>
39
     <td align="right">[% 'Type' | $T8 %]<sup><span class="small">(3)</span></sup></td>
40 40
     <td>
41 41
      <select name="type">
42 42
       [%- FOREACH row = TYPES %]
......
47 47
    </tr>
48 48

  
49 49
    <tr>
50
     <td align="right">[% 'Default value' | $T8 %]<sup><span class="small">(3)</span></sup></td>
50
     <td align="right">[% 'Default value' | $T8 %]<sup><span class="small">(4)</span></sup></td>
51 51
     <td><input name="default_value" value="[% HTML.escape(default_value) %]"></td>
52 52
    </tr>
53 53

  
54 54
    <tr>
55
     <td align="right">[% 'Options' | $T8 %]<sup><span class="small">(4)</span></sup></td>
55
     <td align="right">[% 'Options' | $T8 %]<sup><span class="small">(5)</span></sup></td>
56 56
     <td><input name="options" value="[% HTML.escape(options) %]"></td>
57 57
    </tr>
58 58

  
......
112 112
  <p>
113 113
   (2) [% 'The description is shown on the form. Chose something short and descriptive.' | $T8 %]
114 114
  </p>
115
  <p>
116
   (3) [% 'For type "customer" the perl module JSON is required. Please check this on system level: $ ./scripts/installation_check.pl' | $T8 %]
117
  </p>
115 118

  
116 119
  <p>
117
   (3) [% 'The default value depends on the variable type:' | $T8 %]
120
   (4) [% 'The default value depends on the variable type:' | $T8 %]
118 121
   <br>
119 122
   <ul>
120 123
    <li>[%- 'Text, text field and number variables: The default value will be used as-is.' | $T8 %]</li>
......
124 127
  </p>
125 128

  
126 129
  <p>
127
   (4) [% 'The available options depend on the varibale type:' | $T8 %]
130
   (5) [% 'The available options depend on the varibale type:' | $T8 %]
128 131
   <br>
129 132
   <ul>
130 133
    <li>[%- 'Text variables: \'MAXLENGTH=n\' sets the maximum entry length to \'n\'.' | $T8 %]</li>
......
138 141

  
139 142
  [%- IF module == 'IC' %]
140 143
  <p>
141
   (5)
144
   (6)
142 145

  
143 146
   [%- 'A variable marked as \'editable\' can be changed in each quotation, order, invoice etc.' | $T8 %]
144 147

  

Auch abrufbar als: Unified diff