269 Commits (4b665934c7a02628264d4e8b5b2a0ceebf46d9e5)

Author SHA1 Message Date
fdlt3817 7479c4a348 Create function withdrawSpecificAmount 2 years ago
fdai6618 466eb53425 test sendmoneyNeedToImplement 2 years ago
fdlt3817 b7bee9c73d Fix header problems and add depositSpecificAmount function 2 years ago
Shivam Chaudhary 4a28dec8e2 Remove headers which are redefining function 2 years ago
fdlt3817 888b2fc4ea Integrate required functions to make deposit work as intended 2 years ago
Shivam Chaudhary 7309447c03 Add relevant constants for USD and GBP 2 years ago
Shivam Chaudhary 2aee8c516b Refactoring: Remove useless code and update constant names 2 years ago
Shivam Chaudhary 8da7e42336 Add generalised function for currency exchange 2 years ago
Shivam Chaudhary 3f52b9b11a Add information about GBP in header 2 years ago
Shivam Chaudhary 7f7ab6195b Add feature to change currency to GBP 2 years ago
fdai7514 b796599129 refactoring: change variable names and attach descriptive comments in calculatorGetUserInputFactorial.c 2 years ago
fdai7514 acdfb400b3 implement function calculatorGetUserInputFactorial() 2 years ago
fdai7514 1d6a732010 refactoring: change variable names and attach descriptive comments in calculatorGetUserInput.c 2 years ago
fdai7514 4c58ea6056 implement function calculatorGetUserInput() 2 years ago
fdai7514 c4280af27c refactoring: format the code by implementing new variables and important comments in displayMenuCalculator.c and displayMenuCalculator.h 2 years ago
fdai7514 f80b84380d implement function displayMenuCalculator() 2 years ago
fdai7514 38cfd6baf1 refactoring: change variable names in test_calculatorFactorial.c 2 years ago
fdai7514 0c34fa9c5b refactoring: change variable names, format code and attach some descriptive comments in calculatorFactorial.c 2 years ago
fdai7514 e13793bb20 implement function calculatorFactorial() 2 years ago
fdai7514 a9cda3ff44 refactoring: change variable names and format code in calculatorDivide.c 2 years ago
fdai7514 70bccf002c implement function calculatorDivide() 2 years ago
fdai7514 c14d061ac4 refactoring: change variable names and format code in calculatorMultiply.c 2 years ago
fdai7514 5416031d06 implement function calculatorMultiply() 2 years ago
fdai7514 9e0d1cece9 refactoring: change variable names and format code in calculatorSubtract.c and calculatorSubtract.h 2 years ago
fdai7514 92f74b3f37 implement function calculatorSubtract() 2 years ago
fdai7514 9a8bfb585e refactoring: change variable names calculatorAdd.c and calculatorAdd.h 2 years ago
fdai7514 bce3b53bb8 implement function calculatorAdd() 2 years ago
fdai6618 47586c3d42 refactoring getAvailableBalance 2 years ago
fdai6618 ea15eb3d0e add CustomerData file 2 years ago
fdai7514 ec11d3d7c9 refactoring: implement new variables and comments in requestLoan.c and requestLoan.h 2 years ago
fdai7514 585d28952f implement function requestLoan() 2 years ago
fdai7207 fc6033da00 refactoring: removed redundant code from the function isValidPhoneNumber() and the constant from the function and added it to the header file. 2 years ago
fdai7207 1e047c30b0 implement the function isValidPhoneNumber() in the getNewEmployeeCredentials() function. 2 years ago
fdai7207 57292f4b64 implement unit tests for the function validPhoneNumber(). 2 years ago
fdai7207 1112a6f365 refactoring: removed redundant codes from the unit tests of the isValidName() function. 2 years ago
fdai7207 5ba7c64f53 correct some logical mistakes in the test_createEmployeeAccount.c file 2 years ago
fdai7207 d5952a55bf refactoring: removed some constants from the .c file and added them to the header file and made the isValidName() function more readable. 2 years ago
fdai7207 cb92ce69b6 implement the isValidName() in the getNewEmployeeCredentials() and fixed a bug in the createNewEmployee() function. 2 years ago
fdai7207 80b26f2a6d implement unit tests for the new function isvalidName(). 2 years ago
fdlt3817 9cfd0e9908 Revert "Test arrangements" 2 years ago
fdlt3817 10d0cf2def Refactoring: Test work 2 years ago
Shivam Chaudhary 4c112e72e6 Add needed headers for currency change toUSD 2 years ago
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 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