Merge pull request #659 from bigcapitalhq/format-money-table-columns

feat: Tabular number of all money columns
This commit is contained in:
Ahmed Bouhuolia
2024-09-04 18:48:38 +02:00
committed by GitHub
15 changed files with 53 additions and 12 deletions

View File

@@ -113,6 +113,7 @@ export function usePaymentReceivesColumns() {
align: 'right',
clickable: true,
textOverview: true,
money: true,
className: clsx(CLASSES.FONT_BOLD),
},
{

View File

@@ -160,6 +160,7 @@ export function useReceiptsTableColumns() {
align: 'right',
clickable: true,
textOverview: true,
money: true,
className: clsx(CLASSES.FONT_BOLD),
},
{