errore digitazione in export()
This commit is contained in:
parent
a46ab0418b
commit
77136f60d3
@ -145,7 +145,13 @@ public function ContoA()
|
||||
return DB::table('movimentis')
|
||||
->join('categories','movimentis.mov_fk_categoria','=','categories.id')
|
||||
->join('tags','movimentis.mov_fk_tags','=','tags.id')
|
||||
->selectRaw('mov_data AS Data,cat_name AS Categoria,tag_name AS Tag, mov_descrizione AS Descrizione,mov_importo_dare AS Importo_dare, mov_importo_avere AS Importo_averes')
|
||||
->selectRaw('
|
||||
mov_data AS Data,
|
||||
cat_name AS Categoria,
|
||||
tag_name AS Tag,
|
||||
mov_descrizione AS Descrizione,
|
||||
mov_importo_dare AS Importo_dare,
|
||||
mov_importo_avere AS Importo_avere')
|
||||
->orderBy('Data','asc')
|
||||
->get();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user