mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-25 23:43:58 +00:00
update pi export
This commit is contained in:
+1
-1
@@ -196,7 +196,7 @@ Route::get('/transactions/supplier/{id}/mock_up', 'Transactions\DownloadMockUpWh
|
||||
Route::get('/notifications/list', 'Notifications\ListNotificationsController@list')->name('notifications.list');
|
||||
|
||||
Route::get('/supplier/pi/export', function(){
|
||||
$groups = \App\Models\Group::where('issuer', 2210)->whereMonth('created_at', 4)->whereYear('created_at', 2022)->get();
|
||||
$groups = \App\Models\Group::where('issuer', 2210)->whereMonth('created_at', 5)->whereYear('created_at', 2022)->get();
|
||||
|
||||
echo '<table>';
|
||||
$i = 0;
|
||||
|
||||
Reference in New Issue
Block a user