fix: Add the missing columns to the payment received and made models

This commit is contained in:
Ahmed Bouhuolia
2024-09-01 15:00:51 +02:00
parent 7c07d6b5ff
commit 7f5ffb8da1
9 changed files with 79 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ export default {
importAggregateBy: 'estimateNumber',
print: {
pageTitle: 'Sale Estimates'
pageTitle: 'Sale Estimates',
},
fields: {
@@ -142,6 +142,7 @@ export default {
delivered: {
name: 'Delivered',
type: 'boolean',
accessor: 'isDelivered',
exportable: true,
printable: false,
},