feat: #8395 added total column in invoiceInVat #1243
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1243
Loading…
Reference in New Issue
No description provided.
Delete Branch "8395-invoiceInVatTotal"
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?
@ -92,0 +92,4 @@
{
name: 'total',
label: t('Total'),
sortable: true,
Aquí Sortable no aplica y la traducción Total no existe. El tercer calculo total es la suma de los 2 primeros. Puedes acceder a las rows con la prop formData de CrudModel. Mira a ver si puedes hacer un computed para calcular cada total.