feat: general ledger and journal exporting

This commit is contained in:
Ahmed Bouhuolia
2024-01-07 18:48:14 +02:00
parent 7aee76e461
commit 5ef99f2cb3
10 changed files with 41 additions and 23 deletions

View File

@@ -70,7 +70,7 @@ const transactionTypeColumnAccessor = (column) => {
const transactionIdColumnAccessor = (column) => {
return {
...column,
width: 100,
width: 80,
};
};