View | Details | Raw Unified | Return to bug 21651
Collapse All | Expand All

(-)a/installer/data/mysql/de-DE/mandatory/message_transport_types.txt (-2 lines)
Lines 1-2 Link Here
1
Definiert die unterstützten Transportarten für Benachrichtigungen
2
(Email, SMS, ...)
(-)a/installer/data/mysql/de-DE/mandatory/sample_notices_message_attributes.sql (-8 lines)
Lines 1-8 Link Here
1
insert into `message_attributes`
2
(`message_attribute_id`, message_name, `takes_days`)
3
values
4
(1, 'Item_Due', 0),
5
(2, 'Advance_Notice', 1),
6
(4, 'Hold_Filled', 0),
7
(5, 'Item_Check_in', 0),
8
(6, 'Item_Checkout', 0);
(-)a/installer/data/mysql/de-DE/mandatory/sample_notices_message_attributes.txt (-2 lines)
Lines 1-2 Link Here
1
Definiert Benachrichtigungsoptionen für Fälligkeits-, Erinnerungs- und
2
Vormerkbenachrichtigungen.
(-)a/installer/data/mysql/de-DE/mandatory/sample_notices_message_transports.txt (-2 lines)
Lines 1-2 Link Here
1
Definiert Versandarten u.a. für Fälligkeits-, Erinnerungs-,
2
und Vormerkbenachrichtigungen per Email und SMS.
(-)a/installer/data/mysql/en/mandatory/message_transport_types.sql (-7 lines)
Lines 1-7 Link Here
1
INSERT INTO message_transport_types
2
(message_transport_type)
3
values
4
('email'),
5
('print'),
6
('sms'),
7
('phone');
(-)a/installer/data/mysql/en/mandatory/message_transport_types.txt (-2 lines)
Lines 1-2 Link Here
1
Defines default message transports for email and sms.
2
(-)a/installer/data/mysql/en/mandatory/sample_notices_message_attributes.txt (-1 lines)
Line 1 Link Here
1
Defines default messages for the enhanced messaging configuration.
(-)a/installer/data/mysql/en/mandatory/sample_notices_message_transports.txt (-2 lines)
Lines 1-2 Link Here
1
Defines default message transports for sending item due messages and
2
advance notice messages through email and SMS.
(-)a/installer/data/mysql/es-ES/mandatory/message_transport_types.sql (-7 lines)
Lines 1-7 Link Here
1
INSERT INTO message_transport_types
2
(message_transport_type)
3
values
4
('email'),
5
('print'),
6
('sms'),
7
('phone');
(-)a/installer/data/mysql/es-ES/mandatory/message_transport_types.txt (-1 lines)
Line 1 Link Here
1
Medios de envio de notificaciones por email y SMS predeterminados.
(-)a/installer/data/mysql/es-ES/mandatory/sample_notices_message_attributes.sql (-9 lines)
Lines 1-9 Link Here
1
insert into `message_attributes`
2
(`message_attribute_id`, message_name, `takes_days`)
3
values
4
(1, 'Item_Due', 0),
5
(2, 'Advance_Notice', 1),
6
(4, 'Hold_Filled', 0),
7
(5, 'Item_Check_in', 0),
8
(6, 'Item_Checkout', 0);
9
(-)a/installer/data/mysql/es-ES/mandatory/sample_notices_message_attributes.txt (-1 lines)
Line 1 Link Here
1
Mensajes predeterminados para fechas de vencimiento, anuncios en general, y eventos de la biblioteca.
(-)a/installer/data/mysql/es-ES/mandatory/sample_notices_message_transports.sql (-17 lines)
Lines 1-17 Link Here
1
insert into `message_transports`
2
(`message_attribute_id`, `message_transport_type`, `is_digest`, `letter_module`, `letter_code`)
3
values
4
(1, 'email', 0, 'circulation', 'DUE'),
5
(1, 'email', 1, 'circulation', 'DUEDGST'),
6
(2, 'email', 0, 'circulation', 'PREDUE'),
7
(2, 'email', 1, 'circulation', 'PREDUEDGST'),
8
(4, 'email', 0, 'reserves',    'HOLD'),
9
(1, 'sms',   0, 'circulation', 'DUE'),
10
(1, 'sms',   1, 'circulation', 'DUEDGST'),
11
(2, 'sms',   0, 'circulation', 'PREDUE'),
12
(2, 'sms',   1, 'circulation', 'PREDUEDGST'),
13
(4, 'sms',   0, 'reserves',    'HOLD'),
14
(5, 'email', 0, 'circulation', 'CHECKIN'),
15
(5, 'sms',   0, 'circulation', 'CHECKIN'),
16
(6, 'email', 0, 'circulation', 'CHECKOUT'),
17
(6, 'sms',   0, 'circulation', 'CHECKOUT');
(-)a/installer/data/mysql/es-ES/mandatory/sample_notices_message_transports.txt (-2 lines)
Lines 1-2 Link Here
1
Define los medios de envío de avisos de vencimiento, cercanía de fechas
2
importantes y avisos de eventos de la biblioteca a través de email o SMS.
(-)a/installer/data/mysql/fr-CA/obligatoire/message_transport_types.sql (-8 lines)
Lines 1-8 Link Here
1
INSERT INTO message_transport_types
2
(message_transport_type)
3
values
4
('print'),
5
('email'),
6
('sms'),
7
('feed'),
8
('phone');
(-)a/installer/data/mysql/fr-CA/obligatoire/message_transport_types.txt (-1 lines)
Line 1 Link Here
1
Liste des types de transport possibles pour les messages (courriel, sms, impression, flux et téléphone).
(-)a/installer/data/mysql/fr-CA/obligatoire/sample_notices_message_attributes.sql (-8 lines)
Lines 1-8 Link Here
1
insert into `message_attributes`
2
(`message_attribute_id`, message_name, `takes_days`)
3
values
4
(1, 'Item_Due', 0),
5
(2, 'Advance_Notice', 1),
6
(4, 'Hold_Filled', 0),
7
(5, 'Item_Check_in', 0),
8
(6, 'Item_Checkout', 0);
(-)a/installer/data/mysql/fr-CA/obligatoire/sample_notices_message_attributes.txt (-1 lines)
Line 1 Link Here
1
Définit les messages par défaut pour les documents en retard, les notifications et les évènements de la bibliothèque à venir.
(-)a/installer/data/mysql/fr-CA/obligatoire/sample_notices_message_transports.sql (-17 lines)
Lines 1-17 Link Here
1
insert into `message_transports`
2
(`message_attribute_id`, `message_transport_type`, `is_digest`, `letter_module`, `letter_code`)
3
values
4
(1, 'email', 0, 'circulation', 'DUE'),
5
(1, 'email', 1, 'circulation', 'DUEDGST'),
6
(2, 'email', 0, 'circulation', 'PREDUE'),
7
(2, 'email', 1, 'circulation', 'PREDUEDGST'),
8
(4, 'email', 0, 'reserves',    'HOLD'),
9
(1, 'sms',   0, 'circulation', 'DUE'),
10
(1, 'sms',   1, 'circulation', 'DUEDGST'),
11
(2, 'sms',   0, 'circulation', 'PREDUE'),
12
(2, 'sms',   1, 'circulation', 'PREDUEDGST'),
13
(4, 'sms',   0, 'reserves',    'HOLD'),
14
(5, 'email', 0, 'circulation', 'CHECKIN'),
15
(5, 'sms',   0, 'circulation', 'CHECKIN'),
16
(6, 'email', 0, 'circulation', 'CHECKOUT'),
17
(6, 'sms',   0, 'circulation', 'CHECKOUT');
(-)a/installer/data/mysql/fr-CA/obligatoire/sample_notices_message_transports.txt (-1 lines)
Line 1 Link Here
1
Définit les moyens de transport pour envoyer les notifications et les messages de courtoisies.
(-)a/installer/data/mysql/fr-FR/1-Obligatoire/message_transport_types.sql (-7 lines)
Lines 1-7 Link Here
1
INSERT INTO message_transport_types
2
(message_transport_type)
3
values
4
('print'),
5
('email'),
6
('sms'),
7
('phone');
(-)a/installer/data/mysql/fr-FR/1-Obligatoire/message_transport_types.txt (-2 lines)
Lines 1-2 Link Here
1
defines default message tranports for email, and sms.
2
(-)a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices_message_attributes.sql (-9 lines)
Lines 1-9 Link Here
1
insert into `message_attributes`
2
(`message_attribute_id`, message_name, `takes_days`)
3
values
4
(1, 'Item_Due', 0),
5
(2, 'Advance_Notice', 1),
6
(4, 'Hold_Filled', 0),
7
(5, 'Item_Check_in', 0),
8
(6, 'Item_Checkout', 0);
9
(-)a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices_message_attributes.txt (-3 lines)
Lines 1-3 Link Here
1
Définit les messages par défaut pour les documents en retard, les notifications et les évènements de la bibliothèque à venir.
2
3
(-)a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices_message_transports.sql (-17 lines)
Lines 1-17 Link Here
1
insert into `message_transports`
2
(`message_attribute_id`, `message_transport_type`, `is_digest`, `letter_module`, `letter_code`)
3
values
4
(1, 'email', 0, 'circulation', 'DUE'),
5
(1, 'email', 1, 'circulation', 'DUEDGST'),
6
(2, 'email', 0, 'circulation', 'PREDUE'),
7
(2, 'email', 1, 'circulation', 'PREDUEDGST'),
8
(4, 'email', 0, 'reserves',    'HOLD'),
9
(1, 'sms',   0, 'circulation', 'DUE'),
10
(1, 'sms',   1, 'circulation', 'DUEDGST'),
11
(2, 'sms',   0, 'circulation', 'PREDUE'),
12
(2, 'sms',   1, 'circulation', 'PREDUEDGST'),
13
(4, 'sms',   0, 'reserves',    'HOLD'),
14
(5, 'email', 0, 'circulation', 'CHECKIN'),
15
(5, 'sms',   0, 'circulation', 'CHECKIN'),
16
(6, 'email', 0, 'circulation', 'CHECKOUT'),
17
(6, 'sms',   0, 'circulation', 'CHECKOUT');
(-)a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices_message_transports.txt (-1 lines)
Line 1 Link Here
1
Définit les moyens de transport pour envoyer les messages par email ou SMS.
(-)a/installer/data/mysql/it-IT/necessari/message_transport_types.sql (-11 lines)
Lines 1-11 Link Here
1
SET FOREIGN_KEY_CHECKS=0;
2
3
INSERT INTO message_transport_types
4
(message_transport_type)
5
values
6
('email'),
7
('print'),
8
('sms'),
9
('phone');
10
11
SET FOREIGN_KEY_CHECKS=1;
(-)a/installer/data/mysql/it-IT/necessari/message_transport_types.txt (-2 lines)
Lines 1-2 Link Here
1
Definisce come avviene di il trasporto del messaggio, se via
2
email, stampa, sms, feed rss.
(-)a/installer/data/mysql/it-IT/necessari/sample_notices_message_attributes.sql (-11 lines)
Lines 1-11 Link Here
1
SET FOREIGN_KEY_CHECKS=0;
2
3
insert into `message_attributes`
4
(`message_attribute_id`, message_name, `takes_days`)
5
values
6
(1, 'Item_Due', 0),
7
(2, 'Advance_Notice', 1),
8
(4, 'Hold_Filled', 0),
9
(5, 'Item_Check_in', 0),
10
(6, 'Item_Checkout', 0);
11
SET FOREIGN_KEY_CHECKS=1;
(-)a/installer/data/mysql/it-IT/necessari/sample_notices_message_attributes.txt (-2 lines)
Lines 1-2 Link Here
1
Definisce i messaggi di default per le copie scadute, gli avvisi e gli eventi in arrivo.
2
(-)a/installer/data/mysql/it-IT/necessari/sample_notices_message_transports.sql (-23 lines)
Lines 1-23 Link Here
1
SET FOREIGN_KEY_CHECKS=0;
2
3
insert into `message_transports`
4
(`message_attribute_id`, `message_transport_type`, `is_digest`, `letter_module`, `letter_code`)
5
values
6
(1, 'email', 0, 'circulation', 'DUE'),
7
(1, 'email', 1, 'circulation', 'DUEDGST'),
8
(2, 'email', 0, 'circulation', 'PREDUE'),
9
(2, 'email', 1, 'circulation', 'PREDUEDGST'),
10
(3, 'email', 0, 'circulation', 'EVENT'),
11
(4, 'email', 0, 'reserves',    'HOLD'),
12
(1, 'sms',   0, 'circulation', 'DUE'),
13
(1, 'sms',   1, 'circulation', 'DUEDGST'),
14
(2, 'sms',   0, 'circulation', 'PREDUE'),
15
(2, 'sms',   1, 'circulation', 'PREDUEDGST'),
16
(3, 'sms',   0, 'circulation', 'EVENT'),
17
(4, 'sms',   0, 'reserves',    'HOLD'),
18
(5, 'email', 0, 'circulation', 'CHECKIN'),
19
(5, 'sms',   0, 'circulation', 'CHECKIN'),
20
(6, 'email', 0, 'circulation', 'CHECKOUT'),
21
(6, 'sms',   0, 'circulation', 'CHECKOUT');
22
23
SET FOREIGN_KEY_CHECKS=1;
(-)a/installer/data/mysql/it-IT/necessari/sample_notices_message_transports.txt (-1 lines)
Line 1 Link Here
1
Definisce i metodi di trasporto di default dei messaggi, via e-mail o SMS.
(-)a/installer/data/mysql/nb-NO/1-Obligatorisk/message_transport_types.sql (-28 lines)
Lines 1-28 Link Here
1
-- 
2
-- Default classification sources and filing rules
3
-- for Koha.
4
--
5
-- Copyright (C) 2011 Magnus Enger Libriotech
6
--
7
-- This file is part of Koha.
8
--
9
-- Koha is free software; you can redistribute it and/or modify it under the
10
-- terms of the GNU General Public License as published by the Free Software
11
-- Foundation; either version 2 of the License, or (at your option) any later
12
-- version.
13
-- 
14
-- Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
-- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
-- A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
-- 
18
-- You should have received a copy of the GNU General Public License along
19
-- with Koha; if not, write to the Free Software Foundation, Inc.,
20
-- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
22
INSERT INTO message_transport_types
23
(message_transport_type)
24
values
25
('email'),
26
('print'),
27
('sms'),
28
('phone');
(-)a/installer/data/mysql/nb-NO/1-Obligatorisk/message_transport_types.txt (-1 lines)
Line 1 Link Here
1
Definerer standard meldingsveier for e-post, brev, nyhetsstrømmer og SMS.
(-)a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices_message_attributes.sql (-9 lines)
Lines 1-9 Link Here
1
insert into `message_attributes`
2
(`message_attribute_id`, message_name, `takes_days`)
3
values
4
(1, 'Item_Due', 0),
5
(2, 'Advance_Notice', 1),
6
(4, 'Hold_Filled', 0),
7
(5, 'Item_Check_in', 0),
8
(6, 'Item_Checkout', 0);
9
(-)a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices_message_attributes.txt (-1 lines)
Line 1 Link Here
1
Definerer standard meldinger for purringer og varslinger. 
(-)a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices_message_transports.sql (-17 lines)
Lines 1-17 Link Here
1
insert into `message_transports`
2
(`message_attribute_id`, `message_transport_type`, `is_digest`, `letter_module`, `letter_code`)
3
values
4
(1, 'email', 0, 'circulation', 'DUE'),
5
(1, 'email', 1, 'circulation', 'DUEDGST'),
6
(2, 'email', 0, 'circulation', 'PREDUE'),
7
(2, 'email', 1, 'circulation', 'PREDUEDGST'),
8
(4, 'email', 0, 'reserves',    'HOLD'),
9
(1, 'sms',   0, 'circulation', 'DUE'),
10
(1, 'sms',   1, 'circulation', 'DUEDGST'),
11
(2, 'sms',   0, 'circulation', 'PREDUE'),
12
(2, 'sms',   1, 'circulation', 'PREDUEDGST'),
13
(4, 'sms',   0, 'reserves',    'HOLD'),
14
(5, 'email', 0, 'circulation', 'CHECKIN'),
15
(5, 'sms',   0, 'circulation', 'CHECKIN'),
16
(6, 'email', 0, 'circulation', 'CHECKOUT'),
17
(6, 'sms',   0, 'circulation', 'CHECKOUT');
(-)a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices_message_transports.txt (-1 lines)
Line 1 Link Here
1
Definerer standard meldingsmåter for utsending av purringer og varslinger, via SMS og E-post. 
(-)a/installer/data/mysql/pl-PL/mandatory/message_transport_types.sql (-7 lines)
Lines 1-7 Link Here
1
INSERT INTO message_transport_types
2
(message_transport_type)
3
values
4
('email'),
5
('print'),
6
('sms'),
7
('phone');
(-)a/installer/data/mysql/pl-PL/mandatory/message_transport_types.txt (-1 lines)
Line 1 Link Here
1
Określa domyślne typy transportu wiadomości.
(-)a/installer/data/mysql/pl-PL/mandatory/sample_notices_message_attributes.sql (-9 lines)
Lines 1-9 Link Here
1
insert into `message_attributes`
2
(`message_attribute_id`, message_name, `takes_days`)
3
values
4
(1, 'Item_Due', 0),
5
(2, 'Advance_Notice', 1),
6
(4, 'Hold_Filled', 0),
7
(5, 'Item_Check_in', 0),
8
(6, 'Item_Checkout', 0);
9
(-)a/installer/data/mysql/pl-PL/mandatory/sample_notices_message_attributes.txt (-1 lines)
Line 1 Link Here
1
Określa domyślne typy powiadomień o wypożyczeniach, zwrotach, przetrzymaniach i nadchodzących wydarzeniach.
(-)a/installer/data/mysql/pl-PL/mandatory/sample_notices_message_transports.sql (-17 lines)
Lines 1-17 Link Here
1
insert into `message_transports`
2
(`message_attribute_id`, `message_transport_type`, `is_digest`, `letter_module`, `letter_code`)
3
values
4
(1, 'email', 0, 'circulation', 'DUE'),
5
(1, 'email', 1, 'circulation', 'DUEDGST'),
6
(2, 'email', 0, 'circulation', 'PREDUE'),
7
(2, 'email', 1, 'circulation', 'PREDUEDGST'),
8
(4, 'email', 0, 'reserves',    'HOLD'),
9
(1, 'sms',   0, 'circulation', 'DUE'),
10
(1, 'sms',   1, 'circulation', 'DUEDGST'),
11
(2, 'sms',   0, 'circulation', 'PREDUE'),
12
(2, 'sms',   1, 'circulation', 'PREDUEDGST'),
13
(4, 'sms',   0, 'reserves',    'HOLD'),
14
(5, 'email', 0, 'circulation', 'CHECKIN'),
15
(5, 'sms',   0, 'circulation', 'CHECKIN'),
16
(6, 'email', 0, 'circulation', 'CHECKOUT'),
17
(6, 'sms',   0, 'circulation', 'CHECKOUT');
(-)a/installer/data/mysql/pl-PL/mandatory/sample_notices_message_transports.txt (-1 lines)
Line 1 Link Here
1
Określa domyślne transporty wiadomości o przetrzymaniach, zaawansowanych powiadomień i informacji o wydarzeniach dla emaila i sms.
(-)a/installer/data/mysql/ru-RU/mandatory/message_transport_types.sql (-9 lines)
Lines 1-9 Link Here
1
TRUNCATE message_transport_types;
2
3
INSERT INTO message_transport_types
4
(message_transport_type)
5
values
6
('email'),
7
('print'),
8
('sms'),
9
('phone');
(-)a/installer/data/mysql/ru-RU/mandatory/message_transport_types.txt (-2 lines)
Lines 1-2 Link Here
1
Определяет типовые способы сообщений с помощью электронной почты и SMS.
2
(-)a/installer/data/mysql/ru-RU/mandatory/sample_notices_message_attributes.sql (-11 lines)
Lines 1-11 Link Here
1
truncate message_attributes;
2
3
insert into `message_attributes`
4
(`message_attribute_id`, message_name, `takes_days`)
5
values
6
(1, 'Item_Due',                    0),
7
(2, 'Advance_Notice',              1),
8
(4, 'Hold_Filled',                 0),
9
(5, 'Item_Check_in',               0),
10
(6, 'Item_Checkout',               0);
11
(-)a/installer/data/mysql/ru-RU/mandatory/sample_notices_message_attributes.txt (-1 lines)
Line 1 Link Here
1
Определения сообщений по умолчанию для задолженных экземпляров, заблаговременных уведомлений и будущих библиотечных событий.
(-)a/installer/data/mysql/ru-RU/mandatory/sample_notices_message_transports.sql (-18 lines)
Lines 1-18 Link Here
1
truncate message_transports;
2
3
insert into `message_transports`
4
(`message_attribute_id`, `message_transport_type`, `is_digest`, `letter_module`, `letter_code`)
5
values
6
(1, 'email', 0, 'circulation', 'DUE'),
7
(1, 'email', 1, 'circulation', 'DUEDGST'),
8
(2, 'email', 0, 'circulation', 'PREDUE'),
9
(2, 'email', 1, 'circulation', 'PREDUEDGST'),
10
(1, 'sms',   0, 'circulation', 'DUE'),
11
(1, 'sms',   1, 'circulation', 'DUEDGST'),
12
(2, 'sms',   0, 'circulation', 'PREDUE'),
13
(2, 'sms',   1, 'circulation', 'PREDUEDGST'),
14
(4, 'sms',   0, 'reserves',    'HOLD'),
15
(5, 'email', 0, 'circulation', 'CHECKIN'),
16
(5, 'sms',   0, 'circulation', 'CHECKIN'),
17
(6, 'email', 0, 'circulation', 'CHECKOUT'),
18
(6, 'sms',   0, 'circulation', 'CHECKOUT');
(-)a/installer/data/mysql/ru-RU/mandatory/sample_notices_message_transports.txt (-1 lines)
Line 1 Link Here
1
Определение типовых собщальных транспортов для сообщений об задолженности экземпляров, заблаговременных уведомлений а также сообщений о библиотечных мероприятиях с помощью электронной почты и SMS.
(-)a/installer/data/mysql/uk-UA/mandatory/message_transport_types.sql (-9 lines)
Lines 1-9 Link Here
1
-- TRUNCATE message_transport_types;
2
3
INSERT INTO message_transport_types
4
(message_transport_type)
5
values
6
('email'),
7
('print'),
8
('sms'),
9
('phone');
(-)a/installer/data/mysql/uk-UA/mandatory/message_transport_types.txt (-1 lines)
Line 1 Link Here
1
Означення типових способів повідомлень з допомогою електронної пошти та SMS.
(-)a/installer/data/mysql/uk-UA/mandatory/sample_notices_message_attributes.sql (-15 lines)
Lines 1-15 Link Here
1
-- truncate message_attributes;
2
3
insert into message_attributes
4
 (message_attribute_id, message_name,     takes_days) values
