[Koha-patches] [PATCH] Deleted old sample budget sql-data for Ukrainian and Russian

Serhij Dubyk {Сергій Дубик} serhijdubyk at gmail.com
Thu Dec 16 00:49:51 CET 2010


---
 .../mysql/ru-RU/optional/acqusion_book_funds.sql   |   12 ------------
 .../mysql/ru-RU/optional/acqusion_book_funds.txt   |    1 -
 .../mysql/uk-UA/optional/acqusion_book_funds.sql   |   12 ------------
 .../mysql/uk-UA/optional/acqusion_book_funds.txt   |    1 -
 4 files changed, 0 insertions(+), 26 deletions(-)
 delete mode 100644 installer/data/mysql/ru-RU/optional/acqusion_book_funds.sql
 delete mode 100644 installer/data/mysql/ru-RU/optional/acqusion_book_funds.txt
 delete mode 100644 installer/data/mysql/uk-UA/optional/acqusion_book_funds.sql
 delete mode 100644 installer/data/mysql/uk-UA/optional/acqusion_book_funds.txt

diff --git a/installer/data/mysql/ru-RU/optional/acqusion_book_funds.sql b/installer/data/mysql/ru-RU/optional/acqusion_book_funds.sql
deleted file mode 100644
index 00c67b1..0000000
--- a/installer/data/mysql/ru-RU/optional/acqusion_book_funds.sql
+++ /dev/null
@@ -1,12 +0,0 @@
-TRUNCATE aqbookfund;
-INSERT INTO `aqbookfund` (`bookfundid`, `bookfundname`, `bookfundgroup`, `branchcode`) VALUES ('CHILD','Детские материалы',NULL,'STL');
-INSERT INTO `aqbookfund` (`bookfundid`, `bookfundname`, `bookfundgroup`, `branchcode`) VALUES ('DISK','Электронные носители',NULL,'STL');
-INSERT INTO `aqbookfund` (`bookfundid`, `bookfundname`, `bookfundgroup`, `branchcode`) VALUES ('GEN','Общий пакет',NULL,'STL');
-INSERT INTO `aqbookfund` (`bookfundid`, `bookfundname`, `bookfundgroup`, `branchcode`) VALUES ('REF','Справочные материалы',NULL,'STL');
-
-TRUNCATE aqbudget;
-INSERT INTO `aqbudget` (`bookfundid`, `startdate`, `enddate`, `budgetamount`, `aqbudgetid`, `branchcode`) VALUES ('CHILD','2008-01-01','2008-12-31','5000.00',1,'');
-INSERT INTO `aqbudget` (`bookfundid`, `startdate`, `enddate`, `budgetamount`, `aqbudgetid`, `branchcode`) VALUES ('GEN','2008-01-01','2008-12-31','20000.00',2,'STL');
-INSERT INTO `aqbudget` (`bookfundid`, `startdate`, `enddate`, `budgetamount`, `aqbudgetid`, `branchcode`) VALUES ('REF','2008-01-01','2008-12-31','5000.00',3,'STL');
-INSERT INTO `aqbudget` (`bookfundid`, `startdate`, `enddate`, `budgetamount`, `aqbudgetid`, `branchcode`) VALUES ('GEN','2008-01-01','2008-12-31','10000.00',4,'STL');
-INSERT INTO `aqbudget` (`bookfundid`, `startdate`, `enddate`, `budgetamount`, `aqbudgetid`, `branchcode`) VALUES ('DISK','2008-02-01','2008-07-25','2000.00',5,'STL');
diff --git a/installer/data/mysql/ru-RU/optional/acqusion_book_funds.txt b/installer/data/mysql/ru-RU/optional/acqusion_book_funds.txt
deleted file mode 100644
index 62bfacc..0000000
--- a/installer/data/mysql/ru-RU/optional/acqusion_book_funds.txt
+++ /dev/null
@@ -1 +0,0 @@
-Статьи расходов.
diff --git a/installer/data/mysql/uk-UA/optional/acqusion_book_funds.sql b/installer/data/mysql/uk-UA/optional/acqusion_book_funds.sql
deleted file mode 100644
index 7132c83..0000000
--- a/installer/data/mysql/uk-UA/optional/acqusion_book_funds.sql
+++ /dev/null
@@ -1,12 +0,0 @@
-TRUNCATE aqbookfund;
-INSERT INTO `aqbookfund` (`bookfundid`, `bookfundname`, `bookfundgroup`, `branchcode`) VALUES ('CHILD','Дитячі матеріали',NULL,'STL');
-INSERT INTO `aqbookfund` (`bookfundid`, `bookfundname`, `bookfundgroup`, `branchcode`) VALUES ('DISK','Електронні носії',NULL,'STL');
-INSERT INTO `aqbookfund` (`bookfundid`, `bookfundname`, `bookfundgroup`, `branchcode`) VALUES ('GEN','Загальний пакет',NULL,'STL');
-INSERT INTO `aqbookfund` (`bookfundid`, `bookfundname`, `bookfundgroup`, `branchcode`) VALUES ('REF','Довідкові матеріали',NULL,'STL');
-
-TRUNCATE aqbudget;
-INSERT INTO `aqbudget` (`bookfundid`, `startdate`, `enddate`, `budgetamount`, `aqbudgetid`, `branchcode`) VALUES ('CHILD','2008-01-01','2008-12-31','5000.00',1,'');
-INSERT INTO `aqbudget` (`bookfundid`, `startdate`, `enddate`, `budgetamount`, `aqbudgetid`, `branchcode`) VALUES ('GEN','2008-01-01','2008-12-31','20000.00',2,'STL');
-INSERT INTO `aqbudget` (`bookfundid`, `startdate`, `enddate`, `budgetamount`, `aqbudgetid`, `branchcode`) VALUES ('REF','2008-01-01','2008-12-31','5000.00',3,'STL');
-INSERT INTO `aqbudget` (`bookfundid`, `startdate`, `enddate`, `budgetamount`, `aqbudgetid`, `branchcode`) VALUES ('GEN','2008-01-01','2008-12-31','10000.00',4,'STL');
-INSERT INTO `aqbudget` (`bookfundid`, `startdate`, `enddate`, `budgetamount`, `aqbudgetid`, `branchcode`) VALUES ('DISK','2008-02-01','2008-07-25','2000.00',5,'STL');
diff --git a/installer/data/mysql/uk-UA/optional/acqusion_book_funds.txt b/installer/data/mysql/uk-UA/optional/acqusion_book_funds.txt
deleted file mode 100644
index 7b27807..0000000
--- a/installer/data/mysql/uk-UA/optional/acqusion_book_funds.txt
+++ /dev/null
@@ -1 +0,0 @@
-Зразок статей витрат.
-- 
1.7.2.3



More information about the Koha-patches mailing list