Koha/C4/Members
Jonathan Druart 5e2001a6f8 Bug 7955: Statistics tab for Patron checkouts
This patch adds a new 'statistics' tab in the Patron module.
For a borrower, this tab contains a table with:
- number of checkout for today
- number of checkin for today
- "precedent state", the number of checkouts the patron had yesterday on
  its library card
- "actual state", the number of checkouts on the borrower card at the current date

A new syspref (StatisticsFields) contains a list of fields (separated by
pipe (|) on which the table results is based. The default value is
location|itype|ccode

Signed-off-by: Mathilde Formery <mathilde.formery@ville-nimes.fr>
2012-06-20 21:16:50 +02:00
..
Attributes.pm Bug 7941 : Fix version numbers in modules 2012-06-11 17:29:38 +02:00
AttributeTypes.pm Bug 7941 : Fix version numbers in modules 2012-06-11 17:29:38 +02:00
Messaging.pm Bug 7941 : Fix version numbers in modules 2012-06-11 17:29:38 +02:00
Statistics.pm Bug 7955: Statistics tab for Patron checkouts 2012-06-20 21:16:50 +02:00