5
 (1,                    'Item_Due'      , 0),
6
 (2,                    'Advance_Notice', 1),
7
 (4,                    'Hold_Filled'   , 0),
8
 (5,                    'Item_Check_in' , 0),
9
 (6,                    'Item_Checkout' , 0);
10
-- Наразі не перекладено (за прикладом інших мовних файлів)
11
-- (1, 'Одиниця заборгована'   , 0),
12
-- (2, 'Завчасне повідомлення',  1),
13
-- (4, 'Резервування виконано' , 0),
14
-- (5, 'Повернення примірника',  0),
15
-- (6, 'Видача примірника'     , 0);
(-)a/installer/data/mysql/uk-UA/mandatory/sample_notices_message_attributes.txt (-1 lines)
Line 1 Link Here
1
Означення повідомлень по умовчанню для заборгованих примірників, завчасних увідомлень та майбутніх бібліотечних подій.
(-)a/installer/data/mysql/uk-UA/mandatory/sample_notices_message_transports.sql (-26 lines)
Lines 1-26 Link Here
1
-- truncate message_transports;
2
--  message_attribute_id
3
--  message_transport_type
4
--  is_digest     (default '0')
5
--  letter_module (default '')
6
--  letter_code   (default '')
7
--  branchcode    (default '')
8
SET FOREIGN_KEY_CHECKS=0;
9
insert into message_transports
10
 (message_attribute_id, message_transport_type, is_digest, letter_module, letter_code, branchcode) values
