3951-invoiceOut.index_downloadPdfs #1110

Merged
joan merged 7 commits from 3951-invoiceOut.index_downloadPdfs into dev 2022-11-04 10:42:35 +00:00
Contributor
No description provided.
vicent added the
CR / Tests passed
label 2022-10-27 05:26:28 +00:00
vicent added 3 commits 2022-10-27 05:26:30 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
c77999871e
refs #3951
gitea/salix/pipeline/head There was a failure building this commit Details
ec81b12239
refactor: el UserError se lanza en back
gitea/salix/pipeline/head There was a failure building this commit Details
e0e015c268
fix: backTest
joan requested changes 2022-11-02 12:19:24 +00:00
@ -11,2 +25,2 @@
let url = `api/InvoiceOuts/${id}/download?access_token=${this.vnToken.token}`;
window.open(url, '_blank');
openPdf() {
if (this.checked.length <= 1) {
Contributor

=== 1

=== 1
vicent marked this conversation as resolved
@ -13,0 +34,4 @@
};
this.$http.post(`InvoiceOuts/downloadZip`, params)
.then(res => {
location.href = 'data:application/zip;base64,' + res.data;
Contributor

Se podría hacer para que en vez de que la ruta devuelva un base64, que hiciese algo similar a InvoiceOut/download? Podrías abrirlo directamente con window.open

Se podría hacer para que en vez de que la ruta devuelva un base64, que hiciese algo similar a InvoiceOut/download? Podrías abrirlo directamente con window.open
Author
Contributor

No se podia crear el stream directamente. Al final se ha dejado como estaba planteado.

No se podia crear el stream directamente. Al final se ha dejado como estaba planteado.
vicent marked this conversation as resolved
vicent added 206 commits 2022-11-03 09:18:20 +00:00
gitea/salix/pipeline/head This commit is unstable Details
7895decf4e
feat(notification): create models
gitea/salix/pipeline/head This commit looks good Details
9b48cbb078
feat(notification): send
gitea/salix/pipeline/head There was a failure building this commit Details
2b19688ca4
quit focus
gitea/salix/pipeline/head There was a failure building this commit Details
3fd34e0861
feat(claim_pickup_order): modify email
gitea/salix/pipeline/head This commit looks good Details
d040ecb743
feat(ticket): getVideo from shinobi
gitea/salix/pipeline/head This commit looks good Details
7d4dd7bb52
feat(boxing): return stream video
gitea/salix/pipeline/head This commit looks good Details
8a08b6f399
feat(ticket_boxing): return video stream
gitea/salix/pipeline/head This commit is unstable Details
b4b6d61460
feat(ticket_boxing): fix getVideo
gitea/salix/pipeline/head This commit looks good Details
43df1e7e10
refactor(boxing): refactor getVideo
gitea/salix/pipeline/head This commit looks good Details
8dd02ab6ee
quit console.logs
gitea/salix/pipeline/head This commit looks good Details
c06d2970ae
test(boxing): getVideoList
gitea/salix/pipeline/head This commit is unstable Details
2a64fde57c
feat: add option "move expedition"
gitea/salix/pipeline/head This commit looks good Details
c4649352a9
feat: add totalChecked
gitea/salix/pipeline/head There was a failure building this commit Details
2c691eb796
feat(vnApp): getUrl and create salix.url. test(boxing): getVideoList
gitea/salix/pipeline/head There was a failure building this commit Details
e931414bb7
unnecessary code
gitea/salix/pipeline/head This commit is unstable Details
eec1d6df4a
add translation
gitea/salix/pipeline/head This commit looks good Details
f81b2775a0
add fixture
gitea/salix/pipeline/head There was a failure building this commit Details
11484edd10
feat: create new ticket
gitea/salix/pipeline/head There was a failure building this commit Details
2f17257e46
feat: add new sub section itemShelving
gitea/salix/pipeline/head There was a failure building this commit Details
ddbe1057ad
feat: add new section
gitea/salix/pipeline/head Something is wrong with the build of this commit Details
1165e050eb
feat: workerDisableExcluded update DB field
gitea/salix/pipeline/head Something is wrong with the build of this commit Details
a3a432c753
fix: delete one or more expeditions
gitea/salix/pipeline/head There was a failure building this commit Details
37601934f5
feat: first option to delete and update
gitea/salix/pipeline/head This commit is unstable Details
3376293d1a
Added user icon and fixed icon not updating
gitea/salix/pipeline/head This commit looks good Details
deb8a00dfb
feat: add backRoutes
gitea/salix/pipeline/head This commit looks good Details
bb26fa6502
feat: add tFront
gitea/salix/pipeline/head This commit looks good Details
843f67919c
feat: add backTest
gitea/salix/pipeline/head There was a failure building this commit Details
ea1714240e
fix: test e2e
gitea/salix/pipeline/head There was a failure building this commit Details
9c52508a88
feat: add total labels
gitea/salix/pipeline/head There was a failure building this commit Details
1a38fc307f
delete: duplicated keybinding
gitea/salix/pipeline/head This commit looks good Details
bfefec397e
feat: add testFront
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
24cb8e00bb
creates notification sql in changes
gitea/salix/pipeline/head This commit looks good Details
c637f2c879
feat(send): use vn-print libary and adapt test
gitea/salix/pipeline/head There was a failure building this commit Details
86b7e9cabe
fix: only can exists 'mana' or 'manaClaim' discount. Never both
gitea/salix/pipeline/head There was a failure building this commit Details
40075e7e21
fix: testFront
gitea/salix/pipeline/head This commit looks good Details
dc6c8f924d
feat: Create new Supplier
gitea/salix/pipeline/head This commit looks good Details
991893837c
correct fixutures from dev
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
06ecceb478
refactor: lines to long
gitea/salix/pipeline/head This commit looks good Details
cdce628038
refactor: delete line break
gitea/salix/pipeline/head This commit looks good Details
787d10aac6
fix: select one result only
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
79b970286c
refactor(claim_claimPickupEmail): use text template and external form
gitea/salix/pipeline/head This commit looks good Details
57b2ae770d
fix(e2e)
gitea/salix/pipeline/head There was a failure building this commit Details
70c9c3d788
initial back test created, modified DB statetments
gitea/salix/pipeline/head This commit looks good Details
aef47d46b1
env test
gitea/salix/pipeline/head This commit looks good Details
c24b975f26
remove node_env
gitea/salix/pipeline/head There was a failure building this commit Details
f85c2e9700
refactor: delete code repeated
gitea/salix/pipeline/head This commit looks good Details
bec33c095f
Merge branch 'dev' into 4616-ticket.sale_mana
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
1d8fb25325
Refactored according to the suggested changes
gitea/salix/pipeline/head There was a failure building this commit Details
89bbf35a87
Merge branch 'dev' into 4563-Worker-Description-workerDisableExcluded-checkbox
gitea/salix/pipeline/head This commit looks good Details
c9e9e3545d
Added ACL
gitea/salix/pipeline/head This commit looks good Details
f481cc3c97
Capitalizar
gitea/salix/pipeline/head This commit looks good Details
81088bc495
Fixed ACL
gitea/salix/pipeline/head There was a failure building this commit Details
5fce93abd5
refactor: change variables name
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
ae3e3c3c49
fix: id model duplicated
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 There was a failure building this commit Details
9ea427dbfe
refactor: move front to back funcionality
gitea/salix/pipeline/head Build queued... Details
73a69051a8
Merge branch 'dev' into 2612-create-supplier
gitea/salix/pipeline/head This commit looks good Details
6f7ec12cb2
feat: response as 'reply' and not as 'internNote'
gitea/salix/pipeline/head There was a failure building this commit Details
51cad75298
fix: testFront
gitea/salix/pipeline/head There was a failure building this commit Details
bcc9acac0a
fix: tBack
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
5824fee213
feat: add e2e
gitea/salix/pipeline/head This commit looks good Details
dd15d06f5e
delete focus test
gitea/salix/pipeline/head There was a failure building this commit Details
6891190c72
refactor: create endpoint to unify code
gitea/salix/pipeline/head There was a failure building this commit Details
6f31bea21f
feat: update testBack
gitea/salix/pipeline/head There was a failure building this commit Details
e7261573d7
delete focus
gitea/salix/pipeline/head There was a failure building this commit Details
2d0cb60b50
feat: check if uses mana
gitea/salix/pipeline/head There was a failure building this commit Details
c33cab7b10
fix: test back
gitea/salix/pipeline/head This commit looks good Details
f968b19d1e
fix: testFront
gitea/salix/pipeline/head This commit looks good Details
18c119c62a
change acl
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 This commit looks good Details
e80754f280
Added new SQL version
gitea/salix/pipeline/head There was a failure building this commit Details
7f1dd801a5
refactor: change ACLs
gitea/salix/pipeline/head There was a failure building this commit Details
931a891f71
fix: check client.email exists
gitea/salix/pipeline/head There was a failure building this commit Details
4520443734
fix: Intl polyfill for spanish locale
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
23598c993b
Change ACL from employee to hr
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
3fd10dfc64
Merge branch 'dev' into 4075-ticket_boxing
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
ac8c4b8ef0
Merge branch 'dev' into 4075-ticket_boxing
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
607e9010e6
Merge branch 'dev' into 4075-ticket_boxing
gitea/salix/pipeline/head There was a failure building this commit Details
07a18dc736
delete sql
gitea/salix/pipeline/head There was a failure building this commit Details
925565d3d2
refator: borrada variable global y añadida Promesa al array
gitea/salix/pipeline/head There was a failure building this commit Details
5e0f976ad2
Merge branch 'dev' into 4155-close_tickets_fix2
gitea/salix/pipeline/head This commit looks good Details
f65d06fc7d
fixes #4073
gitea/salix/pipeline/head There was a failure building this commit Details
d4e2783630
refactor: corregidas traducciones, eliminado destroyAll y añadida transacción
gitea/salix/pipeline/head There was a failure building this commit Details
c671540a7f
refactor: renombrada variable
gitea/salix/pipeline/head There was a failure building this commit Details
21e2945d4f
refactor: delete destroyAll
gitea/salix/pipeline/head There was a failure building this commit Details
65e32f5e7f
feat: client search panel add find by zone
gitea/salix/pipeline/head This commit looks good Details
b39b28e43d
refactor: añadido salto de lineas
gitea/salix/pipeline/head There was a failure building this commit Details
fa89d1f944
fix: comentario corregido
gitea/salix/pipeline/head There was a failure building this commit Details
1d908002e2
feat: add backTest
gitea/salix/pipeline/head There was a failure building this commit Details
6a2bc5b593
Disabled back tests
gitea/salix/pipeline/head There was a failure building this commit Details
51f95f0261
Fixed error
gitea/salix/pipeline/head There was a failure building this commit Details
714fe32552
Fix error
gitea/salix/pipeline/head There was a failure building this commit Details
5c65314162
use findById
gitea/salix/pipeline/head This commit looks good Details
da78b39874
Merge branch 'dev' into 4075-ticket_boxing
gitea/salix/pipeline/head This commit looks good Details
9225e8f176
fix tests
gitea/salix/pipeline/head This commit looks good Details
80617dd578
Merge branch 'dev' into 4320-notificationQueue
gitea/salix/pipeline/head This commit looks good Details
88dda4523f
Merge pull request '4320-notificationQueue' (!1087) from 4320-notificationQueue into dev
Reviewed-on: #1087
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
ad1b429d10
check if user has role from userToUpdate
gitea/salix/pipeline/head This commit looks good Details
9c9db3250e
Merge pull request '4075-ticket_boxing' (!1070) from 4075-ticket_boxing into dev
Reviewed-on: #1070
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
264b56378a
Merge branch 'dev' into 4155-close_tickets_fix2
gitea/salix/pipeline/head This commit looks good Details
9170c22d6f
fix send email
gitea/salix/pipeline/head There was a failure building this commit Details
70c97120b3
Merge pull request 'MASTER_4073-user_hasGrant' (!1107) from 4073-user-hasGrant-master into master
Reviewed-on: #1107
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
57e74fab38
refs #4716 tipos actualizados
gitea/salix/pipeline/head This commit looks good Details
463d3e6e12
Fixes
gitea/salix/pipeline/head There was a failure building this commit Details
d34936015b
Merge branch 'master' of https://gitea.verdnatura.es/verdnatura/salix into test
gitea/salix/pipeline/head There was a failure building this commit Details
231575d23e
Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/pipeline/head This commit looks good Details
ac6fbd07a9
Upgraded node version
gitea/salix/pipeline/head This commit looks good Details
ea5c081a73
Merge pull request 'refs #4716 tipos actualizados' (!1115) from 4716-tipos-aceptados into dev
Reviewed-on: #1115
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
a7b1ee85fe
fix changes folder
gitea/salix/pipeline/head This commit looks good Details
177b448441
Merge branch 'dev' into 4616-ticket.sale_mana
gitea/salix/pipeline/head This commit looks good Details
fe3ebe8e0c
Merge branch 'dev' into 3095-item.shelving
gitea/salix/pipeline/head This commit looks good Details
e2101db706
Merge branch 'dev' into 4155-close_tickets_fix2
gitea/salix/pipeline/head This commit looks good Details
34997b72f5
Merge branch 'dev' into 3811-ticket.sale_updatePrice
gitea/salix/pipeline/head This commit looks good Details
bf21467125
Merge pull request '4155-close_tickets_fix2' (!1092) from 4155-close_tickets_fix2 into dev
Reviewed-on: #1092
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
2a8a8ed84a
Merge branch 'dev' into 4146-claim_pickup_order
gitea/salix/pipeline/head This commit looks good Details
c1ed0f2226
Merge branch 'dev' into changesInCorrectFolder
gitea/salix/pipeline/head This commit looks good Details
7eaafa36a0
Merge branch 'dev' into 4616-ticket.sale_mana
gitea/salix/pipeline/head This commit looks good Details
c01b1c06a7
Merge pull request '4616-ticket.sale_mana' (!1088) from 4616-ticket.sale_mana into dev
Reviewed-on: #1088
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
b2cfcab569
Merge pull request '3888-ticket.expedition_moveExpedition' (!1097) from 3888-ticket.expedition_moveExpedition into dev
Reviewed-on: #1097
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
3cc89c170c
Merge branch 'dev' into 3811-ticket.sale_updatePrice
gitea/salix/pipeline/head This commit looks good Details
abec6ae04d
Merge pull request '3811-ticket.sale_updatePrice' (!1099) from 3811-ticket.sale_updatePrice into dev
Reviewed-on: #1099
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
8c4e70c11d
Merge branch 'dev' into 3095-item.shelving
gitea/salix/pipeline/head This commit looks good Details
0c73391565
Merge pull request '3095-item.shelving' (!1102) from 3095-item.shelving into dev
Reviewed-on: #1102
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
f96fc0f91e
Merge branch 'dev' into 3852-client.search-panel2
gitea/salix/pipeline/head This commit looks good Details
3e1859efba
Merge pull request '3852-client.search-panel2' (!1111) from 3852-client.search-panel2 into dev
Reviewed-on: #1111
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
vicent requested review from joan 2022-11-03 12:21:25 +00:00
joan approved these changes 2022-11-04 06:32:55 +00:00
vicent added 1 commit 2022-11-04 07:01:52 +00:00
vicent added 1 commit 2022-11-04 08:04:04 +00:00
joan added this to the (deleted) milestone 2022-11-04 08:18:43 +00:00
joan added this to the v9.0.0 - November milestone 2022-11-04 08:24:44 +00:00
joan merged commit 1bcde47ab1 into dev 2022-11-04 10:42:35 +00:00
joan deleted branch 3951-invoiceOut.index_downloadPdfs 2022-11-04 10:42:35 +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#1110
No description provided.