feat: wip configure resources to be exportable

This commit is contained in:
Ahmed Bouhuolia
2024-05-01 12:45:24 +02:00
parent 7e89966f20
commit fab71d2b65
25 changed files with 295 additions and 39 deletions

View File

@@ -85,42 +85,34 @@ export default {
billNumber: {
name: 'Bill No.',
type: 'text',
exportable: true,
},
referenceNo: {
name: 'Reference No.',
type: 'text',
exportable: true,
},
billDate: {
name: 'Date',
type: 'date',
exportable: true,
},
dueDate: {
name: 'Due Date',
type: 'date',
exportable: true,
},
vendorId: {
name: 'Vendor',
type: 'text',
exportable: true,
},
exchangeRate: {
name: 'Exchange Rate',
type: 'number',
exportable: true,
},
note: {
name: 'Note',
type: 'text',
exportable: true,
},
open: {
name: 'Open',
type: 'boolean',
exportable: true,
},
},
fields2: {