mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: prepard expenses of payment made transactions
This commit is contained in:
@@ -160,6 +160,13 @@ export function useCustomersTableColumns() {
|
||||
width: 85,
|
||||
clickable: true,
|
||||
},
|
||||
{
|
||||
id: 'credit_balance',
|
||||
Header: 'Credit Balance',
|
||||
accessor: 'formatted_unused_credit',
|
||||
width: 100,
|
||||
align: 'right',
|
||||
},
|
||||
{
|
||||
id: 'balance',
|
||||
Header: intl.get('receivable_balance'),
|
||||
|
||||
@@ -183,6 +183,13 @@ export function useVendorsTableColumns() {
|
||||
width: 85,
|
||||
clickable: true,
|
||||
},
|
||||
{
|
||||
id: 'credit_balance',
|
||||
Header: 'Credit Balance',
|
||||
accessor: 'formatted_unused_credit',
|
||||
width: 100,
|
||||
align: 'right',
|
||||
},
|
||||
{
|
||||
id: 'balance',
|
||||
Header: intl.get('receivable_balance'),
|
||||
|
||||
Reference in New Issue
Block a user