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
On Wed, 2002-06-19 at 13:15, 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
Ok, to get the acquisitions looking the same, you need to edit an entry in the systempreferences table. If you jump into the koha database and run update systempreferences set value='simple' where variable='acquisitions'; Then your acquisitions should look the same. I suspect you are running the complex acquisitions system at the moment. Which does ordering, and budgets .. and is perhaps overkill for what you need. So switching to simple acquisitions might be the best bet. Im not sure about the circulation.pl one tho .. could you send a screen shot? Chris PS you may also be able to change the systempreferences from within the /admin/ area, but I think there is a bug there at present -- Chris Cormack chris@katipo.co.nz Programmer 025 500 579 Katipo Communications www.katipo.co.nz
I've noticed that in the default koha database you create from koha.mysql in the source, there is no entries in systempreferences I went in an added the variable 'acquisitions' with the value 'simple' and its worked for me. (I used webmin, which I love dearly!) Do you have a list of all the system preferences available? Its not important, I can wait for the bug fix :-) Chris Cormack wrote:
On Wed, 2002-06-19 at 13:15, 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
Ok, to get the acquisitions looking the same, you need to edit an entry in the systempreferences table.
If you jump into the koha database and run
update systempreferences set value='simple' where variable='acquisitions';
Then your acquisitions should look the same. I suspect you are running the complex acquisitions system at the moment. Which does ordering, and budgets .. and is perhaps overkill for what you need. So switching to simple acquisitions might be the best bet.
Im not sure about the circulation.pl one tho .. could you send a screen shot?
Chris
PS you may also be able to change the systempreferences from within the /admin/ area, but I think there is a bug there at present
-- #!~ CJ Lynce - Systems Specialist #!~ Twinsburg Public Library #!~ cjlynce@twinsburg.lib.oh.us #!~ v.330.425.4268x19 f.330.425.3622 #!~ http://www.twinsburg.lib.oh.us
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@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (5)
-
Chris Cormack -
CJ Lynce -
Md. Aftabuddin -
paul POULAIN -
Pete Dubler