refs #7406 worker formation #2511

Merged
carlossa merged 12 commits from 7406-workerFormation into dev 2024-06-25 11:17:58 +00:00
Member
No description provided.
carlossa added 1 commit 2024-05-27 09:39:00 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
723327918b
refs #7406 worker formation
carlossa added 1 commit 2024-05-27 09:50:24 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
208409acb2
refs #7406 add relation
carlossa added 1 commit 2024-05-27 12:28:24 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
578b8a2c71
refs #7406 changes sql, modelconfig model
carlossa added 1 commit 2024-05-27 14:17:55 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
eb2dd5ba5b
refs #7406 acls
carlossa added 1 commit 2024-05-28 10:22:19 +00:00
gitea/salix/pipeline/pr-dev There was a failure building this commit Details
b95009899c
refs #7406 fix back
alexm added 1 commit 2024-06-11 10:57:04 +00:00
alexm added 1 commit 2024-06-12 06:39:33 +00:00
alexm added 1 commit 2024-06-12 09:00:28 +00:00
carlossa added 1 commit 2024-06-21 06:37:00 +00:00
carlossa requested review from alexm 2024-06-21 06:55:44 +00:00
carlossa changed title from WIP: refs #7406 worker formation to refs #7406 worker formation 2024-06-21 06:55:49 +00:00
alexm requested changes 2024-06-25 10:17:17 +00:00
Dismissed
@ -3828,6 +3828,7 @@ INSERT INTO vn.workerTeam(id, team, workerFk)
INSERT INTO vn.workCenter (id, name, payrollCenterFk, counter, warehouseFk, street, geoFk, deliveryManAdjustment)
VALUES(100, 'workCenterOne', 1, NULL, 1, 'gotham', NULL, NULL);
UPDATE vn.locker SET workerFk = 1110 WHERE id = 147;
Member

Este update está bien??

Este update está bien??
carlossa marked this conversation as resolved
@ -3846,2 +3847,4 @@
maxTolerance = 0.01;
INSERT INTO vn.trainingCourse (workerFk,trainingCourseTypeFk,centerFk,started,ended,hasDiscount,hasDiploma)
Member

Poner forma simplificada

Poner forma simplificada
carlossa marked this conversation as resolved
@ -0,0 +1,9 @@
-- Auto-generated SQL script. Actual values for binary/complex data types may differ - what you see is the default string representation of values.
INSERT INTO salix.ACL (model,property,accessType,permission,principalType,principalId)
VALUES ('TrainingCourse','*','*','ALLOW','ROLE','employee');
Member

seria hr?

seria hr?
carlossa marked this conversation as resolved
carlossa added 1 commit 2024-06-25 10:29:26 +00:00
gitea/salix/pipeline/pr-dev There was a failure building this commit Details
655bbe4967
refs #7406 fix pr
carlossa requested review from alexm 2024-06-25 10:29:34 +00:00
carlossa added 1 commit 2024-06-25 10:39:40 +00:00
gitea/salix/pipeline/pr-dev There was a failure building this commit Details
f811e7e96c
Merge branch 'dev' into 7406-workerFormation
alexm added 1 commit 2024-06-25 11:15:04 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
dbab56a566
Merge branch 'dev' into 7406-workerFormation
alexm approved these changes 2024-06-25 11:15:44 +00:00
carlossa merged commit 087a051a4a into dev 2024-06-25 11:17:58 +00:00
carlossa deleted branch 7406-workerFormation 2024-06-25 11:17:58 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 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#2511
No description provided.