WIP Integrazioni delle ultime modifiche. #4
@ -145,7 +145,13 @@ public function ContoA()
|
|||||||
return DB::table('movimentis')
|
return DB::table('movimentis')
|
||||||
->join('categories','movimentis.mov_fk_categoria','=','categories.id')
|
->join('categories','movimentis.mov_fk_categoria','=','categories.id')
|
||||||
->join('tags','movimentis.mov_fk_tags','=','tags.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')
|
->orderBy('Data','asc')
|
||||||
->get();
|
->get();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user