[Koha] CLARIFICATION re adding books question

Md. Aftabuddin aftab at cubmb.ernet.in
Wed Jun 19 23:50:35 NZST 2002


1. If you jump into the koha database and run

insert into systempreferences values('acquisitions','simple');

then you will get the acquisition screen.

circulation has lots of problems :
2. find out if you have circulation-bottom.inc ,  missing? get it.
3. insert tow "/" in the file cgi-bin/koha/circ/circulation.pl
<area shape="poly" alt="Circulation"
coords="319,26,314,12,303,7,324,2,350,2,374,11,383,19,386,29"
href="/cgi-bin/koha/circ/circulation.pl"
onMouseOver="if(document.images)document.menu.src='/images/cat-crc.gif'"
onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">


<area shape="poly" alt="Home"
coords="373,7,399,0,422,0,443,9,455,19,457,27,389,27,381,11,372,8,373,8,373,8,372,6"
href="/"
onMouseOver="if(document.images)document.menu.src='/images/cat-hom.gif'"
onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
4. circulation-top.inc has one extra line comment it
function focusinput() {
    document.forms[0].elements[0].select();
    document.forms[0].elements[0].focus();
    //document.forms[0].elements[0].focus();
}
 
5. insert one record in the branches table in the
database 
6. insert one record in the printers table ( any thing you like)

Md. Aftabuddin

On Tue, 18 Jun 2002, Pete Dubler wrote:

> CLARIFICATION:  my acquisition and circulation screens don't look
> anything at all like those at:
> 
> http://hlt.katipo.co.nz/cgi-bin/koha/circ/circulation.pl
> or
> http://hlt.katipo.co.nz/cgi-bin/koha/acqui.simple/addbooks.pl
> 
> 
> How could I be so far off???
> 
> Thanks again,
> 
> Pete
> 
> 
> 
> 
> Things are finally looking pretty rosey in that koha and opac are
> running.
> 
> Now I can't seem to find anything in all of these links in koha that
> allow me to add members or books.
> The docs in the doc directory show the librarians manual as something to
> 
> be worked on in the future...
> 
> I have all of the scripts in the koha/cgi directory, what am I missing
> here????
> 
> groveling again...  just a little push in the right direction please...
> 
> Thanks,
> 
> Pete Dubler
> Ridgeview Classical Schools
> Fort Collins, Colorado, USA
> 
> 
> 
> _______________________________________________
> Koha mailing list
> Koha at lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
> 




More information about the Koha mailing list