summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-01-14 17:46:47 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-01-14 17:46:47 +0000
commitab7369d8a2a2605f2adbca0f1689b84f9d394cd4 (patch)
tree8648eb50e4505eb15f2a5c7fa9f9ee7e49ae83fd
parent7a867668a4459de3cc474000930f245aea01468d (diff)
Changelog entries, version number changes for 1.2.12
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@2045 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r--Changelog11
-rwxr-xr-xLedgerSMB/Form.pm2
-rw-r--r--VERSION2
-rw-r--r--dists/rpm/ledgersmb.spec2
-rw-r--r--dists/source/build.sh2
-rw-r--r--doc/release_notes22
6 files changed, 35 insertions, 6 deletions
diff --git a/Changelog b/Changelog
index 283483ff..de8bf3ad 100644
--- a/Changelog
+++ b/Changelog
@@ -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)
diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm
index d4505e31..90c99500 100755
--- a/LedgerSMB/Form.pm
+++ b/LedgerSMB/Form.pm
@@ -83,7 +83,7 @@ sub new {
#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;
diff --git a/VERSION b/VERSION
index d4c5a761..1d005103 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.2.11
+1.2.12
diff --git a/dists/rpm/ledgersmb.spec b/dists/rpm/ledgersmb.spec
index 79465de8..88fc9d6d 100644
--- a/dists/rpm/ledgersmb.spec
+++ b/dists/rpm/ledgersmb.spec
@@ -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/
diff --git a/dists/source/build.sh b/dists/source/build.sh
index 11920cfe..a42e644d 100644
--- a/dists/source/build.sh
+++ b/dists/source/build.sh
@@ -9,7 +9,7 @@ else
pgdoc="true";
fi
-version="1.2.11";
+version="1.2.12";
#rpmversion="1.2.6";
build_d="../release";
diff --git a/doc/release_notes b/doc/release_notes
index 7b7db984..dd74738d 100644
--- a/doc/release_notes
+++ b/doc/release_notes
@@ -1,5 +1,5 @@
RELEASE NOTES
-LedgerSMB 1.2.6
+LedgerSMB 1.2.11
@@ -70,7 +70,7 @@ Also, we discovered the template editor's security system was moved from
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 @@ The ledger-smb.conf is now an inifile which will reduce the level of expertise
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 @@ reversal routines. It will be corrected (by removing the ability to truly
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