mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: style the banking service
This commit is contained in:
@@ -55,14 +55,17 @@ export function useUncategorizedTransactionsColumns() {
|
||||
Header: 'Date',
|
||||
accessor: 'formatted_date',
|
||||
width: 110,
|
||||
textOverview: true,
|
||||
},
|
||||
{
|
||||
Header: 'Description',
|
||||
accessor: descriptionAccessor,
|
||||
textOverview: true,
|
||||
},
|
||||
{
|
||||
Header: 'Payee',
|
||||
accessor: 'payee',
|
||||
textOverview: true,
|
||||
},
|
||||
{
|
||||
Header: 'Recognize',
|
||||
@@ -72,6 +75,7 @@ export function useUncategorizedTransactionsColumns() {
|
||||
{
|
||||
Header: 'Rule',
|
||||
accessor: 'bank_rule_name',
|
||||
textOverview: true,
|
||||
},
|
||||
{
|
||||
Header: 'Deposit',
|
||||
|
||||
Reference in New Issue
Block a user