New Warehouse Storage Fee

This commit is contained in:
Dillon Ngo
2023-11-04 14:58:50 +08:00
parent b5bcd5c553
commit 06751fdc78
24 changed files with 704 additions and 53 deletions
+5 -3
View File
@@ -262,6 +262,7 @@ Route::get('/customer/{marking}/payment-and-billing', function ($marking) {
$company_module_id = $connection->invitee->id;
return view('pages.customers.paymentsBilling', ['company_module_id' => $company_module_id]);
})->name('customer.payment-and-billing');
// })->middleware('storage.invoice.check.bytransactions')->name('customer.payment-and-billing');
Route::get('/customer-invoices/{company_module_id}/payment-and-billing', function ($company_module_id) {
// todo-new: check company_module_id
@@ -1234,6 +1235,7 @@ Route::get('/accident-approve-invoice', function(){
}
});
Route::get('/check', function (Request $request){
dd(json_encode(Carbon::parse($request->input('start_date'))));
})->name('check');
//cief todo: to delete
// Route::get('/check', function (Request $request){
// dd(json_encode(Carbon::parse($request->input('start_date'))));
// })->name('check');