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

SF.net SVN: ledger-smb: [2045] branches/1.2



Revision: 2045
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2045&view=rev
Author:   einhverfr
Date:     2008-01-14 09:46:47 -0800 (Mon, 14 Jan 2008)

Log Message:
-----------
Changelog entries, version number changes for 1.2.12

Modified Paths:
--------------
    branches/1.2/Changelog
    branches/1.2/LedgerSMB/Form.pm
    branches/1.2/VERSION
    branches/1.2/dists/rpm/ledgersmb.spec
    branches/1.2/dists/source/build.sh
    branches/1.2/doc/release_notes

Modified: branches/1.2/Changelog
===================================================================
--- branches/1.2/Changelog	2008-01-14 17:29:29 UTC (rev 2044)
+++ branches/1.2/Changelog	2008-01-14 17:46:47 UTC (rev 2045)
@@ -1,3 +1,14 @@
+Changelog for 1.2.12
+* Committed Tony Brummett's fix for last/avg costs updates (Chris T)
+* Committing fix for User.pm error handling (1860699, Chris T)
+* Some revisions in spec files (Chris M)
+* Changed LICENSE directive in rpm to the more descriptive gpl v2+ (Chris T)
+* Fixed bug 1835463, cannot transfer to warehouses (Chris T)
+* Adding fix for 1771834, inventory lost converting order to invoice (Chris T)
+* Fixed 1812792, (discount box blank after part lookup (Chris T)
+* Fixed bug 1839776-- reposting sales invoice causes duplication.(Chris T)
+
+
 Changelog for 1.2.11
 * Simplified obtaining years with transactions (Chris T)
 * Fixed dataset creation (Chris T)

Modified: branches/1.2/LedgerSMB/Form.pm
===================================================================
--- branches/1.2/LedgerSMB/Form.pm	2008-01-14 17:29:29 UTC (rev 2044)
+++ branches/1.2/LedgerSMB/Form.pm	2008-01-14 17:46:47 UTC (rev 2045)
@@ -83,7 +83,7 @@
     #menubar will be deprecated, replaced with below
     $self->{lynx} = 1 if $self->{path} =~ /lynx/i;
 
-    $self->{version}   = "1.2.11";
+    $self->{version}   = "1.2.12";
     $self->{dbversion} = "1.2.0";
 
     bless $self, $type;

Modified: branches/1.2/VERSION
===================================================================
--- branches/1.2/VERSION	2008-01-14 17:29:29 UTC (rev 2044)
+++ branches/1.2/VERSION	2008-01-14 17:46:47 UTC (rev 2045)
@@ -1 +1 @@
-1.2.11 
+1.2.12 

Modified: branches/1.2/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.2/dists/rpm/ledgersmb.spec	2008-01-14 17:29:29 UTC (rev 2044)
+++ branches/1.2/dists/rpm/ledgersmb.spec	2008-01-14 17:46:47 UTC (rev 2045)
@@ -1,7 +1,7 @@
 # RPM spec written for and tested on Fedora Core 6
 Summary: LedgerSMB - Open Source accounting software
 Name: ledgersmb
-Version: 1.2.11
+Version: 1.2.12
 Release: 1
 License: GPLv2+
 URL: http://www.ledgersmb.org/

Modified: branches/1.2/dists/source/build.sh
===================================================================
--- branches/1.2/dists/source/build.sh	2008-01-14 17:29:29 UTC (rev 2044)
+++ branches/1.2/dists/source/build.sh	2008-01-14 17:46:47 UTC (rev 2045)
@@ -9,7 +9,7 @@
    pgdoc="true";
 fi
 
-version="1.2.11";
+version="1.2.12";
 #rpmversion="1.2.6";
 build_d="../release";
 

Modified: branches/1.2/doc/release_notes
===================================================================
--- branches/1.2/doc/release_notes	2008-01-14 17:29:29 UTC (rev 2044)
+++ branches/1.2/doc/release_notes	2008-01-14 17:46:47 UTC (rev 2045)
@@ -1,5 +1,5 @@
 RELEASE NOTES
-LedgerSMB 1.2.6
+LedgerSMB 1.2.11
 
 
 
@@ -70,7 +70,7 @@
 blacklisting to whitelisting, eliminating a whole class of possible security
 issues.
 
-2.3:  New Features
+2.3:  New Features in 1.2.x
 
 Metatron Technology Consulting's SL-POS codebase was merged with this project,
 providing a framework for POS hardware support and more.
@@ -91,6 +91,8 @@
 necessary to configure it for non-Perl users.
 
 3:  Known Issues
+
+3.1: Reposting Invoices:
 Reposting invoices is known to cause inaccuracies cost of goods sold and
 inventory accounts.  This problem has been confirmed to affect SQL-Ledger 2.6.x 
 as well and is caused by problems involving the de-allocation and trasaction
@@ -98,6 +100,22 @@
 repost invoices) in an upcoming version as we continue to re-engineer the
 application.
 
+Additionally there is a known issue where reposting invoices more than once causes
+a primary key issue on the transactions table.  A fix for this is distributed in
+sql/fixes.
+
+3.2: Tax rate changes
+LedgerSMB 1.2.x's database structure does not handle tax rate changes properly.  A 
+fix for this is in the sql/fixes directory.
+
+3.3: Warehouse Tracking
+LedgerSMB inherited an issue from SQL-Ledger where a shipped sales order deletes all
+known shipping information.  There is a fix for this in the sql/fixes directory.
+
+3.4: Recurring transactions
+LedgerSMB's database structure does not handle certain areas properly regarding 
+recurring transactions.  A fix for this issue is in the sql/fixes directory.
+
 4:  Differences between LedgerSMB and SQL-Ledger(TM)
 
 4.1: Login name restrictions


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