fix: Expense amounts should not be rounded

This commit is contained in:
Ahmed Bouhuolia
2024-01-26 23:46:45 +02:00
parent 21eb88ef53
commit de5920f910
5 changed files with 46 additions and 7 deletions

View File

@@ -2,6 +2,8 @@ import { Model } from 'objection';
import TenantModel from 'models/TenantModel';
export default class ExpenseCategory extends TenantModel {
amount: number;
/**
* Table name
*/