BITS is a Windows Forms application developed using C# and .NET that provides a simple and efficient way to manage inventory. The system offers essential functionalities for tracking products, including adding new stock, editing existing items, and managing inventory levels. This application is designed to help businesses maintain accurate records of their product inventory.
In file [PRD]_Inventory_Tracking_System , You can find detailed information about the features of the Inventory Tracking System and why it was developed
- User Authentication: Secure login system to protect inventory data
- Product Management:
- Add new products with SKU, name, category, price, and quantity
- Edit existing product information
- Delete products from inventory
- Inventory Tracking:
- View all products in a clear, tabulated format
- Track product quantities
- Monitor product prices with TL currency support
- User-Friendly Interface:
- Modern and clean design
- Easy-to-use forms for data entry
- Responsive grid view for product display
- Language: C#
- Framework: .NET 8.0
- UI Framework: Windows Forms
- Development Environment: Visual Studio
- Version Control: Git
- .NET 8.0 SDK or later
- Windows Operating System
- Clone the Repository:
git clone https://github.com/oguzkaanis/MTH_Project- Navigate to Project Directory:
cd EnvanterTakip- Build the Project:
dotnet build- Run the Application:
dotnet runUsername: admin
Password: 1234
- LoginForm: Handles user authentication
- ProductsForm: Main interface for product management
- AddStockForm: Form for adding and editing product information
Feel free to fork this project and submit pull requests for any improvements.
This project is open source and available under the MIT License.