Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences
Kyle M Hall 82275fa2db Bug 11703 - Convert checkouts table to ajax datatable
When a patron has many checked out items, circulation.pl can take a very
long time to load ( on the order of minutes in some cases ). This is
primarily due to the processing of the previous checkouts list. If we
convert to this table to a datatable that fetches its data via ajax, we
can make circulation.pl far more responsive. The same should be done
with relative's checkouts as well.

Test Plan:
1) Apply this patch
2) Observe that the checkouts and relatives' checkouts tables
   are now loaded asynchronously
3) Observe and verify the renew and return actions are now
   ajax based and function in a manner equivilent to how they
   used to.

This bug had quite a few followups, so I squashed all of them into one
change so that code is easier to follow. Original commit messages are below:

Bug 11703 - Use the ajax datatables on patron details page

Bug 11703 - Convert holds tables to ajax datatables

Bug 11703 [QA Followup 1] - Center bProcessing message over table

Bug 11703 [QA Followup 2] - Remove icons from checkout and clear buttons

Bug 11703 [QA Followup 3] - Remove references to UseTablesortForCirc

Bug 11703 [QA Followup 4] - Add back in Today's checkouts/Previous checkouts rows

Bug 11703 [QA Followup 5]

Bug 11703 [QA Followup 6] - Move strings to an include file for translation purposes

Bug 11703 [QA Followup 7] - Fix issues spotted by koha-qa.pl

Bug 11703 [QA Followup 8] - Speed up api/checkouts.pl as much as possible

Bug 11703 [QA Followup 9] - Move scripts from api directory to svc directory

Bug 11703 [QA Followup 10] - Fix errors caused by rebase

Bug 11703 [QA Followup 11] - Prevent multiple fetchs from ajax source

Bug 11703 [QA Followup 12] - Fix problem detected by koha-qa.pl

Bug 11703 [QA Followup 13] - Removed uneccessary data from renewal box during renewal

Bug 11703 [QA Followup 14] - Fix table column span

Signed-off-by: Dobrica Pavlinusic <dpavlin@rot13.org>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Passes all tests and QA script.
Test plan on bug report:
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11703#c98

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>

Signed-off-by: Christopher Brannon <cbrannon@cdalibrary.org>
2014-07-03 11:22:10 -03:00
..
acquisitions.pref Bug 3050 - Add an option to upload scanned invoices #3/3 2014-05-25 21:14:53 +00:00
admin.pref Bug 10080 - Change system pref IndependantBranches to IndependentBranches 2013-05-22 07:58:23 -07:00
authorities.pref Bug 11611: Rephrase description and examples of 5 MARC related sysprefs 2014-02-20 19:08:11 +00:00
cataloguing.pref Bug 10330 - Rename system preference authoritysep to AuthoritySeperator 2014-05-23 13:26:48 +00:00
circulation.pref Bug 11703 - Convert checkouts table to ajax datatable 2014-07-03 11:22:10 -03:00
enhanced_content.pref Bug 10320 - Integrate OverDrive search into OPAC 2013-09-08 07:00:40 +00:00
i18n_l10n.pref Bug 9014 - Add time due to slips 2013-03-21 11:07:42 -04:00
local_use.pref
logs.pref Bug 9293 - action_logs not tracking payments 2013-03-11 17:59:17 -04:00
opac.pref Bug 11169: Display acquisition details in the OPAC 2014-06-15 11:12:24 -03:00
patrons.pref Bug 6739: make it possible to block expired patrons from OPAC actions 2014-05-05 01:49:05 +00:00
searching.pref Bug 10862: (follow-up) fix a couple of issues 2014-05-05 03:07:23 +00:00
serials.pref Bug 1662: Is there a difference between Full and Simplified for Serials History 2012-04-03 18:07:07 +02:00
staff_client.pref Bug 9044: Provide item selection in record detail page (staff client) 2013-10-31 05:29:35 +00:00
tools.pref Bug 12190: fold the "Creators" system preference tab into "Tools" 2014-05-23 13:09:51 +00:00
web_services.pref Bug 10818: improve display and translatability of sysprefs OAI-PMH:ConfFile's description 2014-04-04 15:37:26 +00:00