Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Benoît CORTIER (Zette)
ae2
Commits
014ca8f0
Commit
014ca8f0
authored
Aug 31, 2015
by
Skia
Browse files
Put the new cotiz "Alteounaannn"
parent
8427b652
Changes
1
Hide whitespace changes
Inline
Side-by-side
ae/cotisations.php
View file @
014ca8f0
...
...
@@ -128,11 +128,13 @@ function add_new_form($id = null)
2
=>
"Cursus Tronc Commun, 45 €, jusqu'au
$date3
"
,
3
=>
"Cursus Branche, 45 €, jusqu'au
$date4
"
,
4
=>
"Membre honoraire ou occasionnel, 0 €, jusqu'au
$date2
"
,
5
=>
"Cotisation par Assidu,
4
€, jusqu'au
$date2
"
,
6
=>
"Cotisation par l'Amicale,
4
€, jusqu'au
$date2
"
,
5
=>
"Cotisation par Assidu,
0
€, jusqu'au
$date2
"
,
6
=>
"Cotisation par l'Amicale,
0
€, jusqu'au
$date2
"
,
7
=>
"Cotisation réseau UT, 0€, jusqu'au
$date1
, preuve de cotisation nécessaire"
,
8
=>
"Cotisation CROUS, 4€, jusqu'au
$date2
"
,
9
=>
"Cotisation Sbarro, 15€, jusqu'au
$date2
"
,
8
=>
"Cotisation CROUS, 0€, jusqu'au
$date2
"
,
9
=>
"Cotisation Sbarro/ESTA, 15€, jusqu'au
$date2
"
,
10
=>
"Cursus Alternant, 30 €, jusqu'au
$date4
"
,
),
1
);
$sub_frm_cotiz
->
add_select_field
(
"paiement"
,
"Mode de paiement"
,
array
(
1
=>
"Chèque"
,
3
=>
"Liquide"
,
4
=>
"Administration"
));
$sub_frm_cotiz
->
add_info
(
" "
);
...
...
@@ -292,19 +294,22 @@ elseif ( $_REQUEST["action"] == "savecotiz" )
$prix_paye
=
0
;
}
elseif
(
$_REQUEST
[
"cotiz"
]
==
5
)
{
$date_fin
=
strtotime
(
$date2
);
$prix_paye
=
40
0
;
$prix_paye
=
0
;
}
elseif
(
$_REQUEST
[
"cotiz"
]
==
6
)
{
$date_fin
=
strtotime
(
$date2
);
$prix_paye
=
40
0
;
$prix_paye
=
0
;
}
elseif
(
$_REQUEST
[
"cotiz"
]
==
7
)
{
$date_fin
=
strtotime
(
$date1
);
$prix_paye
=
0
;
}
elseif
(
$_REQUEST
[
"cotiz"
]
==
8
)
{
$date_fin
=
strtotime
(
$date2
);
$prix_paye
=
40
0
;
$prix_paye
=
0
;
}
elseif
(
$_REQUEST
[
"cotiz"
]
==
9
)
{
$date_fin
=
strtotime
(
$date2
);
$prix_paye
=
1500
;
}
elseif
(
$_REQUEST
[
"cotiz"
]
==
10
)
{
$date_fin
=
strtotime
(
$date4
);
$prix_paye
=
3000
;
}
else
{
$list
->
add
(
"Le type de cotisation n'est pas valide"
);
$site
->
add_contents
(
$info
);
...
...
@@ -495,11 +500,12 @@ elseif ( $_REQUEST["action"] == "searchstudent" )
2
=>
"Cursus Tronc Commun, 45 €, jusqu'au
$date3
"
,
3
=>
"Cursus Branche, 45 €, jusqu'au
$date4
"
,
4
=>
"Membre honoraire ou occasionnel, 0 €, jusqu'au
$date2
"
,
5
=>
"Cotisation par Assidu,
4
€, jusqu'au
$date2
"
,
6
=>
"Cotisation par l'Amicale,
4
€, jusqu'au
$date2
"
,
5
=>
"Cotisation par Assidu,
0
€, jusqu'au
$date2
"
,
6
=>
"Cotisation par l'Amicale,
0
€, jusqu'au
$date2
"
,
7
=>
"Cotisation inter UT, 0€, jusqu'au
$date1
, preuve de cotisation nécessaire"
,
8
=>
"Cotisation CROUS, 4€, jusqu'au
$date2
"
,
9
=>
"Cotisation Sbarro, 15€, jusqu'au
$date2
"
,
8
=>
"Cotisation CROUS, 0€, jusqu'au
$date2
"
,
9
=>
"Cotisation Sbarro/ESTA, 15€, jusqu'au
$date2
"
,
10
=>
"Cursus Alternant, 30 €, jusqu'au
$date4
"
,
),
1
);
$frm
->
add_select_field
(
"paiement"
,
"Mode de paiement"
,
array
(
1
=>
"Chèque"
,
3
=>
"Liquide"
,
4
=>
"Administration"
));
$frm
->
add_checkbox
(
"droit_image"
,
"Droit à l'image"
,
$user
->
droit_image
);
...
...
@@ -745,4 +751,4 @@ else
$site
->
end_page
();
?>
?>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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