2595 - Added invoiceIn module #545
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#545
Loading…
Reference in New Issue
No description provided.
Delete Branch "2595-invoiceIn-index"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP: 2595 - Added invoiceIn moduleto 2595 - Added invoiceIn module2595 - Added invoiceIn moduleto WIP: 2595 - Added invoiceIn moduleWIP: 2595 - Added invoiceIn moduleto 2595 - Added invoiceIn module@ -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);
remove this.
@ -0,0 +10,4 @@
let result = await app.models.InvoiceIn.filter(ctx);
expect(result.length).toEqual(5);
if all results are the same perhaps usage of random
@ -110,2 +110,4 @@
Remove all filters
</vn-item>
<vn-item translate
ng-if="contextmenu.isActionAllowed()"
indent
@ -214,2 +214,4 @@
Remove all filters
</vn-item>
<vn-item translate
ng-if="contextmenu.isActionAllowed()"
indent
@ -107,2 +107,4 @@
Remove all filters
</vn-item>
<vn-item translate
ng-if="contextmenu.isActionAllowed()"
indent
LGTM
LGTM