Quantum console banking application is a full banking system controlled and contained within a windows command console.
There is a BETA GUI version of Quantum Banking but it is still in early form and will be released as a separate package.
If you are more interested in the development side of things, please contact me on discord @ Nebula#0123
Use VS2019 to open and edit the source code of this project. [ No release version yet ]
// Main Work
1. Stop Withdrawals taking negative number input (EG: -10)
2. No negative balance
3. Finish Loans Menu ( Interest Rate )
5. Overdraft/Loans Configuration
6. Link database to main code
7. Finish Main Menu Code
// Minor Issues
1. Optimize Threading/Code
2. Cleanse notes ( Internal notes )
3. Add Admin Console ( Add/Remove Bal, Loans ETC)
4. Add FAQ (Frequently Asked Questions)
Pull requests are welcome.
Please make sure to update tests as appropriate.