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? 2. How many books for each person can borrow defend on category of user.Can Koha determine how many book for each borrower can borrow automatically? I am using koha v1.2.3 on windows. Thanks _________________________________________________________________ Using a handphone prepaid card? Reload your credit online! http://www.msn.com.my/reloadredir/default.asp
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)
participants (2)
-
paul POULAIN -
rahayu rms