4490-transfer-tickets-between-clients #1104

Merged
pau merged 15 commits from 4490-transfer-tickets-between-clients into dev 2022-11-08 08:52:15 +00:00
Contributor
No description provided.
pau added the
CR / Tests passed
label 2022-10-25 07:46:31 +00:00
pau added 2 commits 2022-10-25 07:46:33 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
a43e642ff7
Add transferclient
gitea/salix/pipeline/head There was a failure building this commit Details
d937a1b505
Add acl
pau added 1 commit 2022-10-25 07:46:48 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
ddbbfa4360
Merge branch 'dev' into 4490-transfer-tickets-between-clients
joan requested changes 2022-10-25 08:44:27 +00:00
@ -94,2 +94,4 @@
</vn-quick-link>
</div>
<div ng-transclude="btnFour">
<vn-quick-link
Contributor

Esta acción debería ir en el menú del descriptor tal y como se especifica en la tarea

Esta acción debería ir en el menú del descriptor tal y como se especifica en la tarea
pau marked this conversation as resolved
@ -72,0 +73,4 @@
this.$http.get(`Clients/${this.ticket.client.id}`).then(client => {
const ticket = this.ticket;
let params =
Contributor

const

const
pau marked this conversation as resolved
@ -72,0 +81,4 @@
this.$http.patch(`Tickets/${ticket.id}`, params);
this.cardReload();
Contributor

Llamar a esta función desde el método then() de la llamada patch

Llamar a esta función desde el método then() de la llamada patch
pau marked this conversation as resolved
pau added 2 commits 2022-10-27 06:46:51 +00:00
pau added 1 commit 2022-10-27 06:51:35 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
04514804b7
fix tests
pau added 37 commits 2022-10-27 06:52:22 +00:00
gitea/salix/pipeline/head This commit looks good Details
012cd68c89
Added menu to create a new supplier, not working
gitea/salix/pipeline/head This commit looks good Details
dc6c8f924d
feat: Create new Supplier
gitea/salix/pipeline/head There was a failure building this commit Details
594cee12f3
add checks to the existence of object variables
gitea/salix/pipeline/head This commit looks good Details
1603619d81
removed debugging elements
gitea/salix/pipeline/head This commit looks good Details
0cdee89ac3
Button removed when user does not have permissions
gitea/salix/pipeline/head This commit looks good Details
f0b1591b14
Remove debugging elements
gitea/salix/pipeline/head This commit looks good Details
dc53aac163
Merge branch 'dev' into 2612-create-supplier
gitea/salix/pipeline/head There was a failure building this commit Details
70c9c3d788
initial back test created, modified DB statetments
gitea/salix/pipeline/head There was a failure building this commit Details
9290cd6fb6
Finished back tests
gitea/salix/pipeline/head This commit looks good Details
047076f189
changed tests
gitea/salix/pipeline/head There was a failure building this commit Details
a204c6e2b0
Fixed the suppliers not appearing
gitea/salix/pipeline/head There was a failure building this commit Details
470b4485d5
Fixed test and DB structure
gitea/salix/pipeline/head There was a failure building this commit Details
db12ceb369
removed async from the redirect function
gitea/salix/pipeline/head Build queued... Details
73a69051a8
Merge branch 'dev' into 2612-create-supplier
gitea/salix/pipeline/head This commit looks good Details
aa13034ee6
Merge branch 'dev' into 4153-supplier.fiscal-data
gitea/salix/pipeline/head This commit looks good Details
25e934a591
Merge branch 'dev' into 4153-supplier.fiscal-data
gitea/salix/pipeline/head There was a failure building this commit Details
6a17a634d4
hotFix(receipt): add receiptPdf
gitea/salix/pipeline/head This commit looks good Details
a66c5e6798
acl
gitea/salix/pipeline/head This commit looks good Details
fe95c45c42
Merge pull request 'MASTER_hotFix(receipt): add receiptPdf' (!1100) from hotFix_receiptPdf into master
Reviewed-on: #1100
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
931a891f71
fix: check client.email exists
gitea/salix/pipeline/head This commit looks good Details
5811a0f56e
Merge pull request 'MASTER_hotfix: check if email exists' (!1103) from 4708-client.basic-data into master
Reviewed-on: #1103
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
9089ba7346
requested changes
gitea/salix/pipeline/head This commit looks good Details
d60f6769b4
Merge branch 'dev' into 4153-supplier.fiscal-data
gitea/salix/pipeline/head This commit looks good Details
39b70ed75f
Merge pull request '4153-supplier.fiscal-data' (!1096) from 4153-supplier.fiscal-data into dev
Reviewed-on: #1096
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
330af56d2f
Intl polyfill
gitea/salix/pipeline/head There was a failure building this commit Details
76d248131c
Merge branch 'dev' into 2612-create-supplier
gitea/salix/pipeline/head There was a failure building this commit Details
1196125350
Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/pipeline/head There was a failure building this commit Details
7b04464848
Merge branch 'dev' into 2612-create-supplier
gitea/salix/pipeline/head There was a failure building this commit Details
296a743d8a
Fix test, remove console log
gitea/salix/pipeline/head There was a failure building this commit Details
418ba65c2e
Merge pull request '2612-create-supplier' (!1089) from 2612-create-supplier into dev
Reviewed-on: #1089
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
4334907d91
fix(database): updated sql files
gitea/salix/pipeline/head There was a failure building this commit Details
d64f0e4b34
Merge branch 'dev' into 4490-transfer-tickets-between-clients
pau added 2 commits 2022-10-27 07:05:23 +00:00
joan added 1 commit 2022-10-27 07:19:41 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
d610c6dff3
Merge branch 'dev' into 4490-transfer-tickets-between-clients
joan added 1 commit 2022-10-27 07:24:18 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
7188b8498b
Merge branch 'dev' into 4490-transfer-tickets-between-clients
joan added 1 commit 2022-10-27 07:27:46 +00:00
pau added 1 commit 2022-11-04 06:46:33 +00:00
pau added 1 commit 2022-11-04 07:27:25 +00:00
pau requested review from joan 2022-11-04 07:38:01 +00:00
joan added this to the v9.0.0 - November milestone 2022-11-04 08:24:42 +00:00
joan approved these changes 2022-11-08 07:17:45 +00:00
pau added 1 commit 2022-11-08 08:06:37 +00:00
pau merged commit 5dafdd5daa into dev 2022-11-08 08:52:15 +00:00
pau deleted branch 4490-transfer-tickets-between-clients 2022-11-08 08:52:15 +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#1104
No description provided.