4090-global_invoincing #1135

Merged
vicent merged 46 commits from 4090-global_invoincing into dev 2022-11-15 08:48:25 +00:00
Contributor
No description provided.
vicent added the
CR / Tests passed
label 2022-11-11 07:45:49 +00:00
vicent added 41 commits 2022-11-11 07:45:50 +00:00
gitea/salix/pipeline/head This commit looks good Details
31aafc0719
feat: add inserts in printQueue
gitea/salix/pipeline/head There was a failure building this commit Details
f3df373f70
delete: unnecessary code
gitea/salix/pipeline/head This commit looks good Details
994cf7ccf0
fix: '==' by '='
gitea/salix/pipeline/head There was a failure building this commit Details
d73dab3454
Merge branch 'dev' into 4090-global_invoincing
gitea/salix/pipeline/head This commit looks good Details
d5592d6a0f
sin toClientId
gitea/salix/pipeline/head This commit looks good Details
3da948f3f9
refactor: delete unnecessary lines
gitea/salix/pipeline/head There was a failure building this commit Details
8130cf9e6a
feat: separate globalInvoicing in 2 parts
gitea/salix/pipeline/head There was a failure building this commit Details
53f78a98d2
feat: update message while globalInvoicing
gitea/salix/pipeline/head There was a failure building this commit Details
0d785695fe
feat: invoicing by (clientFk, addressFk)
gitea/salix/pipeline/head There was a failure building this commit Details
50ec41dece
refator: cancel request
gitea/salix/pipeline/head There was a failure building this commit Details
5918b3e0df
refactor: juan changes
gitea/salix/pipeline/head There was a failure building this commit Details
15ba6681af
refator: code unified
gitea/salix/pipeline/head Build queued... Details
6924b05c8a
feat: add radio button
gitea/salix/pipeline/head There was a failure building this commit Details
8ab6a50c73
try to fix frontTest
gitea/salix/pipeline/head There was a failure building this commit Details
f95f977b69
fix: backTest
gitea/salix/pipeline/head There was a failure building this commit Details
dc62841c3d
refator: trying to delete async and await
gitea/salix/pipeline/head This commit looks good Details
9d53360d50
feat: replaced await by recursive function
gitea/salix/pipeline/head There was a failure building this commit Details
abd2d9a849
fix: e2e
gitea/salix/pipeline/head This commit looks good Details
39f4445172
refator: endpoint name
gitea/salix/pipeline/head This commit looks good Details
53112995bc
refactor: delete counter
gitea/salix/pipeline/head There was a failure building this commit Details
b06f5b7246
feat: cuando seleccionas 'allClients' no tiene en cuenta el 'clientsRange'
gitea/salix/pipeline/head This commit looks good Details
0f57a40aac
fix: backTest
gitea/salix/pipeline/head There was a failure building this commit Details
350c516bb1
feat: cancelar petición cuando esta calculando el packaging
gitea/salix/pipeline/head This commit looks good Details
dbd0e77e12
feat: send mail with the invoice pdf
gitea/salix/pipeline/head This commit looks good Details
2ab475791c
refactor code
gitea/salix/pipeline/head There was a failure building this commit Details
79e9edcee9
delete: old code
gitea/salix/pipeline/head This commit looks good Details
574f2757f4
refactor code
gitea/salix/pipeline/head This commit looks good Details
1ea5ffa6d3
fix: backTest
gitea/salix/pipeline/head This commit looks good Details
0bd09ae366
fix: delete unnecessary column
vicent added 2 commits 2022-11-11 07:56:08 +00:00
vicent requested review from joan 2022-11-11 07:56:40 +00:00
joan requested changes 2022-11-14 11:14:58 +00:00
@ -4,6 +4,7 @@ module.exports = {
name: 'invoice',
async serverPrefetch() {
this.invoice = await this.fetchInvoice(this.reference);
console.log('this.invoice: ', this.invoice);
Contributor

Quitar console.log

Quitar console.log
vicent marked this conversation as resolved
joan added 1 commit 2022-11-14 11:19:12 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
f6e14db9f4
Merge branch 'dev' into 4090-global_invoincing
vicent added 1 commit 2022-11-14 11:20:39 +00:00
gitea/salix/pipeline/head This commit looks good Details
a30f50ffe5
refactor: borrado console.log
vicent requested review from joan 2022-11-14 11:20:45 +00:00
joan approved these changes 2022-11-14 11:21:34 +00:00
vicent added 1 commit 2022-11-15 08:39:02 +00:00
gitea/salix/pipeline/head This commit looks good Details
a58379579f
Merge branch 'dev' into 4090-global_invoincing
vicent merged commit f4b02dced2 into dev 2022-11-15 08:48:25 +00:00
vicent deleted branch 4090-global_invoincing 2022-11-15 08:48:25 +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#1135
No description provided.