mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
import bank record
This commit is contained in:
@@ -36,6 +36,7 @@ class ImportsBankRecord implements ToModel, WithHeadingRow, WithBatchInserts, Wi
|
||||
$systemReference = $transaction->pluck('owner.marking')->flatten()->implode(', ');
|
||||
}
|
||||
|
||||
$matches = $systemReference === $row['remarkreferences'] ? 'Yes' : 'No';
|
||||
|
||||
echo '<tr>
|
||||
<td>'.$date->format('d-m-Y').'</td>
|
||||
@@ -43,7 +44,7 @@ class ImportsBankRecord implements ToModel, WithHeadingRow, WithBatchInserts, Wi
|
||||
<td>'.$credit.'</td>
|
||||
<td>'.$systemReference.'</td>
|
||||
<td>'.$row['remarkreferences'].'</td>
|
||||
<td>'.($systemReference === $row['remarkreferences']) ? 'true':'false'.'</td>
|
||||
<td>'.$matches.'</td>
|
||||
</tr>';
|
||||
// dump([
|
||||
// 'date' => $date->format('d-m-Y'),
|
||||
|
||||
Reference in New Issue
Block a user