-- SENAYAN 3.0 stable 9 -- Senayan SQL Database upgrade script ALTER TABLE `biblio` ADD `promoted` SMALLINT(1) NOT NULL AFTER `opac_hide`; ALTER TABLE `biblio` CHANGE `opac_hide` `opac_hide` SMALLINT(1) NULL DEFAULT '0'; ALTER TABLE `biblio` ADD INDEX `biblio_flag_idx` (`opac_hide`,`promoted`); -- new content table CREATE TABLE IF NOT EXISTS `content` ( `content_id` int(11) NOT NULL auto_increment, `content_title` varchar(255) collate utf8_unicode_ci NOT NULL, `content_desc` text collate utf8_unicode_ci NOT NULL, `content_path` varchar(20) collate utf8_unicode_ci NOT NULL, `input_date` datetime NOT NULL, `last_update` datetime NOT NULL, PRIMARY KEY (`content_id`), KEY `content_path` (`content_path`), FULLTEXT KEY `content_title` (`content_title`), FULLTEXT KEY `content_desc` (`content_desc`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1; -- default content for Content table INSERT INTO `content` (`content_id`, `content_title`, `content_desc`, `content_path`, `input_date`, `last_update`) VALUES (1, 'Library Information', '

Contact Information

\r\n

Address :
Jenderal Sudirman Road, Senayan, Jakarta, Indonesia - Postal Code : 10270
Phone Number :
(021) 5711144
Fax Number :
(021) 5711144

\r\n

Opening Hours

\r\n

Monday - Friday :
Open : 08.00 AM
Break : 12.00 - 13.00 PM
Close : 20.00 PM
Saturday :
Open : 08.00 AM
Break : 12.00 - 13.00 PM
Close : 17.00 PM

\r\n

Collections

\r\n

We have many types of collections in our library, range from Fictions to Sciences Material, from printed material to digital collections such CD-ROM, CD, VCD and DVD. We also collect daily serials publications such as newspaper and also monthly serials such as magazines.

\r\n

Library Membership

\r\n

To be able to loan our library collections, you must first become library member. There is terms and conditions that you must obey.

', 'libinfo', '2009-03-27 08:31:53', '2009-03-27 20:51:39'), (2, 'Help On Usage', '

Searching

\r\n

There is 2 method available on searching library catalog. The first one is SIMPLE SEARCH, which is the simplest method on searching catalog, you just enter any keyword, either it contained in document titles, authors name or subjects. You can supply more than one keywords in Simple Search method and it will expanding your search results.

\r\n

 

\r\n

ADVANCED SEARCH, lets you define keywords in more specific fields. If you want your keywords only contained in title field, then type your keyword in Title field and the system will scope it search only on Title field, not in other fields. Location field lets you narrowing search results by specific location, so only collection that exists in selected location get fetched by system.

', 'help', '2009-03-27 20:53:28', '2009-03-27 20:53:28'), (3, 'Welcome To Admin Page', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
Bibliography
\r\nThe Bibliography module lets you manage your library bibliographical data. It also include collection items management to manage a copies of your library collection so it can be used in library circulation.
\r\n
Circulation
\r\nThe Circulation module is used for doing library circulation transaction such as collection loans and return. In this module you can also create loan rules that will be used in loan transaction proccess.
\r\n
Membership
\r\nThe Membership module lets you manage library members such adding, updating and also removing. You can also manage membership type in this module.

\r\n
Stock Take
\r\nThe Stock Take module is the easy way to do Stock Opname for your library collections. Follow several steps that ease your pain in Stock Opname proccess.

\r\n
Master File
\r\nThe Master File modules lets you manage referential data that will be used by another modules. It include Authority File management such as Authority, Subject/Topic List, GMD and other data.
\r\n
System
\r\nThe System module is used to configure application globally.
\r\n
Reporting
\r\n

Reporting lets you view various type of reports regardings membership data, circulation data and bibliographic data. All compiled on-the-fly from current library database.

\r\n
  
', 'adminhome', '2009-03-27 21:30:54', '2009-03-27 21:48:52'), (4, 'Homepage Info', '

Welcome To Senayan Library''s Online Public Access Catalog (OPAC). Use OPAC to search collection in our library.

', 'headerinfo', '2009-03-31 16:30:59', '2009-03-31 17:09:23');