Have tried that
But there was a problem
After placing
SELECT l.action, count(l.timestamp) AS 'bibs'
FROM action_logs l
LEFT JOIN borrowers p ON (p.borrowernumber=l.user)
WHERE module='CATALOGUING'
AND date(l.timestamp) BETWEEN <> AND <>
AND l.info!='item' AND user=<>
GROUP BY l.action
install perl module inc::Module::Install
On 28 Feb 2014 18:18, wrote:
> Send Koha mailing list submissions to
> koha@lists.katipo.co.nz
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.katipo.co.nz/mailman/listinfo/koha
> or, via email, send a message
Marc VĂ©ron schreef op vr 28-02-2014 om 08:05 [+0100]:
> As far as I'm aware of the main task of the database user is to create
> user accounts (superlibrarians). Are there other tasks inside the
> staff
> client that should / must be done by the database user?
> Maybe we could turn off _all_ but s
I suspect that this has to do with some missing entry in some table of the
Koha mysql database. The question is: which one? Any hint?
In Koha 3.14, new permissions have been introduced (with respect to the
much older release I was using). Therefore, after some intuition, trial
and error, I sol
4 matches
Mail list logo