Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
41cbdcb7
You need to sign in or sign up before continuing.
Verified
Commit
41cbdcb7
authored
5 years ago
by
Giovannoni Laurent
Browse files
Options
Downloads
Patches
Plain Diff
FEAT data 2003
parent
0ec7f7d8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sql/data_fr.sql
+2
-28
2 additions, 28 deletions
sql/data_fr.sql
with
2 additions
and
28 deletions
sql/data_fr.sql
+
2
−
28
View file @
41cbdcb7
...
...
@@ -796,7 +796,7 @@ INSERT INTO folders (label, public, user_id, parent_id, level) VALUES ('Cohésio
------------
--USERGROUPS
------------
UPDATE
usergroups
set
indexation_parameters
=
'{"actions":["21", "2"], "entities":[], "keywords":["ALL_ENTITIES"]}'
where
group_id
IN
(
'COURRIER'
,
'RESP_COURRIER'
);
UPDATE
usergroups
set
indexation_parameters
=
'{"actions":["21", "2
2
"], "entities":[], "keywords":["ALL_ENTITIES"]}'
where
group_id
IN
(
'COURRIER'
,
'RESP_COURRIER'
);
UPDATE
usergroups
set
indexation_parameters
=
'{"actions":["2", "414", "20"], "entities":[], "keywords":["ALL_ENTITIES"]}'
where
group_id
IN
(
'AGENT'
);
------------
...
...
@@ -1258,7 +1258,7 @@ INSERT INTO tags (label) VALUES ('SPORT');
--TEMPLATES
------------
TRUNCATE
TABLE
templates
;
INSERT
INTO
templates
(
template_id
,
template_label
,
template_comment
,
template_content
,
template_type
,
template_path
,
template_file_name
,
template_style
,
template_datasource
,
template_target
,
template_attachment_type
)
VALUES
(
3
,
'Appel téléphonique'
,
'Appel Téléphonique'
,
''
,
'OFFICE'
,
'0000#'
,
'
invitation.odt
'
,
'ODT: invitation'
,
'letterbox_attachment'
,
'indexingFile'
,
'all'
);
INSERT
INTO
templates
(
template_id
,
template_label
,
template_comment
,
template_content
,
template_type
,
template_path
,
template_file_name
,
template_style
,
template_datasource
,
template_target
,
template_attachment_type
)
VALUES
(
3
,
'Appel téléphonique'
,
'Appel Téléphonique'
,
''
,
'OFFICE'
,
'0000#'
,
'
appel_telephonique.docx
'
,
'ODT: invitation'
,
'letterbox_attachment'
,
'indexingFile'
,
'all'
);
INSERT
INTO
templates
(
template_id
,
template_label
,
template_comment
,
template_content
,
template_type
,
template_path
,
template_file_name
,
template_style
,
template_datasource
,
template_target
)
VALUES
(
2
,
'[notification] Notifications événement'
,
'Notifications des événements système'
,
'<p><font face="verdana,geneva" size="1">Bonjour [recipient.firstname] [recipient.lastname],</font></p>
...
...
@@ -1396,32 +1396,6 @@ VALUES (8, '[notification courrier] Nouvelle annotation', '[notification] Nouvel
</table>
<p> </p>
<p style="font-family: Trebuchet MS, Arial, Helvetica, sans-serif; width: 100%; text-align: center; font-size: 9px; font-style: italic; opacity: 0.5;">Message généré via l
''
application MaarchCourrier</p>'
,
'HTML'
,
NULL
,
NULL
,
'ODP: open_office_presentation'
,
'notes'
,
'notifications'
);
INSERT
INTO
templates
(
template_id
,
template_label
,
template_comment
,
template_content
,
template_type
,
template_path
,
template_file_name
,
template_style
,
template_datasource
,
template_target
,
template_attachment_type
)
VALUES
(
9
,
'Demande - Voirie'
,
'Demande - Voirie'
,
'<h2>Demande Intervention VOIRIE</h2>
<hr />
<table style="border: 1pt solid #000000; width: 597px; background-color: #f0f0f0; height: 172px;" border="1" cellspacing="1" cellpadding="5"><caption> </caption>
<tbody>
<tr>
<td style="width: 200px; background-color: #ffffff;"><strong>NOM, PRENOM demandeur</strong></td>
<td style="width: 200px; background-color: #ffffff;"> </td>
</tr>
<tr style="background-color: #ffffff;">
<td style="width: 200px;">Adresse</td>
<td> </td>
</tr>
<tr style="background-color: #ffffff;">
<td style="width: 200px;"><strong>Contact</strong></td>
<td> </td>
</tr>
<tr style="background-color: #ffffff;">
<td style="width: 200px;"><strong>Intitulé demande</strong></td>
<td> </td>
</tr>
<tr style="background-color: #ffffff;">
<td style="width: 200px;">Complément</td>
<td> </td>
</tr>
</tbody>
</table>'
,
'HTML'
,
NULL
,
NULL
,
'DOCX: demo_document_msoffice'
,
''
,
'indexingFile'
,
'all'
);
INSERT
INTO
templates
VALUES
(
10
,
'[maarch mairie] Clôture de demande'
,
'[maarch mairie] Clôture de demande'
,
'<p style="text-align: left;"><span style="font-size: small;"> </span><span style="text-decoration: underline;"><span style="font-size: small;">CLOTURE DEMANDE Maarch Mairie - [res_letterbox.type_label] - [res_letterbox.res_id] </span></span></p>
<p style="text-align: center;"> </p>
<table style="background-color: #a8c33c; width: 800px; border: #000000 1pt solid;" border="1" cellspacing="1" cellpadding="5">
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment