WIP Make journal entries page.

This commit is contained in:
Ahmed Bouhuolia
2020-04-07 16:44:50 +02:00
parent 490979ded5
commit aed7df7931
11 changed files with 144 additions and 58 deletions

View File

@@ -15,7 +15,7 @@ const MoneyFieldCellRenderer = ({
}, []);
const onBlur = () => {
payload.updateData(index, id, value)
payload.updateData(index, id, parseFloat(value));
};
return (<MoneyInputGroup