feat: Tabular number of all money columns

This commit is contained in:
Ahmed Bouhuolia
2024-09-04 14:58:31 +02:00
parent 85acc85f17
commit 66fb0c9fa3
7 changed files with 19 additions and 5 deletions

View File

@@ -154,6 +154,7 @@ export function useVendorsCreditNoteTableColumns() {
clickable: true,
textOverview: true,
disableSortBy: true,
money: true,
className: clsx(CLASSES.FONT_BOLD),
},
{

View File

@@ -117,6 +117,7 @@ export function usePaymentMadesTableColumns() {
className: 'amount',
align: 'right',
clickable: true,
money: true,
},
{
id: 'reference_no',