Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
K
kiosqueip
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hamza Arfaoui
kiosqueip
Commits
5cdfa360
Commit
5cdfa360
authored
May 31, 2024
by
Hamza Arfaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CAFI184 CAFI185 CAFI186
parent
a44de181
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
6 deletions
+11
-6
globalcolors.php
pile/css/globalcolors.php
+2
-0
functions.php
pile/functions.php
+4
-1
pile.js
pile/js/pile.js
+1
-1
Statistiques.php
statistiques/dcc/src/Statistiques.php
+1
-1
index.php
statistiques/dcc/views/index.php
+3
-3
No files found.
pile/css/globalcolors.php
View file @
5cdfa360
...
...
@@ -24,6 +24,7 @@ echo '
.rdvbot {font-size:11px;padding:0px;padding-left:5px;padding-right:5px;background-color:#ffffff;color:'
.
$rdvcolor
.
';}
.rdvbot2 {padding:0px;background-color:#ffffff;color:#e34740;border-top:1px solid '
.
$rdvcolor
.
';font-weight:bold;}
.rdvG a.bt2 {background: '
.
$rdvcolor
.
';color:#fff;}
.title-rdv{color : '
.
$rdvcolor
.
'}
.srdv {border:1px solid '
.
$srdvcolor
.
';width:280px;height:65px;margin-top:5px;background-color:#ffffff;color:'
.
$srdvcolor
.
';margin-left:auto;margin-right:auto;font-size:12px;}
.srdvtop {font-size:13px;padding:0px;padding-left:5px;background-color:'
.
$srdvcolor
.
';color:#ffffff;}
...
...
@@ -31,6 +32,7 @@ echo '
.srdvbot {font-size:11px;padding:0px;padding-left:5px;padding-right:5px;background-color:#ffffff;color:'
.
$srdvcolor
.
';}
.srdvbot2 {padding:0px;background-color:#ffffff;color:'
.
$srdvcolor
.
';border-top:1px solid '
.
$srdvcolor
.
';font-weight:bold;}
.srdvG a.bt2 {background: '
.
$srdvcolor
.
';color:#fff;}
.title-srdv{color : '
.
$srdvcolor
.
'}
.myst {border:1px solid '
.
$mystcolor
.
';width:94%;height:65px;margin-top:5px;background-color:#ffffff;color:'
.
$mystcolor
.
''
.
$mystcolor
.
';margin-left:auto;margin-right:auto;font-size:12px;}
.mysttop {font-size:100%;padding:0px;padding-left:5px;background-color:'
.
$mystcolor
.
';color:#ffffff;}
...
...
pile/functions.php
View file @
5cdfa360
...
...
@@ -1191,6 +1191,9 @@ function getEntityColors($entites) {
}
else
{
$entityColors
=
array
(
"red"
);
}
if
(
$GLOBALS
[
"PILE_CONF"
][
"RDV_SRDV_COLUMNS"
]
==
true
){
$entityColors
=
array
(
"srdv"
,
"rdv"
);
}
return
$entityColors
;
}
...
...
@@ -1199,7 +1202,7 @@ function getAttenteColumns($agence, $attenteData, $entites, $motifs) {
$column
=
""
;
$entityColors
=
getEntityColors
(
$entites
);
$comp
=
0
;
var_dump
(
$entityColors
);
foreach
(
$attenteData
as
$key
=>
$columnData
)
{
$column
.=
'
<td class="pile-column attente" id="attente-column">
...
...
pile/js/pile.js
View file @
5cdfa360
...
...
@@ -978,7 +978,7 @@ $(document).on("click", "#submit-btn-fiche-cns", function(e) {
if
(
validForm
)
{
$
.
ajax
({
type
:
"POST"
,
url
:
"../
../
admin/do.php"
,
url
:
"../admin/do.php"
,
data
:
$
(
"#formCnsNew"
).
serialize
(),
success
:
function
(
data
)
{
$
(
'#contentFicheCns'
).
html
(
data
);
...
...
statistiques/dcc/src/Statistiques.php
View file @
5cdfa360
...
...
@@ -115,7 +115,7 @@ class Statistiques extends Model
$where
[]
.=
'( '
.
implode
(
' OR '
,
$like
)
.
' )'
;
$args
[
'keyword'
]
=
'%'
.
$keyword
.
'%'
;
}
if
(
$GLOBALS
[
"BO_CONF"
][
"AGENCE"
][
"SIEGE"
]
&&
$GLOBALS
[
"BO_CONF"
][
"AGENCE"
][
"SIEGE"
][
"CHOICES"
]){
if
(
isset
(
$GLOBALS
[
"BO_CONF"
][
"AGENCE"
][
"SIEGE"
])
&&
$GLOBALS
[
"BO_CONF"
][
"AGENCE"
][
"SIEGE"
]
&&
$GLOBALS
[
"BO_CONF"
][
"AGENCE"
][
"SIEGE"
][
"CHOICES"
]){
foreach
(
$GLOBALS
[
"BO_CONF"
][
"AGENCE"
][
"SIEGE"
][
"CHOICES"
]
as
$choice
)
{
if
(
$choice
==
'shipping'
)
$where
[]
.=
'stat.rdv NOT IN(3,4)'
;
...
...
statistiques/dcc/views/index.php
View file @
5cdfa360
...
...
@@ -22,7 +22,7 @@
<th
class=
"red"
>
<?php
echo
$helper
->
addSort
(
array
(
'field'
=>
'rdv'
,
'name'
=>
'Sans RDV'
)
)
?>
</th>
<?php
$srdv_last
=
' last'
;
if
(
$GLOBALS
[
"BO_CONF"
][
"AGENCE"
][
"SIEGE"
]
&&
$GLOBALS
[
"BO_CONF"
][
"AGENCE"
][
"SIEGE"
][
"CHOICES"
]){
if
(
isset
(
$GLOBALS
[
"BO_CONF"
][
"AGENCE"
][
"SIEGE"
])
&&
$GLOBALS
[
"BO_CONF"
][
"AGENCE"
][
"SIEGE"
]
&&
$GLOBALS
[
"BO_CONF"
][
"AGENCE"
][
"SIEGE"
][
"CHOICES"
]){
foreach
(
$GLOBALS
[
"BO_CONF"
][
"AGENCE"
][
"SIEGE"
][
"CHOICES"
]
as
$choice
)
{
if
(
$choice
==
'shipping'
){
$srdv_last
=
''
;
...
...
@@ -41,7 +41,7 @@
<td
class=
"with-border"
>
<?php
echo
$statRdv
->
ardv
?>
</td>
<td
class=
"with-border
<?php
echo
$srdv_last
?>
"
>
<?php
echo
$statRdv
->
srdv
?>
</td>
<?php
if
(
$GLOBALS
[
"BO_CONF"
][
"AGENCE"
][
"SIEGE"
]
&&
$GLOBALS
[
"BO_CONF"
][
"AGENCE"
][
"SIEGE"
][
"CHOICES"
]){
if
(
isset
(
$GLOBALS
[
"BO_CONF"
][
"AGENCE"
][
"SIEGE"
])
&&
$GLOBALS
[
"BO_CONF"
][
"AGENCE"
][
"SIEGE"
]
&&
$GLOBALS
[
"BO_CONF"
][
"AGENCE"
][
"SIEGE"
][
"CHOICES"
]){
foreach
(
$GLOBALS
[
"BO_CONF"
][
"AGENCE"
][
"SIEGE"
][
"CHOICES"
]
as
$choice
)
{
if
(
$choice
==
'shipping'
){
?>
...
...
@@ -75,7 +75,7 @@
<td>
<?php
echo
$client
->
conseiller
?>
</td>
<?php
if
(
$GLOBALS
[
"BO_CONF"
][
"AGENCE"
][
"SIEGE"
]
&&
$GLOBALS
[
"BO_CONF"
][
"AGENCE"
][
"SIEGE"
][
"CHOICES"
]
&&
in_array
(
'shipping'
,
$GLOBALS
[
"BO_CONF"
][
"AGENCE"
][
"SIEGE"
][
"CHOICES"
])){
if
(
isset
(
$GLOBALS
[
"BO_CONF"
][
"AGENCE"
][
"SIEGE"
])
&&
$GLOBALS
[
"BO_CONF"
][
"AGENCE"
][
"SIEGE"
]
&&
$GLOBALS
[
"BO_CONF"
][
"AGENCE"
][
"SIEGE"
][
"CHOICES"
]
&&
in_array
(
'shipping'
,
$GLOBALS
[
"BO_CONF"
][
"AGENCE"
][
"SIEGE"
][
"CHOICES"
])){
if
(
$client
->
rdv
==
1
){
echo
"<td>1</td><td>0</td><td>0</td>"
;
}
elseif
(
$client
->
rdv
==
0
)
{
...
...
Write
Preview
Markdown
is supported
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