This is Demo application to manage small bank made by windows form
- Sql Server 2014 or later.
- .NET version 4.5 or later.
- restore database in Sql server from bank.bak this file continues database tables with simple data.
- run bank.exe file.
- the default andmin account user name is "admin" and password is "ad" you can change this data from Sql Server.
- with this application you can add, edit, delete employers accounts from admin account.
- admin also can delete customers accounts.
- admin most accept every customer account added by employer.
- admin can also print reports about employees, customers or transactions.
- when any employee add new customer the admin receive notification about new customers when next time he login.
- employees can add new customers, transfer money from customer account to other customer account or deposit from customer account.
- every user most have an account and login with username and password.
- every customer most have only one account in the same name.
- in search box you can search in customers, employees or transactions data by name, id, date or any data field.
- this application haven't options to configure server connection so database name most be "Bank" and don't change any tables name.
- the server most be in the local machine and the type of connection to server is windows verification without password.