Show Proyecto

This commit is contained in:
2023-10-20 19:03:29 -03:00
parent 4734417fe2
commit b4742a501e
16 changed files with 644 additions and 48 deletions

View File

@ -92,6 +92,10 @@ WHERE et.`orden` BETWEEN {$etapaRecepcion->orden} AND ({$etapaTerminado->orden}
ORDER BY a.`descripcion`";
return $this->fetchMany($query);
}
public function fetchSuperficieVendido(int $proyecto_id): float
{
}
protected function joinEstado(): string
{