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

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



Revision: 2961
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2961&view=rev
Author:   einhverfr
Date:     2010-03-12 05:36:24 +0000 (Fri, 12 Mar 2010)

Log Message:
-----------
Changes for 1.2.21

Modified Paths:
--------------
    branches/1.2/COMPATABILITY
    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/README
    branches/1.2/doc/release_notes

Modified: branches/1.2/COMPATABILITY
===================================================================
--- branches/1.2/COMPATABILITY	2010-03-11 06:23:44 UTC (rev 2960)
+++ branches/1.2/COMPATABILITY	2010-03-12 05:36:24 UTC (rev 2961)
@@ -19,9 +19,12 @@
 Javascript menus do not work with Pocket IE (on Windows CE).  Use the Lynx 
 interface instead by appending ?path=/bin/lynx to the end of the login.pl url.
 
+Worse still, PIE does not support <button> elements.  Where necessary, one can
+slightly customize the system to provide PIE support.
+
 -------------------------------
 
-Internet Explorer < 7.0
+Internet Explorer < 8.0
 This browser submits incorrect data when using the <BUTTON> element and is not
-supported.  Users of Windows XP and Vista may try Internet Explorer 7 or 
+supported.  Users of Windows XP and Vista may try Internet Explorer 8 or 
 Firefox at their option. Users of older versions of WIndows should use Firefox.

Modified: branches/1.2/Changelog
===================================================================
--- branches/1.2/Changelog	2010-03-11 06:23:44 UTC (rev 2960)
+++ branches/1.2/Changelog	2010-03-12 05:36:24 UTC (rev 2961)
@@ -1,3 +1,9 @@
+Changelog for 1.2.21
+* Corrected a number of templates with HTML issues (Luke)
+* AR/AP Aging Report fixed, ignores payment after report date (Chris T)
+* Minor documentation updates (Chris T)
+* Fixed bug saving SIC (Adam T)
+
 Changelog for 1.2.20
 * Commented out credits in ledgersmb-blue.css 
 * Corrected encoding in Latvian chart of accounts (Janeks)

Modified: branches/1.2/LedgerSMB/Form.pm
===================================================================
--- branches/1.2/LedgerSMB/Form.pm	2010-03-11 06:23:44 UTC (rev 2960)
+++ branches/1.2/LedgerSMB/Form.pm	2010-03-12 05:36:24 UTC (rev 2961)
@@ -90,7 +90,7 @@
     #menubar will be deprecated, replaced with below
     $self->{lynx} = 1 if $self->{path} =~ /lynx/i;
 
-    $self->{version}   = "1.2.20";
+    $self->{version}   = "1.2.21";
     $self->{dbversion} = "1.2.0";
 
     bless $self, $type;

Modified: branches/1.2/VERSION
===================================================================
--- branches/1.2/VERSION	2010-03-11 06:23:44 UTC (rev 2960)
+++ branches/1.2/VERSION	2010-03-12 05:36:24 UTC (rev 2961)
@@ -1 +1 @@
-1.2.20
+1.2.21

Modified: branches/1.2/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.2/dists/rpm/ledgersmb.spec	2010-03-11 06:23:44 UTC (rev 2960)
+++ branches/1.2/dists/rpm/ledgersmb.spec	2010-03-12 05:36:24 UTC (rev 2961)
@@ -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.20
+Version: 1.2.21
 Release: 1
 License: GPLv2+
 URL: http://www.ledgersmb.org/

Modified: branches/1.2/dists/source/build.sh
===================================================================
--- branches/1.2/dists/source/build.sh	2010-03-11 06:23:44 UTC (rev 2960)
+++ branches/1.2/dists/source/build.sh	2010-03-12 05:36:24 UTC (rev 2961)
@@ -9,7 +9,7 @@
    pgdoc="true";
 fi
 
-version="1.2.20";
+version="1.2.21";
 #rpmversion="1.2.6";
 build_d="../release";
 

Modified: branches/1.2/doc/README
===================================================================
--- branches/1.2/doc/README	2010-03-11 06:23:44 UTC (rev 2960)
+++ branches/1.2/doc/README	2010-03-12 05:36:24 UTC (rev 2961)
@@ -1,5 +1,5 @@
                 LedgerSMB Small Medium Business Accounting
-                     Version 1.2.20
+                     Version 1.2.21
 
 
 DESCRIPTION:
@@ -7,7 +7,7 @@
 LedgerSMB is a double-entry accounting system written
 in perl. It has been tested with PostgreSQL, Apache,
 Netscape, Mozilla, Galeon, Explorer, Links, Lynx,
-Konqueror, Voyager, W3M and Opera clients on Linux,
+Konqueror, Voyager and Opera clients on Linux,
 FreeBSD, Solaris, Windows, Mac computers and PDA's.
 
 Data is stored in a PostgreSQL database server, either 

Modified: branches/1.2/doc/release_notes
===================================================================
--- branches/1.2/doc/release_notes	2010-03-11 06:23:44 UTC (rev 2960)
+++ branches/1.2/doc/release_notes	2010-03-12 05:36:24 UTC (rev 2961)
@@ -1,5 +1,5 @@
 RELEASE NOTES
-LedgerSMB 1.2.20
+LedgerSMB 1.2.21
 
 
 
@@ -16,8 +16,7 @@
 * Perl 5.8.
 * Apache, IIS, or other web server that supports CGI.
 * PostgreSQL 8.0 or higher.  7.3 and 7.4 could be supported with some effort but
-will not work out of the box.  8.3 is expected to raise issues but they will be 
-corrected as we become aware of the problems.
+  will not work out of the box.  
 * Any operating system that supports the above environment.
 * The following CPAN modules:
 	* Data::Dumper
@@ -102,8 +101,9 @@
 application.
 
 Additionally there is a known issue (SourceForge ID: 2761045) where reposting
-invoices more than once causes a primary key issue on the transactions table.  A
-fix for this is distributed in sql/fixes/transactions_pkey_repost.sql.
+invoices more than once causes a primary key issue on the transactions table.
+This can sometimes lead to the invoice being deleted but not re-saved.  A fix 
+for this is distributed in sql/fixes/transactions_pkey_repost.sql.
 
 3.2: Tax rate changes
 LedgerSMB 1.2.x's database structure does not handle tax rate changes properly.  A 
@@ -198,13 +198,10 @@
 accounts and in the system itself.  Please edit the pos.conf.pl and create 
 appropriate till accounts.
 
-Major Bugs Fixed in 1.2.20:
+Major Bugs Fixed in 1.2.21:
 ================================
-1) Whitespace handling in admin.pl was fixed that prevented some users from 
-granting certain permissions
+1)  Fixes made to typos in localized templates.  Should have read "cellpadding" 
+and read instead "callpadding" (Luke).
 
-2) Latvian CoA was converted to UTF-8 in order to provide proper consistency 
-with default db encodings.
-
-3) Credits and misc information not part of the stylesheet was commented out in ledgersmb-blue.css
-
+2)  AR/AP aging reports now work correctly and ignore payments made after the 
+date of the report.  Minor display issues on the reports were also corrected.


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