r37158 - in /branches/upstream/eekboek/current: Build.PL CHANGES EekBoek.spec META.yml inc/build_common.pl lib/EB.pm lib/EB/Booking/BKM.pm lib/EB/Main.pm lib/EB/Shell.pm lib/EB/Tools/Einde.pm lib/EB/examples/Userdefs.pm lib/EekBoek.pm

nhandler-guest at users.alioth.debian.org nhandler-guest at users.alioth.debian.org
Mon Jun 1 11:41:32 UTC 2009


Author: nhandler-guest
Date: Mon Jun  1 11:41:28 2009
New Revision: 37158

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37158
Log:
[svn-upgrade] Integrating new upstream version, eekboek (1.04.03)

Modified:
    branches/upstream/eekboek/current/Build.PL
    branches/upstream/eekboek/current/CHANGES
    branches/upstream/eekboek/current/EekBoek.spec
    branches/upstream/eekboek/current/META.yml
    branches/upstream/eekboek/current/inc/build_common.pl
    branches/upstream/eekboek/current/lib/EB.pm
    branches/upstream/eekboek/current/lib/EB/Booking/BKM.pm
    branches/upstream/eekboek/current/lib/EB/Main.pm
    branches/upstream/eekboek/current/lib/EB/Shell.pm
    branches/upstream/eekboek/current/lib/EB/Tools/Einde.pm
    branches/upstream/eekboek/current/lib/EB/examples/Userdefs.pm
    branches/upstream/eekboek/current/lib/EekBoek.pm

Modified: branches/upstream/eekboek/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/Build.PL?rev=37158&op=diff
==============================================================================
--- branches/upstream/eekboek/current/Build.PL (original)
+++ branches/upstream/eekboek/current/Build.PL Mon Jun  1 11:41:28 2009
@@ -2,8 +2,8 @@
 # Author          : Johan Vromans
 # Created On      : Thu Sep  1 17:28:26 2005
 # Last Modified By: Johan Vromans
-# Last Modified On: Tue Sep 23 19:51:22 2008
-# Update Count    : 115
+# Last Modified On: Fri Apr  3 12:13:53 2009
+# Update Count    : 116
 # Status          : Experimental
 
 # Ease the life of the CPAN testers.
@@ -72,7 +72,7 @@
    },
   );
 
