5475 - Autenticación de doble factor por email #1429

Merged
alexm merged 40 commits from 5475-email_2fa into dev 2023-07-06 08:59:23 +00:00
Contributor

Refs #5475

Refs #5475
joan added 5 commits 2023-04-11 05:41:09 +00:00
gitea/salix/pipeline/head This commit looks good Details
0d6b248f76
feat(2fa): email 2fa
Refs #5475
gitea/salix/pipeline/head There was a failure building this commit Details
902709d61b
Added authCode table
gitea/salix/pipeline/head There was a failure building this commit Details
2e0325e567
Validate code
gitea/salix/pipeline/head There was a failure building this commit Details
b9e48f2102
Added translations & enable through departments
joan changed title from 5475 - Autenticación de doble factor por email to WIP: 5475 - Autenticación de doble factor por email 2023-04-11 05:41:25 +00:00
joan added 2 commits 2023-04-11 06:57:03 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
b0f1bae33e
Added unit test
joan added 1 commit 2023-04-11 07:03:23 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
4807fcb394
Removed focus
joan requested review from jgallego 2023-04-11 07:03:33 +00:00
joan requested review from juan 2023-04-11 07:03:39 +00:00
juan approved these changes 2023-04-12 15:38:54 +00:00
juan left a comment
Owner

Lo veo bien, pero estaría bien hacer una llamada para que nos explicaras en detalle lo que hace

Lo veo bien, pero estaría bien hacer una llamada para que nos explicaras en detalle lo que hace
jgallego requested changes 2023-04-13 06:32:41 +00:00
@ -0,0 +1,24 @@
alter table `vn`.`department`
add `twoFactor` ENUM ('email') null comment 'Default user tow-factor auth type';
Owner

two

two
@ -278,1 +276,3 @@
}
"Added observation": "{{user}} añadió esta observacion: {{text}}",
"Comment added to client": "Observación añadida al cliente {{clientFk}}",
"Invalid auth code": "Invalid auth code",
Owner

traduir

traduir
joan added 1 commit 2023-04-13 09:55:24 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
b5f2cf3711
Added unit test & translation fixes
joan added 2 commits 2023-04-13 10:02:12 +00:00
joan changed title from WIP: 5475 - Autenticación de doble factor por email to 5475 - Autenticación de doble factor por email 2023-04-13 10:03:43 +00:00
jgallego approved these changes 2023-04-13 11:37:24 +00:00
joan added 1 commit 2023-04-18 05:38:49 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
ef87dcc0f5
require authentication on every login
joan added 70 commits 2023-04-18 12:37:47 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
955e55a7f4
refs #5284 new onCreateClaimAccepted y createClaim
gitea/salix/pipeline/head There was a failure building this commit Details
8499ae5243
Merge branch 'dev' into 5284-fueraPlazo
gitea/salix/pipeline/head There was a failure building this commit Details
4209efd7e1
Merge branch 'dev' into 5284-fueraPlazo
gitea/salix/pipeline/head This commit looks good Details
0c8fe855ac
refs #5418 lateral search panel added, missing e2e
gitea/salix/pipeline/head This commit looks good Details
1603cddb96
refs #5418 e2e implemented and fixed
gitea/salix/pipeline/head There was a failure building this commit Details
ecbfdad102
refs #5418 changelog
gitea/salix/pipeline/head There was a failure building this commit Details
0bfa4c54aa
fix: inserta en workerTimeControlMail
gitea/salix/pipeline/head There was a failure building this commit Details
14f966ab9a
Merge branch 'master' into hotfix_sendMail_insertsIntoWorkerTimeControlMail
gitea/salix/pipeline/head There was a failure building this commit Details
0372d44415
fixes #5529 Fixes: missing awaits, buffer-to-file
gitea/salix/pipeline/head This commit looks good Details
d464818ddb
Merge pull request 'hotfix_sendMail_insertsIntoWorkerTimeControlMail' (!1419) from hotfix_sendMail_insertsIntoWorkerTimeControlMail into master
Reviewed-on: #1419
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
gitea/salix/pipeline/head Something is wrong with the build of this commit Details
e342852ed8
Merge branch 'master' into 5529-invoicingFixes
gitea/salix/pipeline/head This commit looks good Details
d0c94b985d
Merge pull request 'fixes #5529 Fixes: missing awaits, buffer-to-file' (!1422) from 5529-invoicingFixes into master
Reviewed-on: #1422
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
6fc2867551
permite decimales
gitea/salix/pipeline/head This commit looks good Details
936d66f8b8
Merge pull request 'hotfix_kmPrice_addDecimals' (!1427) from hotfix_kmPrice_addDecimals into master
Reviewed-on: #1427
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
abaeeddc21
refs #5418 fix e2e
gitea/salix/pipeline/head This commit looks good Details
d5d18d5376
hotfix apply SQL delivery.sql
gitea/salix/pipeline/head This commit looks good Details
0d4c2db0ac
Merge pull request 'hotfix apply SQL delivery.sql' (!1433) from hotfix-moveSQL-minorVersion-delivery into master
Reviewed-on: #1433
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
c6db5f1a4b
hotfix apply changes procedure
gitea/salix/pipeline/head This commit looks good Details
3ee08e0300
changed folder
gitea/salix/pipeline/head This commit looks good Details
a4126eca56
Merge pull request 'hotfix-apply-changes-procedure' (!1434) from hotfix-apply-changes-procedure into master
Reviewed-on: #1434
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
245b0e70f4
hotfix rollback delivery.sql
gitea/salix/pipeline/head There was a failure building this commit Details
0666163ca0
refs #5546 deleted log property, fixed back tests
gitea/salix/pipeline/head There was a failure building this commit Details
ef6e85532e
refs #5213 cambios e2e, descriptor
gitea/salix/pipeline/head This commit looks good Details
eed57c9b4e
refs #5546 removed log tests
gitea/salix/pipeline/head Build queued... Details
41f9ec63ff
refs #5418 changelog
gitea/salix/pipeline/head There was a failure building this commit Details
05ceba65d6
refs #5418 changelog
gitea/salix/pipeline/head There was a failure building this commit Details
90268a79b0
refs #5284 test createClaim
gitea/salix/pipeline/head There was a failure building this commit Details
ac4772e44e
refs #5418 mistake doing git pull origin dev
gitea/salix/pipeline/head There was a failure building this commit Details
6d5167ab7f
Merge branch 'master' of https://gitea.verdnatura.es/verdnatura/salix into test
gitea/salix/pipeline/head There was a failure building this commit Details
025c158b27
refs #5418 minor fixes
gitea/salix/pipeline/head This commit looks good Details
a2ddbd8a66
refs #5284 test update
gitea/salix/pipeline/head There was a failure building this commit Details
8ade602563
hotfix one sign for every ticket
gitea/salix/pipeline/head This commit looks good Details
b4ef49cf24
Merge branch 'dev' into 5546-codigo-registro
gitea/salix/pipeline/head There was a failure building this commit Details
ecac5fffd4
Merge pull request 'fixes #5546 Actualizar código de registro de histórico de los modelos' (!1436) from 5546-codigo-registro into dev
Reviewed-on: #1436
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
b9b52c6b1d
Merge branch 'dev' into 5418-buscador-lateral-fixed-price
gitea/salix/pipeline/head There was a failure building this commit Details
35f94c58b7
reafactor(image): upload image using gm library
gitea/salix/pipeline/head This commit looks good Details
6e7b452792
Max quality
gitea/salix/pipeline/head This commit looks good Details
ad3836552e
refs #5518 sections added
gitea/salix/pipeline/head This commit looks good Details
f4e696675d
Merge pull request 'reafactor(image): upload image using gm library' (!1445) from 5558-image_refactor into master
Reviewed-on: #1445
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
9e4c261a87
Merge pull request 'hotfix saveSign one sign for every ticket' (!1440) from hotfix-saveSign-oneSignForEveryTicket into test
Reviewed-on: #1440
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
51e42e485b
Merge pull request 'refs #5284 new onCreateClaimAccepted y createClaim' (!1372) from 5284-fueraPlazo into dev
Reviewed-on: #1372
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
610f51aaf8
Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/pipeline/head There was a failure building this commit Details
f97d169cbf
observationEmail
gitea/salix/pipeline/head This commit looks good Details
2675c02d13
refs #5518 moved models to account
gitea/salix/pipeline/head There was a failure building this commit Details
7d8a0597c1
Merge branch 'dev' into 5518-log-user-role
gitea/salix/pipeline/head This commit looks good Details
6144c24a44
fix(ticket_edit): fix e2e
gitea/salix/pipeline/head There was a failure building this commit Details
b5434c5e4e
tab
gitea/salix/pipeline/head This commit looks good Details
6a0a08be95
typo
gitea/salix/pipeline/head There was a failure building this commit Details
2a8383f9cc
Merge pull request 'fix e2e' (!1450) from fix_e2e into dev
gitea/salix/pipeline/head This commit looks good Details
d6fb05cc93
Merge pull request 'refs #5213 cambios e2e, descriptor' (!1437) from 5213-minorBugs2 into dev
Reviewed-on: #1437
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
28a7722bb6
Merge branch 'dev' into 5518-log-user-role
gitea/salix/pipeline/head This commit looks good Details
e8e373d924
Merge pull request 'fixes #5518 Crear secciones de histórico para usuarios y roles' (!1446) from 5518-log-user-role into dev
Reviewed-on: #1446
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
11b905138f
Merge pull request 'fixes #5418 Buscador lateral en item/fixed-price' (!1412) from 5418-buscador-lateral-fixed-price into dev
Reviewed-on: #1412
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
c3443ecc7c
Updated e2e
Author
Contributor

He tenido que crear una función común en el modelo (validateLogin()) para poder utilizarla desde /login y desde /validate-auth.

El método no se puede llamar login, si no "signin" porque entra en conflicto con el método login predeterminado del modelo VnUser

