fix: resource advanced view filter.

This commit is contained in:
Ahmed Bouhuolia
2020-09-16 21:41:09 +02:00
parent a22c8395f3
commit ca92c925a9
72 changed files with 997 additions and 2324 deletions

View File

@@ -37,7 +37,7 @@ export default {
'type': {
column: 'account_type_id',
relation: 'account_types.id',
relationColumn: 'account_types.id',
relationColumn: 'account_types.key',
},
'description': {
column: 'description',
@@ -58,7 +58,8 @@ export default {
column: 'active',
},
balance: {
column: 'balance',
column: 'amount',
columnType: 'number'
},
currency: {
column: 'currency_code',