fix(FE): change nominal to absolute value, change form state initial balance, and changes filter options

This commit is contained in:
randy-ar
2026-01-20 15:22:35 +07:00
parent 4cb8343f74
commit 596e2d0095
4 changed files with 94 additions and 75 deletions
@@ -64,7 +64,7 @@ const FinanceDetail = ({ finance }: { finance: Finance }) => {
},
{
label: 'Nominal',
value: formatCurrency(finance.nominal),
value: formatCurrency(Math.abs(finance.nominal)),
},
].filter((item) => {
// Hide party account number row if transaction type is INJECTION