4548-invoiceIn-pdf #1113

Merged
joan merged 22 commits from 4548-invoiceIn-pdf into dev 2022-11-03 07:48:43 +00:00
Member
No description provided.
alexm added the
CR / Tests passed
label 2022-10-28 07:29:31 +00:00
alexm added 12 commits 2022-10-28 07:29:33 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
eb58839839
feat(invoiceIn): invoiceInPdf
gitea/salix/pipeline/head There was a failure building this commit Details
c9073641aa
feat(invoiceInPdf): content
gitea/salix/pipeline/head There was a failure building this commit Details
4b12405586
feat: report invoiceInPdf
gitea/salix/pipeline/head There was a failure building this commit Details
066cf6f69b
add show dialog
gitea/salix/pipeline/head There was a failure building this commit Details
9e0eab5a77
feat(invoiceIn): email
gitea/salix/pipeline/head There was a failure building this commit Details
e8500f926c
feat(invoiceIn): add email
gitea/salix/pipeline/head There was a failure building this commit Details
f07f0679d8
fix fixture
joan added 1 commit 2022-11-02 09:33:33 +00:00
gitea/salix/pipeline/head This commit is unstable Details
2fba17ab15
Merge branch 'dev' into 4548-invoiceIn-pdf
joan requested changes 2022-11-02 12:27:35 +00:00
@ -0,0 +2,4 @@
module.exports = Self => {
Self.remoteMethodCtx('invoiceInPdf', {
description: 'Returns the delivery note pdf',
Contributor

Invoice in pdf

Invoice in pdf
alexm marked this conversation as resolved
@ -0,0 +9,4 @@
arg: 'id',
type: 'number',
required: true,
description: 'The ticket id',
Contributor

Invoice id?

Invoice id?
alexm marked this conversation as resolved
@ -0,0 +87,4 @@
},
props: {
id: {
type: [Number, String],
Contributor

type: Number

type: Number
alexm marked this conversation as resolved
alexm added 4 commits 2022-11-02 12:55:17 +00:00
alexm requested review from joan 2022-11-02 12:55:35 +00:00
alexm added 1 commit 2022-11-02 13:33:51 +00:00
gitea/salix/pipeline/head This commit is unstable Details
943103c254
Merge branch 'dev' into 4548-invoiceIn-pdf
alexm added 1 commit 2022-11-03 06:48:45 +00:00
gitea/salix/pipeline/head This commit is unstable Details
67697784cd
Merge branch 'dev' into 4548-invoiceIn-pdf
jgallego requested changes 2022-11-03 07:00:04 +00:00
@ -0,0 +1,4 @@
INSERT INTO `salix`.`ACL` (`model`, `property`, `accessType`, `permission`, `principalType`, `principalId`)
VALUES
('InvoiceIn', 'invoiceInPdf', 'READ', 'ALLOW', 'ROLE', 'administrative'),
('InvoiceIn', 'invoiceInEmail', 'WRITE', 'ALLOW', 'ROLE', 'administrative'),
Owner

perque uno te read y l'altre WRITE?

perque uno te read y l'altre WRITE?
alexm marked this conversation as resolved
@ -19,3 +19,5 @@ To book: Contabilizar
Total amount: Total importe
Total net: Total neto
Total stems: Total tallos
Show Invoice as PDF: Ver Factura Agrícola como PDF
Owner

i minuscula, y per a l'anglés posa que es agricola.

i minuscula, y per a l'anglés posa que es agricola.
alexm marked this conversation as resolved
alexm added 1 commit 2022-11-03 07:21:16 +00:00
gitea/salix/pipeline/head This commit is unstable Details
6d85cf7cf5
translations
alexm requested review from jgallego 2022-11-03 07:25:55 +00:00
jgallego approved these changes 2022-11-03 07:26:12 +00:00
joan refused to review 2022-11-03 07:34:39 +00:00
joan added 1 commit 2022-11-03 07:35:10 +00:00
gitea/salix/pipeline/head This commit is unstable Details
009e9e3bb7
Merge branch 'dev' into 4548-invoiceIn-pdf
alexm requested review from joan 2022-11-03 07:41:37 +00:00
joan approved these changes 2022-11-03 07:42:13 +00:00
joan added 1 commit 2022-11-03 07:42:47 +00:00
gitea/salix/pipeline/head This commit is unstable Details
254a56cd78
Merge branch 'dev' into 4548-invoiceIn-pdf
alexm scheduled this pull request to auto merge when all checks succeed 2022-11-03 07:45:53 +00:00
joan merged commit 46aafef965 into dev 2022-11-03 07:48:43 +00:00
joan deleted branch 4548-invoiceIn-pdf 2022-11-03 07:48:43 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
3 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#1113
No description provided.