adding sample data
authorJoshua Ferraro <jmf@liblime.com>
Mon, 29 Oct 2007 21:45:11 +0000 (16:45 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 29 Oct 2007 21:47:55 +0000 (16:47 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
installer/data/en/optional/sample_budgets.sql [new file with mode: 0644]
installer/data/en/optional/sample_budgets.txt [new file with mode: 0644]
installer/data/en/optional/sample_holidays.sql [new file with mode: 0644]
installer/data/en/optional/sample_holidays.txt [new file with mode: 0644]
installer/data/en/optional/sample_news.sql [new file with mode: 0644]
installer/data/en/optional/sample_news.txt [new file with mode: 0644]
installer/data/en/optional/sample_notices.sql [new file with mode: 0644]
installer/data/en/optional/sample_notices.txt [new file with mode: 0644]

diff --git a/installer/data/en/optional/sample_budgets.sql b/installer/data/en/optional/sample_budgets.sql
new file mode 100644 (file)
index 0000000..195fe19
--- /dev/null
@@ -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,'');
diff --git a/installer/data/en/optional/sample_budgets.txt b/installer/data/en/optional/sample_budgets.txt
new file mode 100644 (file)
index 0000000..de87938
--- /dev/null
@@ -0,0 +1 @@
+Sample Budgets and Funds
diff --git a/installer/data/en/optional/sample_holidays.sql b/installer/data/en/optional/sample_holidays.sql
new file mode 100644 (file)
index 0000000..e323317
--- /dev/null
@@ -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');
diff --git a/installer/data/en/optional/sample_holidays.txt b/installer/data/en/optional/sample_holidays.txt
new file mode 100644 (file)
index 0000000..dacc9b3
--- /dev/null
@@ -0,0 +1,4 @@
+Sample Holidays:
+       Sundays
+       Christmas
+       New Year's
diff --git a/installer/data/en/optional/sample_news.sql b/installer/data/en/optional/sample_news.sql
new file mode 100644 (file)
index 0000000..6f6ae28
--- /dev/null
@@ -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);
diff --git a/installer/data/en/optional/sample_news.txt b/installer/data/en/optional/sample_news.txt
new file mode 100644 (file)
index 0000000..cc1e3e6
--- /dev/null
@@ -0,0 +1 @@
+Sample News Items
diff --git a/installer/data/en/optional/sample_notices.sql b/installer/data/en/optional/sample_notices.sql
new file mode 100644 (file)
index 0000000..2a59000
--- /dev/null
@@ -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.');
diff --git a/installer/data/en/optional/sample_notices.txt b/installer/data/en/optional/sample_notices.txt
new file mode 100644 (file)
index 0000000..82e2ff8
--- /dev/null
@@ -0,0 +1 @@
+Sample Notices