changed content in invoice transit and table column structure
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 10s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 10s
Gemini PR Review / review (pull_request) Failing after 41s
Laravel Pint / pint (pull_request) Successful in 2m55s
Laravel Larastan / larastan (pull_request) Failing after 3m58s
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 10s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 10s
Gemini PR Review / review (pull_request) Failing after 41s
Laravel Pint / pint (pull_request) Successful in 2m55s
Laravel Larastan / larastan (pull_request) Failing after 3m58s
This commit is contained in:
@@ -52,7 +52,9 @@ class InvoiceTransitMail extends Mailable
|
||||
|
||||
public function content(): Content
|
||||
{
|
||||
$greeting = 'Dear Sir/Madam,<br><br>We are sending here with list of pending sale invoices currently in transit.';
|
||||
$greeting = '<b>Dear Service Provider</b>,<br><br>The following consignments to our branch warehouse are overdue beyond the agreed timeline.Immediate delivery is required today; Failure to complain will result to not able to fulfill customer requirements and leads to potential sales loss.Please treat this as the critical and confirm despatch without delay. <br><br><b> Dear C.R.I Branch Team,</b> <br><br> Please follow and ensure the same.';
|
||||
|
||||
//$greeting1 = 'Dear C.R.I Branch Team, <br><br> Please follow and ensure the same';
|
||||
|
||||
if (strtolower($this->scheduleType) == 'daily') {
|
||||
|
||||
@@ -73,8 +75,8 @@ class InvoiceTransitMail extends Mailable
|
||||
|
||||
$reportPeriod = "<br><br>"
|
||||
. "Report Period: <b>{$startDate->format('d-m-Y')}</b> "
|
||||
. "to <b>{$endDate->format('d-m-Y')}.</b>"
|
||||
. "<br>Please arrange to receipt the same immediately.";
|
||||
. "to <b>{$endDate->format('d-m-Y')}.</b>";
|
||||
// . "<br>Please arrange to receipt the same immediately.";
|
||||
|
||||
$greeting .= $reportPeriod;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user