WIP Integrazioni delle ultime modifiche. #4

Merged
fbarachino merged 50 commits from dev into main 2025-10-21 14:31:06 +00:00
Showing only changes of commit 737867e77c - Show all commits

View File

@ -121,7 +121,7 @@ class MovimentiController extends Controller
'Descrizione'=>$movimento->Descrizione, 'Descrizione'=>$movimento->Descrizione,
'Importo_dare'=>$movimento->Importo_dare, 'Importo_dare'=>$movimento->Importo_dare,
'Importo_avere'=>$movimento->Importo_avere, 'Importo_avere'=>$movimento->Importo_avere,
'Conto'=>$movimento->Conto, // 'Conto'=>$movimento->Conto,
]; ];
} }
return (new FastExcel($lista))->download('movimenti_al_'.date('d-m-Y').'.xls'); return (new FastExcel($lista))->download('movimenti_al_'.date('d-m-Y').'.xls');