He tenido que crear una función común en el modelo (validateLogin()) para poder utilizarla desde /login y desde /validate-auth. El método no se puede llamar login, si no "signin" porque entra en conflicto con el método login predeterminado del modelo VnUser
joan requested review from juan 2023-04-18 12:49:38 +00:00
joan added the
CR / Tests passed
label 2023-04-18 12:49:44 +00:00
juan approved these changes 2023-04-19 14:39:26 +00:00
alexm added 2 commits 2023-05-09 05:11:29 +00:00
alexm reviewed 2023-06-01 05:43:24 +00:00
@ -0,0 +38,4 @@
where
});
if (vnUser && vnUser.twoFactor === 'email') {
Member

i si no te el twoDactor?

i si no te el twoDactor?
alexm marked this conversation as resolved
alexm reviewed 2023-06-01 05:46:37 +00:00
@ -0,0 +1,73 @@
const UserError = require('vn-loopback/util/user-error');
module.exports = Self => {
Self.remoteMethodCtx('validateAuth', {
Member

Aço quan es gasta?

Aço quan es gasta?
alexm marked this conversation as resolved
alexm reviewed 2023-06-01 05:58:57 +00:00
@ -0,0 +1,63 @@
const ForbiddenError = require('vn-loopback/util/forbiddenError');
module.exports = Self => {
Self.remoteMethodCtx('signin', {
Member

Esta ruta no se llama nunca

Esta ruta no se llama nunca
alexm marked this conversation as resolved
alexm added 459 commits 2023-06-12 10:06:31 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
0579c563b9
refs #5327 ordernar por columnas
gitea/salix/pipeline/head There was a failure building this commit Details
34126119e2
fix errors
gitea/salix/pipeline/head There was a failure building this commit Details
faab024e24
test
gitea/salix/pipeline/head This commit looks good Details
db19f153fb
refs #5488 removes 'role =='
gitea/salix/pipeline/head This commit looks good Details
61d41fb687
refs #5507
gitea/salix/pipeline/head This commit looks good Details
c1d4281b1b
refs #5488 replace hasWriteRole, hasReadRole
gitea/salix/pipeline/head There was a failure building this commit Details
39333a9119
refs #5488 replace hasRole for checkAccessAcl
gitea/salix/pipeline/head This commit looks good Details
8502b74dee
feat(): replace hasRole to checkAccessAcl
gitea/salix/pipeline/head This commit looks good Details
4cb231759f
feat(State/Supplier): replace hasRole to acls
gitea/salix/pipeline/head This commit looks good Details
e8ce8e42fd
refs #5153
gitea/salix/pipeline/head Build queued... Details
8bb8b8cfba
refs #5594 fix backTest
gitea/salix/pipeline/head There was a failure building this commit Details
42e3c8f29d
refs #5488 fix(): use hasWriteRole
gitea/salix/pipeline/head This commit looks good Details
8651898a1f
Merge branch 'dev' into 5153-worker-sin-tr
gitea/salix/pipeline/head This commit looks good Details
c3038a4d61
fix(imageCollection):
gitea/salix/pipeline/head There was a failure building this commit Details
ac55dc4cc7
refs #5297 feat(worker_new): add payMethod
gitea/salix/pipeline/head There was a failure building this commit Details
a89f400f10
use iban
gitea/salix/pipeline/head This commit looks good Details
ed6b2cf25b
refs #5615
gitea/salix/pipeline/head This commit looks good Details
659d76f022
Merge pull request 'refs #5615' (!1493) from 5615-getShipped into master
Reviewed-on: #1493
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
eaf425fb51
refs #5328 mod funcion createTicketRefund
gitea/salix/pipeline/head There was a failure building this commit Details
3b2e1ca8d5
ref #5328 refundTicket.id
gitea/salix/pipeline/head There was a failure building this commit Details
566f03c497
refs #5328 commit prueba
gitea/salix/pipeline/head This commit looks good Details
3ac1ce403c
refs #5328 myOptions
gitea/salix/pipeline/head This commit looks good Details
dbd0e5138b
refs #5328 fix
gitea/salix/pipeline/head There was a failure building this commit Details
ad3c6dcee2
wip #5595
gitea/salix/pipeline/head This commit looks good Details
b3100d2653
refs #5595 remove OkPackets from logIn and logOut
gitea/salix/pipeline/head This commit looks good Details
49233eefcd
refs #5580 add button, yml
gitea/salix/pipeline/head This commit looks good Details
8ae5a0de0f
refs #5513 adding backs and models
gitea/salix/pipeline/head This commit looks good Details
5cdec35ed4
refs #5513 addFromPackaging.spec.js
gitea/salix/pipeline/head This commit looks good Details
404acdab6f
refs #5638 fix: solucionado problema con el limit
gitea/salix/pipeline/head This commit looks good Details
6b4b8565f9
Merge branch 'dev' into 5488-use_checkAccessAcl
gitea/salix/pipeline/head There was a failure building this commit Details
7e63bc0004
refs #5297 quit fdescribe
gitea/salix/pipeline/head This commit looks good Details
d21b949ffb
refs #5513 fix getItemsPackaging
gitea/salix/pipeline/head This commit looks good Details
372b9a2ce2
refs #5513 test getItemsPackaging
gitea/salix/pipeline/head This commit looks good Details
96b5749e1e
refs #5297 cambio actual
gitea/salix/pipeline/head This commit looks good Details
7273dd4f1e
Merge branch 'dev' into 5488-use_checkAccessAcl
gitea/salix/pipeline/head This commit looks good Details
9f02fc66c8
refs #5517 Show spinner when loading
gitea/salix/pipeline/head There was a failure building this commit Details
0b2c91466e
refs #5648 create vn-confirm
gitea/salix/pipeline/head Something is wrong with the build of this commit Details
2aaded4ed4
refs #5517 Fix: Show spinner when loading
gitea/salix/pipeline/head This commit looks good Details
a2e71b57a2
refs #5517 Front test fix
gitea/salix/pipeline/head This commit looks good Details
35a888a968
refs #5517 Pagination spinner fixes
gitea/salix/pipeline/head This commit looks good Details
7a668adf18
refs #5517 pagination fixes
gitea/salix/pipeline/head This commit looks good Details
313c641cd7
move chages sql
gitea/salix/pipeline/head This commit looks good Details
eb3003e0f5
Merge branch 'dev' into 5580-buttonLink
gitea/salix/pipeline/head This commit looks good Details
a8bb0aa196
Merge pull request 'refs #5580 add button, yml' (!1503) from 5580-buttonLink into dev
Reviewed-on: #1503
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
8c0deb6cfa
test(e2e_order): fiter optimized
gitea/salix/pipeline/head Build queued... Details
3b8cafc783
fix(ticketConfigSql): correct folder
gitea/salix/pipeline/head There was a failure building this commit Details
706c62f624
typo
gitea/salix/pipeline/head This commit looks good Details
df1803a2e3
refs #5517 Front test fix
gitea/salix/pipeline/head This commit looks good Details
e97d063832
Merge branch 'test' into fix_orders_e2e
gitea/salix/pipeline/head There was a failure building this commit Details
61d6f47162
refs #5599 remove returns
gitea/salix/pipeline/head This commit looks good Details
9ab850b34d
Merge pull request 'test(e2e_order): fiter optimized' (!1510) from fix_orders_e2e into test
Reviewed-on: #1510
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
f4be69c85c
refs #5599 select state.classColor
gitea/salix/pipeline/head This commit looks good Details
1654cc410a
Merge pull request 'test_to_dev' (!1513) from test_to_dev into dev
Reviewed-on: #1513
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
ded8e0e141
refs #5137 added trigger, template and test
gitea/salix/pipeline/head This commit looks good Details
f72c162ca7
Merge branch 'dev' into 5137-aviso-impresora
gitea/salix/pipeline/head There was a failure building this commit Details
c59915f951
refs #5599 procedure
gitea/salix/pipeline/head This commit looks good Details
a345265a89
refs #5488 specifics acls
gitea/salix/pipeline/head There was a failure building this commit Details
9a813c075c
refs #5599 procedure y colorClass
gitea/salix/pipeline/head There was a failure building this commit Details
e258e779b3
refs #5599 ticketFuture
gitea/salix/pipeline/head This commit looks good Details
43a91194fd
refs #5599 remove e2e
gitea/salix/pipeline/head This commit looks good Details
7704256079
master to test
gitea/salix/pipeline/head This commit looks good Details
4818e985ff
Merge pull request 'master to test' (!1515) from 231801_master_to_test into test
Reviewed-on: #1515
Reviewed-by: Alexandre Riera <alexandre@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
7bcb00c127
refs #5655 removed relation
gitea/salix/pipeline/head There was a failure building this commit Details
8ed17d99c3
refs #5327 permite filtrar por columnas (desde el front)
gitea/salix/pipeline/head This commit looks good Details
59f4b63db7
borrado espacio
gitea/salix/pipeline/head Build queued... Details
90b844062d
refs #5327 add frontTest
gitea/salix/pipeline/head This commit looks good Details
2ed99426ef
eliminado focus
gitea/salix/pipeline/head This commit looks good Details
43ab07d954
refs move reports views
gitea/salix/pipeline/head This commit looks good Details
d0c8be5697
refs #5517, #5667 Fix crudModel status, log fixes
gitea/salix/pipeline/head This commit looks good Details
8a843b37bd
refs #5160 Back test timeout workaround
gitea/salix/pipeline/head This commit looks good Details
5924a557e9
Merge branch 'test' into footnotesSolve
gitea/salix/pipeline/head This commit looks good Details
f53eef0455
Merge pull request 'refs move reports views' (!1518) from footnotesSolve into test
Reviewed-on: #1518
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
1d6a541b02
test into master
gitea/salix/pipeline/head This commit looks good Details
fd85cd2d98
refs #5599 replace
gitea/salix/pipeline/head This commit looks good Details
0dea1dfd9e
Merge branch 'dev'
gitea/salix/pipeline/head This commit looks good Details
598fe7ac0d
Merge pull request '231801_test_to_master' (!1519) from 231801_test_to_master into master
Reviewed-on: #1519
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
9760e50212
refs #5513 minor fixes
gitea/salix/pipeline/head There was a failure building this commit Details
b9ec6b93b6
Merge branch 'dev' into 5655-afinar-login
gitea/salix/pipeline/head This commit looks good Details
f6e1ffa849
refs #5517 Log loader fix
gitea/salix/pipeline/head This commit looks good Details
943e8b09c1
refs #5599 DELIMITER
gitea/salix/pipeline/head This commit looks good Details
9cbf3006a0
refs #5599 futureState
gitea/salix/pipeline/head This commit looks good Details
4abc8521d3
refs #5517 Style fixes
gitea/salix/pipeline/head There was a failure building this commit Details
8419c76b12
refs #5153 worker sin tr
gitea/salix/pipeline/head There was a failure building this commit Details
ea6837e33a
refs #5579 export structure and data
gitea/salix/pipeline/head This commit looks good Details
0aa12a5efb
hotFix(worker_new): use postcode not postalCode
gitea/salix/pipeline/head This commit looks good Details
7d589d5101
Merge pull request 'hotFix(worker_new): use postcode not postalCode' (!1520) from hotFix_worker_new_postcode into master
Reviewed-on: #1520
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
9ce3e79e00
refs #5594 eliminado archivo ducplicado
gitea/salix/pipeline/head This commit looks good Details
08fcbebbaf
refs #5488 polish specifics acls
gitea/salix/pipeline/head There was a failure building this commit Details
6300ee4be4
refs #5600 foto de los trabajadores cuadrada
gitea/salix/pipeline/head This commit is unstable Details
3e33030b1d
refs #5579 update mariadb version to 10.7.6
gitea/salix/pipeline/head This commit looks good Details
a1a3f910d3
hotFix(reset-passowrd): use model vnUser
gitea/salix/pipeline/head This commit looks good Details
504791fd6d
typo
gitea/salix/pipeline/head This commit looks good Details
1dcce0f3ee
Merge pull request 'hotFix(reset-passowrd): use model vnUser' (!1523) from hotFix_vnUser_reset-password into master
Reviewed-on: #1523
Reviewed-by: Alexandre Riera <alexandre@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
9f0d5097fe
refs #5160 increase jasmine timeout
gitea/salix/pipeline/head This commit looks good Details
799045314f
Merge pull request 'refs #5160 increase jasmine timeout' (!1524) from 5160-increase_jasmine_timeout into dev
Reviewed-on: #1524
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
3d05b79748
Merge branch 'dev' into 5153-worker-sin-tr
gitea/salix/pipeline/head This commit looks good Details
addd53feca
Merge pull request 'refs #5153' (!1483) from 5153-worker-sin-tr into dev
Reviewed-on: #1483
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
62d0af25d3
refs #5642 uncommented tests
gitea/salix/pipeline/head There was a failure building this commit Details
191fb72331
test jenkins
gitea/salix/pipeline/head There was a failure building this commit Details
7f881409fc
refs #5579 fix mockTime
gitea/salix/pipeline/head This commit looks good Details
30d6f56c39
refs #5667 Style fixes, model translations
gitea/salix/pipeline/head This commit looks good Details
d8eeacb371
refs #5667 Translation improved
gitea/salix/pipeline/head This commit looks good Details
dd9699e120
refs #5667 Translation fix
gitea/salix/pipeline/head This commit looks good Details
cc23fd1337
refs #5579 fix mockTimes and remove userLog_add
gitea/salix/pipeline/head This commit looks good Details
eaaa860e97
Merge branch 'dev' into 5594-sendPdf_whenMakeInvoice
gitea/salix/pipeline/head This commit looks good Details
c7da71d8c0
Merge pull request '5594-sendPdf_whenMakeInvoice' (!1489) from 5594-sendPdf_whenMakeInvoice into dev
Reviewed-on: #1489
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
fa40bd9811
refs #5667 Style & translation fixes
gitea/salix/pipeline/head This commit looks good Details
f55e5f9f74
refs #5667 Business translations
gitea/salix/pipeline/head There was a failure building this commit Details
058f828b92
refs #4548 fix(invoiceIn): report use invoiceIn.issued
gitea/salix/pipeline/head This commit looks good Details
c8c7f52408
Merge branch 'master' into hotFix_invoiceIn_issued
gitea/salix/pipeline/head This commit looks good Details
f9fdf80350
refs #5667 Item translations added
gitea/salix/pipeline/head This commit looks good Details
0d980334b8
refs #5634 conditional merge
gitea/salix/pipeline/head This commit looks good Details
0d51987d47
refs #5667 Client sample translations
gitea/salix/pipeline/head This commit looks good Details
60bfb1b079
refs #5689 fix pixels
gitea/salix/pipeline/head This commit looks good Details
e7f9984b4b
refs #5667 Fix decimal places
gitea/salix/pipeline/head This commit looks good Details
cd34ccad8f
refs #5579 use variable
gitea/salix/pipeline/head This commit looks good Details
b1bbc22afc
Merge branch 'dev' into 5579-db-export
gitea/salix/pipeline/head This commit looks good Details
c31eee4906
refs #5696 landed
gitea/salix/pipeline/head This commit looks good Details
6ddbd8b8ea
Merge branch 'dev' into 5488-use_checkAccessAcl
gitea/salix/pipeline/head This commit looks good Details
69a25d8d03
refs #5696 horas a 00
gitea/salix/pipeline/head This commit looks good Details
02451818ef
typo
gitea/salix/pipeline/head This commit looks good Details
1933341220
Merge pull request '5696-ReclamacionesFueraDePlazoLanded' (!1532) from 5696-ReclamacionesFueraDePlazoLanded into master
Reviewed-on: #1532
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
48da4b13ff
refs #5667 Ticket translation fixes
gitea/salix/pipeline/head This commit looks good Details
665a933a0f
Merge pull request '232001_test_to_dev' (!1535) from 232001_test_to_dev into dev
Reviewed-on: #1535
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
da5e6a43f6
set changes in changelog
gitea/salix/pipeline/head This commit looks good Details
e17b9a32b9
add schema
gitea/salix/pipeline/head This commit looks good Details
36205e75be
feat(232201): new version
gitea/salix/pipeline/head This commit looks good Details
3af2b8c3ae
Merge pull request '232001_dev_to_test' (!1536) from 232001_dev_to_test into test
Reviewed-on: #1536
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
7c76521b02
Merge pull request 'feat(232201): new version' (!1537) from 232201_dev_version into dev
Reviewed-on: #1537
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
b66362d313
refs #5638 fix: cambiado nombre de variable
gitea/salix/pipeline/head This commit looks good Details
463d209d77
refs #5638 refactor: eliminado if innecesario
gitea/salix/pipeline/head This commit looks good Details
d33a84c39f
refs #5638 feat: updated backTest
gitea/salix/pipeline/head This commit looks good Details
703ab3439a
refs #5638 fix: intermittent e2e
gitea/salix/pipeline/head This commit looks good Details
4bcb461d36
refs #3628 added check & date-picker
gitea/salix/pipeline/head Build queued... Details
2591d2d115
refs #3628 added check & date-picker
gitea/salix/pipeline/head This commit looks good Details
cbbb571638
refs #3628 changelog
gitea/salix/pipeline/head There was a failure building this commit Details
814568f2a9
refs #5297 errors solve, trad
gitea/salix/pipeline/head There was a failure building this commit Details
ec02972efb
refs #5609 mostrar filtro por defecto
gitea/salix/pipeline/head There was a failure building this commit Details
15a1965a53
refs #5094 add scopes
gitea/salix/pipeline/head This commit looks good Details
f54d9180b1
fix front test
gitea/salix/pipeline/head There was a failure building this commit Details
ca9d76db77
refs #5137 moved sql
gitea/salix/pipeline/head This commit looks good Details
37b2920157
refs #5513 moved sql
gitea/salix/pipeline/head There was a failure building this commit Details
2402b27632
Merge branch 'dev' into 5600-workerPhoto_incorrectSize
gitea/salix/pipeline/head This commit looks good Details
8cf988b7d2
refs #5638 refactor: code
gitea/salix/pipeline/head This commit looks good Details
975154c929
Merge branch 'master' into hotFix_invoiceIn_issued
gitea/salix/pipeline/head This commit looks good Details
8b0d7eb26c
Merge pull request 'refs #4548 hotFix(invoiceIn): report use invoiceIn.issued' (!1527) from hotFix_invoiceIn_issued into master
Reviewed-on: #1527
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
5ec107188c
refs #5609 feat: no deja buscar si no tiene un filtro de fecha
gitea/salix/pipeline/head This commit looks good Details
29610e52cc
refs #5667 No detail label fix
gitea/salix/pipeline/head This commit looks good Details
a190f2152b
refs #5667 Fixes: Translations, help
gitea/salix/pipeline/head There was a failure building this commit Details
8eedba8a66
refs #5609 feat: solo muestra error cuando hay 'from' sin 'to y viceversa
gitea/salix/pipeline/head This commit looks good Details
f81e9ec23e
Merge pull request '5638-ticket.summary_states' (!1538) from 5638-ticket.summary_states into dev
Reviewed-on: #1538
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
20b3c4f5b8
refs #5667 Style improved
gitea/salix/pipeline/head This commit looks good Details
c1e222db83
refs #5667 Style fixes
gitea/salix/pipeline/head This commit looks good Details
718002d5aa
refs #5667 Style fixes
gitea/salix/pipeline/head This commit looks good Details
1160cbc279
refs #5667 Fixes: Style, translations, icons
gitea/salix/pipeline/head This commit looks good Details
35331e355f
refs #5667 Fixes: Colors, translation
gitea/salix/pipeline/head This commit looks good Details
08e0bf7ddd
refs #5667 Color fixes
gitea/salix/pipeline/head This commit looks good Details
a4beb84e66
refs #5667 Translations fixes
gitea/salix/pipeline/head This commit looks good Details
69b892f2fd
refs #5667 Translations
gitea/salix/pipeline/head This commit looks good Details
e08f848812
refs #5667 Model id html fix
gitea/salix/pipeline/head There was a failure building this commit Details
23287e5ebf
refs #5648 setTimeout
gitea/salix/pipeline/head This commit looks good Details
e9222dbcb7
Merge branch 'dev' into 5689-fixedPricesSize
gitea/salix/pipeline/head This commit looks good Details
a731cbf0cd
Merge pull request 'refs #5689 fix pixels' (!1530) from 5689-fixedPricesSize into dev
Reviewed-on: #1530
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
1b19035d8d
refs #5648 vn-confirm
gitea/salix/pipeline/head This commit looks good Details
03d69f81c5
Merge pull request 'refs #5094 add scopes' (!1540) from 5094-test_docuware_autoSend into test
Reviewed-on: #1540
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
9bc20493fe
#refs #5648 e2e fix
gitea/salix/pipeline/head This commit looks good Details
6093cb4794
Merge branch 'dev' into 5648-sureClaim
gitea/salix/pipeline/head This commit looks good Details
e589e70e06
Merge branch 'dev' into 5655-afinar-login
gitea/salix/pipeline/head This commit looks good Details
c15e77f5c1
Merge pull request 'fixes #5655 Afinar login' (!1516) from 5655-afinar-login into dev
Reviewed-on: #1516
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
fb4697e8fa
Merge branch 'dev' into 5648-sureClaim
gitea/salix/pipeline/head This commit looks good Details
c42400a637
Merge branch 'dev' into 5579-db-export
gitea/salix/pipeline/head This commit looks good Details
3189799b4c
correct type
gitea/salix/pipeline/head This commit looks good Details
380287b819
Merge pull request 'correct type' (!1545) from 5094-fix_id_type into test
Reviewed-on: #1545
Reviewed-by: Carlos Satorres Adam <carlossa@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
a7c59f51b9
Merge branch 'dev' into 5599-ticketColors
gitea/salix/pipeline/head This commit looks good Details
f030ecd2a7
Merge pull request '5579-db-export' (!1526) from 5579-db-export into dev
Reviewed-on: #1526
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
26c2ab867d
Merge pull request 'master into test' (!1546) from master into test
Reviewed-on: #1546
gitea/salix/pipeline/head This commit looks good Details
da0aa57539
Merge branch 'test' into dev
gitea/salix/pipeline/head This commit looks good Details
0045edb698
refs #5094 fix get email
gitea/salix/pipeline/head This commit looks good Details
0e11bfab0b
refs #5581 ticketId != id
gitea/salix/pipeline/head This commit looks good Details
6f0c3eeb29
Merge pull request 'refs #5094 fix get email' (!1548) from 5094-fix_email into test
Reviewed-on: #1548
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
b9f6dc0a39
Merge branch 'dev' into 5581-transferir-lineas
gitea/salix/pipeline/head This commit looks good Details
8ee581eb67
Merge branch 'dev' into 5648-sureClaim
gitea/salix/pipeline/head This commit looks good Details
ee8685329f
Merge branch 'dev' into 5599-ticketColors
gitea/salix/pipeline/head This commit looks good Details
dc244b5567
refs #5488 remove State_seeFilteredEditableStates
gitea/salix/pipeline/head This commit looks good Details
bf8d82f3c6
refs #5581 refresh model
gitea/salix/pipeline/head This commit looks good Details
ec1a203430
Merge pull request 'refs #5648 create vn-confirm' (!1508) from 5648-sureClaim into dev
Reviewed-on: #1508
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
0c673e43bc
refs #5639 smart-tabla defaulter
gitea/salix/pipeline/head This commit looks good Details
d7d94796d6
Merge branch 'dev' into 5599-ticketColors
gitea/salix/pipeline/head This commit looks good Details
53e55de605
refs #5579 fix(route_index): order
gitea/salix/pipeline/head This commit looks good Details
9500e99b86
Merge branch 'dev' into 5579-fix-order
gitea/salix/pipeline/head This commit looks good Details
73c2ae9fdc
refs #5581 changelog
gitea/salix/pipeline/head This commit looks good Details
84abba5566
Merge branch 'dev' into 5599-ticketColors
gitea/salix/pipeline/head This commit looks good Details
766d809523
Merge pull request 'refs #5599 remove returns' (!1511) from 5599-ticketColors into dev
Reviewed-on: #1511
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
7fd2927ec9
refs #5639 smart-table country
gitea/salix/pipeline/head This commit looks good Details
db7d3b6868
refs #5639 payMethodFk
gitea/salix/pipeline/head This commit looks good Details
e2bea16e68
refs #5639 select country, paymethod
gitea/salix/pipeline/head This commit looks good Details
4f5bd95d21
refs #5639 order
gitea/salix/pipeline/head This commit looks good Details
9a5511f083
REFACTOR(node_version)! update to v20
gitea/salix/pipeline/head This commit looks good Details
f0b3177e21
Merge branch 'dev' into salix-node20
gitea/salix/pipeline/head This commit looks good Details
2d06f42493
refs #5639 defaulterView
gitea/salix/pipeline/head This commit looks good Details
31b22b759d
refs #5639 fix e2e selectors
gitea/salix/pipeline/head There was a failure building this commit Details
2c7473b064
refs #5252 feat: permite crear un abono con o sin almacén
gitea/salix/pipeline/head There was a failure building this commit Details
3119ae4471
refs #5609 delete: console.log
gitea/salix/pipeline/head This commit looks good Details
97653d9b8f
Merge branch 'dev' into 5581-transferir-lineas
gitea/salix/pipeline/head This commit looks good Details
b2f4c02b95
Merge pull request 'fixes #5581 ticket.sale transferir lineas' (!1549) from 5581-transferir-lineas into dev
Reviewed-on: #1549
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
68c33efd9a
refs #5609 fix: front test
gitea/salix/pipeline/head This commit looks good Details
6a6d28efa0
Merge branch 'dev' into 5488-use_checkAccessAcl
gitea/salix/pipeline/head This commit looks good Details
a1bd051112
Merge branch 'dev' into salix-node20
gitea/salix/pipeline/head This commit looks good Details
e43e0a8f9f
Merge pull request '5609-ticket.index_searchByFilter' (!1554) from 5609-ticket.index_searchByFilter into dev
Reviewed-on: #1554
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
0f66e56390
Merge pull request 'refs #5639 smart-tabla defaulter' (!1550) from 5639-seccionesFormaPagoYPais(MOROSOS) into dev
Reviewed-on: #1550
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
6294fc0435
refs #5297 back&e2e fix changes
gitea/salix/pipeline/head This commit looks good Details
30c896c975
refs #5678 feat(sale_canEdit): handle exist sale
gitea/salix/pipeline/head This commit looks good Details
05fb0a7203
refs #5677 tickets without state fixed
gitea/salix/pipeline/head Build queued... Details
856dcf18cb
refs #5677 locations
gitea/salix/pipeline/head This commit looks good Details
133c5dbca5
Merge branch 'dev' into 5677-fallo-saveSign
gitea/salix/pipeline/head This commit looks good Details
6b66eb3bb2
refs #5679 typo
gitea/salix/pipeline/head This commit looks good Details
d6a0db3fb8
Merge pull request '5297-newWorker_iban_not_required' (!1492) from 5297-newWorker_iban_not_required into dev
Reviewed-on: #1492
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
087fa137fd
Merge branch 'dev' into 5677-fallo-saveSign
gitea/salix/pipeline/head This commit looks good Details
12aa9dee41
Merge pull request 'fixes #5677 Fallo portainer Ticket/SaveSign' (!1556) from 5677-fallo-saveSign into dev
Reviewed-on: #1556
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
292d9e038d
typo
gitea/salix/pipeline/head This commit looks good Details
de313b6418
refs #3628 Show what's before the inventory
gitea/salix/pipeline/head This commit looks good Details
03e2b98485
hotFix(closeAll): fix where
gitea/salix/pipeline/head This commit looks good Details
0d223bb443
Merge pull request 'fixes #3628 item historical absoluto' (!1539) from 3628-item-historical-absoluto into dev
Reviewed-on: #1539
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
43538a8e36
Merge pull request 'hotFix(closeAll): fix where' (!1557) from hotFix_fix_closeAll into master
Reviewed-on: #1557
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
42a39b6778
refs #5706 master to test
gitea/salix/pipeline/head This commit looks good Details
e44fd294ae
Merge pull request 'refs #5706 master to test' (!1558) from 232001_master_to_test into test
Reviewed-on: #1558
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
02c331ddd6
refs # fix(SQL): wagon
gitea/salix/pipeline/head This commit looks good Details
a052c363fa
Merge pull request '232001_test_to_master' (!1559) from 232001_test_to_master into master
Reviewed-on: #1559
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
c5a9eeed44
Merge pull request '232201_test_to_dev' (!1560) from 232201_test_to_dev into dev
Reviewed-on: #1560
Reviewed-by: Alexandre Riera <alexandre@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
33928aa406
refs #5730 correct folder
gitea/salix/pipeline/head This commit looks good Details
310536120e
Merge pull request '232201_dev_to_test' (!1561) from 232201_dev_to_test into test
Reviewed-on: #1561
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
256f30987f
refs #5730 new version 232401
gitea/salix/pipeline/head This commit looks good Details
a0da78700b
Merge branch 'dev' into 5678-sale-canEdit-notSale
gitea/salix/pipeline/head This commit looks good Details
1a4ae400c7
Merge pull request 'refs #5678 feat(sale_canEdit): handle exist sale' (!1555) from 5678-sale-canEdit-notSale into dev
Reviewed-on: #1555
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
99f87aaf38
Merge branch 'dev' into 232401_dev_init
gitea/salix/pipeline/head This commit looks good Details
d82a7eeeb7
Merge branch 'dev' into 5328-abonarTodoTicket
gitea/salix/pipeline/head This commit looks good Details
79897d8917
Merge pull request 'refs #5730 new version 232401' (!1562) from 232401_dev_init into dev
Reviewed-on: #1562
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
a7363ce2a4
refs #5507 added service
gitea/salix/pipeline/head There was a failure building this commit Details
dfac44a87b
hotfix 3rd parameter to null
gitea/salix/pipeline/head There was a failure building this commit Details
dd83b25bb2
Merge branch 'master' into hotfix-item_getBalance
gitea/salix/pipeline/head This commit looks good Details
fa8fd8d5bc
refs #5398 update from oldbranch
gitea/salix/pipeline/head This commit looks good Details
7e5fcc73ad
modified fixed structure
gitea/salix/pipeline/head This commit looks good Details
96feb24f12
refs #5252 fix: back test
gitea/salix/pipeline/head This commit looks good Details
375fdf2a21
fix item_getBalance
gitea/salix/pipeline/head This commit looks good Details
71d8a355bd
refs #5252 fix: te2e
gitea/salix/pipeline/head This commit looks good Details
2e0721b101
refs #5667 Fixes: Id filter, translations
gitea/salix/pipeline/head This commit looks good Details
27d4d10472
refs #5667 Expedition translation fixes
gitea/salix/pipeline/head This commit looks good Details
b9cb812e0d
Merge pull request 'fix item_getBalance' (!1569) from master_to_test2 into test
Reviewed-on: #1569
Reviewed-by: Alexandre Riera <alexandre@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
8adc104cf4
refs #5735 fix currency
gitea/salix/pipeline/head There was a failure building this commit Details
be06a65a45
refs #5507 fixed e2e
gitea/salix/pipeline/head This commit looks good Details
3ecfbe2052
refs #5252 refactor: creadas varaibles
gitea/salix/pipeline/head This commit looks good Details
527116f1ec
refs #5252 fix: te2e
gitea/salix/pipeline/head This commit looks good Details
4e3f8f6975
Merge branch 'dev' into 5600-workerPhoto_incorrectSize
gitea/salix/pipeline/head This commit looks good Details
f37d93b469
refs #5488 correct folder
gitea/salix/pipeline/head This commit looks good Details
60e694423d
Merge pull request '5600-workerPhoto_incorrectSize' (!1522) from 5600-workerPhoto_incorrectSize into dev
Reviewed-on: #1522
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
95c438b73a
refs #5648 move claimSure
gitea/salix/pipeline/head This commit looks good Details
ffbc39ca56
Merge branch 'dev' into 5488-use_checkAccessAcl
gitea/salix/pipeline/head This commit looks good Details
a22ae3809e
Merge pull request '5488-use_checkAccessAcl' (!1482) from 5488-use_checkAccessAcl into dev
Reviewed-on: #1482
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
aca6e11983
Merge branch 'dev' into salix-node20
gitea/salix/pipeline/head This commit looks good Details
1593b4b626
Merge branch 'dev' into 5398-Agencys&WarehousesData
gitea/salix/pipeline/head This commit looks good Details
138d158f4f
#refs 5684 remove and mod selectors
gitea/salix/pipeline/head This commit looks good Details
a232e9ecea
refs #5153
gitea/salix/pipeline/head This commit looks good Details
fad28dc711
Merge pull request 'refs #5398 update from oldbranch' (!1564) from 5398-Agencys&WarehousesData into dev
Reviewed-on: #1564
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
1ed8000be9
refs #5642 e2es refactored
gitea/salix/pipeline/head This commit looks good Details
41b1b2fb3f
fix >
gitea/salix/pipeline/head There was a failure building this commit Details
059467a383
refs #5137 sql moved to template
gitea/salix/pipeline/head Build queued... Details
1bb5033729
Merge branch 'dev' into 5137-aviso-impresora
gitea/salix/pipeline/head There was a failure building this commit Details
ba850415be
refs #5137 moved sql
gitea/salix/pipeline/head This commit looks good Details
0d394ec3aa
Merge pull request 'refs #5648 move claimSure' (!1571) from 5648-sureClaimFIX into dev
Reviewed-on: #1571
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
94e7e8e321
Merge pull request '5327-ticket.sale_ordenarPorColumnas' (!1517) from 5327-ticket.sale_ordenarPorColumnas into dev
Reviewed-on: #1517
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
3872078507
Merge branch 'dev' into 5328-abonarTodoTicket
gitea/salix/pipeline/head This commit looks good Details
6ff4c4f51d
Merge pull request 'refs #5328 mod funcion createTicketRefund' (!1498) from 5328-abonarTodoTicket into dev
Reviewed-on: #1498
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
153542d2be
refs #5595 taking active connection
gitea/salix/pipeline/head There was a failure building this commit Details
e05d3b0793
Merge branch 'dev' into 5595-modify-loggable-tables-in-procs
gitea/salix/pipeline/head This commit looks good Details
632662c440
refs #5595 added userId in makeInvoice
gitea/salix/pipeline/head This commit looks good Details
382bc06075
refs #5153
gitea/salix/pipeline/head There was a failure building this commit Details
32bdaa640e
Merge branch 'dev' into 5137-aviso-impresora
gitea/salix/pipeline/head This commit looks good Details
30816f7947
Merge branch 'dev' into 5513-backs-embalajes
gitea/salix/pipeline/head There was a failure building this commit Details
576a5f050e
refs #5513 fix back test
gitea/salix/pipeline/head This commit looks good Details
2c3869d961
refs #5398 capital letters
gitea/salix/pipeline/head This commit looks good Details
d6c588d7eb
Merge branch 'dev' into 5398-fixErrorWarehouses
gitea/salix/pipeline/head This commit looks good Details
38c0dc2e01
Merge pull request 'refs #5398 capital letters' (!1575) from 5398-fixErrorWarehouses into dev
Reviewed-on: #1575
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
a4d7988591
refs #5517 Translations fixes
gitea/salix/pipeline/head This commit looks good Details
38823f8481
Merge pull request 'refs #5153 client descriptor business type' (!1573) from 5153---business-type-worker-descriptor into master
Reviewed-on: #1573
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
23c52cc9b5
Merge pull request '5752-master_to_test' (!1578) from 5752-master_to_test into test
Reviewed-on: #1578
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
967e07933d
refs #5398 fix
gitea/salix/pipeline/head This commit looks good Details
d02ee2fd12
deploy(232201)
gitea/salix/pipeline/head This commit looks good Details
de91e016e9
update changelLg
gitea/salix/pipeline/head This commit looks good Details
0ee8811c15
refs #5398 fix agencies, warehouses
gitea/salix/pipeline/head This commit looks good Details
fb330cdbfa
Merge pull request '232201_test_to_master' (!1582) from 232201_test_to_master into master
Reviewed-on: #1582
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
f9528b922c
refs #5595 added userId in options
gitea/salix/pipeline/head This commit looks good Details
ffba5b2d7e
Merge pull request 'refs #5398 fix' (!1579) from 5398-fixAgenciesWarehouses into dev
Reviewed-on: #1579
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
69bf26433d
fix(workerLog): acl to hr
gitea/salix/pipeline/head This commit looks good Details
8d0ae30610
Merge pull request 'fix(workerLog): acl to hr' (!1584) from fix_workerLog_acl into master
Reviewed-on: #1584
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
a26ab80e88
Merge branch 'dev' into salix-node20
gitea/salix/pipeline/head This commit looks good Details
5b0a1d10bb
refs #5684 edi/updateData fix
gitea/salix/pipeline/head This commit looks good Details
cefe8e3e17
Merge pull request 'REFACTOR(node_version)! update to v20' (!1553) from salix-node20 into dev
Reviewed-on: #1553
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
20e574aef4
Merge pull request 'refs #5684 edi/updateData fix' (!1585) from 5684-ediUpdateData into master
Reviewed-on: #1585
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
95715763a1
refs #5667 Worker translations added/fixed
gitea/salix/pipeline/head This commit looks good Details
c05d6bb9a1
refs #5563 WorkerDocument translation fixes
gitea/salix/pipeline/head This commit looks good Details
01175a4c6c
quitado vn
gitea/salix/pipeline/head This commit looks good Details
1408e5f5ad
Merge pull request 'hotfix_sendMail' (!1587) from hotfix_sendMail into master
Reviewed-on: #1587
Reviewed-by: Alexandre Riera <alexandre@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
5be79bbdef
refs #5667 VnUser translations added
gitea/salix/pipeline/head This commit looks good Details
45eba4533a
refs #5667 VnUser translation added
gitea/salix/pipeline/head This commit looks good Details
47c6ad6a71
refs #5667 Translation fix
gitea/salix/pipeline/head This commit looks good Details
fe32a2af05
refs #5667 RoleInherit & Sms: Translations added
gitea/salix/pipeline/head There was a failure building this commit Details
15b5f10a93
refs #5513 addFromBuy back added
gitea/salix/pipeline/head This commit looks good Details
9c9a2d4fe2
Merge branch 'dev' into 5513-backs-embalajes
gitea/salix/pipeline/head This commit looks good Details
36b0216640
refs #5513 changed tests description
gitea/salix/pipeline/head There was a failure building this commit Details
a477bb32ad
Merge pull request 'fixes #5513 Crear back para añadir funcionalidad de Embalajes de la app' (!1504) from 5513-backs-embalajes into dev
Reviewed-on: #1504
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
6ef7055bc9
refs #5563 Display show values in logs
gitea/salix/pipeline/head This commit looks good Details
05111c9268
hotfix test front
gitea/salix/pipeline/head This commit looks good Details
ab66ffa64a
Merge branch 'master' into hotfixTicketColors
gitea/salix/pipeline/head This commit looks good Details
47fe77efde
Merge pull request 'master' (!1592) from master into test
Reviewed-on: #1592
gitea/salix/pipeline/head This commit looks good Details
4ae6b7c739
Merge pull request 'hotfixTicketColors' (!1591) from hotfixTicketColors into master
Reviewed-on: #1591
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
bda1ed41ae
refs #5507 vnConfig moved to core
gitea/salix/pipeline/head There was a failure building this commit Details
7311e79273
fix(vn-model): rewriteMethod
gitea/salix/pipeline/head There was a failure building this commit Details
fd1e6122e8
Merge branch 'dev' into 5507-loadConfigAtStart
gitea/salix/pipeline/head This commit looks good Details
16ad082967
back fixed
gitea/salix/pipeline/head This commit looks good Details
3805812aba
fix: backTest
gitea/salix/pipeline/head This commit looks good Details
92a8e5f689
Merge pull request 'fix addFromBuy backTest' (!1593) from fix-addFromBuy-backTest into dev
Reviewed-on: #1593
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
b036b1f7df
Merge branch 'dev' into 5507-loadConfigAtStart
gitea/salix/pipeline/head This commit looks good Details
46a3faea51
Merge pull request 'fixes #5507 this.vnConfig no tiene datos cargados al inicio de la aplicación' (!1565) from 5507-loadConfigAtStart into dev
Reviewed-on: #1565
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
bfd421c188
Merge branch 'dev' into 5137-aviso-impresora
gitea/salix/pipeline/head This commit looks good Details
b14a8d9fec
Merge pull request 'fixes #5137 Avisos impresoras cuando hayan seleccionado una que no es principal' (!1514) from 5137-aviso-impresora into dev
Reviewed-on: #1514
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
0bc4570706
Merge pull request 'fixes #5642 Arreglar e2e ticket Advance y ticket Future' (!1525) from 5642-arreglar-e2e-ticketFuture-ticketAdvance into dev
Reviewed-on: #1525
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
bd4eee6606
refs #5252 eliminado warehouseFk = 1 por defecto #5252
gitea/salix/pipeline/head This commit looks good Details
2b70bfb3c2
Merge pull request 'master' (!1595) from master into test
Reviewed-on: #1595
gitea/salix/pipeline/head This commit looks good Details
980ea67c24
Merge pull request 'test' (!1596) from test into dev
Reviewed-on: #1596
gitea/salix/pipeline/head This commit looks good Details
8b92b35e29
Merge pull request '5252-canRefund_withOutWarehouse2' (!1567) from 5252-canRefund_withOutWarehouse2 into dev
Reviewed-on: #1567
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
Reviewed-by: Carlos Andrés <carlosap@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
5ba8a15316
refs #5809 deploy 232401 dev in test
gitea/salix/pipeline/head This commit looks good Details
dd72ac9107
refs #5809 version 232601 init
gitea/salix/pipeline/head There was a failure building this commit Details
bdffc0401f
refs #5760 update getChanges, traduccion
gitea/salix/pipeline/head This commit looks good Details
9c007504ea
refs #5667 UI improved, filter by record
gitea/salix/pipeline/head This commit looks good Details
ac67a2606f
Merge branch 'dev' into 5735-creditFormat
gitea/salix/pipeline/head This commit looks good Details
ec9dfa90fd
refs #5760 fixtures
gitea/salix/pipeline/head There was a failure building this commit Details
c66feb53f0
refs #5760 fix fixtures
gitea/salix/pipeline/head There was a failure building this commit Details
d083ba795d
Merge pull request 'refs #5667 UI improved, filter by record' (!1600) from test into dev
Reviewed-on: #1600
gitea/salix/pipeline/head This commit looks good Details
9aadd71356
Merge branch 'dev' into 5735-creditFormat
gitea/salix/pipeline/head This commit looks good Details
a06cd1929f
Merge branch 'dev' into 5760-changesSMS
gitea/salix/pipeline/head This commit looks good Details
b81b6c7020
Merge pull request 'refs #5735 fix currency' (!1570) from 5735-creditFormat into dev
Reviewed-on: #1570
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
9b4c4496b6
Merge branch 'dev' into 5760-changesSMS
gitea/salix/pipeline/head This commit looks good Details
edb06a894a
Merge pull request '5760-changesSMS' (!1601) from 5760-changesSMS into dev
Reviewed-on: #1601
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
decc5e471f
refs #5667 Changes added to changelog
gitea/salix/pipeline/head This commit looks good Details
94ebf50279
Merge pull request 'test' (!1603) from test into dev
Reviewed-on: #1603
alexm added 1 commit 2023-06-13 09:49:50 +00:00
alexm added 1 commit 2023-06-14 13:15:10 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
3a5e591cf0
refs #5475 feat(signin): use twoFactor and passExpired
alexm added 1 commit 2023-06-15 13:17:05 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
b96f0f22b5
refs #5475 feat(account_changePassword)
alexm added 1 commit 2023-06-16 07:35:28 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
cf01c8d46e
refs #5475 feat(account_changePassword)
alexm added 1 commit 2023-06-16 11:42:21 +00:00
alexm added 1 commit 2023-06-16 12:31:21 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
ee1b901dea
refs #5475 feat(account_changePassword): accessScope
alexm added 1 commit 2023-06-19 13:06:14 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
092471f74e
refs #5475 feat(account_changePassword): accessScope and backTest
alexm added 1 commit 2023-06-20 13:06:11 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
a8fafacb82
refs #5475 send email force
alexm added 93 commits 2023-06-21 05:53:55 +00:00
gitea/salix/pipeline/head This commit looks good Details
759a140e61
feat(print): create entry-update-comission template
refs #4586
gitea/salix/pipeline/head This commit looks good Details
31d23f7dd1
feat(print): create entry-update-comission template
refs #5112
gitea/salix/pipeline/head This commit looks good Details
d6ff61b768
refs #5468 corregidas condiciones de autorización
gitea/salix/pipeline/head There was a failure building this commit Details
74d543884e
refs #5468 añadido scope al modelo VnUser
gitea/salix/pipeline/head This commit looks good Details
37a7d02006
quitado scope
gitea/salix/pipeline/head This commit looks good Details
8a9e4ccefb
refs #5468 fix e2e
gitea/salix/pipeline/head There was a failure building this commit Details
87ffd2668e
refs #5468 scope para VnUser
gitea/salix/pipeline/head There was a failure building this commit Details
74ea0ce9fd
refs #5468 actualizados acls
gitea/salix/pipeline/head There was a failure building this commit Details
b10f90fbe1
refs #5468 a la seccion privileges se le pasa el parametro user
gitea/salix/pipeline/head There was a failure building this commit Details
3f26072787
refs #5468 eliminados getters a VnUser
gitea/salix/pipeline/head There was a failure building this commit Details
b65ebc6af3
refs #5468 feat: cambiados acls
gitea/salix/pipeline/head There was a failure building this commit Details
aea39dd0b7
refs #5468 feat: modificalos acl de VnUser
gitea/salix/pipeline/head This commit looks good Details
9426ff204f
refs #5468 fix: testFront
gitea/salix/pipeline/head This commit looks good Details
4bed88faf5
refs #5468 fix: e2e test
gitea/salix/pipeline/head This commit looks good Details
cd244daf84
refs #5468 feat: checkbox 'activo' marcado por defecto
gitea/salix/pipeline/head This commit looks good Details
96163cb07f
refs #5468 feat: update acls
gitea/salix/pipeline/head There was a failure building this commit Details
191fe4ebf6
refs #5468 feat: añadidas comprobaciones acls en el back en 'Alias de correo'
gitea/salix/pipeline/head This commit looks good Details
db55c3e81b
refs #5468 fix: fornt test
gitea/salix/pipeline/head This commit looks good Details
b7e3e9fa71
refs #5468 feat: add testBack
gitea/salix/pipeline/head This commit looks good Details
91207c5a3c
refs #5468 fix: test e2e
gitea/salix/pipeline/head This commit looks good Details
c9b4c68b0c
refs #5468 refactor: actualizada vista
gitea/salix/pipeline/head This commit looks good Details
eab329b230
refs #554 feat: actualizar el token automáticamente
gitea/salix/pipeline/head This commit looks good Details
2e69e4eea7
a
gitea/salix/pipeline/head This commit looks good Details
fdd22ca2d8
refs #5554 codigo eliminado de vnLayout
gitea/salix/pipeline/head This commit looks good Details
b95ee6cbfa
refs #5554 feat: add front test
gitea/salix/pipeline/head There was a failure building this commit Details
91700e096e
refs #5554 fix: cambiada extensión de archivos de test, y solucionado test
gitea/salix/pipeline/head There was a failure building this commit Details
06d1de5a63
refs #5554 feat: add back test
gitea/salix/pipeline/head There was a failure building this commit Details
32badef787
delete console.log
gitea/salix/pipeline/head This commit looks good Details
81a8f383aa
refs #5468 feat: no depender del modulo worker
gitea/salix/pipeline/head This commit looks good Details
2b34dd19e8
refs #554 delete: test back que falla
gitea/salix/pipeline/head There was a failure building this commit Details
b144948dcf
conflictos resueltos
gitea/salix/pipeline/head There was a failure building this commit Details
0ab23477d1
refs #5468 move sql changes
gitea/salix/pipeline/head There was a failure building this commit Details
dfdf948c42
move sql changes
gitea/salix/pipeline/head This commit looks good Details
2c0c0f24b0
reactive
gitea/salix/pipeline/head This commit looks good Details
6f3c28c4a4
refs #5468 refactor: eliminado código obsoleto
gitea/salix/pipeline/head There was a failure building this commit Details
ddd23a9842
refs #5554 refactor: sustiuido window.localStorage por this
gitea/salix/pipeline/head This commit looks good Details
5d3ecfa00e
refs #5554 fix: test front
gitea/salix/pipeline/head This commit looks good Details
50fe53fbb6
Merge branch 'test' into warnFix_ticket_sale_orderBy
gitea/salix/pipeline/head This commit looks good Details
ef0ae335e8
fix: muestra las observaciones de los tickets
gitea/salix/pipeline/head This commit looks good Details
75bb0f8160
refs #5860 fix hash smbhash
gitea/salix/pipeline/head This commit looks good Details
4d957b7593
Merge pull request 'hotfix_ticketObservation' (!1620) from hotfix_ticketObservation into master
Reviewed-on: #1620
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
70413fe0d6
Merge pull request 'refs #5327 warnFix(ticket_sale): fix orderBy amount itemPackingType' (!1604) from warnFix_ticket_sale_orderBy into test
Reviewed-on: #1604
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
068eca80ab
Merge branch 'dev' into 5112-entryUpdateComission
gitea/salix/pipeline/head This commit looks good Details
63888e2d64
refs #5595 console.log(orderFk, userId) for rawSQL logs
gitea/salix/pipeline/head This commit looks good Details
9fa6e2df71
refs #5595 VnModel.rawSql() bugfix
gitea/salix/pipeline/head This commit looks good Details
503054fe05
refs #5112 modificaciones entry_updateComission
gitea/salix/pipeline/head This commit looks good Details
ffbaa45320
refs #5112 changelog
gitea/salix/pipeline/head This commit looks good Details
dcfb991f94
hotFix(getLeaves): remoteMethodCtx correct defined
gitea/salix/pipeline/head This commit looks good Details
62818a9414
Merge pull request '5697-monitores_quitarFiltroFecha' (!1625) from 5697-monitores_quitarFiltroFecha into dev
Reviewed-on: #1625
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
e83396de11
Merge branch 'dev' into 5112-entryUpdateComission
gitea/salix/pipeline/head This commit looks good Details
f6cb1cb130
Merge branch 'dev' into 5554-renovar_token
gitea/salix/pipeline/head This commit looks good Details
004bfdbe1e
Merge pull request '5112-entryUpdateComission' (!1621) from 5112-entryUpdateComission into dev
Reviewed-on: #1621
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
556bdb52ce
Merge branch 'dev' into 5554-renovar_token
gitea/salix/pipeline/head This commit looks good Details
3462e49d23
Merge pull request '5554-renovar_token' (!1566) from 5554-renovar_token into dev
Reviewed-on: #1566
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
f37974c835
Merge branch 'dev' into 5468-account_privileges
gitea/salix/pipeline/head This commit looks good Details
56917fbfc4
Merge pull request '5468-account_privileges' (!1552) from 5468-account_privileges into dev
Reviewed-on: #1552
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
alexm reviewed 2023-06-21 07:29:20 +00:00
@ -0,0 +1,24 @@
alter table `vn`.`department`
Member

Este codi el va fer Joan, el aprofitem?

Este codi el va fer Joan, el aprofitem?
jgallego requested review from jgallego 2023-06-21 09:15:35 +00:00
jgallego refused to review 2023-06-21 09:16:12 +00:00
alexm added 1 commit 2023-06-21 12:17:33 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
6ab431f8ef
refs #5475 tests
alexm added 1 commit 2023-06-27 13:31:02 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
4b8b7a9d82
refs #5475 fix accessScope
alexm added 66 commits 2023-06-28 05:19:15 +00:00
gitea/salix/pipeline/head This commit looks good Details
0afc26e20c
refs #5728 remove add, quit e2e
gitea/salix/pipeline/head This commit looks good Details
9cdaf2e519
refs #5728 fix e2e buy
gitea/salix/pipeline/head This commit looks good Details
65108943ab
refs #5528 feat: back test
gitea/salix/pipeline/head This commit looks good Details
98b270b885
refs #5528 feat: add back test
gitea/salix/pipeline/head There was a failure building this commit Details
b6c8ca20ee
refs #5339 data
gitea/salix/pipeline/head There was a failure building this commit Details
8a2cab0e62
Merge branch 'dev' into 5528-entry.latest-buys_fixEditBuys
gitea/salix/pipeline/head This commit looks good Details
a7d9bbc582
refs #5537 change cl c
gitea/salix/pipeline/head This commit looks good Details
cea6fae649
fix: eliminada variable que no estaba definida
gitea/salix/pipeline/head This commit looks good Details
e99627c0b2
codigo innecesario
gitea/salix/pipeline/head This commit looks good Details
a4d3e8efd0
Merge pull request 'hotfix_errorEliminarTicket' (!1626) from hotfix_errorEliminarTicket into master
Reviewed-on: #1626
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
2649db852f
refs #5772 Invoice PDF size reduced
gitea/salix/pipeline/head This commit looks good Details
38de19f044
Merge branch 'dev' into 5728-bugEntry/buy
gitea/salix/pipeline/head This commit looks good Details
6f9fd9bb72
refs #5772 mensajes de error
gitea/salix/pipeline/head This commit looks good Details
9ef12d129b
Merge branch 'dev' into 5537-refactorFootnotes
gitea/salix/pipeline/head This commit looks good Details
bb10b831ef
Merge pull request 'refs #5537 change cl c' (!1627) from 5537-refactorFootnotes into dev
Reviewed-on: #1627
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
d9afdccd9c
fix: acl renewToken
gitea/salix/pipeline/head This commit looks good Details
ddaed3318d
Merge pull request 'fix: acl renewToken' (!1631) from fix_aclRenewToken into dev
Reviewed-on: #1631
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
aea32492e3
Merge branch 'master' into 5339_instance_vs_data
gitea/salix/pipeline/head There was a failure building this commit Details
10a25ff590
refs #5772
gitea/salix/pipeline/head This commit looks good Details
a173cb47f0
Merge branch 'dev' into 5728-bugEntry/buy
gitea/salix/pipeline/head This commit looks good Details
807596f735
refs #5772
gitea/salix/pipeline/head This commit looks good Details
18a8106461
refs #5339 fix after save
gitea/salix/pipeline/head This commit looks good Details
207dcacf0f
Merge pull request 'refs #5339 data' (!1623) from 5339_instance_vs_data into master
Reviewed-on: #1623
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
591fc14ffa
refs #5772 refactor: movido codigo para enviar rocket al back
gitea/salix/pipeline/head This commit looks good Details
2d21da1faa
Merge pull request '5528-entry.latest-buys_fixEditBuys' (!1611) from 5528-entry.latest-buys_fixEditBuys into dev
Reviewed-on: #1611
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
b7cd32f4ce
refs #5772 eliminar tags en report invoice
gitea/salix/pipeline/head There was a failure building this commit Details
12aa9c6b4b
Merge branch 'dev'
gitea/salix/pipeline/head This commit looks good Details
389b53ceff
refs #5772 fix: back test
gitea/salix/pipeline/head This commit looks good Details
d4dceac74c
Merge pull request '5772-reduceInvoicePdfSize' (!1632) from 5772-reduceInvoicePdfSize into dev
Reviewed-on: #1632
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
344ba298f8
refs #5832 232801 init
gitea/salix/pipeline/head This commit looks good Details
757360f3d1
Merge branch 'dev' into 5728-bugEntry/buy
gitea/salix/pipeline/head This commit looks good Details
cce837686d
Merge pull request 'refs #5728 remove add, quit e2e' (!1598) from 5728-bugEntry/buy into dev
Reviewed-on: #1598
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
47a4a9950f
refs #5772 Parallelism added to PDF generation
gitea/salix/pipeline/head This commit looks good Details
8c0e8e9e12
refs #5772 Fixes fetching parallelism from front
gitea/salix/pipeline/head This commit looks good Details
2fec5bf2aa
Merge pull request 'refs #5772 test into dev' (!1633) from test into dev
Reviewed-on: #1633
gitea/salix/pipeline/head This commit looks good Details
c9f11830a2
refs #5772 smtp.send() error throw flow fix
gitea/salix/pipeline/head This commit looks good Details
665339c8d2
refs #5772 Fix for unhandled ENOENT error
gitea/salix/pipeline/head This commit looks good Details
7660d76850
refs #5772 Test environment fix
gitea/salix/pipeline/head This commit looks good Details
98301f8e70
refs #5900 Small fixes & code clean
gitea/salix/pipeline/head This commit looks good Details
21988fba8c
refs #5900 Hide PIT button on insert actions
gitea/salix/pipeline/head This commit looks good Details
df049201f1
refs #5900 Optimization: remove unnecessary watcher
gitea/salix/pipeline/head This commit looks good Details
d31d1e5a13
refs #5900 User avatar margin fix
gitea/salix/pipeline/head This commit looks good Details
fd69d69ff0
refs #5900 Style: margin adjustments
gitea/salix/pipeline/head This commit looks good Details
631c0e3121
refs #5900 Log grouping fix
gitea/salix/pipeline/head This commit looks good Details
c15d9a4753
refs #5900 Log order fix
gitea/salix/pipeline/head This commit looks good Details
d69cbe0ad4
refs #5900 Origin separator style fix
gitea/salix/pipeline/head This commit looks good Details
544445c4ae
refs #5800 Origin separator style more clear
gitea/salix/pipeline/head This commit looks good Details
c42b38c5cc
refs #5900 Code clean, refactor & accurated
gitea/salix/pipeline/head There was a failure building this commit Details
e980717d14
refs #5900, #5772 Changelog updated
gitea/salix/pipeline/head This commit looks good Details
ef8e1c4169
refs #5531 refs #5753 fix travelConfig sql
gitea/salix/pipeline/head This commit looks good Details
7d2076ff90
Merge pull request '232402_test_to_dev' (!1637) from 232402_test_to_dev into dev
Reviewed-on: #1637
Reviewed-by: Carlos Satorres Adam <carlossa@verdnatura.es>
alexm added 1 commit 2023-06-28 08:00:02 +00:00
gitea/salix/pipeline/head This commit looks good Details
89c25c07b6
refs #5475 fix e2e and back test
jgallego requested changes 2023-06-29 06:50:00 +00:00
@ -16,6 +16,7 @@ describe('ChangePassword path', async() => {
await browser.close();
});
const badPassword = 'badpass';
Owner

badPassword podría ser útil si estás validando la fuerza de una contraseña, donde "mala" puede implicar que la contraseña es débil, demasiado corta, no tiene suficiente variedad de caracteres, etc.

wrongPassword, por otro lado, sugiere que se ha ingresado una contraseña incorrecta, como en un sistema de inicio de sesión, donde el usuario ha proporcionado una contraseña que no coincide con la almacenada para ese nombre de usuario.

Por lo tanto, la elección entre estos dos nombres depende de la situación exacta en la que estés trabajando. Como buena práctica de programación, debes tratar de usar identificadores que sean lo más descriptivos posible y que describan claramente la funcionalidad o el propósito de la variable en cuestión.

badPassword podría ser útil si estás validando la fuerza de una contraseña, donde "mala" puede implicar que la contraseña es débil, demasiado corta, no tiene suficiente variedad de caracteres, etc. wrongPassword, por otro lado, sugiere que se ha ingresado una contraseña incorrecta, como en un sistema de inicio de sesión, donde el usuario ha proporcionado una contraseña que no coincide con la almacenada para ese nombre de usuario. Por lo tanto, la elección entre estos dos nombres depende de la situación exacta en la que estés trabajando. Como buena práctica de programación, debes tratar de usar identificadores que sean lo más descriptivos posible y que describan claramente la funcionalidad o el propósito de la variable en cuestión.
alexm marked this conversation as resolved
@ -2,3 +2,3 @@
import getBrowser from '../../helpers/puppeteer';
describe('Account Alias create and basic data path', () => {
fdescribe('Account Alias create and basic data path', () => {
Owner

es un descuido?

es un descuido?
alexm marked this conversation as resolved
alexm added 21 commits 2023-06-29 12:50:14 +00:00
gitea/salix/pipeline/head This commit looks good Details
0dbd3abd65
refs #5808 fix: corregido el condicional
gitea/salix/pipeline/head There was a failure building this commit Details
b7b6f413ba
refs #5688 feat: no mostrar datos si no tiene workerCenterFk
gitea/salix/pipeline/head There was a failure building this commit Details
55990869e2
refs #5688 ya no muestra mensaje de error
gitea/salix/pipeline/head This commit looks good Details
5f4b62f133
refs #5688 fix: test front
gitea/salix/pipeline/head There was a failure building this commit Details
d26778e94e
refs #5688 fix: e2e
gitea/salix/pipeline/head There was a failure building this commit Details
d272121258
refs 5688 fix: e2e
gitea/salix/pipeline/head There was a failure building this commit Details
d9b1f4b8a1
refs #5688 fix: test e2e
gitea/salix/pipeline/head There was a failure building this commit Details
da50ea1dd0
Merge branch 'dev' into 5688-worker.calendar_workCenter
gitea/salix/pipeline/head This commit looks good Details
6894da7e22
refs #5688 fix: front test
gitea/salix/pipeline/head This commit looks good Details
65e5c95c07
Merge pull request '5688-worker.calendar_workCenter' (!1580) from 5688-worker.calendar_workCenter into dev
Reviewed-on: #1580
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
3128601027
Merge branch 'dev' into 5808-client.credit-management
gitea/salix/pipeline/head There was a failure building this commit Details
a6fba97b7d
Merge pull request '5808-client.credit-management' (!1640) from 5808-client.credit-management into dev
Reviewed-on: #1640
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
33e1d9e3f2
Merge pull request '5774-ticket.lines_evitarCantidadNegativa' (!1597) from 5774-ticket.lines_evitarCantidadNegativa into dev
Reviewed-on: #1597
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
alexm added 1 commit 2023-06-29 13:01:31 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
b062cec747
refs #5475 fix setPassword options/cb
jgallego requested review from jgallego 2023-06-29 13:06:53 +00:00
jgallego refused to review 2023-06-29 13:07:26 +00:00
alexm added 1 commit 2023-06-29 13:24:51 +00:00
gitea/salix/pipeline/head This commit looks good Details
0441bc29b7
refs #5475 correct SQL folder
alexm reviewed 2023-06-30 06:20:01 +00:00
@ -38,2 +38,4 @@
"principalId": "$authenticated",
"permission": "ALLOW"
},
{
Member

A modo de curiositat, si gastes ScopeAccess has de possarli ACL sino sempre diu Acceso no permitido. Pero igualment soles funciona si tenen el token en scope

A modo de curiositat, si gastes ScopeAccess has de possarli ACL sino sempre diu Acceso no permitido. Pero igualment soles funciona si tenen el token en scope
alexm marked this conversation as resolved
alexm reviewed 2023-06-30 06:20:36 +00:00
@ -10,16 +10,17 @@ module.exports = {
async send(options) {
options.from = `${config.app.senderName} <${config.app.senderEmail}>`;
if (!process.env.NODE_ENV)
Member

Revisam esta part que es delica

Revisam esta part que es delica
Owner

Esta bè

Esta bè
alexm marked this conversation as resolved
alexm requested review from juan 2023-06-30 06:22:03 +00:00
juan requested changes 2023-06-30 07:53:35 +00:00
@ -0,0 +2,4 @@
const UserError = require('vn-loopback/util/user-error');
module.exports = Self => {
Self.remoteMethodCtx('signin', {
Owner

Poner la i mayúscula: signIn

Poner la i mayúscula: `signIn`
alexm marked this conversation as resolved
@ -0,0 +29,4 @@
Self.signin = async function(ctx, user, password, options) {
const usesEmail = user.indexOf('@') !== -1;
const myOptions = {...(options || {})};
Owner

Comprobar si options es un objeto, podría ser el callback

Comprobar si options es un objeto, podría ser el callback
alexm marked this conversation as resolved
@ -0,0 +33,4 @@
const where = usesEmail
? {email: user}
: {name: user};
Owner

Código duplicado con Self.validateLogin() , extraer a una función

Código duplicado con `Self.validateLogin()` , extraer a una función
alexm marked this conversation as resolved
@ -0,0 +50,4 @@
await Self.passExpired(vnUser, myOptions);
if (vnUser.twoFactor)
throw new ForbiddenError('REQUIRES_2FA');
Owner

El primer parámetro al instanciar un error es el mensaje, el código va en el segundo parámetro

El primer parámetro al instanciar un error es el mensaje, el código va en el segundo parámetro
alexm marked this conversation as resolved
@ -0,0 +87,4 @@
const headers = ctx.req.headers;
let platform = headers['sec-ch-ua-platform']?.replace(/['"=]+/g, '');
let browser = headers['sec-ch-ua']?.replace(/['"=]+/g, '');
Owner

platform y browser son const

platform y browser son `const`
alexm marked this conversation as resolved
@ -0,0 +33,4 @@
Self.validateAuth = async(username, password, code, options) => {
const myOptions = {...(options || {})};
Owner

Validar credenciales antes del código

Validar credenciales antes del código
alexm marked this conversation as resolved
@ -80,1 +80,3 @@
SELECT id FROM `account`.`user`;
SELECT id
FROM `account`.`user`
WHERE role <> 2;
Owner

Es mas claro hacer join con role y usar el nombre del rol

Es mas claro hacer join con role y usar el nombre del rol
alexm marked this conversation as resolved
@ -34,2 +36,4 @@
if (newPassword != this.repeatPassword)
throw new UserError(`Passwords don't match`);
if (newPassword == oldPassword)
throw new UserError(`You can not use the same password`);
Owner

Esta validación está duplicada con back, quitar del front

Esta validación está duplicada con back, quitar del front
alexm marked this conversation as resolved
@ -27,3 +27,1 @@
this.loading = false;
this.password = '';
this.focusUser();
if (req.message === 'Forbidden') {
Owner

Comprobar errores por código, nombre del error o código de respuesta HTTP

Comprobar errores por código, nombre del error o código de respuesta HTTP
alexm marked this conversation as resolved
@ -32,0 +31,4 @@
Self.changePassword = async function(ctx, oldPassword, newPassword, code, options) {
const userId = ctx.req.accessToken.userId;
const myOptions = {...(options || {})};
Owner

Comprobar que options es un objeto, puede ser el callback

Comprobar que options es un objeto, puede ser el callback
alexm marked this conversation as resolved
@ -32,0 +35,4 @@
const {VnUser} = Self.app.models;
if (oldPassword == newPassword)
throw new UserError(`You can not use the same password`);
Owner

Validar contraseña antigua y credenciales del usuario antes de hacer cualquier comprobación/modificación

Validar contraseña antigua y credenciales del usuario antes de hacer cualquier comprobación/modificación
alexm marked this conversation as resolved
@ -24,3 +24,3 @@
});
Self.login = async(user, password) => Self.app.models.VnUser.signIn(user, password);
Self.login = async(ctx, user, password, options) => Self.app.models.VnUser.signin(ctx, user, password, options);
Owner

Self.login = Self.app.models.VnUser.signin

`Self.login = Self.app.models.VnUser.signin`
Member

Unhandled rejection TypeError: Cannot read properties of undefined (reading 'models')

Unhandled rejection TypeError: Cannot read properties of undefined (reading 'models')
@ -25,1 +24,3 @@
await Self.app.models.VnUser.setPassword(id, newPassword);
Self.setPassword = async function(id, newPassword, options) {
options = typeof options == 'object' ? options : {};
await Self.app.models.VnUser.setPassword(id, newPassword, options);
Owner

Self.setPassword = Self.app.models.VnUser.setPassword

`Self.setPassword = Self.app.models.VnUser.setPassword`
Member

Unhandled rejection TypeError: Cannot read properties of undefined (reading 'models')

Unhandled rejection TypeError: Cannot read properties of undefined (reading 'models')
@ -0,0 +4,4 @@
<h1>{{ $t('title') }}</h1>
<p v-html="$t('description')"></p>
<p v-html="$t('device', [device])"></p>
<p v-html="$t('ip', [ip])"></p>
Owner

El uso de la directiva v-html no es necesario, dar el estilo con CSS

El uso de la directiva `v-html` no es necesario, dar el estilo con CSS
alexm marked this conversation as resolved
juan requested review from jgallego 2023-06-30 07:55:12 +00:00
juan removed review request for jgallego 2023-06-30 07:55:42 +00:00
jgallego approved these changes 2023-07-03 07:15:50 +00:00
alexm added 1 commit 2023-07-03 11:34:09 +00:00
alexm requested review from juan 2023-07-03 11:48:19 +00:00
alexm added 52 commits 2023-07-03 11:54:36 +00:00
gitea/salix/pipeline/head This commit looks good Details
7f9d8da7a7
refs #5836 defaulter
gitea/salix/pipeline/head This commit looks good Details
e32a29fc09
refs #5900 Remove duplicated logs
gitea/salix/pipeline/head This commit looks good Details
630ce40ef7
Merge branch 'test' into 5900-removeDuplicatedLogs
gitea/salix/pipeline/head There was a failure building this commit Details
cc5021a75f
refs #5684 Removed xxxLog.create and dependences
gitea/salix/pipeline/head This commit looks good Details
88e845b511
change applyFilters
gitea/salix/pipeline/head This commit looks good Details
15c45bb544
Merge branch 'test' into hotfix-filterScopeDays
gitea/salix/pipeline/head This commit looks good Details
15e39b5fec
Merge pull request 'change applyFilters' (!1636) from hotfix-filterScopeDays into test
Reviewed-on: #1636
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
24ea18aeb0
refs #5836 isworker back
gitea/salix/pipeline/head There was a failure building this commit Details
e43e52b561
refs #5753 db export and fix fixtures
gitea/salix/pipeline/head This commit looks good Details
46ffd8d95a
refs #5554 console.log
gitea/salix/pipeline/head This commit looks good Details
1cf5ff9a62
refs #5554 new Date()
gitea/salix/pipeline/head There was a failure building this commit Details
5216f12001
refs #5836 check fix
gitea/salix/pipeline/head This commit looks good Details
8e5a6dbab3
fix warn
gitea/salix/pipeline/head This commit looks good Details
7e542f93a1
Merge branch 'test' into warnFix_travel_summary_entry
gitea/salix/pipeline/head There was a failure building this commit Details
f0b238b62a
refs #5836 fix e2e
gitea/salix/pipeline/head This commit looks good Details
fe53abb24f
Merge pull request 'fix warn' (!1641) from warnFix_travel_summary_entry into test
Reviewed-on: #1641
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
f8a972c2f2
refs #5094 fix translation
gitea/salix/pipeline/head This commit looks good Details
8723cf2958
refs #5753 fix legacy bugs
gitea/salix/pipeline/head This commit looks good Details
12481b5f3d
refs #5900 CSS fix
gitea/salix/pipeline/head This commit looks good Details
d200a1a695
refs #5900 CSS fixes
gitea/salix/pipeline/head This commit looks good Details
840a88bdc1
refs #5833 remove console.logs
gitea/salix/pipeline/head This commit looks good Details
1d993c74e5
refs #5590 fix total invoiceOut
gitea/salix/pipeline/head This commit looks good Details
79823605f6
refs #5554 fix: no te tira al hacer F5
gitea/salix/pipeline/head This commit looks good Details
1093d29fb6
Merge pull request 'test_hotfix_renewToken' (!1645) from test_hotfix_renewToken into test
Reviewed-on: #1645
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
273c06a210
refs #5833 deploy: test to master 232601
gitea/salix/pipeline/head This commit looks good Details
af91630852
refs #5836 e2e fix
gitea/salix/pipeline/head This commit looks good Details
bc4058512a
Merge branch 'test' into 5900-removeDuplicatedLogs
gitea/salix/pipeline/head This commit looks good Details
82e762ac09
Merge pull request 'refs #5816 Remove duplicated logs' (!1634) from 5900-removeDuplicatedLogs into test
Reviewed-on: #1634
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
7eb8460ba0
refs #5816 remove unforeseen dev
gitea/salix/pipeline/head This commit looks good Details
fc39b8f692
refs #5816 comment e2e
gitea/salix/pipeline/head This commit looks good Details
e651ddc4a0
refs #5816 unfocus e2e
gitea/salix/pipeline/head This commit looks good Details
6fcbf69f60
refs #5753 isNotEditableCredit to zeroCreditEditor
gitea/salix/pipeline/head This commit looks good Details
e6ed834bf0
refs #5836 remove case
gitea/salix/pipeline/head There was a failure building this commit Details
d1fb2859be
Merge branch 'dev' into 5753_232401_db_dump
gitea/salix/pipeline/head This commit looks good Details
7fe8698b6f
refs #5753 fix ticketToInvoice
gitea/salix/pipeline/head This commit looks good Details
c3ef642017
refs #5836 fix fk
gitea/salix/pipeline/head This commit looks good Details
3b346d673b
Merge pull request 'refs #5753 db export and fix fixtures' (!1643) from 5753_232401_db_dump into dev
Reviewed-on: #1643
Reviewed-by: Carlos Satorres Adam <carlossa@verdnatura.es>
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
2d1420e3f8
Merge branch 'dev' into 5836-clientDefaulterisWorker
gitea/salix/pipeline/head This commit looks good Details
5612c56aed
Merge pull request '5836-clientDefaulterisWorker' (!1639) from 5836-clientDefaulterisWorker into dev
Reviewed-on: #1639
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
juan approved these changes 2023-07-06 08:30:16 +00:00
@ -0,0 +47,4 @@
await Self.passExpired(vnUser, myOptions);
if (vnUser.twoFactor)
throw new ForbiddenError(null, 'REQUIRES_2FA');
Owner

Revisar que si el parámetro message es null, se utiliza el valor por defecto, si lo tiene.

Revisar que si el parámetro message es null, se utiliza el valor por defecto, si lo tiene.
Owner

Revisar que si el parámetro message es null, se utiliza el valor por defecto, si lo tiene.

Revisar que si el parámetro message es null, se utiliza el valor por defecto, si lo tiene.
@ -0,0 +37,4 @@
Object.assign(myOptions, options);
const token = Self.validateLogin(username, password);
await Self.validateCode(username, code, myOptions);
Owner

Antes de validar el código, validar las credenciales pero sin generar el token. Despues de validar las credenciales, generar el token.

Hacerlo todo en una transacción.

Antes de validar el código, validar las credenciales pero sin generar el token. Despues de validar las credenciales, generar el token. Hacerlo todo en una transacción.
@ -32,0 +45,4 @@
if (user.twoFactor)
await VnUser.validateCode(user.name, code, myOptions);
await VnUser.changePassword(userId, oldPassword, newPassword, myOptions);
Owner

Hacerlo todo en una transacción.

Hacerlo todo en una transacción.
alexm requested review from vicent 2023-07-06 08:43:22 +00:00
alexm added 105 commits 2023-07-06 08:43:24 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
87e1caa4eb
refs #5334 department seccion
gitea/salix/pipeline/head There was a failure building this commit Details
598067f757
refs #5334 routes
gitea/salix/pipeline/head There was a failure building this commit Details
071849065a
refs #5334 fix main
gitea/salix/pipeline/head There was a failure building this commit Details
443821b5c2
refs #5334 ?q
gitea/salix/pipeline/head There was a failure building this commit Details
fd4d04756a
refs #5334 routes index fix
gitea/salix/pipeline/head There was a failure building this commit Details
612d0a2dfb
refs #5334 fix index
gitea/salix/pipeline/head There was a failure building this commit Details
3dcdbe0223
refs #5334 summary basic data
gitea/salix/pipeline/head There was a failure building this commit Details
d09889b08a
refs #5334 fix summary route
gitea/salix/pipeline/head There was a failure building this commit Details
9f9963af56
refs #5334 descriptor
gitea/salix/pipeline/head There was a failure building this commit Details
5c9ee21cfc
refs #5334 department.card
gitea/salix/pipeline/head There was a failure building this commit Details
f63dd0f9a3
refs #5334 datos
gitea/salix/pipeline/head There was a failure building this commit Details
adafd7444b
refs #5334 worker-department
gitea/salix/pipeline/head There was a failure building this commit Details
10e085ca1b
refs #5334 link department
gitea/salix/pipeline/head There was a failure building this commit Details
2b06c62876
refs #5334 left-menu
gitea/salix/pipeline/head There was a failure building this commit Details
0789804352
refs #5334 fix basic-data
gitea/salix/pipeline/head There was a failure building this commit Details
f74c370446
refs #5334 checks vertical
gitea/salix/pipeline/head There was a failure building this commit Details
07e176ae4f
refs #5334 fix checks basic-data
gitea/salix/pipeline/head There was a failure building this commit Details
ceaaece007
refs #5334 label-value
gitea/salix/pipeline/head There was a failure building this commit Details
3aa5ce6208
refs #5334 fix hasToSendMail
gitea/salix/pipeline/head There was a failure building this commit Details
2a78a912eb
refs #5334 worker.department
gitea/salix/pipeline/head There was a failure building this commit Details
f4e877dada
refs #5334 refactor summary
gitea/salix/pipeline/head There was a failure building this commit Details
2d6f0bb2ce
refs #5334 front fix
gitea/salix/pipeline/head There was a failure building this commit Details
d9a64211de
refs #5334 fix descriptor, basic-data, summary
gitea/salix/pipeline/head There was a failure building this commit Details
107d8d1edd
refs #5334 model y vista
gitea/salix/pipeline/head There was a failure building this commit Details
2778858705
refs #5334 search-panel
gitea/salix/pipeline/head There was a failure building this commit Details
cf632040e7
refs #5334 workFk, clientFk
gitea/salix/pipeline/head This commit looks good Details
e26eedb51c
refs #5334 descriptor wprkerFk clientFk
gitea/salix/pipeline/head This commit looks good Details
e7d25a6cf3
refs #5334 filter
gitea/salix/pipeline/head This commit looks good Details
45085cccc8
refs #5334 fix search-panel
gitea/salix/pipeline/head This commit looks good Details
8860c77147
refs #5334 fix descriptor
gitea/salix/pipeline/head This commit looks good Details
26187898e1
refs #5334 popover
gitea/salix/pipeline/head This commit looks good Details
1dcaba1fdc
refs #5334 department workers list
gitea/salix/pipeline/head This commit looks good Details
0fd7f4183e
refs #5334 fk
gitea/salix/pipeline/head This commit looks good Details
0774a94d8b
refs #5334 params
gitea/salix/pipeline/head This commit looks good Details
e38bf4f1b3
refs #5334 button delete, btn popover
gitea/salix/pipeline/head This commit looks good Details
d1a61b3e0d
refs #5334 dinamic
gitea/salix/pipeline/head This commit looks good Details
eb6953a2b6
refs #5334 department
gitea/salix/pipeline/head This commit looks good Details
4c7c7f5c96
refs #5334 mod search-panel
gitea/salix/pipeline/head This commit looks good Details
f37c66304f
refs #5334 change info
gitea/salix/pipeline/head This commit looks good Details
bb5247c49b
refs #5334 tree
gitea/salix/pipeline/head There was a failure building this commit Details
04780e211d
refs #5334 test front & 1/2 back
gitea/salix/pipeline/head This commit looks good Details
1095a59954
refs #5334 rest back, e2e summary, less e2e basic
gitea/salix/pipeline/head There was a failure building this commit Details
5798b28c5e
refs #5334 baicData e2e
gitea/salix/pipeline/head There was a failure building this commit Details
9ef51f5600
remove fdescribe puppeter
gitea/salix/pipeline/head There was a failure building this commit Details
c1cda1a3ff
refs #5334 basicData e2e
gitea/salix/pipeline/head This commit looks good Details
2545a40087
Merge branch 'dev' into 5334-editDepartment
gitea/salix/pipeline/head This commit looks good Details
d6cde764d7
refs #5334 changelog
gitea/salix/pipeline/head This commit looks good Details
d4cc9cf82a
change log remove
gitea/salix/pipeline/head Build queued... Details
3701acd26e
refs #5334 error getLeaves solve
gitea/salix/pipeline/head There was a failure building this commit Details
168e7f1929
changelog
gitea/salix/pipeline/head There was a failure building this commit Details
7f20973650
refs #5334 merge
gitea/salix/pipeline/head There was a failure building this commit Details
4537344790
merge
gitea/salix/pipeline/head This commit looks good Details
a155f846c2
refs #5334 fix ctx
gitea/salix/pipeline/head This commit looks good Details
c63df30e5c
refs #5334 fix back
gitea/salix/pipeline/head This commit looks good Details
f0f8b112cd
Merge branch 'dev' into 5334-editDepartment
gitea/salix/pipeline/head There was a failure building this commit Details
e741904250
refs #5347
gitea/salix/pipeline/head This commit looks good Details
2ddf8e5de6
Merge branch 'dev' into 5334-editDepartment
gitea/salix/pipeline/head There was a failure building this commit Details
168d05a830
refs #5334 fix errors
gitea/salix/pipeline/head There was a failure building this commit Details
27946c0062
Refs #5347
gitea/salix/pipeline/head There was a failure building this commit Details
137e01e60c
refs #5334 fix acl, filter
gitea/salix/pipeline/head This commit looks good Details
beb173f6ce
refs #5334 quit e2e no necesario
gitea/salix/pipeline/head There was a failure building this commit Details
f6cc59eafb
refs #5347
gitea/salix/pipeline/head There was a failure building this commit Details
f0fec2cdd6
refs #5347
gitea/salix/pipeline/head There was a failure building this commit Details
203e80afa8
refs #5347
gitea/salix/pipeline/head There was a failure building this commit Details
16af0c5d6c
Merge branch 'dev' into 5347-clientCreate-→-client_create
gitea/salix/pipeline/head There was a failure building this commit Details
06437c9e80
refs #5334 remove other
gitea/salix/pipeline/head This commit looks good Details
f02019d64d
refs #5334 fix words
gitea/salix/pipeline/head There was a failure building this commit Details
bbc5ed2683
Merge branch 'dev' into 5347-clientCreate-→-client_create
gitea/salix/pipeline/head This commit looks good Details
9dc52b6011
refs #5334 fix labels trad
gitea/salix/pipeline/head This commit looks good Details
bb4951bbc8
Merge branch 'dev' into 5334-editDepartment
gitea/salix/pipeline/head There was a failure building this commit Details
be1c145d9a
refs #5347
gitea/salix/pipeline/head This commit looks good Details
dc36c6fd9d
refs #5334 basicData solve e2e
gitea/salix/pipeline/head This commit looks good Details
dc10c20fe3
refs #5334 email validate
gitea/salix/pipeline/head This commit looks good Details
5e68363312
refs #5334 onsearch postlink
gitea/salix/pipeline/head There was a failure building this commit Details
8ef6f0dd17
Merge branch 'dev' into 5347-clientCreateRefactor
gitea/salix/pipeline/head This commit looks good Details
983d028d06
refs #5334 popover y basic data
gitea/salix/pipeline/head This commit looks good Details
2ccf8d5197
refs #5347
gitea/salix/pipeline/head This commit looks good Details
5000e05e05
refs #5334 merge + e2e solve
gitea/salix/pipeline/head This commit looks good Details
089f1e48ac
Merge pull request '5347-clientCreateRefactor' (!1644) from 5347-clientCreateRefactor into dev
Reviewed-on: #1644
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
59ad603de6
refs #5816 set version
gitea/salix/pipeline/head This commit looks good Details
83467c3b6c
refs #5334 quit es
gitea/salix/pipeline/head This commit looks good Details
9c9b53917a
refs #5334 fix error
gitea/salix/pipeline/head This commit looks good Details
a7ad947168
Merge pull request '5334-editDepartment' (!1521) from 5334-editDepartment into dev
Reviewed-on: #1521
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
vicent approved these changes 2023-07-06 08:44:41 +00:00
alexm merged commit 48951cc5a1 into dev 2023-07-06 08:59:23 +00:00
alexm deleted branch 5475-email_2fa 2023-07-06 08:59:24 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
5 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix#1429
No description provided.