From 158033a4b58944212c5290aa82caa8687b678354 Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Mon, 29 Oct 2007 16:45:11 -0500 Subject: [PATCH] adding sample data Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- installer/data/en/optional/sample_budgets.sql | 2 ++ installer/data/en/optional/sample_budgets.txt | 1 + installer/data/en/optional/sample_holidays.sql | 4 ++++ installer/data/en/optional/sample_holidays.txt | 4 ++++ installer/data/en/optional/sample_news.sql | 2 ++ installer/data/en/optional/sample_news.txt | 1 + installer/data/en/optional/sample_notices.sql | 4 ++++ installer/data/en/optional/sample_notices.txt | 1 + 8 files changed, 19 insertions(+) create mode 100644 installer/data/en/optional/sample_budgets.sql create mode 100644 installer/data/en/optional/sample_budgets.txt create mode 100644 installer/data/en/optional/sample_holidays.sql create mode 100644 installer/data/en/optional/sample_holidays.txt create mode 100644 installer/data/en/optional/sample_news.sql create mode 100644 installer/data/en/optional/sample_news.txt create mode 100644 installer/data/en/optional/sample_notices.sql create mode 100644 installer/data/en/optional/sample_notices.txt diff --git a/installer/data/en/optional/sample_budgets.sql b/installer/data/en/optional/sample_budgets.sql new file mode 100644 index 0000000000..195fe19015 --- /dev/null +++ b/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,''); diff --git a/installer/data/en/optional/sample_budgets.txt b/installer/data/en/optional/sample_budgets.txt new file mode 100644 index 0000000000..de87938b8e --- /dev/null +++ b/installer/data/en/optional/sample_budgets.txt @@ -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 index 0000000000..e323317ce9 --- /dev/null +++ b/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'); diff --git a/installer/data/en/optional/sample_holidays.txt b/installer/data/en/optional/sample_holidays.txt new file mode 100644 index 0000000000..dacc9b3d38 --- /dev/null +++ b/installer/data/en/optional/sample_holidays.txt @@ -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 index 0000000000..6f6ae286f0 --- /dev/null +++ b/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\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 index 0000000000..cc1e3e6313 --- /dev/null +++ b/installer/data/en/optional/sample_news.txt @@ -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 index 0000000000..2a59000fe7 --- /dev/null +++ b/installer/data/en/optional/sample_notices.sql @@ -0,0 +1,4 @@ +INSERT INTO `letter` VALUES +('circulation','ODUE','Overdue Notice','Item Overdue','Dear <> <>,\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<><><><><><><>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<> by <>'), +('claimacquisition','ACQCLAIM','Acquisition Claim','Item Not Received','<>\r\n<>\r\n<>\r\n<>\r\n<>\r\n<>\r\n\r\nOrdernumber <> (<>) (<> ordered) ($<> each) has not been received.'), +('serial','RLIST','Routing List','Serial is now available','<> <>,\r\n\r\nThe following issue is now available:\r\n\r\n<>\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 index 0000000000..82e2ff84d6 --- /dev/null +++ b/installer/data/en/optional/sample_notices.txt @@ -0,0 +1 @@ +Sample Notices -- 2.39.2