test feature di reportbudget

This commit is contained in:
2022-03-15 18:50:55 +01:00
parent 690b356a02
commit 55a7a68826
3 changed files with 121 additions and 0 deletions

View File

@@ -66,3 +66,5 @@ Route::get('/', function () {
Route::get('fullcalender', [FullCalenderController::class, 'index']);
Route::post('fullcalenderAjax', [FullCalenderController::class, 'ajax']);
Route::get('condominio',[CondominioController::class,'testPdf']);
Route::get('reportbudget',[MovimentiController::class,'reportCategorieAnno']);