Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
50f31131
Commit
50f31131
authored
Feb 10, 2022
by
Laurent Lécluse
Browse files
distinction prévu/réalise pour le service et le référentiel
parent
d33bff18
Changes
1
Show whitespace changes
Inline
Side-by-side
data/ddl/view/V_TBL_SERVICE.sql
View file @
50f31131
...
...
@@ -44,7 +44,10 @@ WHERE
SELECT
i
.
annee_id
annee_id
,
i
.
id
intervenant_id
,
si
.
service
actif
,
CASE
WHEN
t
.
type_volume_horaire_code
=
'PREVU'
THEN
si
.
service_prevu
ELSE
si
.
service_realise
END
actif
,
t
.
service_id
service_id
,
t
.
element_pedagogique_id
element_pedagogique_id
,
ti
.
id
type_intervenant_id
,
...
...
@@ -78,7 +81,8 @@ GROUP BY
i
.
structure_id
,
ti
.
id
,
ti
.
code
,
si
.
service
,
si
.
service_prevu
,
si
.
service_realise
,
t
.
element_pedagogique_id
,
t
.
service_id
,
t
.
element_pedagogique_periode_id
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment