mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat: Expenses resource.
This commit is contained in:
@@ -25,7 +25,7 @@ export default {
|
||||
'type': {
|
||||
column: 'account_type_id',
|
||||
relation: 'account_types.id',
|
||||
relationColumn: 'account_types.name',
|
||||
relationColumn: 'account_types.id',
|
||||
},
|
||||
'description': {
|
||||
column: 'description',
|
||||
@@ -38,6 +38,9 @@ export default {
|
||||
relation: 'account_types.id',
|
||||
relationColumn: 'account_types.root_type',
|
||||
},
|
||||
'created_at': {
|
||||
column: 'created_at',
|
||||
},
|
||||
},
|
||||
|
||||
// Items
|
||||
|
||||
Reference in New Issue
Block a user