C# and SQL Server based desktop automation project.
Order Tracking Automation System is a desktop-based stock and sales management application developed using C# and Windows Forms. This project was created to manage product inventory, process sales transactions, and demonstrate database-driven application logic.
User authentication (database-based login)
Product adding
Product updating
Product deleting
Product listing
Stock control during sales
Insufficient stock validation
Automatic stock update after sales
Sales record creation
SQL Server integration
C#
.NET Framework
Windows Forms
SQL Server
ADO.NET
Git & GitHub
Siparis_takip_otomasyonu/ → Main application source files
Form2.cs → Authentication control

.sln → Visual Studio solution file
.gitignore → Version control configuration
Main tables:
giris → User credentials
urunler → Product information
Satislar → Sales records
Connection method:
Integrated Security=True
-
Clone the repository: git clone https://github.com/RumeysaKaragoz/Debox.git
-
Open the solution file (.sln) in Visual Studio
-
Configure your SQL Server connection string
-
Build and run the project
Database connection is configured for local SQL Server usage. Sensitive credentials or external configuration files are not included in the repository.
This project was developed for educational and learning purposes to gain practical experience in desktop application development and database integration.




