Technical Service Desktop Application
This project includes a technical service application with features such as creating, tracking service records, managing stocks, creating invoices, generating barcodes, and QR codes.
Technologies Used
- .NET Framework: The project is developed using .NET Framework.
- SQL Server: The application uses SQL Server as its database system.
- DevExpress: DevExpress library is used for enhancing the user interface and experience.
Features
- Service Records: Users can create, edit, and delete service records.
- Charts: The application includes charts for visualizing service statistics.
- Inventory Management: It features a stock tracking system for managing and updating product stocks.
- Service Tracking: There is a service tracking system for creating and monitoring service requests.
- Invoice Tracking: It includes an invoice tracking system for creating, sending, and tracking invoices.
- Barcode and QR Code Generation: You can automatically generate barcodes and QR codes for products.
- User Authentication: Users can create accounts, log in, and manage their profiles.
- Security Measures: Necessary security measures have been implemented in the application.
Getting Started
- Clone the project to your computer:
git clone https://github.com/your-username/technical-service-project.git
- Create the database and import tables and data using the
database.sql
file in the project's root directory. - Navigate to the project folder and use the .NET CLI or tools like Visual Studio to compile the project.
- Start the application:
dotnet run
- Open your web browser and visit http://localhost:5000.
Contributing
If you'd like to contribute to the project, you can follow these steps:
- Clone this project:
git clone https://github.com/your-username/technical-service-project.git
- Create a new branch:
git checkout -b new-feature
- Make your changes and commit them:
git commit -m "Added a new feature"
- Merge your branch with the master branch:
git merge master
- Push your changes to the remote server:
git push origin new-feature
- Create a pull request and wait for your changes to be reviewed.