aggiornato lista dei movimenti e inserito come test il fullcalendar

This commit is contained in:
2023-10-04 13:41:10 +02:00
parent 21cc195ce4
commit 67775716b8
13 changed files with 99 additions and 25 deletions

View File

@@ -27,6 +27,11 @@ class Avviso extends Model
return self::all();
}
public static function getActualAvvisi()
{
return self::where('creato_il','>=', now()->subMonth())->get();
}
public static function getHAstatus()
{
/*$response = Http::withHeaders([