delete data table
This commit is contained in:
@@ -76,4 +76,14 @@ class DailySalePaymentReportModuleController extends Controller
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
public function exportReport(Request $request)
|
||||
{
|
||||
|
||||
$date = $request->query('date');
|
||||
$type = $request->query('type');
|
||||
|
||||
|
||||
return "Export function is working. Selected Date: " . $date . " | Export Type: " . $type;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user