Ajustando modelos

This commit is contained in:
2025-01-05 16:14:29 -03:00
parent fd5298b990
commit 6ec3344c17
21 changed files with 172 additions and 305 deletions

View File

@@ -15,10 +15,10 @@ namespace App\Models{
/**
*
*
* @property int $id
* @property string $id
* @property int $valor
* @property string $descripcion
* @property int $turno_id
* @property string $turno_id
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
* @method static \Illuminate\Database\Eloquent\Builder<static>|CalculoFondo newModelQuery()
@@ -38,7 +38,7 @@ namespace App\Models{
/**
*
*
* @property int $id
* @property string $id
* @property int $veinte_mil
* @property int $diez_mil
* @property int $cinco_mil
@@ -48,6 +48,7 @@ namespace App\Models{
* @property int $cien
* @property int $cincuenta
* @property int $diez
* @property string $turno_id
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
* @method static \Illuminate\Database\Eloquent\Builder<static>|Efectivo newModelQuery()
@@ -63,6 +64,7 @@ namespace App\Models{
* @method static \Illuminate\Database\Eloquent\Builder<static>|Efectivo whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder<static>|Efectivo whereMil($value)
* @method static \Illuminate\Database\Eloquent\Builder<static>|Efectivo whereQuinientos($value)
* @method static \Illuminate\Database\Eloquent\Builder<static>|Efectivo whereTurnoId($value)
* @method static \Illuminate\Database\Eloquent\Builder<static>|Efectivo whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder<static>|Efectivo whereVeinteMil($value)
*/
@@ -73,12 +75,12 @@ namespace App\Models{
/**
*
*
* @property int $id
* @property string $id
* @property string $numero
* @property string $descripcion
* @property int $valor
* @property string $tipo_egreso
* @property int $turno_id
* @property string $turno_id
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
* @method static \Illuminate\Database\Eloquent\Builder<static>|Egreso newModelQuery()
@@ -100,7 +102,7 @@ namespace App\Models{
/**
*
*
* @property int $id
* @property string $id
* @property string $mes
* @property int $costo_venta
* @property int $cuenta_corriente_factura
@@ -159,14 +161,14 @@ namespace App\Models{
/**
*
*
* @property int $id
* @property string $id
* @property int $numero
* @property int $numero_z
* @property int $ingreso_inicial
* @property int $ingreso_final
* @property int $total
* @property string $tipo_ingreso
* @property int $turno_id
* @property string $turno_id
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
* @method static \Illuminate\Database\Eloquent\Builder<static>|Ingreso newModelQuery()
@@ -190,7 +192,7 @@ namespace App\Models{
/**
*
*
* @property int $id
* @property string $id
* @property string $fecha
* @property int $numero_caja
* @property int $numero_turno
@@ -215,7 +217,7 @@ namespace App\Models{
/**
*
*
* @property int $id
* @property string $id
* @property string $name
* @property string $email
* @property \Illuminate\Support\Carbon|null $email_verified_at