Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OSE
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
OSE
Commits
d45f70b1
Commit
d45f70b1
authored
Dec 3, 2019
by
Laurent Lecluse
Browse files
Options
Downloads
Plain Diff
Merge branches 'develop' and 'master' of
https://git.unicaen.fr/open-source/OSE
parents
c0315f7d
faf7054c
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
data/ddl.php
+6
-6
6 additions, 6 deletions
data/ddl.php
module/Application/src/Application/Controller/ServiceController.php
+0
-2
0 additions, 2 deletions
...lication/src/Application/Controller/ServiceController.php
with
7 additions
and
9 deletions
CHANGELOG.md
+
1
−
1
View file @
d45f70b1
...
@@ -3,7 +3,7 @@ title: "Changements intervenus sur OSE"
...
@@ -3,7 +3,7 @@ title: "Changements intervenus sur OSE"
author
:
Laurent Lécluse - DSI - Unicaen
author
:
Laurent Lécluse - DSI - Unicaen
---
---
# OSE 10-zf2 et 10-zf3
(à venir)
# OSE 10-zf2 et 10-zf3
## Nouveautés
## Nouveautés
...
...
This diff is collapsed.
Click to expand it.
data/ddl.php
+
6
−
6
View file @
d45f70b1
...
@@ -23959,21 +23959,21 @@ END FORMULE_ULHN;',
...
@@ -23959,21 +23959,21 @@ END FORMULE_ULHN;',
END IF;
END IF;
-- l
8
2=SOMME(L22:L81)
-- l
52
2=SOMME(L22:L81)
WHEN c = \'l
8
2\' AND v >= 1 THEN
WHEN c = \'l
52
2\' AND v >= 1 THEN
RETURN calcFnc(\'total\',\'l\');
RETURN calcFnc(\'total\',\'l\');
-- n=SI($L$82>0;L22/$L$82;0)
-- n=SI($L$82>0;L22/$L$82;0)
WHEN c = \'n\' AND v >= 1 THEN
WHEN c = \'n\' AND v >= 1 THEN
IF cell(\'l
8
2\') > 0 THEN
IF cell(\'l
52
2\') > 0 THEN
RETURN cell(\'l\',l) / cell(\'l
8
2\');
RETURN cell(\'l\',l) / cell(\'l
52
2\');
ELSE
ELSE
RETURN 0;
RETURN 0;
END IF;
END IF;
-- o=MIN(service_du;$L$82)*N22
-- o=MIN(service_du;$L$82)*N22
WHEN c = \'o\' AND v >= 1 THEN
WHEN c = \'o\' AND v >= 1 THEN
RETURN LEAST(ose_formule.intervenant.service_du, cell(\'l
8
2\')) * cell(\'n\',l);
RETURN LEAST(ose_formule.intervenant.service_du, cell(\'l
52
2\')) * cell(\'n\',l);
-- p=SI(L22<>0;O22/L22;0)
-- p=SI(L22<>0;O22/L22;0)
WHEN c = \'p\' AND v >= 1 THEN
WHEN c = \'p\' AND v >= 1 THEN
...
@@ -23985,7 +23985,7 @@ END FORMULE_ULHN;',
...
@@ -23985,7 +23985,7 @@ END FORMULE_ULHN;',
-- q=SI($L$82>service_du;1-P22;0)
-- q=SI($L$82>service_du;1-P22;0)
WHEN c = \'q\' AND v >= 1 THEN
WHEN c = \'q\' AND v >= 1 THEN
IF cell(\'l
8
2\') > ose_formule.intervenant.service_du THEN
IF cell(\'l
52
2\') > ose_formule.intervenant.service_du THEN
RETURN 1 - cell(\'p\',l);
RETURN 1 - cell(\'p\',l);
ELSE
ELSE
RETURN 0;
RETURN 0;
This diff is collapsed.
Click to expand it.
module/Application/src/Application/Controller/ServiceController.php
+
0
−
2
View file @
d45f70b1
...
@@ -17,8 +17,6 @@ use Application\Service\Traits\LocalContextServiceAwareTrait;
...
@@ -17,8 +17,6 @@ use Application\Service\Traits\LocalContextServiceAwareTrait;
use
Application\Service\Traits\ParametresServiceAwareTrait
;
use
Application\Service\Traits\ParametresServiceAwareTrait
;
use
Application\Service\Traits\RegleStructureValidationServiceAwareTrait
;
use
Application\Service\Traits\RegleStructureValidationServiceAwareTrait
;
use
Application\Service\Traits\WorkflowServiceAwareTrait
;
use
Application\Service\Traits\WorkflowServiceAwareTrait
;
use
UnicaenApp\Exporter\Pdf
;
use
UnicaenApp\View\Model\CsvModel
;
use
UnicaenApp\View\Model\MessengerViewModel
;
use
UnicaenApp\View\Model\MessengerViewModel
;
use
Zend\Http\Request
;
use
Zend\Http\Request
;
use
Application\Entity\Db\Intervenant
;
use
Application\Entity\Db\Intervenant
;
...
...
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