mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-06-09 23:06:01 +00:00
feat(relatorios): refina indicadores e filtros
This commit is contained in:
@@ -405,6 +405,7 @@ const buildInstallmentExpensesData = (
|
||||
dueDate: row.dueDate,
|
||||
purchaseDate: row.purchaseDate,
|
||||
period: row.period,
|
||||
isSettled: row.isSettled,
|
||||
}))
|
||||
.sort((a, b) => {
|
||||
const remainingA =
|
||||
|
||||
Reference in New Issue
Block a user