invoices history ready

This commit is contained in:
José Salazar
2026-01-26 18:23:52 -05:00
parent fd06391e63
commit 57ea214871
5 changed files with 81 additions and 16 deletions

View File

@@ -13,6 +13,8 @@ class FinancialRepositoryMock {
totalAmount: 1500.0,
workAmount: 1400.0,
addonsAmount: 100.0,
invoiceNumber: 'INV-1',
issueDate: null,
),
];
}