Bugzilla – Attachment 83386 Details for
Bug 5770
Email librarian when purchase suggestion made
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 5770: Notify for new suggestion - sample notices
Bug-5770-Notify-for-new-suggestion---sample-notice.patch (text/plain), 25.27 KB, created by
Devinim
on 2018-12-19 12:19:34 UTC
(
hide
)
Description:
Bug 5770: Notify for new suggestion - sample notices
Filename:
MIME Type:
Creator:
Devinim
Created:
2018-12-19 12:19:34 UTC
Size:
25.27 KB
patch
obsolete
>From ec6a7c40d8a73f4e4a620a88efbe4941f4576685 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Nazl=C4=B1=20=C3=87etin?= <nazli@devinim.com.tr> >Date: Wed, 19 Dec 2018 12:18:22 +0000 >Subject: [PATCH] Bug 5770: Notify for new suggestion - sample notices > >--- > .../data/mysql/de-DE/mandatory/sample_notices.sql | 27 ++++++++++++++++++++++ > .../data/mysql/en/mandatory/sample_notices.sql | 27 ++++++++++++++++++++++ > .../data/mysql/es-ES/mandatory/sample_notices.sql | 27 ++++++++++++++++++++++ > .../mysql/fr-CA/obligatoire/sample_notices.sql | 27 ++++++++++++++++++++++ > .../mysql/fr-FR/1-Obligatoire/sample_notices.sql | 27 ++++++++++++++++++++++ > installer/data/mysql/it-IT/necessari/notices.sql | 27 ++++++++++++++++++++++ > .../mysql/nb-NO/1-Obligatorisk/sample_notices.sql | 27 ++++++++++++++++++++++ > .../data/mysql/pl-PL/mandatory/sample_notices.sql | 27 ++++++++++++++++++++++ > .../data/mysql/ru-RU/mandatory/sample_notices.sql | 27 ++++++++++++++++++++++ > .../data/mysql/uk-UA/mandatory/sample_notices.sql | 26 +++++++++++++++++++++ > 10 files changed, 269 insertions(+) > >diff --git a/installer/data/mysql/de-DE/mandatory/sample_notices.sql b/installer/data/mysql/de-DE/mandatory/sample_notices.sql >index 3a43322d152..e474592c2e3 100644 >--- a/installer/data/mysql/de-DE/mandatory/sample_notices.sql >+++ b/installer/data/mysql/de-DE/mandatory/sample_notices.sql >@@ -22,6 +22,33 @@ VALUES ('circulation','ODUE','Mahnung','Mahnung','Liebe/r <<borrowers.firstname> > ('suggestions','TO_PROCESS','Benachrichtigung an Besitzer des Kontos', 'Anschaffungsvorschlag wartet auf Bearbeitung','Liebe(r) <<borrowers.firstname>> <<borrowers.surname>>,\n\nEin neuer Anschaffungsvorschlag wartet auf Bearbeitung: <<suggestions.title>> von <<suggestions.author>>.\n\nVielen Dank,\n\n<<branches.branchname>>', 'email'); > > INSERT INTO `letter` (module, code, name, title, content, is_html, message_transport_type) >+VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New Suggestion','<h3> Suggestion pending approval</h3> >+<p><h4>Suggested by</h4> >+ <ul> >+ <li><<borrowers.firstname>> <<borrowers.surname>></li> >+ <li><<borrowers.cardnumber>></li> >+ <li><<borrowers.phone>></li> >+ <li><<borrowers.email>></li> >+ </ul> >+</p> >+<p><h4>Item on suggestion</h4> >+ <ul> >+ <li><b>Library : </b> <<branches.branchname>></li> >+ <li><b>Title : </b> <<suggestions.title>></li> >+ <li><b>Author : </b> <<suggestions.author>></li> >+ <li><b>Copyright date : </b> <<suggestions.copyrightdate>></li> >+ <li><b>Standard number (ISBN, ISSN or other) : </b> <<suggestions.isbn>></li> >+ <li><b>Publisher : </b> <<suggestions.publishercode>></li> >+ <li><b>Collection title : </b> <<suggestions.collectiontitle>></li> >+ <li><b>Publication place : </b> <<suggestions.place>></li> >+ <li><b>Quantity : </b> <<suggestions.quantity>></li> >+ <li><b>Item type : </b> <<suggestions.itemtype>></li> >+ <li><b>Reason for suggestion : </b> <<suggestions.patronreason>></li> >+ <li><b>Notes : </b> <<suggestions.note>></li> >+ </ul> >+</p>',1, 'email'); >+ >+INSERT INTO `letter` (module, code, name, title, content, is_html, message_transport_type) > VALUES ('members', 'DISCHARGE', 'Entlastung', 'Entlastung für <<borrowers.firstname>> <<borrowers.surname>>', ' > <<today>> > <h1>Entlastungsbescheinigung</h1> >diff --git a/installer/data/mysql/en/mandatory/sample_notices.sql b/installer/data/mysql/en/mandatory/sample_notices.sql >index aa908819947..7551a2b7963 100644 >--- a/installer/data/mysql/en/mandatory/sample_notices.sql >+++ b/installer/data/mysql/en/mandatory/sample_notices.sql >@@ -22,6 +22,33 @@ VALUES ('circulation','ODUE','Overdue Notice','Item Overdue','Dear <<borrowers.f > ('suggestions','TO_PROCESS','Notify fund owner', 'A suggestion is ready to be processed','Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\nA new suggestion is ready to be processed: <<suggestions.title>> by <<suggestions.author>>.\n\nThank you,\n\n<<branches.branchname>>', 'email'); > > INSERT INTO `letter` (module, code, name, title, content, is_html, message_transport_type) >+VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New Suggestion','<h3> Suggestion pending approval</h3> >+<p><h4>Suggested by</h4> >+ <ul> >+ <li><<borrowers.firstname>> <<borrowers.surname>></li> >+ <li><<borrowers.cardnumber>></li> >+ <li><<borrowers.phone>></li> >+ <li><<borrowers.email>></li> >+ </ul> >+</p> >+<p><h4>Item on suggestion</h4> >+ <ul> >+ <li><b>Library : </b> <<branches.branchname>></li> >+ <li><b>Title : </b> <<suggestions.title>></li> >+ <li><b>Author : </b> <<suggestions.author>></li> >+ <li><b>Copyright date : </b> <<suggestions.copyrightdate>></li> >+ <li><b>Standard number (ISBN, ISSN or other) : </b> <<suggestions.isbn>></li> >+ <li><b>Publisher : </b> <<suggestions.publishercode>></li> >+ <li><b>Collection title : </b> <<suggestions.collectiontitle>></li> >+ <li><b>Publication place : </b> <<suggestions.place>></li> >+ <li><b>Quantity : </b> <<suggestions.quantity>></li> >+ <li><b>Item type : </b> <<suggestions.itemtype>></li> >+ <li><b>Reason for suggestion : </b> <<suggestions.patronreason>></li> >+ <li><b>Notes : </b> <<suggestions.note>></li> >+ </ul> >+</p>',1, 'email'); >+ >+INSERT INTO `letter` (module, code, name, title, content, is_html, message_transport_type) > VALUES ('members', 'DISCHARGE', 'Discharge confirmation', 'Discharge for <<borrowers.firstname>> <<borrowers.surname>>', ' > <<today>> > <h1>Discharge confirmation</h1> >diff --git a/installer/data/mysql/es-ES/mandatory/sample_notices.sql b/installer/data/mysql/es-ES/mandatory/sample_notices.sql >index 9caa94d22be..2f45cd84c7e 100644 >--- a/installer/data/mysql/es-ES/mandatory/sample_notices.sql >+++ b/installer/data/mysql/es-ES/mandatory/sample_notices.sql >@@ -21,6 +21,33 @@ VALUES ('circulation','ODUE','Overdue Notice','Item Overdue','Dear <<borrowers.f > ('suggestions','TO_PROCESS','Notify fund owner', 'A suggestion is ready to be processed','Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\nA new suggestion is ready to be processed: <<suggestions.title>> by <<suggestions.author>>.\n\nThank you,\n\n<<branches.branchname>>', 'email'), > ('members', 'DISCHARGE', 'Discharge', 'Discharge for <<borrowers.firstname>> <<borrowers.surname>>', '<h1>Discharge</h1>\r\n\r\nThe library <<borrowers.branchcode>> certifies that the following borrower :\r\n\r\n <<borrowers.firstname>> <<borrowers.surname>>\r\n Cardnumber : <<borrowers.cardnumber>>\r\n\r\nreturned all his documents.', 'email'); > >+INSERT INTO `letter` (module, code, name, title, content, is_html, message_transport_type) >+VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New Suggestion','<h3> Suggestion pending approval</h3> >+<p><h4>Suggested by</h4> >+ <ul> >+ <li><<borrowers.firstname>> <<borrowers.surname>></li> >+ <li><<borrowers.cardnumber>></li> >+ <li><<borrowers.phone>></li> >+ <li><<borrowers.email>></li> >+ </ul> >+</p> >+<p><h4>Item on suggestion</h4> >+ <ul> >+ <li><b>Library : </b> <<branches.branchname>></li> >+ <li><b>Title : </b> <<suggestions.title>></li> >+ <li><b>Author : </b> <<suggestions.author>></li> >+ <li><b>Copyright date : </b> <<suggestions.copyrightdate>></li> >+ <li><b>Standard number (ISBN, ISSN or other) : </b> <<suggestions.isbn>></li> >+ <li><b>Publisher : </b> <<suggestions.publishercode>></li> >+ <li><b>Collection title : </b> <<suggestions.collectiontitle>></li> >+ <li><b>Publication place : </b> <<suggestions.place>></li> >+ <li><b>Quantity : </b> <<suggestions.quantity>></li> >+ <li><b>Item type : </b> <<suggestions.itemtype>></li> >+ <li><b>Reason for suggestion : </b> <<suggestions.patronreason>></li> >+ <li><b>Notes : </b> <<suggestions.note>></li> >+ </ul> >+</p>',1, 'email'); >+ > INSERT INTO `letter` (module, code, name, title, content, is_html) > VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '<h3><<branches.branchname>></h3> > Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br /> >diff --git a/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql b/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql >index 2cb0386b012..2e2862fcaf7 100644 >--- a/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql >+++ b/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql >@@ -24,6 +24,33 @@ INSERT INTO `letter` (module, code, branchcode, name, is_html, title, content, m > ('suggestions','ORDERED','','Suggestion d\'achat commandée',0,'Suggestion d\'achat commandée','Bonjour <<borrowers.firstname>> <<borrowers.surname>>,\r\n\r\nVous nous avez suggéré l\'achat du document <<suggestions.title>> par <<suggestions.author>>.\r\n\r\nNous avons le plaisir de vous informer que le document a été commandé.\r\n\r\nVous recevrez une nouvelle notification quand le document sera disponible à bibliothèque.\r\n\r\nPour toute question, veuillez nous contacter à l\'adresse suivante : <<branches.branchemail>>.\r\n\r\nMerci.\r\n\r\n<<branches.branchname>>','email'), > ('suggestions','REJECTED','','Suggestion d\'achat rejetée',0,'Suggestion d\'achat rejetée','Bonjour <<borrowers.firstname>> <<borrowers.surname>>,\r\n\r\nVous nous avez suggéré l\'achat du document <<suggestions.title>> par <<suggestions.author>>.\r\n\r\nNous avons évalué votre suggestion aujourd\'hui et décidé de ne pas l\'acheter cette fois.\r\n\r\nLa raison de notre refus est : <<suggestions.reason>>\r\n\r\nPour toute question, veuillez nous contacter à l\'adresse suivante : <<branches.branchemail>>.\r\n\r\nMerci.\r\n\r\n<<branches.branchname>>','email'); > >+INSERT INTO `letter` (module, code, name, title, content, is_html, message_transport_type) >+VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New Suggestion','<h3> Suggestion pending approval</h3> >+<p><h4>Suggested by</h4> >+ <ul> >+ <li><<borrowers.firstname>> <<borrowers.surname>></li> >+ <li><<borrowers.cardnumber>></li> >+ <li><<borrowers.phone>></li> >+ <li><<borrowers.email>></li> >+ </ul> >+</p> >+<p><h4>Item on suggestion</h4> >+ <ul> >+ <li><b>Library : </b> <<branches.branchname>></li> >+ <li><b>Title : </b> <<suggestions.title>></li> >+ <li><b>Author : </b> <<suggestions.author>></li> >+ <li><b>Copyright date : </b> <<suggestions.copyrightdate>></li> >+ <li><b>Standard number (ISBN, ISSN or other) : </b> <<suggestions.isbn>></li> >+ <li><b>Publisher : </b> <<suggestions.publishercode>></li> >+ <li><b>Collection title : </b> <<suggestions.collectiontitle>></li> >+ <li><b>Publication place : </b> <<suggestions.place>></li> >+ <li><b>Quantity : </b> <<suggestions.quantity>></li> >+ <li><b>Item type : </b> <<suggestions.itemtype>></li> >+ <li><b>Reason for suggestion : </b> <<suggestions.patronreason>></li> >+ <li><b>Notes : </b> <<suggestions.note>></li> >+ </ul> >+</p>',1, 'email'); >+ > INSERT INTO `letter` (module, code, branchcode, name, is_html, title, content, message_transport_type) VALUES > ('members','DISCHARGE','','Quittance',0,'Quittance pour <<borrowers.firstname>> <<borrowers.surname>>','Quittance\r\n\r\nLa bibliothèque <<borrowers.branchcode>> certifie que l\'utilisateur suivant :\r\n\r\n<<borrowers.firstname>> <<borrowers.surname>>\r\nCardnumber : <<borrowers.cardnumber>>\r\n\r\na rendu tous ses documents.','email'); > >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql b/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql >index 5759fb857c1..3c087ce6118 100644 >--- a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql >+++ b/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql >@@ -23,6 +23,33 @@ VALUES > ('suggestions','TO_PROCESS','Avis au propriétaire du poste budgétaire', 'Une suggestion est prête à être traitée','<<borrowers.firstname>> <<borrowers.surname>>,\n\nUne nouvelle suggestion est prête à être traitée : <<suggestions.title>> / <<suggestions.author>>.\n\nMerci,\n\n<<branches.branchname>>', 'email'), > ('members', 'DISCHARGE', 'Quitus', 'Quitus pour <<borrowers.firstname>> <<borrowers.surname>>', '<h1>Quitus</h1>\r\n\r\nLa librairie <<borrowers.branchcode>> certifies que lecteur suivant :\r\n\r\n <<borrowers.firstname>> <<borrowers.surname>>\r\n Numéro de carte : <<borrowers.cardnumber>>\r\n\r\na bien retourné tous ses documents.', 'email'); > >+INSERT INTO `letter` (module, code, name, title, content, is_html, message_transport_type) >+VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New Suggestion','<h3> Suggestion pending approval</h3> >+<p><h4>Suggested by</h4> >+ <ul> >+ <li><<borrowers.firstname>> <<borrowers.surname>></li> >+ <li><<borrowers.cardnumber>></li> >+ <li><<borrowers.phone>></li> >+ <li><<borrowers.email>></li> >+ </ul> >+</p> >+<p><h4>Item on suggestion</h4> >+ <ul> >+ <li><b>Library : </b> <<branches.branchname>></li> >+ <li><b>Title : </b> <<suggestions.title>></li> >+ <li><b>Author : </b> <<suggestions.author>></li> >+ <li><b>Copyright date : </b> <<suggestions.copyrightdate>></li> >+ <li><b>Standard number (ISBN, ISSN or other) : </b> <<suggestions.isbn>></li> >+ <li><b>Publisher : </b> <<suggestions.publishercode>></li> >+ <li><b>Collection title : </b> <<suggestions.collectiontitle>></li> >+ <li><b>Publication place : </b> <<suggestions.place>></li> >+ <li><b>Quantity : </b> <<suggestions.quantity>></li> >+ <li><b>Item type : </b> <<suggestions.itemtype>></li> >+ <li><b>Reason for suggestion : </b> <<suggestions.patronreason>></li> >+ <li><b>Notes : </b> <<suggestions.note>></li> >+ </ul> >+</p>',1, 'email'); >+ > INSERT INTO `letter` (module, code, name, title, content, is_html) > VALUES ('circulation','ISSUESLIP','Ticket de de prêt','Ticket de prêt', '<h3><<branches.branchname>></h3> > Prêts à <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br /> >diff --git a/installer/data/mysql/it-IT/necessari/notices.sql b/installer/data/mysql/it-IT/necessari/notices.sql >index fdf776ee7dc..1395c04165e 100644 >--- a/installer/data/mysql/it-IT/necessari/notices.sql >+++ b/installer/data/mysql/it-IT/necessari/notices.sql >@@ -28,6 +28,33 @@ biblio.title>>\r\n----\r\nGrazie per aver visitaro <<branches.branchname>>.', 'e > ('suggestions','TO_PROCESS','Notifica al proprietario del fondo', 'Un suggeerimento è pronto per essere lavorato','Caro bibliotecario <<borrowers.firstname>> <<borrowers.surname>>,\n\n c\'è un nuovo suggerimento pronto per essere lavorato: <<suggestions.title>> by <<suggestions.author>>.\n\n Grazie dell\'attenzione,\n\n<<branches.branchname>>', 'email'), > ('members', 'DISCHARGE', 'Liberatoria', 'Liberatoria per <<borrowers.firstname>> <<borrowers.surname>>', '<h1>Liberatoria</h1>\r\n\r\nLa biblioteca <<borrowers.branchcode>> certifica che il seguente utente :\r\n\r\n <<borrowers.firstname>> <<borrowers.surname>>\r\n Numero tessera : <<borrowers.cardnumber>>\r\n\r\nha restituito tutti i documenti ricevuti.', 'email'); > >+INSERT INTO `letter` (module, code, name, title, content, is_html, message_transport_type) >+VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New Suggestion','<h3> Suggestion pending approval</h3> >+<p><h4>Suggested by</h4> >+ <ul> >+ <li><<borrowers.firstname>> <<borrowers.surname>></li> >+ <li><<borrowers.cardnumber>></li> >+ <li><<borrowers.phone>></li> >+ <li><<borrowers.email>></li> >+ </ul> >+</p> >+<p><h4>Item on suggestion</h4> >+ <ul> >+ <li><b>Library : </b> <<branches.branchname>></li> >+ <li><b>Title : </b> <<suggestions.title>></li> >+ <li><b>Author : </b> <<suggestions.author>></li> >+ <li><b>Copyright date : </b> <<suggestions.copyrightdate>></li> >+ <li><b>Standard number (ISBN, ISSN or other) : </b> <<suggestions.isbn>></li> >+ <li><b>Publisher : </b> <<suggestions.publishercode>></li> >+ <li><b>Collection title : </b> <<suggestions.collectiontitle>></li> >+ <li><b>Publication place : </b> <<suggestions.place>></li> >+ <li><b>Quantity : </b> <<suggestions.quantity>></li> >+ <li><b>Item type : </b> <<suggestions.itemtype>></li> >+ <li><b>Reason for suggestion : </b> <<suggestions.patronreason>></li> >+ <li><b>Notes : </b> <<suggestions.note>></li> >+ </ul> >+</p>',1, 'email'); >+ > INSERT INTO letter (module, code, name, title, content, is_html) > VALUES ('circulation','ISSUESLIP','Ricevuta di prestito','Ricevuta di prestito', '<h3><<branches.branchname>></h3> > Prestito a <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br /> >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql b/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql >index aaf9fc1571a..6cccadfbdb9 100644 >--- a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql >+++ b/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql >@@ -44,6 +44,33 @@ VALUES ('circulation','ODUE','Purring','Purring pÃ¥ dokument','<<borrowers.first > ('suggestions','TO_PROCESS','Notify fund owner', 'A suggestion is ready to be processed','Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\nA new suggestion is ready to be processed: <<suggestions.title>> by <<suggestions.author>>.\n\nThank you,\n\n<<branches.branchname>>', 'email'), > ('members', 'DISCHARGE', 'Discharge', 'Discharge for <<borrowers.firstname>> <<borrowers.surname>>', '<h1>Discharge</h1>\r\n\r\nThe library <<borrowers.branchcode>> certifies that the following borrower :\r\n\r\n <<borrowers.firstname>> <<borrowers.surname>>\r\n Cardnumber : <<borrowers.cardnumber>>\r\n\r\nreturned all his documents.', 'email'); > >+INSERT INTO `letter` (module, code, name, title, content, is_html, message_transport_type) >+VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New Suggestion','<h3> Suggestion pending approval</h3> >+<p><h4>Suggested by</h4> >+ <ul> >+ <li><<borrowers.firstname>> <<borrowers.surname>></li> >+ <li><<borrowers.cardnumber>></li> >+ <li><<borrowers.phone>></li> >+ <li><<borrowers.email>></li> >+ </ul> >+</p> >+<p><h4>Item on suggestion</h4> >+ <ul> >+ <li><b>Library : </b> <<branches.branchname>></li> >+ <li><b>Title : </b> <<suggestions.title>></li> >+ <li><b>Author : </b> <<suggestions.author>></li> >+ <li><b>Copyright date : </b> <<suggestions.copyrightdate>></li> >+ <li><b>Standard number (ISBN, ISSN or other) : </b> <<suggestions.isbn>></li> >+ <li><b>Publisher : </b> <<suggestions.publishercode>></li> >+ <li><b>Collection title : </b> <<suggestions.collectiontitle>></li> >+ <li><b>Publication place : </b> <<suggestions.place>></li> >+ <li><b>Quantity : </b> <<suggestions.quantity>></li> >+ <li><b>Item type : </b> <<suggestions.itemtype>></li> >+ <li><b>Reason for suggestion : </b> <<suggestions.patronreason>></li> >+ <li><b>Notes : </b> <<suggestions.note>></li> >+ </ul> >+</p>',1, 'email'); >+ > INSERT INTO `letter` (module, code, name, title, content, is_html) > VALUES ('circulation','ISSUESLIP','UtlÃ¥n','UtlÃ¥n', '<h3><<branches.branchname>></h3> > UtlÃ¥nt til <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br /> >diff --git a/installer/data/mysql/pl-PL/mandatory/sample_notices.sql b/installer/data/mysql/pl-PL/mandatory/sample_notices.sql >index 65fefd00ae0..a44436af382 100644 >--- a/installer/data/mysql/pl-PL/mandatory/sample_notices.sql >+++ b/installer/data/mysql/pl-PL/mandatory/sample_notices.sql >@@ -22,6 +22,33 @@ VALUES ('circulation','ODUE','Overdue Notice','Item Overdue','Dear <<borrowers.f > ('suggestions','TO_PROCESS','Notify fund owner', 'A suggestion is ready to be processed','Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\nA new suggestion is ready to be processed: <<suggestions.title>> by <<suggestions.author>>.\n\nThank you,\n\n<<branches.branchname>>', 'email'), > ('members', 'DISCHARGE', 'Discharge', 'Discharge for <<borrowers.firstname>> <<borrowers.surname>>', '<h1>Discharge</h1>\r\n\r\nThe library <<borrowers.branchcode>> certifies that the following borrower :\r\n\r\n <<borrowers.firstname>> <<borrowers.surname>>\r\n Cardnumber : <<borrowers.cardnumber>>\r\n\r\nreturned all his documents.', 'email'); > >+INSERT INTO `letter` (module, code, name, title, content, is_html, message_transport_type) >+VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New Suggestion','<h3> Suggestion pending approval</h3> >+<p><h4>Suggested by</h4> >+ <ul> >+ <li><<borrowers.firstname>> <<borrowers.surname>></li> >+ <li><<borrowers.cardnumber>></li> >+ <li><<borrowers.phone>></li> >+ <li><<borrowers.email>></li> >+ </ul> >+</p> >+<p><h4>Item on suggestion</h4> >+ <ul> >+ <li><b>Library : </b> <<branches.branchname>></li> >+ <li><b>Title : </b> <<suggestions.title>></li> >+ <li><b>Author : </b> <<suggestions.author>></li> >+ <li><b>Copyright date : </b> <<suggestions.copyrightdate>></li> >+ <li><b>Standard number (ISBN, ISSN or other) : </b> <<suggestions.isbn>></li> >+ <li><b>Publisher : </b> <<suggestions.publishercode>></li> >+ <li><b>Collection title : </b> <<suggestions.collectiontitle>></li> >+ <li><b>Publication place : </b> <<suggestions.place>></li> >+ <li><b>Quantity : </b> <<suggestions.quantity>></li> >+ <li><b>Item type : </b> <<suggestions.itemtype>></li> >+ <li><b>Reason for suggestion : </b> <<suggestions.patronreason>></li> >+ <li><b>Notes : </b> <<suggestions.note>></li> >+ </ul> >+</p>',1, 'email'); >+ > INSERT INTO `letter` (module, code, name, title, content, is_html) > VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '<h3><<branches.branchname>></h3> > Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br /> >diff --git a/installer/data/mysql/ru-RU/mandatory/sample_notices.sql b/installer/data/mysql/ru-RU/mandatory/sample_notices.sql >index b2bae273132..8bb7c19606e 100644 >--- a/installer/data/mysql/ru-RU/mandatory/sample_notices.sql >+++ b/installer/data/mysql/ru-RU/mandatory/sample_notices.sql >@@ -21,6 +21,33 @@ VALUES ('circulation','ODUE','Overdue Notice','Item Overdue','Dear <<borrowers.f > ('suggestions','TO_PROCESS','Notify fund owner', 'A suggestion is ready to be processed','Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\nA new suggestion is ready to be processed: <<suggestions.title>> by <<suggestions.author>>.\n\nThank you,\n\n<<branches.branchname>>', 'email'), > ('members', 'DISCHARGE', 'Discharge', 'Discharge for <<borrowers.firstname>> <<borrowers.surname>>', '<h1>Discharge</h1>\r\n\r\nThe library <<borrowers.branchcode>> certifies that the following borrower :\r\n\r\n <<borrowers.firstname>> <<borrowers.surname>>\r\n Cardnumber : <<borrowers.cardnumber>>\r\n\r\nreturned all his documents.', 'email'); > >+INSERT INTO `letter` (module, code, name, title, content, is_html, message_transport_type) >+VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New Suggestion','<h3> Suggestion pending approval</h3> >+<p><h4>Suggested by</h4> >+ <ul> >+ <li><<borrowers.firstname>> <<borrowers.surname>></li> >+ <li><<borrowers.cardnumber>></li> >+ <li><<borrowers.phone>></li> >+ <li><<borrowers.email>></li> >+ </ul> >+</p> >+<p><h4>Item on suggestion</h4> >+ <ul> >+ <li><b>Library : </b> <<branches.branchname>></li> >+ <li><b>Title : </b> <<suggestions.title>></li> >+ <li><b>Author : </b> <<suggestions.author>></li> >+ <li><b>Copyright date : </b> <<suggestions.copyrightdate>></li> >+ <li><b>Standard number (ISBN, ISSN or other) : </b> <<suggestions.isbn>></li> >+ <li><b>Publisher : </b> <<suggestions.publishercode>></li> >+ <li><b>Collection title : </b> <<suggestions.collectiontitle>></li> >+ <li><b>Publication place : </b> <<suggestions.place>></li> >+ <li><b>Quantity : </b> <<suggestions.quantity>></li> >+ <li><b>Item type : </b> <<suggestions.itemtype>></li> >+ <li><b>Reason for suggestion : </b> <<suggestions.patronreason>></li> >+ <li><b>Notes : </b> <<suggestions.note>></li> >+ </ul> >+</p>',1, 'email'); >+ > INSERT INTO `letter` (module, code, name, title, content, is_html) > VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '<h3><<branches.branchname>></h3> > Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br /> >diff --git a/installer/data/mysql/uk-UA/mandatory/sample_notices.sql b/installer/data/mysql/uk-UA/mandatory/sample_notices.sql >index c1e15ff54cf..0c83a7ef2bf 100644 >--- a/installer/data/mysql/uk-UA/mandatory/sample_notices.sql >+++ b/installer/data/mysql/uk-UA/mandatory/sample_notices.sql >@@ -84,6 +84,32 @@ INSERT INTO `letter` (module, code, name, title, content, message_transport_type > 'email') > ; > >+INSERT INTO `letter` (module, code, name, title, content, is_html, message_transport_type) >+VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New Suggestion','<h3> Suggestion pending approval</h3> >+<p><h4>Suggested by</h4> >+ <ul> >+ <li><<borrowers.firstname>> <<borrowers.surname>></li> >+ <li><<borrowers.cardnumber>></li> >+ <li><<borrowers.phone>></li> >+ <li><<borrowers.email>></li> >+ </ul> >+</p> >+<p><h4>Item on suggestion</h4> >+ <ul> >+ <li><b>Library : </b> <<branches.branchname>></li> >+ <li><b>Title : </b> <<suggestions.title>></li> >+ <li><b>Author : </b> <<suggestions.author>></li> >+ <li><b>Copyright date : </b> <<suggestions.copyrightdate>></li> >+ <li><b>Standard number (ISBN, ISSN or other) : </b> <<suggestions.isbn>></li> >+ <li><b>Publisher : </b> <<suggestions.publishercode>></li> >+ <li><b>Collection title : </b> <<suggestions.collectiontitle>></li> >+ <li><b>Publication place : </b> <<suggestions.place>></li> >+ <li><b>Quantity : </b> <<suggestions.quantity>></li> >+ <li><b>Item type : </b> <<suggestions.itemtype>></li> >+ <li><b>Reason for suggestion : </b> <<suggestions.patronreason>></li> >+ <li><b>Notes : </b> <<suggestions.note>></li> >+ </ul> >+</p>',1, 'email'); > > INSERT INTO `letter` (module, code, name, title, content, is_html, message_transport_type) VALUES > ('members', 'DISCHARGE', 'пÑдÑвеÑÐ´Ð¶ÐµÐ½Ð½Ñ Ð½Ð° ÑозÑаÑÑваннÑ', >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5770
:
83384
|
83385
|
83386
|
83387
|
83388
|
83390
|
83615
|
83616
|
83617
|
84463
|
84812
|
89139
|
89140
|
89141
|
89142
|
89144
|
89145
|
89146
|
89147
|
89188
|
89189
|
89190
|
89191
|
89192
|
89193
|
89194
|
89195