From 469f6be7d370ad104d6499df142e5c3499bf7031 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Mon, 16 Jan 2012 10:50:00 +0100 Subject: [PATCH] Links zur Dokumentation (dokumentation.pdf) angepasst. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Volltextsuche über alle Dateien die noch auf txt-Dateien verlinkt hatten, entsprechend angepasst. --- sql/Pg-upgrade2/README | 2 +- sql/Pg-upgrade2/umstellung_eur.pl | 4 ++-- templates/webpages/admin/create_dataset.html | 6 +++--- templates/webpages/login/old_configuration_files.html | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sql/Pg-upgrade2/README b/sql/Pg-upgrade2/README index 3a531519f..aa4176814 100644 --- a/sql/Pg-upgrade2/README +++ b/sql/Pg-upgrade2/README @@ -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. diff --git a/sql/Pg-upgrade2/umstellung_eur.pl b/sql/Pg-upgrade2/umstellung_eur.pl index c0c2b7a7a..5a400c926 100644 --- a/sql/Pg-upgrade2/umstellung_eur.pl +++ b/sql/Pg-upgrade2/umstellung_eur.pl @@ -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); diff --git a/templates/webpages/admin/create_dataset.html b/templates/webpages/admin/create_dataset.html index ba2d72414..e2d73174d 100644 --- a/templates/webpages/admin/create_dataset.html +++ b/templates/webpages/admin/create_dataset.html @@ -58,7 +58,7 @@ - * für die Bestandsmethode gibt es Einschränkungen, siehe Bemerkungen in EUR Umstellung in Mandant. + * für die Bestandsmethode gibt es Einschränkungen, siehe Kapitel "Bemerkungen zu Bestandsmethode" in dokumentation.pdf. @@ -73,7 +73,7 @@ - *) Seit 2.7 werden Gewinnermittlungsart, Versteuerungsart und Warenbuchungsmethode in der Mandanten-DB gesteuert und nicht mehr in der lx-erp.conf, Umstellungs-Details: EUR Umstellung in Mandant + *) 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: Kapitel Konfiguration zur Einnahmenüberschussrechnung/ Bilanzierung: EUR @@ -105,7 +105,7 @@ "Die Buchungsgruppen sind nicht korrekt vorkonfiguriert" + "\n" + "fuer Kunden im Ausland." + - "\n" + + "\n" + "Hinweis vom 20.09.2011"); } if (s == 'Swiss-German') { diff --git a/templates/webpages/login/old_configuration_files.html b/templates/webpages/login/old_configuration_files.html index 6e147cf5b..32f331336 100644 --- a/templates/webpages/login/old_configuration_files.html +++ b/templates/webpages/login/old_configuration_files.html @@ -18,11 +18,11 @@

- [%- 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.') %]

- [%- LxERP.t8('Which is located at doc/konfigurationsdatei.txt. Click here: ') %] doc/konfigurationsdatei.txt + [%- LxERP.t8('Which is located at doc/dokumentation.pdf. Click here: ') %] doc/dokumentation.pdf

-- 2.20.1