Browse Source

adding sample data

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Joshua Ferraro 17 years ago
parent
commit
158033a4b5
  1. 2
      installer/data/en/optional/sample_budgets.sql
  2. 1
      installer/data/en/optional/sample_budgets.txt
  3. 4
      installer/data/en/optional/sample_holidays.sql
  4. 4
      installer/data/en/optional/sample_holidays.txt
  5. 2
      installer/data/en/optional/sample_news.sql
  6. 1
      installer/data/en/optional/sample_news.txt
  7. 4
      installer/data/en/optional/sample_notices.sql
  8. 1
      installer/data/en/optional/sample_notices.txt

2
installer/data/en/optional/sample_budgets.sql

@ -0,0 +1,2 @@
INSERT INTO `aqbudget` VALUES ('CHILD','2007-01-01','2007-12-31','5000.00',1,''),('GEN','2007-01-01','2007-12-31','20000.00',2,''),('REF','2007-01-01','2007-12-31','5000.00',3,'');
INSERT INTO `aqbookfund` VALUES ('CHILD','Children\'s Materials',NULL,''),('GEN','General Stacks',NULL,''),('REF','Reference Materials',NULL,'');

1
installer/data/en/optional/sample_budgets.txt

@ -0,0 +1 @@
Sample Budgets and Funds

4
installer/data/en/optional/sample_holidays.sql

@ -0,0 +1,4 @@
INSERT INTO `repeatable_holidays` VALUES
(2,'',0,NULL,NULL,'','Sundays'),
(3,'',NULL,1,1,'','New Year\'s Day'),
(4,'',NULL,25,12,'','Christmas');

4
installer/data/en/optional/sample_holidays.txt

@ -0,0 +1,4 @@
Sample Holidays:
Sundays
Christmas
New Year's

2
installer/data/en/optional/sample_news.sql

@ -0,0 +1,2 @@
INSERT INTO `opac_news` VALUES (1,'Welcome to Koha','Welcome to Koha. Koha is a full-featured open-source ILS. Developed initially in New Zealand by Katipo Communications Ltd and first deployed in January of 2000 for Horowhenua Library Trust, Koha is currently maintained by a team of software providers and library technology staff from around the globe.','koha','2007-10-29 05:25:58','2099-01-10',1),
(2,'What\'s Next?','Now that you\'ve installed Koha, what\'s next? Here are some suggestions:\r\n<ul>\r\n<li><a href=\"http://kohadocs.org\">Read Koha Documentation</a></li>\r\n<li><a href=\"http://wiki.koha.org\">Read/Write to the Koha Wiki</a></li>\r\n<li><a href=\"http://koha.org/community/mailing-lists.html\">Read and Contribute to Discussions</a></li>\r\n<li><a href=\"http://bugs.koha.org\">Report Koha Bugs</a></li>\r\n<li><a href=\"http://wiki.koha.org/doku.php?id=en:development:git_usage\">Submit Patches to Koha using Git (Version Control System)</a></li>\r\n<li><a href=\"http://koha.org/community/irc.html\">Chat with Koha users and developers</a></li>\r\n</ul>\r\n','koha','2007-10-29 05:34:45','2099-01-10',2);

1
installer/data/en/optional/sample_news.txt

@ -0,0 +1 @@
Sample News Items

4
installer/data/en/optional/sample_notices.sql

@ -0,0 +1,4 @@
INSERT INTO `letter` VALUES
('circulation','ODUE','Overdue Notice','Item Overdue','Dear <<borrowers.firstname>> <<borrowers.surname>>,\r\n\r\nAccording to our current records, you have items that are overdue.Your library does not charge late fines, but please return orrenew them as soon as possible.\r\n\r\n<<branches.branchname>><<branches.branchaddress1>><<branches.branchaddress2>><<branches.branchaddress3>><<branches.branchphone>><<branches.branchfax>><<branches.branchemail>>If you have registered a password with the library, you may use it withyour library card number to renew online. If an item becomes more than 30 days overdue, you will be unable to use your library card until the item is returned. The following item is currently overdue:\r\n\r\n<<biblio.title>> by <<biblio.author>>'),
('claimacquisition','ACQCLAIM','Acquisition Claim','Item Not Received','<<aqbooksellers.name>>\r\n<<aqbooksellers.address1>>\r\n<<aqbooksellers.address2>>\r\n<<aqbooksellers.address3>>\r\n<<aqbooksellers.address4>>\r\n<<aqbooksellers.phone>>\r\n\r\nOrdernumber <<aqorders.ordernumber>> (<<aqorders.title>>) (<<aqorders.quantity>> ordered) ($<<aqorders.listprice>> each) has not been received.'),
('serial','RLIST','Routing List','Serial is now available','<<borrowers.firstname>> <<borrowers.title>>,\r\n\r\nThe following issue is now available:\r\n\r\n<<biblio.title>>\r\n\r\nPlease pick it up at your convenience.');

1
installer/data/en/optional/sample_notices.txt

@ -0,0 +1 @@
Sample Notices
Loading…
Cancel
Save