.. |
.vscode
|
Logic fundamentals and placeholder code
|
2 years ago |
CustomerData.txt
|
After merge combine parts of our program.
|
2 years ago |
_file_information.h
|
After merge combine parts of our program.
|
2 years ago |
calculatorAdd.c
|
refactoring: change variable names calculatorAdd.c and calculatorAdd.h
|
2 years ago |
calculatorAdd.h
|
Resolve merge conflicts.
|
2 years ago |
calculatorDivide.c
|
refactoring: change variable names and format code in calculatorDivide.c
|
2 years ago |
calculatorDivide.h
|
Resolve merge conflicts.
|
2 years ago |
calculatorFactorial.c
|
refactoring: change variable names in test_calculatorFactorial.c
|
2 years ago |
calculatorFactorial.h
|
Resolve merge conflicts.
|
2 years ago |
calculatorGetUserInput.c
|
Resolve merge conflicts.
|
2 years ago |
calculatorGetUserInput.h
|
Resolve merge conflicts.
|
2 years ago |
calculatorGetUserInputFactorial.c
|
Resolve merge conflicts.
|
2 years ago |
calculatorGetUserInputFactorial.h
|
Resolve merge conflicts.
|
2 years ago |
calculatorMultiply.c
|
refactoring: change variable names and format code in calculatorMultiply.c
|
2 years ago |
calculatorMultiply.h
|
Resolve merge conflicts.
|
2 years ago |
calculatorSubtract.c
|
refactoring: change variable names and format code in calculatorSubtract.c and calculatorSubtract.h
|
2 years ago |
calculatorSubtract.h
|
Resolve merge conflicts.
|
2 years ago |
checkLoanEligibility.c
|
Add feature to check eligibility for loan
|
2 years ago |
checkLoanEligibility.h
|
Add feature to check eligibility for loan
|
2 years ago |
createCustomer.c
|
Add new cases inside the switch of the function errorMessage(). Remove the call to the function exit() inside errorMessage(). It is now done by the function that calls it. Now the different return values of this function make sense.
|
2 years ago |
createCustomer.h
|
Implementation of function stod() and rename file stringManipulation.{c,h} to helperFunctions.{c,h} because the functions implemented there address different problems and not only string-specific problems.
|
2 years ago |
createEmployeeAccount.c
|
solve merge conflicts.
|
2 years ago |
createEmployeeAccount.h
|
refactoring: made unit test of the function isValidAdress() more readable by removing code duplicates.
|
2 years ago |
currencyExchange.c
|
Add more cases to convert currency to YEN and YUAN
|
2 years ago |
currencyExchange.h
|
Merge branch 'feature/currency-exchange' into feature/balance-operations
|
2 years ago |
currentCustomerAccountBalance.c
|
Create function withdrawSpecificAmount
|
2 years ago |
currentCustomerAccountBalance.h
|
Hotfix: resolve file name problem (2/2)
|
2 years ago |
customerMenu.c
|
After merge combine parts of our program.
|
2 years ago |
customerMenu.h
|
hot fix: Add use of pointer in order to combine parts of our program.
|
2 years ago |
customerProperties.h
|
Modification of the function collectCustomerProperties. It now contains a call to balanceToDouble(). The reason is: The function scanf() is eliminated. Instead, the input is completely handled by getchar(). Each character is stored consecutively. Thus it can be the parameter for balanceToDouble().
|
2 years ago |
depositMoney.c
|
Refactoring depositMoney 2
|
2 years ago |
depositMoney.h
|
hot fix: Add use of pointer in order to combine parts of our program.
|
2 years ago |
displayDisclaimer.c
|
Create displayDisclaimer function
|
2 years ago |
displayDisclaimer.h
|
Create displayDisclaimer function
|
2 years ago |
displayMenuCalculator.c
|
Resolve merge conflicts.
|
2 years ago |
displayMenuCalculator.h
|
Resolve merge conflicts.
|
2 years ago |
docs.txt
|
Implementation of function stringConcatenation() and creation of docs.txt to as a documentation for the functions.
|
2 years ago |
employeeLogin.c
|
solve merge conflicts.
|
2 years ago |
employeeLogin.h
|
implement unit tests for the function isValidEmployeeID()
|
2 years ago |
employeesCredentialsList.txt
|
fix a bug in the build-project.sh.
|
2 years ago |
employeesData.txt
|
fix a bug in the build-project.sh.
|
2 years ago |
error.c
|
Hot fix: uncomment necessary error messages.
|
2 years ago |
error.h
|
The error handling is now controlled by the function errorMessage. It is declared in error.h and defined in error.c. It is called in different cases. Each error has its own error code. The advantage is that the error message is specific.
|
2 years ago |
helperFunctions.c
|
Implementation of unit test for calculateStringLength().
|
2 years ago |
helperFunctions.h
|
refactoring: renamed function calLen() to calculateStringLength and inner variables in order to increase readability. Now it is easier to understand.
|
2 years ago |
interestCalculator.c
|
Refactoring: optimize initiateCalculator
|
2 years ago |
interestCalculator.h
|
Create function to set saving goal
|
2 years ago |
lineReplacer.h
|
Create function withdrawSpecificAmount
|
2 years ago |
loginCustomer.c
|
hot fix: Add use of pointer in order to combine parts of our program.
|
2 years ago |
loginCustomer.h
|
hot fix: Add use of pointer in order to combine parts of our program.
|
2 years ago |
main.c
|
Merge remote-tracking branch 'origin/development-backup' into Alpha
|
2 years ago |
mainMenu.c
|
Resolve merge conflicts.
|
2 years ago |
mainMenu.h
|
Merge remote-tracking branch 'origin/development-backup' into Alpha
|
2 years ago |
requestLoan.c
|
Solve merge conflicts.
|
2 years ago |
requestLoan.h
|
Solve merge conflicts.
|
2 years ago |
sendMoney.c
|
Refactor sendMoney
|
2 years ago |
sendMoney.h
|
Hotfix: resolve file name problem (2/2)
|
2 years ago |
showGeneralInfoEmployee.c
|
Merge branch 'feature/employees-infos-access' of https://gitlab2.informatik.hs-fulda.de/fdai7057/bankmanagement-system into feature/employees-infos-access
|
2 years ago |
showGeneralInfoEmployee.h
|
implement unit tests for the function isValidEmployeeID()
|
2 years ago |
updateCustomerAccountBalance.c
|
Implement basic send money functionality
|
2 years ago |
updateCustomerAccountBalance.h
|
Hotfix: resolve file name problem (2/2)
|
2 years ago |
withdrawMoney.c
|
Refactor withdrawMoney
|
2 years ago |
withdrawMoney.h
|
Set upper limit for money withdrawal
|
2 years ago |