Before use the program, you need to follow these step to create database and change the connection to the database
Step 1: Open folder ScriptsForDatabase\ScriptrForDatabase.sql and run the whole script
*Notice*:
-If there is any package missing, change name folder "packages - Copy" to "packages"
-If there something wrong with the printing report .pdf files, try delete all file in Debug and try again, It's probably because the mapping on different machine.
Step 2: Open App.config, change the connection string
string="data source=.\mssqlserver01
to
string="data source=Your database name
Username: admin123
Password: admin123
*Notice*:
-If there is any package missing, change name folder "packages - Copy" to "packages"
-If there something wrong with the printing report .pdf files, try delete all file in Debug and try again, It's probably because the mapping on different machine.