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

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