installato adminlte su client

This commit is contained in:
Flavio Barachino 2024-05-23 14:25:11 +02:00
parent 4120662b12
commit dec89c2098
2 changed files with 784 additions and 722 deletions

View File

@ -26,8 +26,8 @@ JOIN tags as t ON a.mov_fk_tags=t.id
JOIN categories as c ON a.mov_fk_categoria=c.id';
public static function getList() {
return DB::select(DB::raw(
'SELECT
a.id,
@ -214,7 +214,7 @@ JOIN categories as c ON a.mov_fk_categoria=c.id';
if($line['DARE']<>'')
{
$dati=[
'mov_data'=>self::dateFormat(0,$line['VALUTA']),
'mov_data'=>self::dateFormat(0,$line['VALUTA']),
// date_format(date_create($movimento->mov_data),'d/m/Y'
// 'mov_data'=>date_format(date_create($line['VALUTA']),'Y-m-d'),
'mov_fk_categoria'=>1,

1500
composer.lock generated

File diff suppressed because it is too large Load Diff