Bug 11916

Summary: Borrower Imports Refactor/Rewrite
Product: Koha Reporter: Martin Renvoize (ashimema) <martin.renvoize>
Component: ToolsAssignee: Martin Renvoize (ashimema) <martin.renvoize>
Status: CLOSED WONTFIX QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: black23, magnus
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5242
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6252
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5153
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8291
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2705
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12106
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Martin Renvoize (ashimema) 2014-03-10 10:58:13 UTC
The borrower imports script driving the staff client import tool has a large number of bugs attached to it to add features.

I propose a refactor to aid in this work.

I have been working on a brach to factor out the import code into a module, and add a new command line script under misc to enable regular background user imports.

The git branch is available here: https://github.com/mrenvoize/Koha/tree/borrowerImports

It is very much a work in progress, though allot of the base code is written.
Comment 1 Martin Renvoize (ashimema) 2024-02-13 11:59:45 UTC
I abandoned this refactor a long time ago now.