Bug 8220 - Allow koc uploads to go to process queue instead of being applied directly.
authorKyle M Hall <kyle@bywatersolutions.com>
Sat, 9 Jun 2012 15:07:39 +0000 (11:07 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 22 Mar 2013 00:35:37 +0000 (20:35 -0400)
commit7224e47dfe433d94f19b14eade1abee5f5d5c964
treed5a1a78d1e376feeb9cc2b39855cc783b10dc9ee
parent0fe805b5432a3cebd46ec917f1aa768b3a941fa4
Bug 8220 - Allow koc uploads to go to process queue instead of being applied directly.

The primary advantage to the Firefox offline cirulation plugin when compared
to the offline circulation desktop application, is the ability to add offline
circulation actions to a queue so that multiple machines running offline
circ can have their circ actions combined and ordered chronologically before
being executed. This commit adds the ability to put actions from uploaded
KOC files into this queue. In this way, both the FF plugina and the desktop
application can be run side by side with no ill effects.

Signed-off-by: Bob Birchall <bob@calyx.net.au>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/Circulation.pm
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt
koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/enqueue_koc.tt [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt
koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt
offline_circ/enqueue_koc.pl [new file with mode: 0755]
offline_circ/list.pl