modificado iva dependiendo de si es reducido o no y del lugar de la entrega

This commit is contained in:
2025-10-14 14:04:21 +02:00
parent 37ae61d6f7
commit 90376e61c8
6 changed files with 47 additions and 33 deletions

View File

@ -11,8 +11,8 @@ logging.level.org.springframework=ERROR
#
# Database Configuration
#
#spring.datasource.url=jdbc:mysql://localhost:3309/imprimelibros
spring.datasource.url=jdbc:mysql://127.0.0.1:3309/imprimelibros?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Europe/Madrid&characterEncoding=utf8
spring.datasource.url=jdbc:mysql://localhost:3309/imprimelibros
#spring.datasource.url=jdbc:mysql://127.0.0.1:3309/imprimelibros?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Europe/Madrid&characterEncoding=utf8
spring.datasource.username=imprimelibros_user
spring.datasource.password=om91irrDctd
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
@ -24,8 +24,8 @@ spring.jpa.show-sql=false
#
# Safekat API Configuration
#
#safekat.api.url=http://localhost:8000/
safekat.api.url=https://erp-dev.safekat.es/
safekat.api.url=http://localhost:8000/
#safekat.api.url=https://erp-dev.safekat.es/
safekat.api.email=imnavajas@coit.es
safekat.api.password=Safekat2024

View File

@ -312,6 +312,7 @@ presupuesto.errores.paginasNegro.required=El número de páginas en negro es obl
presupuesto.errores.paginasNegro.par=El número de páginas en negro debe ser par
presupuesto.errores.paginasColor.required=El número de páginas en color es obligatorio
presupuesto.errores.paginasColor.par=El número de páginas en color debe ser par
presupuesto.errores.tipo-paginas-cosido=Para encuadernación cosido, sólo se pueden seleccionar o bien páginas a color o páginas en blanco y negro. No se pueden mezclar.
presupuesto.errores.tipo-encuadernacion=Seleccione el tipo de libro
presupuesto.errores.ancho=El ancho no puede estar vacío
presupuesto.errores.ancho.min_max=El ancho tiene que estar en el rango [{0}, {1}] mm;