[Koha] member flag confuse

paul POULAIN paul.poulain at free.fr
Wed Jul 30 02:01:12 NZST 2003


rahayu rms wrote:

> Hi,
>
> I am confused on how to determine level for user acess?For example
> V1000001-member flag ->circulate
> V1000002-member flag ->borrow
>
> When I checked in borrowers table, it shows
>
> Cardnumber   Flags
> V1000001        2->what does it mean?
> V1000002        128->what does it mean?
> If flags in borrowers table is null, does it mean the person can acess 
> all librarian function? 

it's binary.
128 => 01000000
It means that the 1st of 7 digit is allowed.  See userflag table :
bit 7 means => borrow ! you've got it :-)

-- 
Paul POULAIN
Consultant indépendant en logiciels libres
responsable francophone de koha (SIGB libre http://www.koha-fr.org)






More information about the Koha mailing list