Merge pull request #293 from Oloodi/billing_screen

Billing screen
This commit is contained in:
Achintha Isuru
2026-01-26 19:00:28 -05:00
committed by GitHub
33 changed files with 19743 additions and 18754 deletions

View File

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