batch import rework -- implement stage-commit-undo for batch import
authorGalen Charlton <galen.charlton@liblime.com>
Mon, 29 Oct 2007 21:45:14 +0000 (16:45 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 29 Oct 2007 21:47:59 +0000 (16:47 -0500)
commit853aa657ba1891d804d0c8fbe9059317f2949fff
treefe5fbeeabef0f080952e1f8675aa2460401d38f8
parent2e0798336711ddbf7ca5e35766686d34ea01db68
batch import rework -- implement stage-commit-undo for batch import

Revamps the import options on the tools menu to have two parts:

[1] Staging (load file into reservoir)
[2] Managing (review the list of staged batches, then
    choose to commit or undo a given batch.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
12 files changed:
C4/Breeding.pm
C4/ImportBatch.pm
koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc
koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/import.tmpl [deleted file]
koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/stage-marc-import.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/tools/import.tmpl [deleted file]
koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tmpl
tools/import.pl [deleted file]
tools/manage-marc-import.pl [new file with mode: 0755]
tools/stage-marc-import.pl [new file with mode: 0755]