Shivam Chaudhary
|
336d01499a
|
Add feature to change currency to USD
|
2 years ago |
fdlt3817
|
836815ad44
|
Fix header file for deposit
|
2 years ago |
fdlt3817
|
f5d1684e33
|
Fix an error of deposit function
|
2 years ago |
fdlt3817
|
b0b991e856
|
Create customer interface for deposit
|
2 years ago |
fdlt3817
|
53f0b3dd72
|
Adjustments to deposit function
|
2 years ago |
fdlt3817
|
a1a8e82199
|
Merge branch 'feature/deposit-system' into feature/balance-operations
|
2 years ago |
fdlt3817
|
0a8d9c9699
|
Created a fail case for non-existent customers
|
2 years ago |
fdlt3817
|
87e16d0b27
|
Created an error system that displays error information
|
2 years ago |
Shivam Chaudhary
|
69b08ccb8f
|
Modify function's name and parameter
|
2 years ago |
Shivam Chaudhary
|
fc0854cf5c
|
Add missing headers
|
2 years ago |
Shivam Chaudhary
|
ce2bd02446
|
Refactoring: Add more data and organise code
|
2 years ago |
Shivam Chaudhary
|
ce29bd9b4f
|
Add missing declaration of parameter of function
|
2 years ago |
Shivam Chaudhary
|
82acaece2c
|
Create test for initiateWithdraw function
|
2 years ago |
Shivam Chaudhary
|
db1e04b6c9
|
Refactoring: organise test code
|
2 years ago |
Shivam Chaudhary
|
a76cb12cb2
|
Merge branch 'feature/withdraw-money-system' into feature/balance-operations
|
2 years ago |
Shivam Chaudhary
|
5e2aa0faac
|
Merge branch 'feature/get-customer-current-account-balance' into feature/balance-operations
|
2 years ago |
Shivam Chaudhary
|
795168cac7
|
Remove unwanted build files
|
2 years ago |
Shivam Chaudhary
|
9f23ff5fdd
|
Remove unnecessary build file
|
2 years ago |
Shivam Chaudhary
|
791b16b0e8
|
Add test getAvailabeAccountBalance
|
2 years ago |
fdlt3817
|
83c6c9a9b7
|
Merge branch 'feature/update-current-customer-account-balance' into feature/balance-operations
|
2 years ago |
Shivam Chaudhary
|
993ca16a44
|
Remove unwanted build files
|
2 years ago |
Shivam Chaudhary
|
07cbebd4a4
|
Implement test for file opening with false name
|
2 years ago |
Shivam Chaudhary
|
2459c3f1ec
|
Correct the path of file CustomerData.txt
|
2 years ago |
Shivam Chaudhary
|
8274f848fd
|
Implement test to check if the file opens
|
2 years ago |
Shivam Chaudhary
|
548a152d46
|
Create test_currentCustomerAccountBalance.c
|
2 years ago |
Shivam Chaudhary
|
1644b86774
|
Refactoring: remove unwanted codes
|
2 years ago |
Shivam Chaudhary
|
fb1b114271
|
Fix false header file name
|
2 years ago |
fdlt3817
|
cd78a96c03
|
Test arrangements
|
2 years ago |
Shivam Chaudhary
|
a6f6c3ae66
|
Merge branch 'feature/update-current-customer-account-balance' into feature/withdraw-money-system
|
2 years ago |
fdlt3817
|
6406909368
|
Merge branch 'feature/get-current-customer-account-balance' into feature/update-current-customer-account-balance
|
2 years ago |
fdlt3817
|
87a32f9bf6
|
Function functionality change
updateAvailabeAccountBalance no longer increases or decreases the balance but rather sets the balance to the input value.
|
2 years ago |
Shivam Chaudhary
|
f3415cf5a9
|
Update header files
|
2 years ago |
Shivam Chaudhary
|
b3688bbd1c
|
Update .gitignore
|
2 years ago |
Shivam Chaudhary
|
2f729d8ff0
|
Refactoring: Use created constant name for file
|
2 years ago |
Shivam Chaudhary
|
33ea6b25e7
|
Update header files
|
2 years ago |
Shivam Chaudhary
|
7147ad4ab1
|
Add file to save information about customerData.txt
|
2 years ago |
Shivam Chaudhary
|
aeabed3afb
|
Add missing headers for newly added functions
|
2 years ago |
Shivam Chaudhary
|
10d769ead8
|
Add function notifyCustomer to show status after withdrawal
|
2 years ago |
Shivam Chaudhary
|
57a64876be
|
Add missing parameter to function and organise code
|
2 years ago |
fdlt3817
|
8a84f5f257
|
Merge branch 'feature/update-current-customer-account-balance' into feature/deposit-system
|
2 years ago |
fdlt3817
|
a527960e62
|
Bug fix: A line would get removed after the replaced line.
|
2 years ago |
fdlt3817
|
f5015a6b13
|
Integrated updateAccountBalance and getAccountBalance into the deposit function
|
2 years ago |
fdlt3817
|
296fed6faf
|
Merge branch 'feature/get-current-customer-account-balance' into feature/deposit-system
|
2 years ago |
fdlt3817
|
d84314fa61
|
Merge branch 'feature/update-current-customer-account-balance' into feature/deposit-system
|
2 years ago |
fdlt3817
|
bbc6c7557f
|
Refactoring: Removed main function
|
2 years ago |
fdlt3817
|
d9925a3a94
|
Expanded the function to work with negative balance changes.
|
2 years ago |
Shivam Chaudhary
|
7b176305a3
|
Initial commit
|
2 years ago |
Shivam Chaudhary
|
09f1536781
|
Add missing headers in currentCustomerAccountBalance.h
|
2 years ago |
Shivam Chaudhary
|
30e1fcfa9e
|
Refactoring: organize code to skip bad behavior
|
2 years ago |
Shivam Chaudhary
|
8e0854cfc0
|
Refactoring: minimize code lines for easy understanding
|
2 years ago |