Revision 469f6be7
Von Jan Büren vor fast 13 Jahren hinzugefügt
sql/Pg-upgrade2/README | ||
---|---|---|
1 |
Bitte lesen Sie die Datei doc/sql-upgrade-dateien.txt, bevor
|
|
1 |
Bitte lesen Sie das Kapitel "SQL-Upgradedateien" aus doc/dokumentation.pdf, bevor
|
|
2 | 2 |
Sie hier Dateien anlegen. |
3 | 3 |
|
sql/Pg-upgrade2/umstellung_eur.pl | ||
---|---|---|
1 | 1 |
# @tag: umstellung_eur |
2 |
# @description: Variable eur umstellen: bitte doc/umstellung_eur.txt lesen
|
|
2 |
# @description: Variable eur umstellen: bitte in doc/dokumentation.pdf das entsprechende Kapitel zur Konfiguration von EUR lesen
|
|
3 | 3 |
# @depends: release_2_6_3 |
4 | 4 |
# @charset: utf-8 |
5 | 5 |
|
... | ... | |
62 | 62 |
# only set parameters if they haven't already been set (this in only the case |
63 | 63 |
# when upgrading) |
64 | 64 |
|
65 |
my $update_eur = "UPDATE defaults set accounting_method = '$accounting_method' where accounting_method is null;" .
|
|
65 |
my $update_eur = "UPDATE defaults set accounting_method = '$accounting_method' where accounting_method is null;" . |
|
66 | 66 |
"UPDATE defaults set inventory_system = '$inventory_system' where inventory_system is null; " . |
67 | 67 |
"UPDATE defaults set profit_determination = '$profit_determination' where profit_determination is null;"; |
68 | 68 |
do_query($update_eur); |
templates/webpages/admin/create_dataset.html | ||
---|---|---|
58 | 58 |
<select name="inventory_system"> |
59 | 59 |
[% FOREACH row = INVENTORY_SYSTEMS %]<option value=[% HTML.escape(row.name) %] [% IF row.selected %]selected[% END %]>[% HTML.escape(row.name) | $T8 %]</option>[% END %] |
60 | 60 |
</select> |
61 |
* für die Bestandsmethode gibt es Einschränkungen, siehe Bemerkungen in <a href="doc/umstellung_eur.txt">EUR Umstellung in Mandant</a>.
|
|
61 |
* für die Bestandsmethode gibt es Einschränkungen, siehe Kapitel "Bemerkungen zu Bestandsmethode" in <a href="doc/dokumentation.pdf">dokumentation.pdf</a>.
|
|
62 | 62 |
</td> |
63 | 63 |
|
64 | 64 |
</tr> |
... | ... | |
73 | 73 |
</tr> |
74 | 74 |
<tr> |
75 | 75 |
<td colspan="2"> |
76 |
*) 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>
|
|
76 |
*) 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: <a href="doc/dokumentation.pdf">Kapitel Konfiguration zur Einnahmenüberschussrechnung/ Bilanzierung: EUR</a>
|
|
77 | 77 |
</td> |
78 | 78 |
</tr> |
79 | 79 |
</table> |
... | ... | |
105 | 105 |
"Die Buchungsgruppen sind nicht korrekt vorkonfiguriert" + |
106 | 106 |
"\n" + |
107 | 107 |
"fuer Kunden im Ausland." + |
108 |
"\n" +
|
|
108 |
"\n" + |
|
109 | 109 |
"Hinweis vom 20.09.2011"); |
110 | 110 |
} |
111 | 111 |
if (s == 'Swiss-German') { |
templates/webpages/login/old_configuration_files.html | ||
---|---|---|
18 | 18 |
</p> |
19 | 19 |
|
20 | 20 |
<p> |
21 |
[%- LxERP.t8('You can find information on the migration in the upgrade documentation.') %] |
|
21 |
[%- LxERP.t8('You can find information on the migration in the upgrade chapter of the documentation.') %]
|
|
22 | 22 |
</p> |
23 | 23 |
<p> |
24 | 24 |
|
25 |
[%- LxERP.t8('Which is located at doc/konfigurationsdatei.txt. Click here: ') %] <a href ="doc/konfigurationsdatei.txt">doc/konfigurationsdatei.txt</a>
|
|
25 |
[%- LxERP.t8('Which is located at doc/dokumentation.pdf. Click here: ') %] <a href ="doc/dokumentation.pdf">doc/dokumentation.pdf</a>
|
|
26 | 26 |
</p> |
27 | 27 |
|
28 | 28 |
<p> |
Auch abrufbar als: Unified diff
Links zur Dokumentation (dokumentation.pdf) angepasst.
Volltextsuche über alle Dateien die noch auf txt-Dateien verlinkt hatten, entsprechend angepasst.