drug store managment system, windows application (C#, SQLServer)
this project had been written with C# using .net framework v4 tools and use SQL Server as database engine. so you just need sql server installed.
- create a database with
BehdarDrugStorename - from directory
Behdar DrugStore SQL filesexecutedbo.tables.sqlto create needed tables
again SQL Server is needed with configurations like production, and a C# debuging tool. i would recommend using Visual Studio as it is the default Microsoft IDE for developing windows applications.
after creating database in SQL Server if you need sample data to test the program, from directory Behdar DrugStore SQL files execute dbo.sample.data.sql.
attention : this sample data contains unicode characters, in 'FA-IR' language code.
this project had been written for Analysis and Design university course, so needed documentaions and extra files are included.
- directory
Behdar DrugStore>> contains project code. - directory
Behdar DrugStore Docs>> contains Documentation files in.Docxand.PDFformats. - directory
Behdar DrugStore EER Diagrams>> contains EER diagram of project. - directory
Behdar DrugStore Graphics>> contains all the pictures, logos and any other graphic files used in this project, with.PSDfiles for editing. - directory
Behdar DrugStore SQL files>> contains.SQLfiles needed for creating database tables, and a sample data file, also in each subdirectory you can find sql code needed for operations like Delete, Update, ... on that table.
