Your message dated Fri, 16 Oct 2009 10:22:35 +0000
with message-id <[email protected]>
and subject line Bug#440131: fixed in sql-ledger 2.8.25-1
has caused the Debian Bug report #440131,
regarding sql-ledger: Please allow website in addition to address/tel
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
440131: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440131
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sql-ledger
Version: 2.6.22-2
Severity: wishlist
Tags: patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

In this age, a comapny would surely want to include a website in
addition to an address and telephone number.  I have attached a trivial
patch that enables support for such a thing, including placing it on
invoices and the like.  There is a dpatch scriptlet to make it easy to
add to debian/patches, but also the standard patch which is suitable to
be forwarded to upstream.

Regards,

- -Roberto

- -- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG1h6x5SXWIKfIlGQRApYVAJwP3FYFZko+px1lQKzKwlztiUeaTgCeP/ON
x2jiIFv3UfgOxLCTlFCqjKc=
=a5YT
-----END PGP SIGNATURE-----

Attachment: 15company-website.dpatch
Description: application/shellscript

diff -uNr sql-ledger-2.6.22.orig/SL/User.pm sql-ledger-2.6.22/SL/User.pm
--- sql-ledger-2.6.22.orig/SL/User.pm   2006-09-09 18:50:23.000000000 -0400
+++ sql-ledger-2.6.22/SL/User.pm        2007-08-29 20:54:16.000000000 -0400
@@ -947,7 +947,7 @@
              dateformat dbconnect dbdriver dbhost dbname dboptions
             dbpasswd dbport dbuser email fax menuwidth name numberformat
             password printer sessionkey role sid signature stylesheet tel
-            templates timeout vclimit);
+            templates timeout vclimit website);
 
   @conf;
 
diff -uNr sql-ledger-2.6.22.orig/bin/lynx/admin.pl 
sql-ledger-2.6.22/bin/lynx/admin.pl
--- sql-ledger-2.6.22.orig/bin/lynx/admin.pl    2006-09-10 14:00:18.000000000 
-0400
+++ sql-ledger-2.6.22/bin/lynx/admin.pl 2007-08-29 21:00:28.000000000 -0400
@@ -536,6 +536,10 @@
          <th align=right>|.$locale->text('Address').qq|</th>
          <td><textarea name=address rows=4 
cols=35>$myconfig->{address}</textarea></td>
        </tr>
+       <tr>
+         <th align=right>|.$locale->text('Website').qq|</th>
+         <td><input name=website size=35 value="$myconfig{address}"</td>
+       </tr>
       </table>
     </td>
     <td>
diff -uNr sql-ledger-2.6.22.orig/bin/lynx/am.pl sql-ledger-2.6.22/bin/lynx/am.pl
--- sql-ledger-2.6.22.orig/bin/lynx/am.pl       2006-11-22 13:26:09.000000000 
-0500
+++ sql-ledger-2.6.22/bin/lynx/am.pl    2007-08-29 20:59:58.000000000 -0400
@@ -2109,6 +2109,10 @@
                <th align=right>|.$locale->text('Address').qq|</th>
                <td><textarea name=address rows=4 
cols=35>$myconfig{address}</textarea></td>
              </tr>
+             <tr>
+               <th align=right>|.$locale->text('Website').qq|</th>
+               <td><input name=website size=35 value="$myconfig{website}"></td>
+             </tr>
            </table>
          </td>
          <td>
diff -uNr sql-ledger-2.6.22.orig/bin/lynx/io.pl sql-ledger-2.6.22/bin/lynx/io.pl
--- sql-ledger-2.6.22.orig/bin/lynx/io.pl       2006-11-13 17:17:35.000000000 
-0500
+++ sql-ledger-2.6.22/bin/lynx/io.pl    2007-08-29 21:03:05.000000000 -0400
@@ -1372,12 +1372,12 @@
 
   push @a, ("${inv}number", "${inv}date", "${due}date");
   
-  for (qw(company address tel fax businessnumber)) { $form->{$_} = 
$myconfig{$_} }
+  for (qw(company address website tel fax businessnumber)) { $form->{$_} = 
$myconfig{$_} }
   $form->{address} =~ s/\\n/\n/g;
 
   for (qw(name email)) { $form->{"user$_"} = $myconfig{$_} }
 
-  push @a, qw(company address tel fax businessnumber username useremail);
+  push @a, qw(company address website tel fax businessnumber username 
useremail);
 
   for (qw(notes intnotes)) { $form->{$_} =~ s/^\s+//g }
   
diff -uNr sql-ledger-2.6.22.orig/bin/mozilla/admin.pl 
sql-ledger-2.6.22/bin/mozilla/admin.pl
--- sql-ledger-2.6.22.orig/bin/mozilla/admin.pl 2006-09-10 14:00:18.000000000 
-0400
+++ sql-ledger-2.6.22/bin/mozilla/admin.pl      2007-08-29 21:00:10.000000000 
-0400
@@ -536,6 +536,10 @@
          <th align=right>|.$locale->text('Address').qq|</th>
          <td><textarea name=address rows=4 
cols=35>$myconfig->{address}</textarea></td>
        </tr>
+       <tr>
+         <th align=right>|.$locale->text('Website').qq|</th>
+         <td><input name=website size=35 value="$myconfig{address}"</td>
+       </tr>
       </table>
     </td>
     <td>
diff -uNr sql-ledger-2.6.22.orig/bin/mozilla/am.pl 
sql-ledger-2.6.22/bin/mozilla/am.pl
--- sql-ledger-2.6.22.orig/bin/mozilla/am.pl    2006-11-22 13:26:09.000000000 
-0500
+++ sql-ledger-2.6.22/bin/mozilla/am.pl 2007-08-29 20:59:37.000000000 -0400
@@ -2109,6 +2109,10 @@
                <th align=right>|.$locale->text('Address').qq|</th>
                <td><textarea name=address rows=4 
cols=35>$myconfig{address}</textarea></td>
              </tr>
+             <tr>
+               <th align=right>|.$locale->text('Website').qq|</th>
+               <td><input name=website size=35 value="$myconfig{website}"></td>
+             </tr>
            </table>
          </td>
          <td>
diff -uNr sql-ledger-2.6.22.orig/bin/mozilla/io.pl 
sql-ledger-2.6.22/bin/mozilla/io.pl
--- sql-ledger-2.6.22.orig/bin/mozilla/io.pl    2006-11-13 17:17:35.000000000 
-0500
+++ sql-ledger-2.6.22/bin/mozilla/io.pl 2007-08-29 21:02:02.000000000 -0400
@@ -1372,12 +1372,12 @@
 
   push @a, ("${inv}number", "${inv}date", "${due}date");
   
-  for (qw(company address tel fax businessnumber)) { $form->{$_} = 
$myconfig{$_} }
+  for (qw(company address website tel fax businessnumber)) { $form->{$_} = 
$myconfig{$_} }
   $form->{address} =~ s/\\n/\n/g;
 
   for (qw(name email)) { $form->{"user$_"} = $myconfig{$_} }
 
-  push @a, qw(company address tel fax businessnumber username useremail);
+  push @a, qw(company address website tel fax businessnumber username 
useremail);
 
   for (qw(notes intnotes)) { $form->{$_} =~ s/^\s+//g }
   

--- End Message ---
--- Begin Message ---
Source: sql-ledger
Source-Version: 2.8.25-1

We believe that the bug you reported is fixed in the latest version of
sql-ledger, which is due to be installed in the Debian FTP archive:

sql-ledger_2.8.25-1.diff.gz
  to pool/main/s/sql-ledger/sql-ledger_2.8.25-1.diff.gz
sql-ledger_2.8.25-1.dsc
  to pool/main/s/sql-ledger/sql-ledger_2.8.25-1.dsc
sql-ledger_2.8.25-1_all.deb
  to pool/main/s/sql-ledger/sql-ledger_2.8.25-1_all.deb
sql-ledger_2.8.25.orig.tar.gz
  to pool/main/s/sql-ledger/sql-ledger_2.8.25.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Raphaël Hertzog <[email protected]> (supplier of updated sql-ledger package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 16 Oct 2009 10:06:36 +0200
Source: sql-ledger
Binary: sql-ledger
Architecture: source all
Version: 2.8.25-1
Distribution: unstable
Urgency: low
Maintainer: Raphaël Hertzog <[email protected]>
Changed-By: Raphaël Hertzog <[email protected]>
Description: 
 sql-ledger - A web based double-entry accounting program
Closes: 440131
Changes: 
 sql-ledger (2.8.25-1) unstable; urgency=low
 .
   * New upstream release:
     - added customer and vendor import function
     - added variables for remittance forms and reminder notices
     - added companyemail and companywebsite variables. Closes: #440131
     - fixed internal notes display for new transactions
     - added modulo calculation for spoolfiles
     - import payments with DCN for open and closed transactions
     - added message handling for admin locks
     - fixed emtpy line issue with template editor
   * Updated Standards-Version to 3.8.3 (no changes required).
   * Drop patch debian/patches/50fixes-perl-5.10 as it has been integrated
     upstream.
   * Fix my name in the Maintainer field.
   * Simplify further the rules file with dh 7 overrides.
   * Update the description to refer to README.Debian and enhance the
     README.Debian.
Checksums-Sha1: 
 0fab4bfa8bbafe24b040e5c626d6cc622a21b307 1590 sql-ledger_2.8.25-1.dsc
 e13485e1c4f8c3a7fab032b58b1965b3b04cc475 3534353 sql-ledger_2.8.25.orig.tar.gz
 eca5574a7869a3cf01b89219d5a5313036529737 14547 sql-ledger_2.8.25-1.diff.gz
 c30b652d4ce5d47fb4330db6edfab8027b3d083a 5487636 sql-ledger_2.8.25-1_all.deb
Checksums-Sha256: 
 e793224d0a3072465c7cad4d75ae0c7938459d77c366340811c17084c0397241 1590 
sql-ledger_2.8.25-1.dsc
 22040d699421f95c5d26ab2a335f5f7abecca6121048c028669bf19dd78a58e7 3534353 
sql-ledger_2.8.25.orig.tar.gz
 23d7e0ba02a85762edd6f2366dc7c9a1a4629af90fb15e430ecfadab8845e2a6 14547 
sql-ledger_2.8.25-1.diff.gz
 60122adc01827f0741912aadd6f2edbc27af4b7336cdb0d20f1a6e1949855451 5487636 
sql-ledger_2.8.25-1_all.deb
Files: 
 d4a0fcabe9e2e547af747d82edd33da7 1590 web optional sql-ledger_2.8.25-1.dsc
 03b8ae912f3e368be728f5f5f5e40a88 3534353 web optional 
sql-ledger_2.8.25.orig.tar.gz
 81db627a4cf31306907d581676468365 14547 web optional sql-ledger_2.8.25-1.diff.gz
 4c27fed8613cc4046e2ddfd822b48718 5487636 web optional 
sql-ledger_2.8.25-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Signed by Raphael Hertzog

iQEcBAEBCAAGBQJK2D2aAAoJEAOIHavrwpq5UjoIALf1Kjb9Y+kcjwnyebP0VBZc
/FXZUP4jtWJulSVcCFIxqF+qU31B6csrJ/Uj/qdmqDbYZMPSMAjCIYOrZmOyf1eM
Hm7LXAzNZm1zH+HdOPkTRD6BT1r5jvnc8T+q1GJUkcD7e1JUj6QCoe8BK3CZf1PI
7xKdGIdHi1nlPaivyW5m/JGneslenHWxvREr8fZWyZN0hWYhACogJK++WQRn/7iL
TE+MLL1wxqqkuN/3WDY4YPcf+xTo03bRDit2eadtxDz+uyUUWWMyjSkepxI3mgcN
ZihBRKkHyQ3wueiCXslXK0RdJq7b4Italmyj6RIDgRIyTgvT2qq2v7MlIHkgnxk=
=XMUO
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to