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

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



Revision: 94
          http://svn.sourceforge.net/ledger-smb/?rev=94&view=rev
Author:   einhverfr
Date:     2006-09-14 21:21:33 -0700 (Thu, 14 Sep 2006)

Log Message:
-----------
Disabled editing sub-assemblies for the time being.  Note that this only
disables editing them when directed from the assembly menu, not individually.

We ought to look for a more graceful way of handling as we go forward.

Modified Paths:
--------------
    trunk/Changelog
    trunk/bin/mozilla/ic.pl

Modified: trunk/Changelog
===================================================================
--- trunk/Changelog	2006-09-14 15:51:03 UTC (rev 93)
+++ trunk/Changelog	2006-09-15 04:21:33 UTC (rev 94)
@@ -1,14 +1,20 @@
 Changelog for LedgerSMB 1.1.0
 
+Database
+* Primary Key added to acc_trans table
+* DB Updates now use one transaction per update file.
+* FLOAT datatypes removed from database
 * Links between admin and login pages
+* Protection against duplicate transaction id's.
+
+Security
 * One is required to change the admin password when it is blank (on first login etc).
+
+Usability
 * Utility included for near-real-time parts short email notifications.
-* DB Updates now use one transaction per update file.
 * Fixed Lynx support
 * Batch printing now available for checks
 * Warnings are printed when check stub is truncated
-* Protection against duplicate transaction id's.
-* FLOAT datatypes removed from database
 * Sales Data Report added
 * SL2LS.pl now dies if it cannot open the files with instructions on how to proceed manually
 

Modified: trunk/bin/mozilla/ic.pl
===================================================================
--- trunk/bin/mozilla/ic.pl	2006-09-14 15:51:03 UTC (rev 93)
+++ trunk/bin/mozilla/ic.pl	2006-09-15 04:21:33 UTC (rev 94)
@@ -767,6 +767,7 @@
 	$button{'Delete'} = { ndx => 16, key => 'D', value => $locale->text('Delete') };
       }
     }
+    %button = () if $form->{isassemblyitem} && $form->{item} eq 'assembly';
     
     for (sort { $button{$a}->{ndx} <=> $button{$b}->{ndx} } keys %button) { $form->print_button(\%button, $_) }
     


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