https://github.com/khnraheel/companymanagementapp
A desktop-based ERP (Enterprise Resource Planning) application built using C# Windows Forms, featuring Crystal Reports for advanced reporting and printing. The system supports modules for Finance, Employee Management, and User Authentication, providing a structured solution for internal company operations.
https://github.com/khnraheel/companymanagementapp
crystal-reports desktop-application dotnet-framework employee-management erp management-system sql sqlserver visual-studio windows-forms
Last synced: 4 months ago
JSON representation
A desktop-based ERP (Enterprise Resource Planning) application built using C# Windows Forms, featuring Crystal Reports for advanced reporting and printing. The system supports modules for Finance, Employee Management, and User Authentication, providing a structured solution for internal company operations.
- Host: GitHub
- URL: https://github.com/khnraheel/companymanagementapp
- Owner: KhnRaheel
- Created: 2025-04-05T07:09:56.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-04-08T07:57:58.000Z (7 months ago)
- Last Synced: 2025-06-14T03:38:01.264Z (5 months ago)
- Topics: crystal-reports, desktop-application, dotnet-framework, employee-management, erp, management-system, sql, sqlserver, visual-studio, windows-forms
- Language: C#
- Homepage:
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .NET-Based ERP Application
This is a .NET-based ERP application that allows users to log in and manage different modules such as Finance, Operations, and Real Estate. The application provides a dashboard where users can select modules and perform tasks based on their roles.
## Features
- **User Login**: Users can log in using their username, password, and select a company.
- **Dashboard**: Once logged in, users are redirected to a dashboard where they can choose between modules:
- **Finance**
- **Operations**
- **Real Estate**
- **Finance Module**: Users can add new employees and view employee details in a report.
## Screenshots
### Login Page

### Dashboard

### Finance Module

### Add New Employee

## Installation
### Prerequisites
Before running the application, ensure you have the following installed:
- Visual Studio (preferably the latest version)
- SQL Server for database management
- Crystal Reports (for reporting features)
### Steps to Run
1. Clone the repository:
```bash
git clone https://github.com/your-username/your-repository.git