projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43749a4
)
Hinweise zum neuen CSV-Import in doc/UPDGRADE
author
G. Richardson
<information@lx-office-hosting.de>
Thu, 9 Feb 2012 13:04:37 +0000
(14:04 +0100)
committer
G. Richardson
<information@lx-office-hosting.de>
Thu, 9 Feb 2012 13:04:37 +0000
(14:04 +0100)
doc/UPGRADE
patch
|
blob
|
history
diff --git
a/doc/UPGRADE
b/doc/UPGRADE
index
a0e9c7e
..
56e718b
100644
(file)
--- a/
doc/UPGRADE
+++ b/
doc/UPGRADE
@@
-27,6
+27,14
@@
Es sind zwei neue Abhängigkeiten dazugekommen.
* JSON
* String::ShellQuote
+3. CSV-Import wurde neu in Perl implementiert
+
+Der PHP-Code wurde entfernt. Automatische Skripte, die per Aufruf von
+lxo-import/partsB.php?cron=1 die Datei parts.csv importiert haben,
+funktionieren nicht mehr. Stattdessen kann scripts/csv-import-from-shell.sh
+benutzt werden. Im Unterschied zur PHP-Version werden unbekannte Warengruppen
+nicht mehr automatisch angelegt, stattdessen bricht das Skript ab.
+
Upgrade auf v2.6.3
==================