From b144948dcf9773b4804bef229f42c2961381c40d Mon Sep 17 00:00:00 2001 From: vicent Date: Tue, 6 Jun 2023 12:31:44 +0200 Subject: [PATCH] conflictos resueltos --- CHANGELOG.md | 3 ++- db/dump/fixtures.sql | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75e807a7b..92c4ee3aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,13 +24,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - (Tickets -> Crear Factura) Al facturar se envia automáticamente el pdf al cliente - (Artículos -> Histórico) Filtro para mostrar lo anterior al inventario - +- (Trabajadores -> Nuevo trabajador) Permite elegir el método de pago ### Changed - (Trabajadores -> Nuevo trabajador) Los clientes se crean sin 'TR' pero se añade tipo de negocio 'Trabajador' ### Fixed - (Tickets -> Líneas) Se permite hacer split de líneas al mismo ticket +- (Tickets -> Cambiar estado) Ahora muestra la lista completa de todos los estados diff --git a/db/dump/fixtures.sql b/db/dump/fixtures.sql index e149fe74c..0457f1165 100644 --- a/db/dump/fixtures.sql +++ b/db/dump/fixtures.sql @@ -2889,6 +2889,7 @@ INSERT INTO `vn`.`wagonTypeTray` (`id`, `typeFk`, `height`, `colorFk`) INSERT INTO `salix`.`accessTokenConfig` (`id`, `renewPeriod`, `renewInterval`) VALUES (1, 21600, 300); + INSERT INTO `vn`.`travelConfig` (`id`, `warehouseInFk`, `warehouseOutFk`, `agencyFk`, `companyFk`) VALUES (1, 1, 1, 1, 442);