Update ConfeccionResource.php
This commit is contained in:
@@ -100,10 +100,12 @@ class ConfeccionResource extends Resource
|
|||||||
}),
|
}),
|
||||||
|
|
||||||
TextInput::make('total_pagar')
|
TextInput::make('total_pagar')
|
||||||
|
->label('Total a pagar')
|
||||||
->prefix('$')
|
->prefix('$')
|
||||||
->numeric()
|
->numeric()
|
||||||
->readOnly()
|
->readOnly()
|
||||||
->default(0),
|
->default(0)
|
||||||
|
->helperText('Se calcula automáticamente: (prendas recibidas × valor por prenda) - descuentos por cobros'),
|
||||||
])
|
])
|
||||||
->columns(2),
|
->columns(2),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user