/* UPDATE-EN - 16.05.2006 phpRechnung - is easy-to-use Web-based multilingual accounting software. Copyright (C) 2001 - 2006 Edy Corak < phprechnung at ecorak dot de > This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ UPDATE phpInvoice 1.5.2 on phpInvoice 1.6 Test1- or Test2 !!! IMPORTANT NOTE !!! Before you start an UPDATE please make a dump of your data. mysqldump -u 'username' -p --add-drop-table 'databasename' > phpinvoice.sql Unpack phprechnung-1.x.tar.gz - tar zxvf phprechnung-1.x.tar.gz Copy the directory ' phpRechnung ' to your Web server e. g. /var/www ( or change the name phpRechnung to phpInvoice ) Update tables ------------- In order to update phpInvoice-1.5.2 on phpInvoice-1.6-test2 please use the file update-1.5.2_1.6-test2.sql mysql -u 'username' -p 'databasename' < update-1.5.2_1.6-test2.sql In order to update phpInvoice-1.6-test1 on phpInvoice-1.6-test2 please use the file update-1.6-test2.sql mysql -u 'username' -p 'databasename' < update-1.6-test2.sql In order to update phpInvoice-1.6-test2 on phpInvoice-1.6-test3 or test3.01 please use the file update-1.6-test3.sql mysql -u 'username' -p 'databasename' < update-1.6-test3.sql In order to update phpInvoice-1.6-test3 or test3.01 on phpInvoice-1.6-test4 please use the file update-1.6-test4.sql mysql -u 'username' -p 'databasename' < update-1.6-test4.sql !!! Note !!! If you use phpMyAdmin first please select the data base, then select SQL, Location of the text file: select suitable file e.g. update-1.6-test2.sql and click on Go. You will see a message something like this: Your SQL query has been executed successfully: The content of your file has been inserted. (sample-1.6.sql: 133 Instructions) !!! IMPORTANT NOTE !!! Please don't insert the SQL file into the field Run SQL query/queries on database. The data will be inserted without any errors, but thereafter, a login is no longer possible. !!! IMPORTANT NOTE !!! Please don't use the files 'sample-1.6.sql' or 'phprechnung-1.6.sql' for an update. These files are only meant for a new installation. Further information which files still to be adapted, you will find in the README-EN. phpInvoice Home page - http://www.phprechnung.de/phpRechnung/ If you wish to subscribe to new releases, please go to http://freshmeat.net/projects/phprechnung/ and register or http://lists.sourceforge.net/lists/listinfo/phprechnung-news Thank you for using phpInvoice Edy Corak < phprechnung at ecorak dot de >