Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Yashwant
/
hdfc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
90b9b0c1
authored
2017-10-27 12:13:33 +0530
by
Yashwant
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Login report changes
1 parent
bed69de5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
application/resources/views/layout/module/dialer/agenttime.blade.php
application/resources/views/layout/module/dialer/agenttime.blade.php
View file @
90b9b0c
...
...
@@ -21,7 +21,7 @@ $logdateto =(isset($_GET['logdateto']))? strtotime($_GET['logdateto']." ".$logt
$campaign
=
(
isset
(
$_GET
[
'campaign'
]))
?
$_GET
[
'campaign'
]
:
"All"
;
// testing input
$logtime
=
9
;
$logtimeto
=
20
;
$logdate
=
strtotime
(
"2017-10-03 "
.
$logtime
.
":00:00"
);
$logdateto
=
strtotime
(
"2017-10-03 "
.
$logtimeto
.
":00:00"
);
$campaign
=
'All'
;
//
$logtime = 9;$logtimeto = 20;$logdate = strtotime("2017-10-03 ".$logtime.":00:00");$logdateto = strtotime("2017-10-03 ".$logtimeto.":00:00");$campaign = 'All';
// testing input
$alist
=
CRMCallArchive
::
where
(
'user_id'
,
'!='
,
0
)
->
where
(
'created_at'
,
'>='
,
date
(
"Y-m-d H:i:s"
,
$logdate
+
$timeoffset
))
->
where
(
'created_at'
,
'<='
,
date
(
"Y-m-d H:i:s"
,
$logdateto
+
$timeoffset
));
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment