Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
59e0fb30
Commit
59e0fb30
authored
Nov 18, 2021
by
Laurent Lécluse
Browse files
Merge branch 'll-guyane' of
https://git.unicaen.fr/open-source/OSE
parents
e46896d6
671c88df
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
data/ddl/package/FORMULE_GUYANE/body.sql
0 → 100644
View file @
59e0fb30
This diff is collapsed.
Click to expand it.
data/ddl/package/FORMULE_GUYANE/definition.sql
0 → 100644
View file @
59e0fb30
CREATE
OR
REPLACE
PACKAGE
FORMULE_GUYANE
AS
PROCEDURE
CALCUL_RESULTAT
;
FUNCTION
calcCell
(
c
VARCHAR2
,
l
NUMERIC
)
RETURN
FLOAT
;
FUNCTION
INTERVENANT_QUERY
RETURN
CLOB
;
FUNCTION
VOLUME_HORAIRE_QUERY
RETURN
CLOB
;
END
FORMULE_GUYANE
;
\ No newline at end of file
data/nomenclatures.php
View file @
59e0fb30
...
...
@@ -223,6 +223,11 @@ return [
'I_PARAM_1_LIBELLE'
=>
'EC/Associé/Docteur'
,
'I_PARAM_2_LIBELLE'
=>
'Lecteur/ATER'
,
],
21
=>
[
'LIBELLE'
=>
'Université De Guyane'
,
'PACKAGE_NAME'
=>
'FORMULE_GUYANE'
,
'VH_PARAM_1_LIBELLE'
=>
'Autre établissement (Oui/Non)'
,
],
],
'MODELE_CONTRAT'
=>
[
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment