Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences
Alex Arnaud 07db379676 Bug 11926: Render community koha statistic usages
Goals:
- Collecting Koha usage statistics
- Rendering stats on a community website
- Having a big bicture of how koha is used

3 parts in the project:
- this patch in koha
- hea-ws which collects data
- hea-app which renders data

Installation:
1/ Fill systempreferences:
UsageStatsLastUpdateTime UsageStatsID UsageStatsShare UsageStatsLibraryName
2/ Setup a cron in your crontab (ex: at 3:00 every first of the month):
0 3 1 * * export KOHA_CONF=/home/koha/etc/koha-conf.xml; export PERL5LIB=/home/koha/src; perl /home/koha/src/C4/UsageStats.pm

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
2014-10-22 15:17:00 -03:00
..
acquisitions.pref Bug 12557: DB changes - Add the AcqItemSetSubfieldsWhenReceiptIsCancelled pref 2014-09-09 10:09:58 -03:00
admin.pref Bug 11926: Render community koha statistic usages 2014-10-22 15:17:00 -03: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 11577 : Fixing a tiny typo 2014-09-17 19:23:31 -03:00
enhanced_content.pref
i18n_l10n.pref Bug 13104 - Changing date or time format on a production server will create duplicate fines! 2014-10-22 14:30:52 -03:00
local_use.pref
logs.pref
opac.pref Bug 12296: make search box customisable with OpacCustomSearch 2014-10-18 10:44:45 -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
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