Bug 11916 - Borrower Imports Refactor/Rewrite
Summary: Borrower Imports Refactor/Rewrite
Status: RESOLVED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: Tools (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Martin Renvoize
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-10 10:58 UTC by Martin Renvoize
Modified: 2024-02-13 11:59 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Renvoize 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 2024-02-13 11:59:45 UTC
I abandoned this refactor a long time ago now.