mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
export based on payment date
This commit is contained in:
@@ -76,7 +76,7 @@ class ExportsPaymentTransactions implements FromQuery, WithHeadings, WithHeading
|
|||||||
// pendingPaymentSection
|
// pendingPaymentSection
|
||||||
$approvalStatus = ApprovalStatus::APPROVED;
|
$approvalStatus = ApprovalStatus::APPROVED;
|
||||||
}
|
}
|
||||||
|
dd($approvalStatus);
|
||||||
// $query->where('type', TransactionType::SHIPPING_INVOICE)->whereIn('status', [$approvalStatus]);
|
// $query->where('type', TransactionType::SHIPPING_INVOICE)->whereIn('status', [$approvalStatus]);
|
||||||
$query->whereIn('type', [TransactionType::SHIPPING_INVOICE, TransactionType::STORAGE_INVOICE])->whereIn('status', [$approvalStatus]);
|
$query->whereIn('type', [TransactionType::SHIPPING_INVOICE, TransactionType::STORAGE_INVOICE])->whereIn('status', [$approvalStatus]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user