|
Hi
I am facing more problems in working with NEWGENLIB
1. When Issuing a book its taking todays date as due date. after updating circulation previliges also same problems continues
2. Unable to delete catalogue which one transactioned at present available copy.
unable to paste below query in the SQL tab as it is not editable
Please open Pgadmin3, select newgenlib database. Click on SQL button, paste below query and execute it. Once the table is created, its done. You can now delete catalogue records
CREATE TABLE cataloguerecordfulltextindex
(
fulltext char(1),
cataloguerecordid integer NOT NULL,
owner_library_id integer NOT NULL,
CONSTRAINT pk_cataloguerecordfulltextindex PRIMARY KEY (cataloguerecordid, owner_library_id)
);
3. Unable to Delete patron also
4. If the user proceeds to renew it show "ELIGIBLE FOR RENEW" and its showing the same date
5. In OPAC "MESSAGES FROM LIBRARY'. messages is there in that but text is not there inside the messages
Can anybody resolve my problems
|