-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
seccion 7 Spring MVC + Data JPA + JQuery agregado CRUD Factura
- Loading branch information
1 parent
38b6a63
commit 9a9ac3f
Showing
10 changed files
with
119 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
NotEmpty.cliente.nombre= El nombre del clientes es requerido | ||
NotEmpty.cliente.apellido= El apellido del cliente es requerido | ||
NotEmpty.cliente.email= El email es requerido | ||
Email.cliente.email= La direccion de correo no es valida | ||
NotNull.cliente.createdAt= La fecha no puede ser nula | ||
type.Mismatch.cliente.createdAt= Formato de la fecha invalido, debe ser: yyy-MM-dd | ||
NotEmpty.cliente.nombre=El nombre del clientes es requerido | ||
NotEmpty.cliente.apellido=El apellido del cliente es requerido | ||
NotEmpty.cliente.email=El email es requerido | ||
Email.cliente.email=La direccion de correo no es valida | ||
NotNull.cliente.createdAt=La fecha no puede ser nula | ||
type.Mismatch.cliente.createdAt=Formato de la fecha invalido, debe ser: yyy-MM-dd | ||
NotEmpty.factura.descripcion=La descripción es requerida! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters