[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[4039] trunk



Revision: 4039
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4039&view=rev
Author:   einhverfr
Date:     2011-11-23 10:29:15 +0000 (Wed, 23 Nov 2011)
Log Message:
-----------
Merging doc changes from 1.3

Modified Paths:
--------------
    trunk/README.sql-ledger

Property Changed:
----------------
    trunk/
    trunk/LedgerSMB/Scripts/admin.pm
    trunk/LedgerSMB/Scripts/employee.pm
    trunk/LedgerSMB/Scripts/payment.pm
    trunk/LedgerSMB/Scripts/setup.pm
    trunk/sql/upgrade/1.2-1.3-manual.sql


Property changes on: trunk
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/1.3:3711-4036
   + /branches/1.3:3711-4038


Property changes on: trunk/LedgerSMB/Scripts/admin.pm
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/1.3/LedgerSMB/Scripts/admin.pm:3901-4036
/branches/1.3/scripts/admin.pl:3711-3903
   + /branches/1.3/LedgerSMB/Scripts/admin.pm:3901-4038
/branches/1.3/scripts/admin.pl:3711-3903


Property changes on: trunk/LedgerSMB/Scripts/employee.pm
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/1.3/LedgerSMB/Scripts/employee.pm:3712-4036
/branches/1.3/scripts/employee.pl:3842-3843
   + /branches/1.3/LedgerSMB/Scripts/employee.pm:3712-4038
/branches/1.3/scripts/employee.pl:3842-3843


Property changes on: trunk/LedgerSMB/Scripts/payment.pm
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/1.3/LedgerSMB/Scripts/payment.pm:4010-4036
/branches/1.3/scripts/payment.pl:3711-4011
   + /branches/1.3/LedgerSMB/Scripts/payment.pm:4010-4038
/branches/1.3/scripts/payment.pl:3711-4011


Property changes on: trunk/LedgerSMB/Scripts/setup.pm
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/1.3/LedgerSMB/Scripts/setup.pm:3937-4036
/branches/1.3/scripts/setup.pl:3711-3967
   + /branches/1.3/LedgerSMB/Scripts/setup.pm:3937-4038
/branches/1.3/scripts/setup.pl:3711-3967

Modified: trunk/README.sql-ledger
===================================================================
--- trunk/README.sql-ledger	2011-11-23 10:24:43 UTC (rev 4038)
+++ trunk/README.sql-ledger	2011-11-23 10:29:15 UTC (rev 4039)
@@ -5,12 +5,14 @@
 includes a number of security and data integrity improvements, and future
 versions will likely add new features as well.
 
-To convert an existing SQL-Ledger installation to LedgerSMB, copy the files from
-the tarball over your existing SQL-Ledger directory and run the SL2LS.pl script.
-This script will rename some files, delete others, and pretty soon you will have
-a working LedgerSMB installation.
+As of SQL-Ledger 2.8, upgrading has not been as simple as converting files and 
+importing users.  Both data and users must be imported.  Currently we have no 
+native tool to import users, though with some effort the 1.2 import_users.pl 
+could be tweaked to insert users with preset passwords (perhaps valid for a 
+week).
 
-The database will be updated on first login.
-
-You will also want to migrate your configuration by running the SL2LS.pl script 
-included in this directory.
+The database import scripts are still works in progress.  The primary one is 
+sql/upgrade/sql-ledger2ledgersmb-wip.sql.  At present it only does AP, but 
+could be extended to import AR transactions and customers as well with a little
+effort.  Also, much of 1.2-1.3.sql may be applicable and useful to importing 
+other parts of the database.


Property changes on: trunk/sql/upgrade/1.2-1.3-manual.sql
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/1.3/sql/upgrade/1.2-1.3-manual.sql:3712-4036
/branches/1.3/sql/upgrade/1.2-1.3.sql:3711-3851
/trunk/sql/upgrade/1.2-1.3.sql:858-3710
   + /branches/1.3/sql/upgrade/1.2-1.3-manual.sql:3712-4038
/branches/1.3/sql/upgrade/1.2-1.3.sql:3711-3851
/trunk/sql/upgrade/1.2-1.3.sql:858-3710

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.