11
 (1,                   'email',                 '0',       'circulation', 'DUE',       ''),
12
 (1,                   'email',                 '1',       'circulation', 'DUEDGST',   ''),
13
 (2,                   'email',                 '0',       'circulation', 'PREDUE',    ''),
14
 (2,                   'email',                 '1',       'circulation', 'PREDUEDGST',''),
15
 (4,                   'email',                 '0',       'reserves',    'HOLD',      ''),
16
 (1,                   'sms',                   '0',       'circulation', 'DUE',       ''),
17
 (1,                   'sms',                   '1',       'circulation', 'DUEDGST',   ''),
18
 (2,                   'sms',                   '0',       'circulation', 'PREDUE',    ''),
19
 (2,                   'sms',                   '1',       'circulation', 'PREDUEDGST',''),
20
 (4,                   'sms',                   '0',       'reserves',    'HOLD',      ''),
21
 (5,                   'email',                 '0',       'circulation', 'CHECKIN',   ''),
22
 (5,                   'sms',                   '0',       'circulation', 'CHECKIN',   ''),
23
 (6,                   'email',                 '0',       'circulation', 'CHECKOUT',  ''),
24
 (6,                   'sms',                   '0',       'circulation', 'CHECKOUT',  '');
25
SET FOREIGN_KEY_CHECKS=1;
26
(-)a/installer/data/mysql/uk-UA/mandatory/sample_notices_message_transports.txt (-2 lines)
Line 1 Link Here
1
Означення типових повідомляльних транспортів для повідомлень про заборговані примірники, завчасних увідомлень а також повідомлення про бібліотечні події з допомогою електронної пошти та SMS.
2
- 

Return to bug 21651