-# Rerun to get the version right for provides => EeoBoek.
+# Rerun to get the version right for provides => EekBoek.
 $build = $class->new
   (
    module_name	       => $data->{distname},

Modified: branches/upstream/eekboek/current/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/CHANGES?rev=37158&op=diff
==============================================================================
--- branches/upstream/eekboek/current/CHANGES (original)
+++ branches/upstream/eekboek/current/CHANGES Mon Jun  1 11:41:28 2009
@@ -1,4 +1,8 @@
-??????
+1.04.03
+
+	* Consolidatie. Geen wijzigingen.
+
+1.04.02	2009-01-25 21:20
 
 	* Nieuwe voorbeeldmodule voor userdefs: examples/Kasveroop.pm .
 
@@ -12,7 +16,7 @@
 
 	* Fix probleem met Windows Vista.
 
-1.04	2008-08-30
+1.04	2008-08-30 10:53
 
 	* Versienummer aangepast.
 

Modified: branches/upstream/eekboek/current/EekBoek.spec
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/EekBoek.spec?rev=37158&op=diff
==============================================================================
--- branches/upstream/eekboek/current/EekBoek.spec (original)
+++ branches/upstream/eekboek/current/EekBoek.spec Mon Jun  1 11:41:28 2009
@@ -5,7 +5,7 @@
 # Package name, lowcase (eekboek)
 %define lcname eekboek
 # Package version
-%define pkgversion 1.04.02
+%define pkgversion 1.04.03
 # Suffix (-unstable, or empty)
 %define pkgsuffix %nil
 

Modified: branches/upstream/eekboek/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/META.yml?rev=37158&op=diff
==============================================================================
--- branches/upstream/eekboek/current/META.yml (original)
+++ branches/upstream/eekboek/current/META.yml Mon Jun  1 11:41:28 2009
@@ -1,6 +1,6 @@
 ---
 name: EekBoek
-version: 1.04.02
+version: 1.04.03
 author:
   - Johan Vromans (jvromans at squirrel.nl)
 abstract: Elementary Bookkeeping (for the Dutch/European market)
@@ -26,7 +26,7 @@
 provides:
   EekBoek:
     file: lib/EekBoek.pm
-    version: 1.04.02
+    version: 1.04.03
 generated_by: Module::Build version 0.28
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.2.html

Modified: branches/upstream/eekboek/current/inc/build_common.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/inc/build_common.pl?rev=37158&op=diff
==============================================================================
--- branches/upstream/eekboek/current/inc/build_common.pl (original)
+++ branches/upstream/eekboek/current/inc/build_common.pl Mon Jun  1 11:41:28 2009
@@ -1,5 +1,5 @@
 # build_common.inc -- Build file common info -*- perl -*-
-# RCS Info        : $Id: build_common.pl,v 1.20 2008/09/09 19:11:32 jv Exp $
+# RCS Info        : $Id: build_common.pl,v 1.21 2009/04/03 09:43:43 jv Exp $
 # Author          : Johan Vromans
 # Created On      : Thu Sep  1 17:28:26 2005
 # Last Modified By: Johan Vromans

Modified: branches/upstream/eekboek/current/lib/EB.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/lib/EB.pm?rev=37158&op=diff
==============================================================================
--- branches/upstream/eekboek/current/lib/EB.pm (original)
+++ branches/upstream/eekboek/current/lib/EB.pm Mon Jun  1 11:41:28 2009
@@ -1,7 +1,7 @@
 #! perl
 
 # EB.pm -- EekBoek Base module.
-# RCS Info        : $Id: EB.pm,v 1.86 2008/03/22 15:54:57 jv Exp $
+# RCS Info        : $Id: EB.pm,v 1.87 2009/04/03 09:41:55 jv Exp $
 # Author          : Johan Vromans
 # Created On      : Fri Sep 16 18:38:45 2005
 # Last Modified By: Johan Vromans
@@ -16,7 +16,7 @@
 
 package EB;
 
-our $VERSION = sprintf "%d.%03d", q$Revision: 1.86 $ =~ /(\d+)/g;
+our $VERSION = sprintf "%d.%03d", q$Revision: 1.87 $ =~ /(\d+)/g;
 
 use strict;
 use base qw(Exporter);

Modified: branches/upstream/eekboek/current/lib/EB/Booking/BKM.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/lib/EB/Booking/BKM.pm?rev=37158&op=diff
==============================================================================
--- branches/upstream/eekboek/current/lib/EB/Booking/BKM.pm (original)
+++ branches/upstream/eekboek/current/lib/EB/Booking/BKM.pm Mon Jun  1 11:41:28 2009
@@ -7,12 +7,12 @@
 
 package EB::Booking::BKM;
 
-# RCS Id	  : $Id: BKM.pm,v 1.71 2008/11/11 14:06:59 jv Exp $
+# RCS Id	  : $Id: BKM.pm,v 1.72 2009/04/03 10:10:11 jv Exp $
 # Author          : Johan Vromans
 # Created On      : Thu Jul  7 14:50:41 2005
 # Last Modified By: Johan Vromans
-# Last Modified On: Tue Nov 11 14:03:22 2008
-# Update Count    : 518
+# Last Modified On: Fri Apr  3 12:09:00 2009
+# Update Count    : 527
 # Status          : Unknown, Use with caution!
 
 ################ Common stuff ################
@@ -20,7 +20,7 @@
 use strict;
 use warnings;
 
-our $VERSION = sprintf "%d.%03d", q$Revision: 1.71 $ =~ /(\d+)/g;
+our $VERSION = sprintf "%d.%03d", q$Revision: 1.72 $ =~ /(\d+)/g;
 
 # Dagboek type 3: Bank
 # Dagboek type 4: Kas
@@ -344,6 +344,10 @@
 		$rel = $rr->[0];
 
 		# Zoek open posten.
+		my $ddd;
+		my $delta = $cfg->val(qw(strategy bkm_multi_delta), 0);
+		$delta = undef;	# disable for now.
+		$ddd = parse_date($dd, substr($begin, 0, 4), $delta) if $delta;
 		$sql = "SELECT bsk_open, bsk_nr, bsk_id, dbk_id, dbk_acc_id, bsk_desc, bsk_amount ".
 		  " FROM Boekstukken, Boekstukregels, Dagboeken" .
 		    " WHERE bsk_open != 0".
@@ -352,8 +356,10 @@
 			    "  AND bsr_bsk_id = bsk_id".
 			      "  AND bsr_rel_code = ?".
 				" AND bsr_nr = 1".
-				  " ORDER BY bsk_id";
-		@sql_args = ( $debcrd ? DBKTYPE_VERKOOP : DBKTYPE_INKOOP, $rel);
+				  ( $delta ? " AND bsr_date <= ?" : "" ).
+				    " ORDER BY bsk_id";
+		@sql_args = ( $debcrd ? DBKTYPE_VERKOOP : DBKTYPE_INKOOP,
+			      $rel, $delta ? $ddd : () );
 
 		# Resultset of candidates.
 		my $res = [];

Modified: branches/upstream/eekboek/current/lib/EB/Main.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/lib/EB/Main.pm?rev=37158&op=diff
==============================================================================
--- branches/upstream/eekboek/current/lib/EB/Main.pm (original)
+++ branches/upstream/eekboek/current/lib/EB/Main.pm Mon Jun  1 11:41:28 2009
@@ -1,6 +1,6 @@
 #! perl
 
-# RCS Id          : $Id: Main.pm,v 1.2 2008/02/07 14:36:17 jv Exp $
+# RCS Id          : $Id: Main.pm,v 1.3 2009/04/03 09:45:08 jv Exp $
 # Author          : Johan Vromans
 # Created On      : Thu Jul  7 15:53:48 2005
 # Last Modified By: Johan Vromans
@@ -20,7 +20,7 @@
 use strict;
 use warnings;
 
-our $VERSION = sprintf "%d.%03d", q$Revision: 1.2 $ =~ /(\d+)/g;
+our $VERSION = sprintf "%d.%03d", q$Revision: 1.3 $ =~ /(\d+)/g;
 
 use EekBoek;
 

Modified: branches/upstream/eekboek/current/lib/EB/Shell.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/lib/EB/Shell.pm?rev=37158&op=diff
==============================================================================
--- branches/upstream/eekboek/current/lib/EB/Shell.pm (original)
+++ branches/upstream/eekboek/current/lib/EB/Shell.pm Mon Jun  1 11:41:28 2009
@@ -10,7 +10,7 @@
 use strict;
 use warnings;
 
-our $VERSION = sprintf "%d.%03d", q$Revision: 1.109 $ =~ /(\d+)/g;
+our $VERSION = sprintf "%d.%03d", q$Revision: 1.110 $ =~ /(\d+)/g;
 
 use EB;
 

Modified: branches/upstream/eekboek/current/lib/EB/Tools/Einde.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/lib/EB/Tools/Einde.pm?rev=37158&op=diff
==============================================================================
--- branches/upstream/eekboek/current/lib/EB/Tools/Einde.pm (original)
+++ branches/upstream/eekboek/current/lib/EB/Tools/Einde.pm Mon Jun  1 11:41:28 2009
@@ -1,7 +1,7 @@
 #! perl
 
 # Einde.pm -- Eindejaarsverwerking
-# RCS Info        : $Id: Einde.pm,v 1.16 2008/02/07 12:30:04 jv Exp $
+# RCS Info        : $Id: Einde.pm,v 1.17 2009/04/03 09:46:26 jv Exp $
 # Author          : Johan Vromans
 # Created On      : Sun Oct 16 21:27:40 2005
 # Last Modified By: Johan Vromans
@@ -19,7 +19,7 @@
 use strict;
 use warnings;
 
-our $VERSION = sprintf "%d.%03d", q$Revision: 1.16 $ =~ /(\d+)/g;
+our $VERSION = sprintf "%d.%03d", q$Revision: 1.17 $ =~ /(\d+)/g;
 
 use EB;
 use EB::Format;

Modified: branches/upstream/eekboek/current/lib/EB/examples/Userdefs.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/lib/EB/examples/Userdefs.pm?rev=37158&op=diff
==============================================================================
--- branches/upstream/eekboek/current/lib/EB/examples/Userdefs.pm (original)
+++ branches/upstream/eekboek/current/lib/EB/examples/Userdefs.pm Mon Jun  1 11:41:28 2009
@@ -1,7 +1,7 @@
 #! perl
 
 # Userdefs.pm -- User definable stuff
-# RCS Info        : $Id: Userdefs.pm,v 1.3 2008/02/07 13:46:14 jv Exp $
+# RCS Info        : $Id: Userdefs.pm,v 1.4 2009/04/03 09:46:57 jv Exp $
 # Author          : Johan Vromans
 # Created On      : Thu Feb  7 14:28:50 2008
 # Last Modified By: Johan Vromans
@@ -14,7 +14,7 @@
 use strict;
 use warnings;
 
-our $VERSION = sprintf "%d.%03d", q$Revision: 1.3 $ =~ /(\d+)/g;
+our $VERSION = sprintf "%d.%03d", q$Revision: 1.4 $ =~ /(\d+)/g;
 
 use EB;
 

Modified: branches/upstream/eekboek/current/lib/EekBoek.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/lib/EekBoek.pm?rev=37158&op=diff
==============================================================================
--- branches/upstream/eekboek/current/lib/EekBoek.pm (original)
+++ branches/upstream/eekboek/current/lib/EekBoek.pm Mon Jun  1 11:41:28 2009
@@ -9,9 +9,9 @@
 # Minimal version to prevent many Unicode bugs.
 use 5.008003;
 
-my $RCS_Id = '$Id: EekBoek.pm,v 1.71 2009/01/25 19:39:22 jv Exp $ ';
+my $RCS_Id = '$Id: EekBoek.pm,v 1.72 2009/04/03 10:10:41 jv Exp $ ';
 our $PACKAGE = 'EekBoek';
-our $VERSION = '1.04.02';
+our $VERSION = '1.04.03';
 
 =head1 NAME
 
@@ -62,4 +62,4 @@
 
 1;
 
-# $Id: EekBoek.pm,v 1.71 2009/01/25 19:39:22 jv Exp $ 
+# $Id: EekBoek.pm,v 1.72 2009/04/03 10:10:41 jv Exp $ 




More information about the Pkg-perl-cvs-commits mailing list