Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OSE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
OSE
Commits
15d805c1
Commit
15d805c1
authored
3 months ago
by
Laurent Lecluse
Browse files
Options
Downloads
Patches
Plain Diff
Calcul des HETD aussi sur les intervenants historisés
parent
cbaced0b
No related branches found
No related tags found
No related merge requests found
Pipeline
#35669
passed
3 months ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
data/ddl/view/V_FORMULE_VOLUME_HORAIRE.sql
+2
-2
2 additions, 2 deletions
data/ddl/view/V_FORMULE_VOLUME_HORAIRE.sql
with
2 additions
and
2 deletions
data/ddl/view/V_FORMULE_VOLUME_HORAIRE.sql
+
2
−
2
View file @
15d805c1
...
...
@@ -31,7 +31,7 @@ FROM
volume_horaire
vh
JOIN
parametre
p
ON
p
.
nom
=
'structure_univ'
JOIN
service
s
ON
s
.
id
=
vh
.
service_id
JOIN
intervenant
i
ON
i
.
id
=
s
.
intervenant_id
AND
i
.
histo_destruction
IS
NULL
JOIN
intervenant
i
ON
i
.
id
=
s
.
intervenant_id
JOIN
statut
si
ON
si
.
id
=
i
.
statut_id
JOIN
type_intervention
ti
ON
ti
.
id
=
vh
.
type_intervention_id
JOIN
v_vol_horaire_etat_multi
vhe
ON
vhe
.
volume_horaire_id
=
vh
.
id
...
...
@@ -115,7 +115,7 @@ FROM
volume_horaire_ref
vhr
JOIN
parametre
p
ON
p
.
nom
=
'structure_univ'
JOIN
service_referentiel
sr
ON
sr
.
id
=
vhr
.
service_referentiel_id
JOIN
intervenant
i
ON
i
.
id
=
sr
.
intervenant_id
AND
i
.
histo_destruction
IS
NULL
JOIN
intervenant
i
ON
i
.
id
=
sr
.
intervenant_id
JOIN
statut
si
ON
si
.
id
=
i
.
statut_id
JOIN
v_vol_horaire_ref_etat_multi
vher
ON
vher
.
volume_horaire_ref_id
=
vhr
.
id
JOIN
etat_volume_horaire
evh
ON
evh
.
id
=
vher
.
etat_volume_horaire_id
...
...
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