diff --git a/src/database/models/Invoice.js b/src/database/models/Invoice.js index d47100a..223b5e0 100644 --- a/src/database/models/Invoice.js +++ b/src/database/models/Invoice.js @@ -302,6 +302,14 @@ export const Invoice = { required: true }, + { + name: 'paidAt', + label: 'Paid At', + type: 'dateTime', + readOnly: true, + columnWidth: 175 + }, + { name: 'to', label: 'To', @@ -333,13 +341,7 @@ export const Invoice = { readOnly: true, columnWidth: 175 }, - { - name: 'paidAt', - label: 'Paid At', - type: 'dateTime', - readOnly: true, - columnWidth: 175 - }, + { name: 'totalAmountWithTax', label: 'Total Amount w/ Tax',