2595 - Added invoiceIn module #545

Merged
carlosjr merged 11 commits from 2595-invoiceIn-index into dev 2021-03-03 11:47:43 +00:00
Contributor
No description provided.
joan added 1 commit 2021-02-11 13:39:28 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
84c82ed32d
2595 - Added invoiceIn module
joan added 1 commit 2021-02-11 14:07:07 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
c270ec6207
Contextmenu fixes
joan added the
Missing tests
label 2021-02-11 14:09:21 +00:00
joan changed title from WIP: 2595 - Added invoiceIn module to 2595 - Added invoiceIn module 2021-02-11 14:09:43 +00:00
joan added 1 commit 2021-02-12 11:19:57 +00:00
gitea/salix/pipeline/head This commit looks good Details
e7c1dc2210
Changes
joan added 1 commit 2021-02-12 11:26:07 +00:00
gitea/salix/pipeline/head This commit looks good Details
d7ad90d573
Updated caniuse
joan changed title from 2595 - Added invoiceIn module to WIP: 2595 - Added invoiceIn module 2021-02-22 08:41:24 +00:00
joan added 2 commits 2021-03-02 13:59:19 +00:00
joan added 1 commit 2021-03-03 08:32:24 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
e52f0eea92
Added front unit tests
joan added 1 commit 2021-03-03 08:37:19 +00:00
joan changed title from WIP: 2595 - Added invoiceIn module to 2595 - Added invoiceIn module 2021-03-03 08:48:10 +00:00
joan removed the
Missing tests
label 2021-03-03 08:55:44 +00:00
joan added 1 commit 2021-03-03 09:47:31 +00:00
gitea/salix/pipeline/head This commit looks good Details
812a363cfe
removed package-lock
carlosjr requested changes 2021-03-03 11:19:51 +00:00
@ -2179,0 +2184,4 @@
(8, '99610288644', 476, 4461, CURDATE(), 5751, 442, 1),
(9, '99610289193', 302, 2972, CURDATE(), 3871, 442, 1),
(10, '07546500856', 185, 2364, CURDATE(), 5321, 442, 1);
Contributor

remove this.

remove this.
carlosjr marked this conversation as resolved
@ -0,0 +10,4 @@
let result = await app.models.InvoiceIn.filter(ctx);
expect(result.length).toEqual(5);
Contributor

if all results are the same perhaps usage of random

if all results are the same perhaps usage of random
carlosjr marked this conversation as resolved
@ -110,2 +110,4 @@
Remove all filters
</vn-item>
<vn-item translate
ng-if="contextmenu.isActionAllowed()"
Contributor

indent

indent
@ -214,2 +214,4 @@
Remove all filters
</vn-item>
<vn-item translate
ng-if="contextmenu.isActionAllowed()"
Contributor

indent

indent
@ -107,2 +107,4 @@
Remove all filters
</vn-item>
<vn-item translate
ng-if="contextmenu.isActionAllowed()"
Contributor

indent

indent
joan added 1 commit 2021-03-03 11:21:16 +00:00
gitea/salix/pipeline/head This commit looks good Details
e50dcf467f
Requested changes
carlosjr approved these changes 2021-03-03 11:22:58 +00:00
carlosjr left a comment
Contributor

LGTM

LGTM
joan added 1 commit 2021-03-03 11:29:08 +00:00
gitea/salix/pipeline/head This commit looks good Details
b22f58ae80
Issued filter fix
carlosjr approved these changes 2021-03-03 11:47:32 +00:00
carlosjr left a comment
Contributor

LGTM

LGTM
carlosjr merged commit be82152e6f into dev 2021-03-03 11:47:43 +00:00
carlosjr deleted branch 2595-invoiceIn-index 2021-03-03 11:47:56 +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#545
No description provided.