mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: seed accounts and types.
This commit is contained in:
@@ -145,7 +145,7 @@ function AccountsDataTable({
|
||||
Header: formatMessage({ id: 'code' }),
|
||||
accessor: 'code',
|
||||
className: 'code',
|
||||
width: 125,
|
||||
width: 70,
|
||||
},
|
||||
{
|
||||
id: 'type',
|
||||
@@ -160,13 +160,13 @@ function AccountsDataTable({
|
||||
Cell: NormalCell,
|
||||
accessor: 'type.normal',
|
||||
className: 'normal',
|
||||
width: 115,
|
||||
width: 65,
|
||||
},
|
||||
{
|
||||
id: 'currency',
|
||||
Header: formatMessage({ id: 'currency' }),
|
||||
accessor: (row) => 'USD',
|
||||
width: 100,
|
||||
width: 75,
|
||||
},
|
||||
{
|
||||
id: 'balance',
|
||||
|
||||
Reference in New Issue
Block a user