mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
feat: optimize the style of bank account transactions tables
This commit is contained in:
@@ -123,6 +123,7 @@ export function useAccountTransactionsColumns() {
|
||||
textOverview: true,
|
||||
align: 'right',
|
||||
clickable: true,
|
||||
money: true,
|
||||
},
|
||||
{
|
||||
id: 'withdrawal',
|
||||
@@ -133,16 +134,18 @@ export function useAccountTransactionsColumns() {
|
||||
textOverview: true,
|
||||
align: 'right',
|
||||
clickable: true,
|
||||
money: true,
|
||||
},
|
||||
{
|
||||
id: 'running_balance',
|
||||
Header: intl.get('banking.label.running_balance'),
|
||||
accessor: 'formatted_running_balance',
|
||||
className: 'running_balance',
|
||||
align: 'right',
|
||||
width: 150,
|
||||
textOverview: true,
|
||||
align: 'right',
|
||||
clickable: true,
|
||||
money: true,
|
||||
},
|
||||
],
|
||||
[],
|
||||
|
||||
Reference in New Issue
Block a user