From f0a239ae89e20494b6fe9c8e49d58916cf6e897a Mon Sep 17 00:00:00 2001 From: Laurent Giovannoni <laurent.giovannoni@maarch.org> Date: Mon, 6 Jun 2011 09:50:07 +0000 Subject: [PATCH] evol : add doctype --- core/trunk/data.sql | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/core/trunk/data.sql b/core/trunk/data.sql index 3dc7b6dfdd7..3af7b67d9c5 100644 --- a/core/trunk/data.sql +++ b/core/trunk/data.sql @@ -331,6 +331,7 @@ INSERT INTO foldertypes_doctypes_level1 (foldertype_id, doctypes_first_level_id) INSERT INTO foldertypes_doctypes_level1 (foldertype_id, doctypes_first_level_id) VALUES (2, 2); INSERT INTO foldertypes_doctypes_level1 (foldertype_id, doctypes_first_level_id) VALUES (3, 3); +INSERT INTO doctypes (coll_id, type_id, description, enabled, doctypes_first_level_id, doctypes_second_level_id, primary_retention, secondary_retention) VALUES ('letterbox_coll', 5, 'Appel téléphonique', 'Y', 1, 13, NULL, NULL); INSERT INTO doctypes (coll_id, type_id, description, enabled, doctypes_first_level_id, doctypes_second_level_id, primary_retention, secondary_retention) VALUES ('letterbox_coll', 10, 'Courrier divers', 'Y', 1, 13, NULL, NULL); INSERT INTO doctypes (coll_id, type_id, description, enabled, doctypes_first_level_id, doctypes_second_level_id, primary_retention, secondary_retention) VALUES ('letterbox_coll', 15, 'Demande de modification', 'Y', 1, 11, NULL, NULL); INSERT INTO doctypes (coll_id, type_id, description, enabled, doctypes_first_level_id, doctypes_second_level_id, primary_retention, secondary_retention) VALUES ('letterbox_coll', 20, 'Avenant', 'Y', 1, 11, NULL, NULL); @@ -553,6 +554,17 @@ INSERT INTO templates (id, label, creation_date, template_comment, content) VALU </tbody> </table> <p><font size="2"> </font></p>'); +INSERT INTO templates (id, label, creation_date, template_comment, content) VALUES (3, 'AppelTel', '2011-06-06 11:38:48.126', 'Appel téléphonique', '<p><font size="\\"5\\""><strong>APPEL TELEPHONIQUE</strong></font></p> +<p><font size="\\"2\\"">Bonjour,</font></p> +<p><font size="\\"2\\"">Vous avez reçu un appel téléphonique dont voici les informations :</font></p> +<ul> +<li><font size="\\"2\\"">Date : </font></li> +<li><font size="\\"2\\"">Heure :</font></li> +<li><font size="\\"2\\"">Société :</font></li> +<li><font size="\\"2\\"">Contact :</font></li> +</ul> +<p><font size="\\"2\\"">Notes : </font></p>'); + -- @@ -574,6 +586,8 @@ INSERT INTO templates_association (template_id, what, value_field, system_id, ma INSERT INTO templates_association (template_id, what, value_field, system_id, maarch_module) VALUES (1, 'destination', 'EQ1', 11, 'entities'); INSERT INTO templates_association (template_id, what, value_field, system_id, maarch_module) VALUES (1, 'destination', 'EQ2', 12, 'entities'); INSERT INTO templates_association (template_id, what, value_field, system_id, maarch_module) VALUES (1, 'destination', 'COR', 13, 'entities'); +INSERT INTO templates_association (template_id, what, value_field, system_id, maarch_module) VALUES (2, 'destination', 'MNG', 14, 'entities'); +INSERT INTO templates_association (template_id, what, value_field, system_id, maarch_module) VALUES (3, 'destination', 'COU', 15, 'entities'); INSERT INTO templates_doctype_ext (template_id, type_id, is_generated) VALUES (NULL, 60, 'N'); @@ -585,6 +599,7 @@ INSERT INTO templates_doctype_ext (template_id, type_id, is_generated) VALUES (N INSERT INTO templates_doctype_ext (template_id, type_id, is_generated) VALUES (NULL, 66, 'N'); INSERT INTO templates_doctype_ext (template_id, type_id, is_generated) VALUES (NULL, 67, 'N'); INSERT INTO templates_doctype_ext (template_id, type_id, is_generated) VALUES (NULL, 68, 'N'); +INSERT INTO templates_doctype_ext (template_id, type_id, is_generated) VALUES (3, 5, 'Y'); -- DOCS -- TBC -- GitLab