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
ee59cd6a
Commit
ee59cd6a
authored
2 years ago
by
Laurent Lecluse
Browse files
Options
Downloads
Plain Diff
Merge branch 'b19' of
https://git.unicaen.fr/open-source/OSE
into b19
parents
08b755c4
7d90c543
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
data/ddl/package/FORMULE_COTE_AZUR/body.sql
+2
-2
2 additions, 2 deletions
data/ddl/package/FORMULE_COTE_AZUR/body.sql
data/ddl/package/FORMULE_LYON2/body.sql
+356
-282
356 additions, 282 deletions
data/ddl/package/FORMULE_LYON2/body.sql
with
358 additions
and
284 deletions
data/ddl/package/FORMULE_COTE_AZUR/body.sql
+
2
−
2
View file @
ee59cd6a
...
...
@@ -298,9 +298,9 @@ CREATE OR REPLACE PACKAGE BODY FORMULE_COTE_AZUR AS
-- AM=IF([.AM19]+[.AL20]>[.$AL$17];[.$AL$17];[.AM19]+[.AL20])
-- AM=IF(
AND(
[.AM19]+[.AL20]>[.$AL$17];
i_type_intervenant_code="P");
[.$AL$17];[.AM19]+[.AL20])
WHEN
'AM'
THEN
IF
cell
(
'AM'
,
l
-
1
)
+
cell
(
'AL'
,
l
)
>
cell
(
'AL17'
)
THEN
IF
cell
(
'AM'
,
l
-
1
)
+
cell
(
'AL'
,
l
)
>
cell
(
'AL17'
)
AND
i
.
type_intervenant_code
=
'P'
THEN
RETURN
cell
(
'AL17'
);
ELSE
RETURN
cell
(
'AM'
,
l
-
1
)
+
cell
(
'AL'
,
l
);
...
...
This diff is collapsed.
Click to expand it.
data/ddl/package/FORMULE_LYON2/body.sql
+
356
−
282
View file @
ee59cd6a
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