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
6ec2b2bf
Commit
6ec2b2bf
authored
Dec 14, 2022
by
Laurent Lecluse
Browse files
Options
Downloads
Plain Diff
Merge branch 'b19' of
https://git.unicaen.fr/open-source/OSE
into b19
parents
41269885
511249e8
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
data/ddl/view/V_EXPORT_PAIEMENT_SIHAM.sql
+18
-16
18 additions, 16 deletions
data/ddl/view/V_EXPORT_PAIEMENT_SIHAM.sql
data/etats_sortie.php
+3
-3
3 additions, 3 deletions
data/etats_sortie.php
with
21 additions
and
19 deletions
data/ddl/view/V_EXPORT_PAIEMENT_SIHAM.sql
+
18
−
16
View file @
6ec2b2bf
CREATE
OR
REPLACE
FORCE
VIEW
V_EXPORT_PAIEMENT_SIHAM
AS
CREATE
OR
REPLACE
FORCE
VIEW
V_EXPORT_PAIEMENT_SIHAM
AS
SELECT
annee_id
,
SELECT
annee_id
,
type_intervenant_id
,
type_intervenant_id
,
structure_id
,
structure_id
,
periode_id
,
periode_id
,
'P'
type
,
'P'
type
,
code_rh
matricule
,
code_rh
matricule
,
CASE
WHEN
type_intervenant_code
=
'P'
THEN
'
20
0204'
ELSE
'
202251'
END
retenu
e
,
CASE
WHEN
type_intervenant_code
=
'P'
THEN
'0204'
ELSE
'
1578'
END
code_indemnite_
retenu
,
ose_paiement
.
get_format_mois_du
()
du_mois
,
ose_paiement
.
get_format_mois_du
()
du_mois
,
'20'
||
ose_paiement
.
get_annee_extraction_paie
()
annee_de_paye
,
'20'
||
ose_paiement
.
get_annee_extraction_paie
()
annee_de_paye
,
ose_paiement
.
get_mois_extraction_paie
()
mois_de_paye
,
ose_paiement
.
get_mois_extraction_paie
()
mois_de_paye
,
'01'
numero_de_remise
,
'N'
tg_specifique
,
'N'
tg_specifique
,
'A definir'
dossier_de_paye
,
'A definir'
dossier_de_paye
,
'01/'
||
ose_paiement
.
get_mois_extraction_paie
()
||
'/20'
||
'01/'
||
ose_paiement
.
get_mois_extraction_paie
()
||
'/20'
||
...
@@ -39,7 +41,7 @@ FROM (SELECT i.annee_id
...
@@ -39,7 +41,7 @@ FROM (SELECT i.annee_id
t2
.
code_origine
code_origine
,
t2
.
code_origine
code_origine
,
CASE
WHEN
ind
<>
ceil
(
t2
.
nbu
/
max_nbu
)
THEN
max_nbu
ELSE
t2
.
nbu
-
max_nbu
*
(
ind
-
1
)
END
nbu
,
CASE
WHEN
ind
<>
ceil
(
t2
.
nbu
/
max_nbu
)
THEN
max_nbu
ELSE
t2
.
nbu
-
max_nbu
*
(
ind
-
1
)
END
nbu
,
t2
.
nbu
tnbu
,
t2
.
nbu
tnbu
,
(
select
taux_hetd
from
annee
ann
where
ann
.
id
=
i
.
annee_id
)
montant
,
(
SELECT
taux_hetd
FROM
annee
ann
WHERE
ann
.
id
=
i
.
annee_id
)
montant
,
COALESCE
(
t2
.
unite_budgetaire
,
''
)
||
' '
||
to_char
(
i
.
annee_id
)
||
' '
||
to_char
(
i
.
annee_id
+
1
)
libelle
COALESCE
(
t2
.
unite_budgetaire
,
''
)
||
' '
||
to_char
(
i
.
annee_id
)
||
' '
||
to_char
(
i
.
annee_id
+
1
)
libelle
FROM
(
SELECT
structure_id
,
FROM
(
SELECT
structure_id
,
periode_paiement_id
,
periode_paiement_id
,
...
...
This diff is collapsed.
Click to expand it.
data/etats_sortie.php
+
3
−
3
View file @
6ec2b2bf
...
@@ -29,9 +29,9 @@ return [
...
@@ -29,9 +29,9 @@ return [
"MATRICULE": {
"MATRICULE": {
"libelle": "Matricule"
"libelle": "Matricule"
},
},
"RETENU
E
": {
"
CODE_INDEMNITE_
RETENU": {
"libelle": "
R
etenue"
"libelle": "
Code indemnité/r
etenue"
}
,
}
"DU_MOIS": {
"DU_MOIS": {
"libelle": "Du mois (AAAA-MM)"
"libelle": "Du mois (AAAA-MM)"
},
},
...
...
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