Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Gopal
/
KOTAK-LIFE_INSURANCE
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ae49c17a
authored
2018-09-25 09:43:16 +0000
by
Gopal
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Appointment Time & date comes in same column
1 parent
0ce76be0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
application/resources/views/layout/module/dialer/calllog.blade.php
application/resources/views/layout/module/dialer/calllog.blade.php
View file @
ae49c17
...
...
@@ -137,6 +137,7 @@ if(Input::has("dllogxls"))
$fieldsarr
[
$tcol
++
]
=
'BranchName'
;
$fieldsarr
[
$tcol
++
]
=
'RiskCommDate'
;
$fieldsarr
[
$tcol
++
]
=
'AppointmentDate'
;
$fieldsarr
[
$tcol
++
]
=
'AppointmentTime'
;
$fieldsarr
[
$tcol
++
]
=
'CallBackDate'
;
$fieldsarr
[
$tcol
++
]
=
'AppointmentAddress'
;
/* <!-- Change for customization of reports -->*/
...
...
@@ -264,7 +265,8 @@ if(Input::has("dllogxls"))
$objPHPExcel
->
getActiveSheet
()
->
getCellByColumnAndRow
(
$col
++
,
$row
)
->
setValueExplicit
(
$risk_comm_date
);
$objPHPExcel
->
getActiveSheet
()
->
getCellByColumnAndRow
(
$col
++
,
$row
)
->
setValueExplicit
(
$aline
->
appt_date
.
" "
.
$aline
->
appt_time
);
$objPHPExcel
->
getActiveSheet
()
->
getCellByColumnAndRow
(
$col
++
,
$row
)
->
setValueExplicit
(
$aline
->
appt_date
);
$objPHPExcel
->
getActiveSheet
()
->
getCellByColumnAndRow
(
$col
++
,
$row
)
->
setValueExplicit
(
$aline
->
appt_time
);
$objPHPExcel
->
getActiveSheet
()
->
getCellByColumnAndRow
(
$col
++
,
$row
)
->
setValueExplicit
(
$aline
->
usercallback
);
$objPHPExcel
->
getActiveSheet
()
->
getCellByColumnAndRow
(
$col
++
,
$row
)
->
setValueExplicit
(
$aline
->
appointment_addr
);
...
...
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