[Koha-bugs] [Bug 8376] Command line utility for exporting borrowers

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 24 17:56:52 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8376

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Pushed to Master
                 CC|                            |paul.poulain at biblibre.com
            Version|master                      |rel_3_10

--- Comment #7 from Paul Poulain <paul.poulain at biblibre.com> ---
QA comment:

passes perlcritic

(In reply to comment #6)
> It would be great to specify a list of borrowernumber (or cardnumber) to
> export (with a file given in parameter for example).

Other possible enhancements :
 * provide the separator in a parameter
 * add a WHERE clause to filter, for example, on a given zipcode, categorycode,
email,...


Another comment: we don't have a coding guideline for that, but I think we
should:
the help should be in POD, like what we have, for example, in:
misc/maintenance/touch_all_biblios.pl

use Pod::Usage;
sub usage {
    pod2usage( -verbose => 2 );
    exit;
}

i'll send a mail to koha-devel to propose this rule.

Patch pushed, though

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list