Added transaction ID

This commit was merged in pull request #12.
This commit is contained in:
Azeez Muibi
2025-04-28 21:48:35 +01:00
parent 510d4574ce
commit a27f4333f3
4 changed files with 18 additions and 2 deletions
+2 -1
View File
@@ -5,5 +5,6 @@ from .transaction import Transaction
from .user import User
from .repayment import Repayment
from .loan_charge import LoanCharge
from .loan_repayment_schedule import LoanRepaymentSchedule
__all__ = ['Customer', 'Account', 'Loan', 'Transaction', 'User', 'Repayment', 'LoanCharge']
__all__ = ['Customer', 'Account', 'Loan', 'Transaction', 'User', 'Repayment', 'LoanCharge', 'LoanRepaymentSchedule']