Bug 5877 : Offline circulation improvements : upload all files, apply at once
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 2 Mar 2012 16:49:35 +0000 (17:49 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 2 Mar 2012 16:49:35 +0000 (17:49 +0100)
commite07b36dd901aa55d41d1a7367fcffcbc2f147c41
treeaa458bb4815015e51e857ee761f953c902928979
parentb94586bec12049c3df6d3694f30155e2bf50e846
Bug 5877 : Offline circulation improvements : upload all files, apply at once

Offline circ : You now can upload all offline files from the Firefox extension.
Once all circ desks have uploaded the file, the librarian can apply all of them, sorted by date.
This avoid the problem of someone issuing an item on desk A, returning it on desk B.
Before this improvement, if desk B uploaded the file before A, the return was applied before the issue,
resulting in the items reamining issued.

Signed-off-by: Sophie Meynieux <sophie.meynieux@biblibre.com>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
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/list.tt [new file with mode: 0644]
offline_circ/list.pl [new file with mode: 0755]
offline_circ/process.pl [new file with mode: 0755]
offline_circ/service.pl [new file with mode: 0755]