PDF alignment changes : GWM
This commit is contained in:
parent
ce8bc51103
commit
43b58b02e6
@ -1478,12 +1478,12 @@ class PlanController extends ResourceController
|
||||
|
||||
public function url()
|
||||
{
|
||||
echo '<pre>';
|
||||
$user = $this->userModel->where('email', 'pavithrakavi1100@gmail.com')->first();
|
||||
echo getUserPlanCreationRestrictionStatus($user); die;
|
||||
print_r(getPlanApproverAction(126)); die;
|
||||
// echo '<pre>';
|
||||
// $user = $this->userModel->where('email', 'pavithrakavi1100@gmail.com')->first();
|
||||
// echo getUserPlanCreationRestrictionStatus($user); die;
|
||||
// print_r(getPlanApproverAction(126)); die;
|
||||
|
||||
return $this->generatePlanPdf(57, true);
|
||||
return $this->generatePlanPdf(136, true);
|
||||
die;
|
||||
|
||||
updatePlanStatus(57); die;
|
||||
|
||||
@ -656,7 +656,7 @@ public function userUpload()
|
||||
{
|
||||
|
||||
$predefinedHeaders = ['First Name', 'Last Name', 'Email', 'Mobile Number', 'Password' , 'Role' ,'Employee Code','Group Name',
|
||||
'First Approver Email','Second Approver Email','Third Approver Email','Exceptional Approver Email'];
|
||||
'First Approver Email','Second Approver Email','Third Approver Email','Fourth Approver Email'];
|
||||
|
||||
$uploadDir = WRITEPATH . 'uploads/userUploadFiles/';
|
||||
|
||||
|
||||
@ -419,7 +419,6 @@ class ReportsModel extends Model
|
||||
WHERE cf.created_on >= DATE_SUB(CURDATE(), INTERVAL 7 DAY)
|
||||
AND cf.created_on < DATE_ADD(CURDATE(), INTERVAL 1 DAY)
|
||||
|
||||
|
||||
-- WHERE cf.created_on >= DATE_SUB(CURDATE(), INTERVAL WEEKDAY(CURDATE()) DAY)
|
||||
-- AND cf.created_on < DATE_ADD(DATE_SUB(CURDATE(), INTERVAL WEEKDAY(CURDATE()) DAY), INTERVAL 7 DAY)
|
||||
|
||||
|
||||
@ -551,7 +551,7 @@
|
||||
<div class="qsub-heading" style="color: #6b7577; margin-bottom: 5px;">City</div>
|
||||
<div class="qsub-desc"><?= esc($accomodationvalue['destination_city']) ?></div>
|
||||
</td>
|
||||
<td class="quo-heading1">
|
||||
<td class="quo-heading1" width="25%">
|
||||
<div class="qsub-heading" style="color: #6b7577; margin-bottom: 5px;">Hotel Name</div>
|
||||
<div class="qsub-desc"><?= esc($accomodationvalue['hotel_name']) ?><br/></div>
|
||||
</td>
|
||||
|
||||
1
writable/uploads/template/.~lock.user_file.xlsx#
Normal file
1
writable/uploads/template/.~lock.user_file.xlsx#
Normal file
@ -0,0 +1 @@
|
||||
,smart,smart-Vostro-15-3568,07.08.2025 10:57,file:///home/smart/.config/libreoffice/4;
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user