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

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



Revision: 6173
          http://sourceforge.net/p/ledger-smb/code/6173
Author:   einhverfr
Date:     2013-10-23 13:59:48 +0000 (Wed, 23 Oct 2013)
Log Message:
-----------
Series code complete.  Ready to backport

Modified Paths:
--------------
    trunk/Changelog
    trunk/LedgerSMB/Scripts/configuration.pm

Modified: trunk/Changelog
===================================================================
--- trunk/Changelog	2013-10-23 13:53:58 UTC (rev 6172)
+++ trunk/Changelog	2013-10-23 13:59:48 UTC (rev 6173)
@@ -21,6 +21,12 @@
 Enhancing data integrity
 * No longer allow NULL amounts in acc_trans (Chris T)
 
+Control Code Series System (Chris T)
+* Covers invoices, orders, transactions, parts, and business units
+* Have many different series for the same field (i.e. several series of 
+   partnumbers
+* Each can set whether it overrides user input.
+
 Installation/Upgrade
 * PostgreSQL contrib dependencies removed, now require Pg 8.4 (Chris T)
 * LaTeX format detection now run-time call, not configured (Chris T)

Modified: trunk/LedgerSMB/Scripts/configuration.pm
===================================================================
--- trunk/LedgerSMB/Scripts/configuration.pm	2013-10-23 13:53:58 UTC (rev 6172)
+++ trunk/LedgerSMB/Scripts/configuration.pm	2013-10-23 13:59:48 UTC (rev 6173)
@@ -254,6 +254,13 @@
         $request->{setting_keys} = $subset->{items} 
              if $subset->{title} eq $locale->text('Next in Sequence');
     }
+    my $count = 0;
+    for my $item (@{$request->{setting_keys}}){
+        for my $blacklist (qw(customernumber vendornumber employeenumber)){
+            delete $request->{setting_keys}->[$count] if $item->{name} eq $blacklist;
+        }
+    ++$count;
+    }
     LedgerSMB::Template->new_UI(
         user => $LedgerSMB::App_State::User, 
         locale => $locale,

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


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits