Merge branch 'master' of vc.linet-services.de:public/lx-office-erp
authorBernd Blessmann <bibi@online.de>
Mon, 16 Jan 2012 10:55:06 +0000 (11:55 +0100)
committerBernd Blessmann <bibi@online.de>
Mon, 16 Jan 2012 10:55:06 +0000 (11:55 +0100)
locale/de/all
sql/Pg-upgrade2/README
sql/Pg-upgrade2/umstellung_eur.pl
templates/webpages/admin/create_dataset.html
templates/webpages/login/old_configuration_files.html

index 7655883..d153914 100644 (file)
@@ -16,6 +16,8 @@ $self->{texts} = {
   '#1 (custom variable)'        => '#1 (benutzerdefinierte Variable)',
   '#1 of #2 importable objects were imported.' => '#1 von #2 importierbaren Objekten wurden importiert.',
   '#1 prices were updated.'     => '#1 Preise wurden aktualisiert.',
+  '* there are restrictions for the perpetual method, look at chapter "Bemerkungen zu Bestandsmethode"  in' => ' für die Bestandsmethode gibt es Einschränkungen, siehe Kapitel "Bemerkungen zu Bestandsmethode"  in',
+  '*) Since version 2.7 these parameters ares set in the client database and not in the lx-erp.conf / lx_office.conf file, details in chapter:' => '*) Seit 2.7 werden Gewinnermittlungsart, Versteuerungsart und Warenbuchungsmethode in der Mandanten-DB gesteuert und nicht mehr in der lx-erp.conf / lx_office.conf, Umstellungs-Details:',
   '*/'                          => '*/',
   '---please select---'         => '---bitte auswählen---',
   '...after loggin in'          => '...nach dem Anmelden',
@@ -2060,7 +2062,7 @@ $self->{texts} = {
   'Weight unit'                 => 'Gewichtseinheit',
   'What <b>term</b> you are looking for?' => 'Nach welchem <b>Begriff</b> wollen Sie suchen?',
   'What type of item is this?'  => 'Was ist dieser Artikel?',
-  'Which is located at doc/konfigurationsdatei.txt. Click here: ' => 'Zu finden in doc/konfigurationsdatei.txt. Oder hier klicken: ',
+  'Which is located at doc/dokumentation.pdf. Click here: ' => 'Zu finden in doc/dokumentation.pdf. Oder hier klicken: ',
   'With Extension Of Time'      => 'mit Dauerfristverlängerung',
   'Workflow Delivery Order'     => 'Workflow Lieferschein',
   'Workflow purchase_order'     => 'Workflow Lieferantenauftrag',
@@ -2086,7 +2088,7 @@ $self->{texts} = {
   'You can create warehouses and bins via the menu "System -> Warehouses".' => 'Sie k&ouml;nnen Lager und Lagerpl&auml;tze &uuml;ber das Men&uuml; "System -> Lager" anlegen.',
   'You can declare different translations for singular and plural for each unit (e.g. &quot;day&quot; and &quot;days).' => 'Bei den &Uuml;bersetzungen k&ouml;nnen Sie unterschiedliche Varianten f&uuml;r singular und plural angeben (z.B. &quot;day&quot; und &quot;days&quot;).',
   'You can either create a new database or chose an existing database.' => 'Sie können entweder eine neue Datenbank erstellen oder eine existierende auswählen.',
-  'You can find information on the migration in the upgrade documentation.' => 'Informationen über die Migration sind in der Upgrade-Dokumentation zu finden.',
+  'You can find information on the migration in the upgrade chapter of the documentation.' => 'Informationen über die Migration sind in der Upgrade Kapitel in der Dokumentation zu finden.',
   'You can only delete datasets that are not in use.' => 'Sie k&ouml;nnen nur Datenbanken l&ouml;schen, die momentan nicht in Benutzung sind.',
   'You can use the following strings in the long description and all translations. They will be replaced by their actual values by Lx-Office before they\'re output.' => 'Sie k&ouml;nnen im Langtext und allen Übersetzungen die folgenden Variablen benutzen, die vor der Ausgabe von Lx-Office automatisch ersetzt werden:',
   'You cannot adjust the price for pricegroup "#1" by a negative percentage.' => 'Sie können den Preis für Preisgruppe "#1" um einen negativen Prozentwert anpassen.',
index 3a53151..aa41768 100644 (file)
@@ -1,3 +1,3 @@
-Bitte lesen Sie die Datei doc/sql-upgrade-dateien.txt, bevor
+Bitte lesen Sie das Kapitel "SQL-Upgradedateien" aus doc/dokumentation.pdf, bevor
 Sie hier Dateien anlegen.
 
index c0c2b7a..5a400c9 100644 (file)
@@ -1,5 +1,5 @@
 # @tag: umstellung_eur
-# @description: Variable eur umstellen: bitte doc/umstellung_eur.txt lesen
+# @description: Variable eur umstellen: bitte in doc/dokumentation.pdf das entsprechende Kapitel zur Konfiguration von EUR lesen
 # @depends: release_2_6_3
 # @charset: utf-8
 
@@ -62,7 +62,7 @@ sub do_update {
   # only set parameters if they haven't already been set (this in only the case
   # when upgrading)
 
-  my $update_eur = "UPDATE defaults set accounting_method = '$accounting_method' where accounting_method is null;" . 
+  my $update_eur = "UPDATE defaults set accounting_method = '$accounting_method' where accounting_method is null;" .
                    "UPDATE defaults set inventory_system = '$inventory_system' where inventory_system is null; " .
                    "UPDATE defaults set profit_determination = '$profit_determination' where profit_determination is null;";
   do_query($update_eur);
index ba2d724..f1b7f0c 100644 (file)
@@ -58,7 +58,7 @@
       <select name="inventory_system">
        [% FOREACH row = INVENTORY_SYSTEMS %]<option value=[% HTML.escape(row.name) %] [% IF row.selected %]selected[% END %]>[% HTML.escape(row.name) | $T8 %]</option>[% END %]
       </select>
-     * f&uuml;r die Bestandsmethode gibt es Einschr&auml;nkungen, siehe Bemerkungen in <a href="doc/umstellung_eur.txt">EUR Umstellung in Mandant</a>.
+     [% '* there are restrictions for the perpetual method, look at chapter "Bemerkungen zu Bestandsmethode"  in' | $T8 %] <a href="doc/dokumentation.pdf">dokumentation.pdf</a>.
      </td>
 
     </tr>
@@ -73,7 +73,7 @@
    </tr>
     <tr>
     <td colspan="2">
-    *) Seit 2.7 werden Gewinnermittlungsart, Versteuerungsart und Warenbuchungsmethode in der Mandanten-DB gesteuert und nicht mehr in der lx-erp.conf, Umstellungs-Details: <a href="doc/umstellung_eur.txt">EUR Umstellung in Mandant</a>
+    [% '*) Since version 2.7 these parameters ares set in the client database and not in the lx-erp.conf / lx_office.conf file, details in chapter:' | $T8 %] <a href="doc/dokumentation.pdf">Kapitel Konfiguration zur Einnahmen&uuml;berschussrechnung/ Bilanzierung: EUR</a>
     </td>
     </tr>
    </table>
               "Die Buchungsgruppen sind nicht korrekt vorkonfiguriert" +
               "\n" +
               "fuer Kunden im Ausland." +
-              "\n" + 
+              "\n" +
               "Hinweis vom 20.09.2011");
       }
       if (s == 'Swiss-German') {
index 6e147cf..32f3313 100644 (file)
  </p>
 
  <p>
-  [%- LxERP.t8('You can find information on the migration in the upgrade documentation.') %]
+  [%- LxERP.t8('You can find information on the migration in the upgrade chapter of the documentation.') %]
  </p>
   <p>
 
-  [%- LxERP.t8('Which is located at doc/konfigurationsdatei.txt. Click here: ') %] <a href ="doc/konfigurationsdatei.txt">doc/konfigurationsdatei.txt</a>
+  [%- LxERP.t8('Which is located at doc/dokumentation.pdf. Click here: ') %] <a href ="doc/dokumentation.pdf">doc/dokumentation.pdf</a>
 </p>
 
  <p>