feat: prepard expenses of payment made transactions

This commit is contained in:
Ahmed Bouhuolia
2024-07-24 02:18:32 +02:00
parent 341d47cc7b
commit b68d180785
17 changed files with 162 additions and 46 deletions

View File

@@ -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'),

View File

@@ -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'),